Uses of Interface
org.apache.ws.security.validate.Validator

Packages that use Validator
org.apache.ws.security   
org.apache.ws.security.handler   
org.apache.ws.security.processor   
org.apache.ws.security.validate   
 

Uses of Validator in org.apache.ws.security
 

Methods in org.apache.ws.security that return Validator
 Validator WSSConfig.getValidator(QName el)
           
 

Methods in org.apache.ws.security with parameters of type Validator
 Class<?> WSSConfig.setValidator(QName el, Validator validator)
          Associate a SOAP validator name with a specified SOAP Security header element QName.
 

Uses of Validator in org.apache.ws.security.handler
 

Methods in org.apache.ws.security.handler that return Validator
 Validator RequestData.getValidator(QName qName)
          Get the Validator instance corresponding to the QName
 

Uses of Validator in org.apache.ws.security.processor
 

Methods in org.apache.ws.security.processor with parameters of type Validator
 Credential SAMLTokenProcessor.handleSAMLToken(Element token, RequestData data, Validator validator, WSDocInfo docInfo)
           
 Credential UsernameTokenProcessor.handleUsernameToken(Element token, Validator validator, RequestData data)
          Check the UsernameToken element and validate it.
 

Uses of Validator in org.apache.ws.security.validate
 

Classes in org.apache.ws.security.validate that implement Validator
 class JAASUsernameTokenValidator
          This class validates a processed UsernameToken, extracted from the Credential passed to the validate method.
 class KerberosTokenValidator
           
 class NoOpValidator
          This class does not do any Validation at all.
 class SamlAssertionValidator
          This class validates a SAML Assertion, which is wrapped in an "AssertionWrapper" instance.
 class SignatureTrustValidator
          This class verifies trust in a credential used to verify a signature, which is extracted from the Credential passed to the validate method.
 class TimestampValidator
          This class validates a processed Timestamp, extracted from the Credential passed to the validate method.
 class UsernameTokenValidator
          This class validates a processed UsernameToken, extracted from the Credential passed to the validate method.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.