Searched refs:orgPostLoginClassSet (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java292 private Set orgPostLoginClassSet = Collections.EMPTY_SET; field in class:LoginState
739 orgPostLoginClassSet =
741 if (orgPostLoginClassSet == null) {
742 orgPostLoginClassSet = Collections.EMPTY_SET;
857 + "\norgPostLoginClassSet ->" + orgPostLoginClassSet
5026 ((orgPostLoginClassSet != null) && (!orgPostLoginClassSet.isEmpty()))) {
5031 postLoginClassSet = orgPostLoginClassSet;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java302 private Set<String> orgPostLoginClassSet = Collections.emptySet(); field in class:LoginState
741 orgPostLoginClassSet = attrs.get(ISAuthConstants.POST_LOGIN_PROCESS);
742 if (orgPostLoginClassSet == null) {
743 orgPostLoginClassSet = Collections.emptySet();
846 + "\norgPostLoginClassSet ->" + orgPostLoginClassSet
4923 ((orgPostLoginClassSet != null) && (!orgPostLoginClassSet.isEmpty()))) {
4928 postLoginClassSet = orgPostLoginClassSet;

Completed in 56 milliseconds