Package org.apache.wss4j.stax.validate
Interface SamlTokenValidator
- All Superinterfaces:
SignatureTokenValidator,Validator
- All Known Implementing Classes:
SamlTokenValidatorImpl
-
Method Summary
Modifier and TypeMethodDescription<T extends SamlSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken>
Tvalidate(SamlAssertionWrapper samlAssertionWrapper, org.apache.xml.security.stax.securityToken.InboundSecurityToken subjectSecurityToken, TokenContext tokenContext) Methods inherited from interface org.apache.wss4j.stax.validate.SignatureTokenValidator
validate
-
Method Details
-
validate
<T extends SamlSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken> T validate(SamlAssertionWrapper samlAssertionWrapper, org.apache.xml.security.stax.securityToken.InboundSecurityToken subjectSecurityToken, TokenContext tokenContext) throws WSSecurityException - Throws:
WSSecurityException
-