Searched defs:OpenAMAuthenticationMethod (Results 1 - 2 of 2) 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);
/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);

Completed in 47 milliseconds