Searched refs:LOGIN_START (Results 1 - 25 of 52) sorted by relevance

123

/forgerock/openam-v13/openam-authentication/openam-auth-nt/src/main/java/com/sun/identity/authentication/modules/nt/
H A DNT.java164 return ISAuthConstants.LOGIN_START;
192 return ISAuthConstants.LOGIN_START;
201 return ISAuthConstants.LOGIN_START;
210 return ISAuthConstants.LOGIN_START;
265 return ISAuthConstants.LOGIN_START;
275 return ISAuthConstants.LOGIN_START;
285 return ISAuthConstants.LOGIN_START;
300 return ISAuthConstants.LOGIN_START;
312 return ISAuthConstants.LOGIN_START;
/forgerock/openam/openam-authentication/openam-auth-nt/src/main/java/com/sun/identity/authentication/modules/nt/
H A DNT.java164 return ISAuthConstants.LOGIN_START;
192 return ISAuthConstants.LOGIN_START;
201 return ISAuthConstants.LOGIN_START;
210 return ISAuthConstants.LOGIN_START;
265 return ISAuthConstants.LOGIN_START;
275 return ISAuthConstants.LOGIN_START;
285 return ISAuthConstants.LOGIN_START;
300 return ISAuthConstants.LOGIN_START;
312 return ISAuthConstants.LOGIN_START;
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/test/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DPersistModuleProcesserTest.java58 int state = ISAuthConstants.LOGIN_START;
75 int state = ISAuthConstants.LOGIN_START;
95 int state = ISAuthConstants.LOGIN_START;
115 int state = ISAuthConstants.LOGIN_START;
/forgerock/openam-v13/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DModuleState.java44 LOGIN_START(1, "loginStart"), enum constant in enum:ModuleState
H A DMembership.java134 case LOGIN_START:
241 nextState = ModuleState.LOGIN_START;
399 return ModuleState.LOGIN_START;
442 return ModuleState.LOGIN_START;
/forgerock/openam/openam-authentication/openam-auth-device-id/src/test/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DPersistModuleProcesserTest.java58 int state = ISAuthConstants.LOGIN_START;
75 int state = ISAuthConstants.LOGIN_START;
95 int state = ISAuthConstants.LOGIN_START;
115 int state = ISAuthConstants.LOGIN_START;
/forgerock/openam/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DModuleState.java44 LOGIN_START(1, "loginStart"), enum constant in enum:ModuleState
H A DMembership.java134 case LOGIN_START:
241 nextState = ModuleState.LOGIN_START;
399 return ModuleState.LOGIN_START;
442 return ModuleState.LOGIN_START;
/forgerock/openam-v13/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DConstants.java19 import static com.sun.identity.authentication.util.ISAuthConstants.LOGIN_START;
67 static final int START = LOGIN_START;
/forgerock/openam/openam-authentication/openam-auth-saml2/src/main/java/org/forgerock/openam/authentication/modules/saml2/
H A DConstants.java19 import static com.sun.identity.authentication.util.ISAuthConstants.LOGIN_START;
67 static final int START = LOGIN_START;
/forgerock/openam-v13/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DPersistModuleProcessor.java69 case ISAuthConstants.LOGIN_START: {
/forgerock/openam/openam-authentication/openam-auth-common/src/test/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthLoginModuleTest.java131 int state = ISAuthConstants.LOGIN_START;
150 int state = ISAuthConstants.LOGIN_START;
169 int state = ISAuthConstants.LOGIN_START;
196 int state = ISAuthConstants.LOGIN_START;
/forgerock/openam/openam-authentication/openam-auth-device-id/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DPersistModuleProcessor.java69 case ISAuthConstants.LOGIN_START: {
/forgerock/openam-v13/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java216 case ISAuthConstants.LOGIN_START:
235 return ISAuthConstants.LOGIN_START;
256 return ISAuthConstants.LOGIN_START;
269 return ISAuthConstants.LOGIN_START;
279 return ISAuthConstants.LOGIN_START;
289 return ISAuthConstants.LOGIN_START;
314 return ISAuthConstants.LOGIN_START;
/forgerock/openam/openam-authentication/openam-auth-radius/src/main/java/com/sun/identity/authentication/modules/radius/
H A DRADIUS.java216 case ISAuthConstants.LOGIN_START:
235 return ISAuthConstants.LOGIN_START;
256 return ISAuthConstants.LOGIN_START;
269 return ISAuthConstants.LOGIN_START;
279 return ISAuthConstants.LOGIN_START;
289 return ISAuthConstants.LOGIN_START;
314 return ISAuthConstants.LOGIN_START;
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthParam.java99 public final static int LOGIN_START = 1; field in class:OAuthParam
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthParam.java99 public final static int LOGIN_START = 1; field in class:OAuthParam
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/test/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintAuthenticationServiceTest.java78 1) first call ISAuthConstants.LOGIN_START - device print attr populated, device print info not sufficient - should return ISAuthConstants.LOGIN_SUCCEED
79 2) first call ISAuthConstants.LOGIN_START - device print attr populated, with invalid stored profiles using OTP - should return 2
80 3) first call ISAuthConstants.LOGIN_START - device print attr populated, with a valid stored profile - should return ISAuthConstants.LOGIN_SUCCEED
93 * 1) first call ISAuthConstants.LOGIN_START - device print attr populated, device print info not sufficient - should return 2 (SEND_OPT)
101 int state = ISAuthConstants.LOGIN_START;
117 * 2) first call ISAuthConstants.LOGIN_START - device print attr populated, with invalid stored profiles using SMS_OTP - should return 2
125 int state = ISAuthConstants.LOGIN_START;
143 * 3) first call ISAuthConstants.LOGIN_START - device print attr populated, with a valid stored profile - should return ISAuthConstants.LOGIN_SUCCEED
151 int state = ISAuthConstants.LOGIN_START;
369 int state = ISAuthConstants.LOGIN_START;
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-common/src/test/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthModuleWrapperTest.java147 int state = ISAuthConstants.LOGIN_START;
167 int state = ISAuthConstants.LOGIN_START;
187 int state = ISAuthConstants.LOGIN_START;
215 int state = ISAuthConstants.LOGIN_START;
/forgerock/openam/openam-authentication/openam-auth-common/src/main/java/org/forgerock/openam/authentication/modules/common/
H A DJaspiAuthLoginModule.java88 * Only one state is applicable, which is ISAuthConstants.LOGIN_START. Calls the internal process method to allow
100 if (state == ISAuthConstants.LOGIN_START) {
/forgerock/openam-v13/openam-authentication/openam-auth-datastore/src/main/java/com/sun/identity/authentication/modules/datastore/
H A DDataStore.java106 if (currentState == ISAuthConstants.LOGIN_START) {
111 return ISAuthConstants.LOGIN_START;
/forgerock/openam/openam-authentication/openam-auth-datastore/src/main/java/com/sun/identity/authentication/modules/datastore/
H A DDataStore.java106 if (currentState == ISAuthConstants.LOGIN_START) {
111 return ISAuthConstants.LOGIN_START;
/forgerock/openam-v13/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java284 if (state != ISAuthConstants.LOGIN_START) {
292 return ISAuthConstants.LOGIN_START;
381 return ISAuthConstants.LOGIN_START;
/forgerock/openam/openam-authentication/openam-auth-jdbc/src/main/java/com/sun/identity/authentication/modules/jdbc/
H A DJDBC.java283 if (state != ISAuthConstants.LOGIN_START) {
291 return ISAuthConstants.LOGIN_START;
383 return ISAuthConstants.LOGIN_START;
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintAuthenticationService.java94 case ISAuthConstants.LOGIN_START: {

Completed in 2262 milliseconds

123