public interface RolesFinder
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
findInClaims(Claims claims)
Retrieves the list of roles from the provided claims.
|
@Nonnull java.util.List<java.lang.String> findInClaims(@Nonnull Claims claims)
claims
- The claims of the token.