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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java124 private Set<String> moduleSet = null; field in class:AMLoginContext
1118 moduleSet = loginState.getModuleInstances();
1122 debug.message("moduleSet is : " + moduleSet);
1128 return moduleSet;
1640 if (moduleSet == null || moduleSet.isEmpty()) {
1641 moduleSet = getSuccessModuleSet(orgDN);
1644 for (String moduleName : moduleSet) {
1676 moduleSet
1696 getModuleString(Set<String> moduleSet) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1109 Set<String> moduleSet = new HashSet<>();
1114 moduleSet = loginState.getModuleInstances();
1118 debug.message("successModuleSet is : " + moduleSet);
1124 return moduleSet;
1635 Set<String> moduleSet = new HashSet<>();
1642 moduleSet = successModuleSet;
1647 moduleSet = getModuleFromAuthConfiguration(successModuleSet, orgDN);
1651 debug.message("ModuleSet is : " + moduleSet);
1656 return moduleSet;
1662 private String getModuleString(Set<String> moduleSet) { argument
[all...]

Completed in 38 milliseconds