Package org.openremote.model.auth
Class OAuthClientCredentialsGrant
java.lang.Object
org.openremote.model.auth.OAuthGrant
org.openremote.model.auth.OAuthClientCredentialsGrant
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
OAuthPasswordGrant
,OAuthRefreshTokenGrant
- See Also:
-
Field Summary
FieldsFields inherited from class org.openremote.model.auth.OAuthGrant
additionalValueMap, basicAuthHeader, grantType, tokenEndpointUri, VALUE_KEY_CLIENT_ID, VALUE_KEY_CLIENT_SECRET, VALUE_KEY_GRANT_TYPE, VALUE_KEY_SCOPE, VALUE_KEY_TOKEN_ENDPOINT_URI
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openremote.model.auth.OAuthGrant
addFormParameter, asMultivaluedMap, equals, getClientId, getClientSecret, getGrantType, getScope, getTokenEndpointUri, hashCode, isBasicAuthHeader, setTokenEndpointUri, toString
-
Field Details
-
CLIENT_CREDENTIALS_GRANT_TYPE
- See Also:
-
-
Constructor Details
-
OAuthClientCredentialsGrant
-
OAuthClientCredentialsGrant
-
-
Method Details
-
setBasicAuthHeader
- Overrides:
setBasicAuthHeader
in classOAuthGrant
-