Package org.apache.wss4j.stax.validate
Class BinarySecurityTokenValidatorImpl
java.lang.Object
org.apache.wss4j.stax.validate.BinarySecurityTokenValidatorImpl
- All Implemented Interfaces:
BinarySecurityTokenValidator,Validator
public class BinarySecurityTokenValidatorImpl
extends Object
implements BinarySecurityTokenValidator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CryptogetCrypto(WSSSecurityProperties securityProperties) org.apache.xml.security.stax.securityToken.InboundSecurityTokenvalidate(BinarySecurityTokenType binarySecurityTokenType, TokenContext tokenContext)
-
Constructor Details
-
BinarySecurityTokenValidatorImpl
public BinarySecurityTokenValidatorImpl()
-
-
Method Details
-
validate
public org.apache.xml.security.stax.securityToken.InboundSecurityToken validate(BinarySecurityTokenType binarySecurityTokenType, TokenContext tokenContext) throws WSSecurityException - Specified by:
validatein interfaceBinarySecurityTokenValidator- Throws:
WSSecurityException
-
getCrypto
protected Crypto getCrypto(WSSSecurityProperties securityProperties) throws WSSConfigurationException - Throws:
WSSConfigurationException
-