Package org.apache.wss4j.dom.validate

Interface Summary
Validator This interface describes a pluggable way of validating credentials that have been extracted by the processors.
 

Class Summary
Credential This class stores various Credential types that can be validated and/or returned by a Validator implementation.
JAASUsernameTokenValidator This class validates a processed UsernameToken, extracted from the Credential passed to the validate method.
KerberosTokenValidator  
NoOpValidator This class does not do any Validation at all.
SamlAssertionValidator This class validates a SAML Assertion, which is wrapped in an "SamlAssertionWrapper" instance.
SignatureTrustValidator This class verifies trust in a credential used to verify a signature, which is extracted from the Credential passed to the validate method.
TimestampValidator This class validates a processed Timestamp, extracted from the Credential passed to the validate method.
UsernameTokenValidator This class validates a processed UsernameToken, extracted from the Credential passed to the validate method.
 



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