Searched refs:OpenAMAuthenticationMethod (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMAuthenticationMethod.java27 public final class OpenAMAuthenticationMethod implements AuthenticationMethod { class in inherits:AuthenticationMethod
31 public OpenAMAuthenticationMethod(final String name, final AuthContext.IndexType indexType) { method in class:OpenAMAuthenticationMethod
55 final OpenAMAuthenticationMethod that = (OpenAMAuthenticationMethod) o;
69 return String.format("OpenAMAuthenticationMethod [type=%s, name=%s]", indexType, name);
H A DOpenAMResourceOwnerSessionValidator.java439 if (method instanceof OpenAMAuthenticationMethod) {
443 return new ACRValue(acrValue, (OpenAMAuthenticationMethod) method);
460 private final OpenAMAuthenticationMethod method;
462 private ACRValue(final String acr, final OpenAMAuthenticationMethod method) {
H A DOpenAMOAuth2ProviderSettings.java887 new OpenAMAuthenticationMethod(entry.getValue(), AuthContext.IndexType.SERVICE));
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openam/oauth2/
H A DOpenAMAuthenticationMethod.java27 public final class OpenAMAuthenticationMethod implements AuthenticationMethod { class in inherits:AuthenticationMethod
31 public OpenAMAuthenticationMethod(final String name, final AuthContext.IndexType indexType) { method in class:OpenAMAuthenticationMethod
55 final OpenAMAuthenticationMethod that = (OpenAMAuthenticationMethod) o;
69 return String.format("OpenAMAuthenticationMethod [type=%s, name=%s]", indexType, name);
/forgerock/openam/openam-oauth2/src/test/java/org/forgerock/oauth2/core/
H A DResourceOwnerSessionValidatorTest.java44 import org.forgerock.openam.oauth2.OpenAMAuthenticationMethod;
218 new OpenAMAuthenticationMethod(service, AuthContext.IndexType.SERVICE)));
241 acrMap.put("2", new OpenAMAuthenticationMethod("service2", AuthContext.IndexType.SERVICE));
242 acrMap.put("3", new OpenAMAuthenticationMethod("service3", AuthContext.IndexType.SERVICE));
/forgerock/openam-v13/openam-oauth2/src/test/java/org/forgerock/openam/oauth2/
H A DOpenAMResourceOwnerSessionValidatorTest.java217 new OpenAMAuthenticationMethod(service, AuthContext.IndexType.SERVICE)));
240 acrMap.put("2", new OpenAMAuthenticationMethod("service2", AuthContext.IndexType.SERVICE));
241 acrMap.put("3", new OpenAMAuthenticationMethod("service3", AuthContext.IndexType.SERVICE));
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DResourceOwnerSessionValidator.java79 import org.forgerock.openam.oauth2.OpenAMAuthenticationMethod;
458 if (method instanceof OpenAMAuthenticationMethod) {
462 return new ResourceOwnerSessionValidator.ACRValue(acrValue, (OpenAMAuthenticationMethod) method);
479 private final OpenAMAuthenticationMethod method;
481 private ACRValue(final String acr, final OpenAMAuthenticationMethod method) {
H A DRealmOAuth2ProviderSettings.java57 import org.forgerock.openam.oauth2.OpenAMAuthenticationMethod;
731 new OpenAMAuthenticationMethod(entry.getValue(), AuthContext.IndexType.SERVICE));

Completed in 58 milliseconds