Uses of Interface
org.apache.wss4j.stax.validate.Validator

Packages that use Validator
org.apache.wss4j.stax.ext   
org.apache.wss4j.stax.validate   
 

Uses of Validator in org.apache.wss4j.stax.ext
 

Methods in org.apache.wss4j.stax.ext with type parameters of type Validator
<T extends Validator>
T
WSSSecurityProperties.getValidator(QName qName)
           
 

Methods in org.apache.wss4j.stax.ext with parameters of type Validator
 void WSSSecurityProperties.addValidator(QName qName, Validator validator)
           
 

Uses of Validator in org.apache.wss4j.stax.validate
 

Subinterfaces of Validator in org.apache.wss4j.stax.validate
 interface BinarySecurityTokenValidator
           
 interface SamlTokenValidator
           
 interface SecurityContextTokenValidator
           
 interface SignatureTokenValidator
           
 interface TimestampValidator
           
 interface UsernameTokenValidator
           
 

Classes in org.apache.wss4j.stax.validate that implement Validator
 class BinarySecurityTokenValidatorImpl
           
 class JAASUsernameTokenValidatorImpl
          This class validates a processed UsernameToken, where Username/password validation is delegated to the JAAS LoginContext.
 class SamlTokenValidatorImpl
           
 class SecurityContextTokenValidatorImpl
           
 class SignatureTokenValidatorImpl
           
 class TimestampValidatorImpl
           
 class UsernameTokenValidatorImpl
           
 



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