| Package | Description |
|---|---|
| org.springframework.cloud.common.security |
Contains security related configuration classes.
|
| org.springframework.cloud.common.security.support |
| Modifier and Type | Method and Description |
|---|---|
AuthoritiesMapper |
OAuthSecurityConfiguration.authorityMapper() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAuthoritiesMapper
Default
AuthoritiesMapper. |
class |
ExternalOauth2ResourceAuthoritiesMapper
AuthoritiesMapper that looks up
CoreSecurityRoles from an external HTTP resource. |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomAuthoritiesOpaqueTokenIntrospector.setAuthorityMapper(AuthoritiesMapper authorityMapper) |
| Constructor and Description |
|---|
CustomAuthoritiesOpaqueTokenIntrospector(String introspectionUri,
String clientId,
String clientSecret,
AuthoritiesMapper authorityMapper) |
CustomOAuth2OidcUserService(AuthoritiesMapper authorityMapper) |
CustomPlainOAuth2UserService(AuthoritiesMapper authorityMapper) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.