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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java240 private String authMethName = ""; field in class:LoginState
1327 StringTokenizer tokenizer = new StringTokenizer(authMethName,
1399 "AuthType = " + authMethName + "\n" +
1413 if ((isApplicationModule(authMethName) &&
1450 session.putProperty(ISAuthConstants.AUTH_TYPE, authMethName);
2026 if (isApplicationModule(authMethName)) {
2964 * @param authMethName Module Name.
2966 public void setAuthModuleName(String authMethName) { argument
2968 DEBUG.message("authethName" + authMethName);
2975 if ((authMethName !
[all...]
H A DAuthD.java686 String authMethName = ssot.getProperty(ISAuthConstants.AUTH_TYPE);
687 if (authMethName != null) {
688 props.put(LogConstants.MODULE_NAME, authMethName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java248 private String authMethName = ""; field in class:LoginState
1286 StringTokenizer tokenizer = new StringTokenizer(authMethName,
1360 "AuthType = " + authMethName + "\n" +
1374 if ((isApplicationModule(authMethName) &&
1411 session.putProperty(ISAuthConstants.AUTH_TYPE, authMethName);
1983 if (isApplicationModule(authMethName)) {
2875 * @param authMethName Module Name.
2877 void setAuthModuleName(String authMethName) { argument
2879 DEBUG.message("authethName" + authMethName);
2886 if ((authMethName !
[all...]
H A DAuthD.java660 String authMethName = ssot.getProperty(ISAuthConstants.AUTH_TYPE);
661 if (authMethName != null) {
662 props.put(LogConstants.MODULE_NAME, authMethName);

Completed in 54 milliseconds