public interface SubjectRoleParser
Modifier and Type | Method and Description |
---|---|
Set<Principal> |
parseRolesFromSubject(Principal principal,
Subject subject)
Return the set of User/Principal roles from the Subject.
|
Apache CXF