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

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsModel.java128 boolean isLoggedInUser(String userId); method in interface:UMUserPasswordResetOptionsModel
H A DUMUserPasswordResetOptionsModelImpl.java173 if (isLoggedInUser(userId)) {
520 public boolean isLoggedInUser(String userId) { method in class:UMUserPasswordResetOptionsModelImpl
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/model/
H A DUMUserPasswordResetOptionsModel.java128 boolean isLoggedInUser(String userId); method in interface:UMUserPasswordResetOptionsModel
H A DUMUserPasswordResetOptionsModelImpl.java173 if (isLoggedInUser(userId)) {
520 public boolean isLoggedInUser(String userId) { method in class:UMUserPasswordResetOptionsModelImpl
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/user/
H A DUMUserPasswordResetOptionsViewBean.java160 if (model.isLoggedInUser(userId)) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/user/
H A DUMUserPasswordResetOptionsViewBean.java155 if (model.isLoggedInUser(userId)) {

Completed in 31 milliseconds