Searched refs:failureModuleSet (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1993 Set<String> failureModuleSet = loginState.getFailureModuleSet();
1994 Set<String> moduleSet = getModuleFromAuthConfiguration(failureModuleSet, orgDN);
H A DLoginState.java302 private final Set<String> failureModuleSet = new HashSet<String>(); field in class:LoginState
5511 failureModuleSet.add(moduleName);
5514 DEBUG.message("failureModuleSet is : " + failureModuleSet);
5524 return failureModuleSet;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1945 Set<String> failureModuleSet = authContext.getLoginState().getFailureModuleSet();
1946 Set<String> moduleSet = getModuleFromAuthConfiguration(failureModuleSet, orgDN);
H A DLoginState.java311 private final Set<String> failureModuleSet = new HashSet<String>(); field in class:LoginState
5386 failureModuleSet.add(moduleName);
5389 DEBUG.message("failureModuleSet is : " + failureModuleSet);
5399 return failureModuleSet;

Completed in 104 milliseconds