| Package | Description |
|---|---|
| org.springframework.cloud.common.security |
Contains security related configuration classes.
|
| org.springframework.cloud.common.security.support |
| Modifier and Type | Method and Description |
|---|---|
ProviderRoleMapping |
ProviderRoleMapping.addRoleMapping(String oauthScope,
String roleName) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ProviderRoleMapping> |
AuthorizationProperties.getProviderRoleMappings() |
| Constructor and Description |
|---|
DefaultAuthoritiesMapper(String providerId,
ProviderRoleMapping providerRoleMapping)
Convenience constructor that will create a
DefaultAuthoritiesMapper with a
single ProviderRoleMapping. |
| Constructor and Description |
|---|
DefaultAuthoritiesMapper(Map<String,ProviderRoleMapping> providerRoleMappings,
String defaultProviderId) |
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.