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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1343 boolean processCompositeAdvice(IndexType indexType, String indexName, String orgDN, String clientType) method in class:AMLoginContext
1355 debug.message("processCompositeAdvice:number of Modules/Services : " + numberOfModules);
1386 debug.message("processCompositeAdvice:indexType : " + this.indexType);
1387 debug.message("processCompositeAdvice:indexName : " + this.indexName);
1779 if (processCompositeAdvice(indexType, indexName, orgDN, clientType)) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1310 private boolean processCompositeAdvice(String indexName, String orgDN, String clientType) method in class:AMLoginContext
1322 debug.message("processCompositeAdvice:number of Modules/Services : " + numberOfModules);
1353 debug.message("processCompositeAdvice:indexType : " + this.indexType);
1354 debug.message("processCompositeAdvice:indexName : " + this.indexName);
1745 if (processCompositeAdvice(indexName, orgDN, clientType)) {

Completed in 28 milliseconds