org.apache.wss4j.stax.validate
Interface SignatureTokenValidator

All Superinterfaces:
Validator
All Known Subinterfaces:
SamlTokenValidator
All Known Implementing Classes:
SamlTokenValidatorImpl, SignatureTokenValidatorImpl

public interface SignatureTokenValidator
extends Validator


Method Summary
 void validate(org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken, WSSSecurityProperties wssSecurityProperties)
           
 

Method Detail

validate

void validate(org.apache.xml.security.stax.securityToken.InboundSecurityToken inboundSecurityToken,
              WSSSecurityProperties wssSecurityProperties)
              throws WSSecurityException
Throws:
WSSecurityException


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