@Deprecated public class ClientCredentialsResourceDetails extends BaseOAuth2ProtectedResourceDetails
| Constructor and Description |
|---|
ClientCredentialsResourceDetails()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isClientOnly()
Deprecated.
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 ClientCredentialsResourceDetails()
public boolean isClientOnly()
OAuth2ProtectedResourceDetailsisClientOnly in interface OAuth2ProtectedResourceDetailsisClientOnly in class BaseOAuth2ProtectedResourceDetailsCopyright © 2020. All rights reserved.