Package | Description |
---|---|
org.springframework.security.oauth2.client.resource | |
org.springframework.security.oauth2.common |
Modifier and Type | Method and Description |
---|---|
AuthenticationScheme |
OAuth2ProtectedResourceDetails.getAuthenticationScheme()
Get the bearer token method for this resource.
|
AuthenticationScheme |
BaseOAuth2ProtectedResourceDetails.getAuthenticationScheme() |
AuthenticationScheme |
OAuth2ProtectedResourceDetails.getClientAuthenticationScheme()
The scheme to use to authenticate the client.
|
AuthenticationScheme |
BaseOAuth2ProtectedResourceDetails.getClientAuthenticationScheme() |
Modifier and Type | Method and Description |
---|---|
void |
BaseOAuth2ProtectedResourceDetails.setAuthenticationScheme(AuthenticationScheme authorizationScheme) |
void |
BaseOAuth2ProtectedResourceDetails.setClientAuthenticationScheme(AuthenticationScheme clientAuthenticationScheme) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationScheme |
AuthenticationScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationScheme[] |
AuthenticationScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.