public interface AuthoritiesMapper
| Modifier and Type | Method and Description |
|---|---|
Set<org.springframework.security.core.GrantedAuthority> |
mapScopesToAuthorities(String providerId,
Set<String> scopes,
String token)
Map the provided Scopes to authorities.
|
Set<org.springframework.security.core.GrantedAuthority> mapScopesToAuthorities(String providerId, Set<String> scopes, String token)
providerId - If null, then the default providerId is usedscopes - the scopes to maptoken - some implementation may need to make additional requestsCopyright © 2020 Pivotal Software, Inc.. All rights reserved.