Searched refs:nextState (Results 1 - 25 of 42) sorted by relevance

12

/forgerock/openam-v13/openam-authentication/deviceprint/module/src/test/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintAuthenticationServiceTest.java110 int nextState = devicePrintAuthenticationService.process(callbacks, state);
113 assertEquals(nextState, 2);
136 int nextState = devicePrintAuthenticationService.process(callbacks, state);
139 assertEquals(nextState, 2);
163 int nextState = devicePrintAuthenticationService.process(callbacks, state);
166 assertEquals(nextState, ISAuthConstants.LOGIN_SUCCEED);
187 int nextState = devicePrintAuthenticationService.process(callbacks, state);
191 assertEquals(nextState, 2);
215 int nextState = devicePrintAuthenticationService.process(callbacks, state);
218 assertEquals(nextState,
[all...]
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/
H A DDevicePrintAuthenticationService.java90 int nextState;
95 nextState = handleDevicePrintCallback();
105 nextState = handleOTPCallback(otpCallback, confirmationCallback);
121 nextState = ISAuthConstants.LOGIN_SUCCEED;
130 return nextState;
/forgerock/openam-v13/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DMembership.java131 ModuleState nextState = null;
150 nextState = loginUser(callbacks);
155 nextState = ModuleState.REGISTRATION;
163 nextState = chooseUserID(callbacks);
185 nextState = ModuleState.REGISTRATION;
189 nextState = ModuleState.PROFILE_ERROR;
193 nextState = ModuleState.COMPLETE;
198 nextState = ModuleState.DISCLAIMER_DECLINED;
226 nextState = processRegistrationResult();
236 nextState
[all...]
/forgerock/openam/openam-authentication/openam-auth-membership/src/main/java/com/sun/identity/authentication/modules/membership/
H A DMembership.java131 ModuleState nextState = null;
150 nextState = loginUser(callbacks);
155 nextState = ModuleState.REGISTRATION;
163 nextState = chooseUserID(callbacks);
185 nextState = ModuleState.REGISTRATION;
189 nextState = ModuleState.PROFILE_ERROR;
193 nextState = ModuleState.COMPLETE;
198 nextState = ModuleState.DISCLAIMER_DECLINED;
226 nextState = processRegistrationResult();
236 nextState
[all...]
/forgerock/openam-v13/openam-schema/openam-diagnostics-schema/src/main/java/com/sun/identity/diagnostic/base/core/jaxbgen/impl/runtime/
H A DDiscarder.java54 public void leaveChild(int nextState) throws SAXException { argument
H A DUnmarshallingEventHandler.java42 void leaveChild(int nextState) throws SAXException; argument
H A DUnmarshallingEventHandlerAdaptor.java126 public void leaveChild(int nextState) throws SAXException { argument
/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DDiscarder.java54 public void leaveChild(int nextState) throws SAXException { argument
H A DUnmarshallingEventHandler.java42 void leaveChild(int nextState) throws SAXException; argument
H A DUnmarshallingEventHandlerAdaptor.java126 public void leaveChild(int nextState) throws SAXException { argument
/forgerock/openam-v13/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DDiscarder.java54 public void leaveChild(int nextState) throws SAXException { argument
H A DUnmarshallingEventHandler.java42 void leaveChild(int nextState) throws SAXException; argument
H A DUnmarshallingEventHandlerAdaptor.java126 public void leaveChild(int nextState) throws SAXException { argument
/forgerock/openam-v13/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DDiscarder.java54 public void leaveChild(int nextState) throws SAXException { argument
H A DUnmarshallingEventHandler.java42 void leaveChild(int nextState) throws SAXException; argument
H A DUnmarshallingEventHandlerAdaptor.java126 public void leaveChild(int nextState) throws SAXException { argument
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DDiscarder.java54 public void leaveChild(int nextState) throws SAXException { argument
H A DUnmarshallingEventHandler.java42 void leaveChild(int nextState) throws SAXException; argument
H A DUnmarshallingEventHandlerAdaptor.java126 public void leaveChild(int nextState) throws SAXException { argument
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DDiscarder.java54 public void leaveChild(int nextState) throws SAXException { argument
H A DUnmarshallingEventHandler.java42 void leaveChild(int nextState) throws SAXException; argument
H A DUnmarshallingEventHandlerAdaptor.java126 public void leaveChild(int nextState) throws SAXException { argument
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DDiscarder.java54 public void leaveChild(int nextState) throws SAXException { argument
H A DUnmarshallingEventHandler.java42 void leaveChild(int nextState) throws SAXException; argument
H A DUnmarshallingEventHandlerAdaptor.java126 public void leaveChild(int nextState) throws SAXException { argument

Completed in 58 milliseconds

12