public interface ClaimsPolicyValidator
Modifier and Type | Method and Description |
---|---|
String |
getDialect()
Return the dialect that this ClaimsPolicyValidator can parse
|
boolean |
validatePolicy(Element claimsPolicy,
org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)
Validate a particular Claims policy against a received SAML Assertion.
|
boolean validatePolicy(Element claimsPolicy, org.apache.wss4j.common.saml.SamlAssertionWrapper assertion)
String getDialect()
Apache CXF