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.