| Interface | Description |
|---|---|
| AuthoritiesMapper | |
| PrincipalExtractor |
| Class | Description |
|---|---|
| AccessTokenClearingLogoutSuccessHandler |
Customized
SimpleUrlLogoutSuccessHandler that will remove the previously authenticated user's
OAuth2AuthorizedClient from the underlying OAuth2AuthorizedClientService. |
| CustomAuthoritiesOpaqueTokenIntrospector | |
| CustomOAuth2OidcUserService | |
| CustomPlainOAuth2UserService | |
| DefaultAuthoritiesMapper |
Default
AuthoritiesMapper. |
| DefaultOAuth2TokenUtilsService |
Utility methods for retrieving access tokens.
|
| DefaultPrincipalExtractor |
The default implementation of the
PrincipalExtractor that extracts the username
of the principal. |
| ExternalOauth2ResourceAuthoritiesMapper |
AuthoritiesMapper that looks up
CoreSecurityRoles from an external HTTP resource. |
| MappingJwtGrantedAuthoritiesConverter |
Extracts the
GrantedAuthoritys from scope attributes typically found in a
Jwt. |
| OnOAuth2SecurityDisabled |
Condition that is only valid if security.basic.enabled is true
and the property security.oauth2 exists. |
| OnOAuth2SecurityEnabled |
Condition that is only valid if the property
security.oauth2.client.client-id exists. |
| SecurityConfigUtils |
State-holder for computed security meta-information.
|
| SecurityStateBean |
State-holder for computed security meta-information.
|
| Enum | Description |
|---|---|
| CoreSecurityRoles |
Defines the core security roles supported by Spring Cloud Security.
|
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.