Searched defs:postLoginClassSet (Results 1 - 1 of 1) 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...]

Completed in 65 milliseconds