Searched defs:processIndexType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java327 * Delegate actual processing of requested authentication type to the dispatch method 'processIndexType'
330 if (processIndexType(indexType, indexName, orgDN)) {
1715 boolean processIndexType(IndexType indexType, String indexName, String orgDN) throws AuthLoginException { method in class:AMLoginContext
1742 debug.message("ERROR processIndexType/SSOToken validation - " + e.toString());
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java348 * Delegate actual processing of requested authentication type to the dispatch method 'processIndexType'
351 if (processIndexType(indexType, indexName, orgDN, clientType)) {
1681 private boolean processIndexType(IndexType indexType, String indexName, String orgDN, String clientType) throws AuthLoginException { method in class:AMLoginContext
1708 debug.message("ERROR processIndexType/SSOToken validation - " + e.toString());

Completed in 27 milliseconds