Searched refs:setAuthModuleName (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1452 loginState.setAuthModuleName(moduleName);
H A DLoginState.java2966 public void setAuthModuleName(String authMethName) { method in class:LoginState
2986 DEBUG.message("setAuthModuleName: " + this.authMethName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1418 authContext.getLoginState().setAuthModuleName(moduleName);
H A DLoginState.java2877 void setAuthModuleName(String authMethName) { method in class:LoginState
2897 DEBUG.message("setAuthModuleName: " + this.authMethName);

Completed in 278 milliseconds