public interface ClaimsPolicyValidator
Modifier and Type | Method and Description |
---|---|
String |
getDialect()
Return the dialect that this ClaimsPolicyValidator can parse
|
boolean |
validatePolicy(Element claimsPolicy,
SamlAssertionWrapper assertion)
Validate a particular Claims policy against a received SAML Assertion.
|
boolean validatePolicy(Element claimsPolicy, SamlAssertionWrapper assertion)
String getDialect()
Copyright © 2017 JBoss by Red Hat. All rights reserved.