Searched defs:getUserProfile (Results 1 - 4 of 4) sorted by relevance

/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);
/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...]
/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...]

Completed in 49 milliseconds