Searched defs:tokenSet (Results 1 - 2 of 2) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | LoginState.java | 248 private Set<String> tokenSet; field in class:LoginState 2513 * Checks all the users in the tokenSet are active else error 2527 tokenSet = getTokenFromPrincipal(subject); 2535 DEBUG.message("tokenSet is.. :" + tokenSet); 2565 Map<String, Boolean> aliasFound = searchUserAliases(token, tokenSet); 2581 if (tokenSet.isEmpty()) { 2584 } else if (tokenSet.size() == 1) { 2631 for (final String tok : tokenSet) { 2653 foundAliasMap = searchUserAliases(token, tokenSet); 2773 createUserProfileForTokens(Set<String> tokenSet, Map<String, Boolean> gotUserProfileMap) argument 2814 searchUserAliases(String userToken, Set<String> tokenSet) argument [all...] |
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/ |
H A D | LoginState.java | 2435 * Checks all the users in the tokenSet are active else error 2449 Set<String> tokenSet = getTokenFromPrincipal(subject); 2457 DEBUG.message("tokenSet is.. :" + tokenSet); 2487 Map<String, Boolean> aliasFound = searchUserAliases(token, tokenSet); 2503 if (tokenSet.isEmpty()) { 2506 } else if (tokenSet.size() == 1) { 2553 for (final String tok : tokenSet) { 2575 foundAliasMap = searchUserAliases(token, tokenSet); 2643 gotUserProfile = createUserProfileForTokens(tokenSet); 2693 createUserProfileForTokens(Set<String> tokenSet) argument 2734 searchUserAliases(String userToken, Set<String> tokenSet) argument [all...] |
Completed in 187 milliseconds