@FunctionalInterface
public interface AuthoritiesExtractor
UserInfoTokenServices to extract authorities from the resource
server's response.| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.springframework.security.core.GrantedAuthority> |
extractAuthorities(java.util.Map<java.lang.String,java.lang.Object> map)
Extract the authorities from the resource server's response.
|