Package org.apache.ws.security.validate

Interface Summary
KerberosTokenDecoder This interface defines a pluggable way to obtain a session key given an AP-REQ Kerberos token and a Subject.
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 "AssertionWrapper" 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-2013 The Apache Software Foundation. All Rights Reserved.