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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java238 private int moduleAuthLevel = Integer.MIN_VALUE; field in class:LoginState
971 * checks if <code>moduleAuthLevel</code> is set and if
973 * <code>moduleAuthLevel</code> will be the set level.
990 if (this.authLevel < moduleAuthLevel) {
991 this.authLevel = moduleAuthLevel;
4178 moduleAuthLevel = authLevel;
4179 if (this.authLevel < moduleAuthLevel) {
4180 this.authLevel = moduleAuthLevel;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DLoginState.java246 private int moduleAuthLevel = Integer.MIN_VALUE; field in class:LoginState
939 * checks if <code>moduleAuthLevel</code> is set and if
941 * <code>moduleAuthLevel</code> will be the set level.
958 if (this.authLevel < moduleAuthLevel) {
959 this.authLevel = moduleAuthLevel;
4070 moduleAuthLevel = authLevel;
4071 if (this.authLevel < moduleAuthLevel) {
4072 this.authLevel = moduleAuthLevel;

Completed in 71 milliseconds