Interface SamlTokenValidator

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

public interface SamlTokenValidator extends SignatureTokenValidator
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends SamlSecurityToken & org.apache.xml.security.stax.securityToken.InboundSecurityToken>
    T
    validate(org.apache.wss4j.common.saml.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(org.apache.wss4j.common.saml.SamlAssertionWrapper samlAssertionWrapper, org.apache.xml.security.stax.securityToken.InboundSecurityToken subjectSecurityToken, TokenContext tokenContext) throws org.apache.wss4j.common.ext.WSSecurityException
      Throws:
      org.apache.wss4j.common.ext.WSSecurityException