Interface AuthoritiesExtractor

    • Method Detail

      • extractAuthorities

        List<org.springframework.security.core.GrantedAuthority> extractAuthorities​(Map<String,​Object> map)
        Extract the authorities from the resource server's response.
        Parameters:
        map - the response
        Returns:
        the extracted authorities