protected Set getSupportedCredentials()

in src/main/java/org/apache/sling/auth/form/impl/jaas/FormLoginModule.java [52:54]


    protected Set<Class> getSupportedCredentials() {
        return SUPPORTED_CREDENTIALS;
    }