public class ClientCredentialsResourceDetails extends BaseOAuth2ProtectedResourceDetails
| Constructor and Description |
|---|
ClientCredentialsResourceDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClientOnly()
A flag to indicate that this resource is only to be used with client credentials, thus allowing access tokens to
be cached independent of a user's session.
|
equals, getAccessTokenUri, getAuthenticationScheme, getClientAuthenticationScheme, getClientId, getClientSecret, getGrantType, getId, getScope, getTokenName, hashCode, isAuthenticationRequired, isScoped, setAccessTokenUri, setAuthenticationScheme, setClientAuthenticationScheme, setClientId, setClientSecret, setGrantType, setId, setScope, setTokenNamepublic boolean isClientOnly()
OAuth2ProtectedResourceDetailsisClientOnly in interface OAuth2ProtectedResourceDetailsisClientOnly in class BaseOAuth2ProtectedResourceDetailsCopyright © 2019. All rights reserved.