public interface SAMLRoleParser
| Modifier and Type | Method and Description |
|---|---|
Set<Principal> |
parseRolesFromAssertion(Principal principal,
Subject subject,
org.apache.ws.security.saml.ext.AssertionWrapper assertion)
Return the set of User/Principal roles from the Assertion.
|
Set<Principal> parseRolesFromAssertion(Principal principal, Subject subject, org.apache.ws.security.saml.ext.AssertionWrapper assertion)
principal - the Principal associated with the Assertionsubject - the JAAS Subject associated with a successful validation of the Assertionassertion - The Assertion objectApache CXF