|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationScheme | |
|---|---|
| org.springframework.security.oauth2.client.resource | |
| org.springframework.security.oauth2.common | |
| Uses of AuthenticationScheme in org.springframework.security.oauth2.client.resource |
|---|
| Methods in org.springframework.security.oauth2.client.resource that return AuthenticationScheme | |
|---|---|
AuthenticationScheme |
BaseOAuth2ProtectedResourceDetails.getAuthenticationScheme()
|
AuthenticationScheme |
OAuth2ProtectedResourceDetails.getAuthenticationScheme()
Get the bearer token method for this resource. |
AuthenticationScheme |
BaseOAuth2ProtectedResourceDetails.getClientAuthenticationScheme()
|
AuthenticationScheme |
OAuth2ProtectedResourceDetails.getClientAuthenticationScheme()
The scheme to use to authenticate the client. |
| Methods in org.springframework.security.oauth2.client.resource with parameters of type AuthenticationScheme | |
|---|---|
void |
BaseOAuth2ProtectedResourceDetails.setAuthenticationScheme(AuthenticationScheme authorizationScheme)
|
void |
BaseOAuth2ProtectedResourceDetails.setClientAuthenticationScheme(AuthenticationScheme clientAuthenticationScheme)
|
| Uses of AuthenticationScheme in org.springframework.security.oauth2.common |
|---|
| Methods in org.springframework.security.oauth2.common that return AuthenticationScheme | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||