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

/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java4888 Set<String> postLoginClassSet = Collections.emptySet();
4895 postLoginClassSet = getRolePostLoginClassSet();
4905 postLoginClassSet = getServicePostLoginClassSet
4909 postLoginClassSet = getServicePostLoginClassSet(indexName);
4918 postLoginClassSet = getServicePostLoginClassSet(userAuthConfig);
4922 if (((postLoginClassSet == null) || (postLoginClassSet.isEmpty())) &&
4928 postLoginClassSet = orgPostLoginClassSet;
4937 postLoginClassSet = getServicePostLoginClassSet(orgAuthConfig);
4942 DEBUG.message("postLoginClassSet
4950 getPostLoginInstances(Set<String> postLoginClassSet) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java4986 Set postLoginClassSet = Collections.EMPTY_SET;
4993 postLoginClassSet = getRolePostLoginClassSet();
5005 postLoginClassSet = getServicePostLoginClassSet
5010 postLoginClassSet = getServicePostLoginClassSet(indexName);
5020 postLoginClassSet = getServicePostLoginClassSet(
5025 if (((postLoginClassSet == null) || (postLoginClassSet.isEmpty())) &&
5031 postLoginClassSet = orgPostLoginClassSet;
5041 postLoginClassSet = getServicePostLoginClassSet(orgAuthConfig);
5046 DEBUG.message("postLoginClassSet
[all...]

Completed in 53 milliseconds