Interface SubjectRoleParser
-
- All Known Subinterfaces:
JWTRoleParser,SAMLRoleParser
- All Known Implementing Classes:
DefaultJWTRoleParser,DefaultSAMLRoleParser,DefaultSubjectRoleParser
public interface SubjectRoleParserThis interface defines a way to extract roles from a JAAS Subject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Principal>parseRolesFromSubject(Principal principal, Subject subject)Return the set of User/Principal roles from the Subject.
-