Searched refs:getUserProfile (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java2248 public boolean getUserProfile(String token, boolean populate) method in class:LoginState
2251 return getUserProfile(token, populate, true);
2254 DEBUG.message("getUserProfile(string,boolean)", e);
2269 public boolean getUserProfile( method in class:LoginState
2284 DEBUG.message("In getUserProfile : Search for user " + user);
2381 DEBUG.error("getUserProfile : Multiple matches found for " +
2564 getUserProfile(token, true);
2637 gotUserProfile = getUserProfile(token, true);
2751 gotProfile = getUserProfile(userDN, populate);
2753 gotProfile = getUserProfile(toke
[all...]
H A DAMLoginContext.java1460 boolean userProfileExists = loginState.getUserProfile(userName, true);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java2183 boolean getUserProfile(String token, boolean populate) method in class:LoginState
2186 return getUserProfile(token, populate, true);
2189 DEBUG.message("getUserProfile(string,boolean)", e);
2204 private boolean getUserProfile( method in class:LoginState
2219 DEBUG.message("In getUserProfile : Search for user " + user);
2316 DEBUG.error("getUserProfile : Multiple matches found for " +
2486 getUserProfile(token, true);
2559 gotUserProfile = getUserProfile(token, true);
2671 gotProfile = getUserProfile(userDN, populate);
2673 gotProfile = getUserProfile(toke
[all...]
H A DAMLoginContext.java1426 boolean userProfileExists = authContext.getLoginState().getUserProfile(userName, true);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java1624 public AMUser getUserProfile(String userDN) throws AuthLoginException{ method in class:AMLoginModule
1629 debug.message("getUserProfile", ex);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java1630 public AMUser getUserProfile(String userDN) throws AuthLoginException{ method in class:AMLoginModule
1635 debug.message("getUserProfile", ex);

Completed in 68 milliseconds