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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java2569 addAliasToUserProfile(amIdentityUser, aliasFound);
2571 addAliasToUserProfile(token, aliasFound);
2714 addAliasToUserProfile(validToken, foundAliasMap);
3093 void addAliasToUserProfile(String token, Map<String, Boolean> foundUserAliasMap) method in class:LoginState
3101 addAliasToUserProfile(amIdentityUser, foundUserAliasMap);
3107 void addAliasToUserProfile(AMIdentity amIdentity, Map<String, Boolean> foundUserAliasMap) { method in class:LoginState
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java2491 addAliasToUserProfile(amIdentityUser, aliasFound);
2493 addAliasToUserProfile(token, aliasFound);
2636 addAliasToUserProfile(validToken, foundAliasMap);
3004 private void addAliasToUserProfile(String token, Map<String, Boolean> foundUserAliasMap) method in class:LoginState
3012 addAliasToUserProfile(amIdentityUser, foundUserAliasMap);
3018 private void addAliasToUserProfile(AMIdentity amIdentity, Map<String, Boolean> foundUserAliasMap) { method in class:LoginState

Completed in 263 milliseconds