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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java296 private Set<AMPostAuthProcessInterface> postLoginInstanceSet = null; field in class:LoginState
4906 if ((postProcessInSession) && ((postLoginInstanceSet != null) &&
4907 (!postLoginInstanceSet.isEmpty()))) {
4911 + postLoginInstanceSet);
4914 postLoginInstanceSet);
4916 if ((postLoginInstanceSet != null) &&
4917 (!postLoginInstanceSet.isEmpty())) {
4918 for (AMPostAuthProcessInterface postLoginInstance : postLoginInstanceSet) {
5050 postLoginInstanceSet = new HashSet<AMPostAuthProcessInterface>();
5066 postLoginInstanceSet
[all...]

Completed in 1189 milliseconds