org.apache.wss4j.stax.validate
Class BinarySecurityTokenValidatorImpl

java.lang.Object
  extended by org.apache.wss4j.stax.validate.BinarySecurityTokenValidatorImpl
All Implemented Interfaces:
BinarySecurityTokenValidator, Validator

public class BinarySecurityTokenValidatorImpl
extends Object
implements BinarySecurityTokenValidator


Constructor Summary
BinarySecurityTokenValidatorImpl()
           
 
Method Summary
protected  Crypto getCrypto(WSSSecurityProperties securityProperties)
           
 org.apache.xml.security.stax.securityToken.InboundSecurityToken validate(BinarySecurityTokenType binarySecurityTokenType, TokenContext tokenContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BinarySecurityTokenValidatorImpl

public BinarySecurityTokenValidatorImpl()
Method Detail

validate

public org.apache.xml.security.stax.securityToken.InboundSecurityToken validate(BinarySecurityTokenType binarySecurityTokenType,
                                                                                TokenContext tokenContext)
                                                                         throws WSSecurityException
Specified by:
validate in interface BinarySecurityTokenValidator
Throws:
WSSecurityException

getCrypto

protected Crypto getCrypto(WSSSecurityProperties securityProperties)
                    throws WSSConfigurationException
Throws:
WSSConfigurationException


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