Searched refs:pAuthMethName (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java241 private String pAuthMethName = null; field in class:LoginState
2969 DEBUG.message("pAuthMethName " + pAuthMethName);
2972 if ((this.pAuthMethName != null) && (this.pAuthMethName.length() > 0)) {
2973 sb = new StringBuilder().append(this.pAuthMethName);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java249 private String pAuthMethName = null; field in class:LoginState
2880 DEBUG.message("pAuthMethName " + pAuthMethName);
2883 if ((this.pAuthMethName != null) && (this.pAuthMethName.length() > 0)) {
2884 sb = new StringBuilder().append(this.pAuthMethName);

Completed in 59 milliseconds