org.apache.wss4j.stax.validate
Interface SamlTokenValidator

All Superinterfaces:
SignatureTokenValidator, Validator
All Known Implementing Classes:
SamlTokenValidatorImpl

public interface SamlTokenValidator
extends SignatureTokenValidator


Method Summary
<T extends SamlSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken>
T
validate(SamlAssertionWrapper samlAssertionWrapper, org.apache.xml.security.stax.securityToken.InboundSecurityToken subjectSecurityToken, TokenContext tokenContext)
           
 
Methods inherited from interface org.apache.wss4j.stax.validate.SignatureTokenValidator
validate
 

Method Detail

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


Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.