Searched defs:OAuthTokenField (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/api/fields/
H A DOAuthTokenField.java22 * The OAuthTokenField provides a mapping between known OAuth fields and the LDAP Attributes
31 public enum OAuthTokenField { enum
59 private OAuthTokenField(String oAuthField, CoreTokenField coreTokenField) { method in class:OAuthTokenField
65 * @return The CoreTokenField that this OAuthTokenField is mapped to.
79 * Provides a mechanism for getting the OAuthTokenField from a given OAuth field name.
81 * @param value The value to use when matching against the OAuthTokenField.
83 * @return Returns the OAuthTokenField for the named value.
84 * @throws IllegalArgumentException If the string did not match any OAuthTokenField.
86 public static OAuthTokenField getField(String value) {
87 for (OAuthTokenField fiel
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/cts/api/fields/
H A DOAuthTokenField.java22 * The OAuthTokenField provides a mapping between known OAuth fields and the LDAP Attributes
31 public enum OAuthTokenField { enum
61 private OAuthTokenField(String oAuthField, CoreTokenField coreTokenField) { method in class:OAuthTokenField
67 * @return The CoreTokenField that this OAuthTokenField is mapped to.
81 * Provides a mechanism for getting the OAuthTokenField from a given OAuth field name.
83 * @param value The value to use when matching against the OAuthTokenField.
85 * @return Returns the OAuthTokenField for the named value.
86 * @throws IllegalArgumentException If the string did not match any OAuthTokenField.
88 public static OAuthTokenField getField(String value) {
89 for (OAuthTokenField fiel
[all...]

Completed in 33 milliseconds