Searched refs:MODULE (Results 1 - 25 of 41) sorted by relevance

12

/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginConfigurationTest.java49 loginConfiguration.indexType(AuthIndexType.MODULE);
52 assertEquals(loginConfiguration.getIndexType(), AuthIndexType.MODULE);
59 LoginConfiguration loginConfiguration = new LoginConfiguration().indexType(AuthIndexType.MODULE);
H A DAuthIndexTypeTest.java63 assertEquals(authIndexType, AuthIndexType.MODULE);
135 AuthIndexType authIndexType = AuthIndexType.MODULE;
H A DLoginProcessTest.java210 given(loginConfiguration.getIndexType()).willReturn(AuthIndexType.MODULE);
236 given(coreServicesWrapper.getCompositeAdviceType(authContext)).willReturn(AuthUtils.MODULE);
244 verify(loginConfiguration).indexType(AuthIndexType.MODULE);
335 verify(loginConfiguration).indexType(AuthIndexType.MODULE);
H A DLoginAuthenticatorTest.java103 AuthIndexType authIndexType = AuthIndexType.MODULE;
353 AuthIndexType authIndexType = AuthIndexType.MODULE;
541 AuthIndexType authIndexType = AuthIndexType.MODULE;
835 boolean result = loginAuthenticator.checkSessionUpgrade(mockSSOToken, AuthIndexType.MODULE, desiredModule);
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginConfigurationTest.java49 loginConfiguration.indexType(AuthIndexType.MODULE);
52 assertEquals(loginConfiguration.getIndexType(), AuthIndexType.MODULE);
59 LoginConfiguration loginConfiguration = new LoginConfiguration().indexType(AuthIndexType.MODULE);
H A DAuthIndexTypeTest.java64 assertEquals(authIndexType, AuthIndexType.MODULE);
136 AuthIndexType authIndexType = AuthIndexType.MODULE;
H A DLoginProcessTest.java210 given(loginConfiguration.getIndexType()).willReturn(AuthIndexType.MODULE);
236 given(coreServicesWrapper.getCompositeAdviceType(authContext)).willReturn(AuthUtils.MODULE);
244 verify(loginConfiguration).indexType(AuthIndexType.MODULE);
335 verify(loginConfiguration).indexType(AuthIndexType.MODULE);
H A DLoginAuthenticatorTest.java99 AuthIndexType authIndexType = AuthIndexType.MODULE;
348 AuthIndexType authIndexType = AuthIndexType.MODULE;
536 AuthIndexType authIndexType = AuthIndexType.MODULE;
830 boolean result = loginAuthenticator.checkSessionUpgrade(mockSSOToken, AuthIndexType.MODULE, desiredModule);
/forgerock/openam-v13/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DLoginProcess.java152 if (type == AuthUtils.MODULE) {
153 indexType = AuthIndexType.MODULE;
162 indexType = AuthIndexType.MODULE;
H A DAuthIndexType.java37 MODULE(AuthContext.IndexType.MODULE_INSTANCE), enum constant in enum:AuthIndexType
H A DLoginAuthenticator.java240 case MODULE: {
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/authn/core/
H A DAuthIndexType.java37 MODULE(AuthContext.IndexType.MODULE_INSTANCE), enum constant in enum:AuthIndexType
H A DLoginProcess.java154 if (type == AuthUtils.MODULE) {
155 indexType = AuthIndexType.MODULE;
164 indexType = AuthIndexType.MODULE;
H A DLoginAuthenticator.java240 case MODULE: {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigType.java44 protected static final int MODULE = 5; field in class:AMAuthConfigType
68 indexType = MODULE;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthConfigType.java44 protected static final int MODULE = 5; field in class:AMAuthConfigType
68 indexType = MODULE;
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/bootstrap/
H A DSoapSTSAccessTokenProviderImpl.java48 private static final String MODULE = "module"; field in class:SoapSTSAccessTokenProviderImpl
92 authNUriElement, QUESTION_MARK, AUTH_INDEX_TYPE_PARAM, MODULE, AMPERSAND, AUTH_INDEX_VALUE_PARAM, APPLICATION);
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/bootstrap/
H A DSoapSTSAccessTokenProviderImpl.java51 private static final String MODULE = "module"; field in class:SoapSTSAccessTokenProviderImpl
106 authNUriElement, QUESTION_MARK, AUTH_INDEX_TYPE_PARAM, MODULE, AMPERSAND, AUTH_INDEX_VALUE_PARAM, APPLICATION);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DCompositeAdvices.java124 this.type = AuthUtils.MODULE;
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandlerTest.java131 String authIndexType = AuthIndexType.MODULE.toString();
156 assertEquals(loginConfiguration.getIndexType(), AuthIndexType.MODULE);
389 .willReturn(AuthIndexType.MODULE.getIndexType().toString());
410 assertEquals(loginConfiguration.getIndexType(), AuthIndexType.MODULE);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DCompositeAdvices.java124 this.type = AuthUtils.MODULE;
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/authn/
H A DRestAuthenticationHandlerTest.java134 String authIndexType = AuthIndexType.MODULE.toString();
159 assertEquals(loginConfiguration.getIndexType(), AuthIndexType.MODULE);
391 .willReturn(AuthIndexType.MODULE.getIndexType().toString());
411 assertEquals(loginConfiguration.getIndexType(), AuthIndexType.MODULE);
/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMResourceOwnerSessionValidator.java338 String moduleName = request.getParameter(MODULE);
388 loginRef.addQueryParameter(MODULE, moduleName);
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DResourceOwnerSessionValidator.java360 String moduleName = request.getParameter(MODULE);
407 loginRef.addQueryParameter(MODULE, moduleName);
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2Constants.java800 public static final String MODULE = "module"; field in class:OAuth2Constants.Custom

Completed in 107 milliseconds

12