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(SamlAssertionWrapper samlAssertionWrapper, org.apache.xml.security.stax.securityToken.InboundSecurityToken subjectSecurityToken, TokenContext tokenContext)
     

    Methods inherited from interface org.apache.wss4j.stax.validate.SignatureTokenValidator

    validate