Package org.apache.wss4j.dom.validate


package org.apache.wss4j.dom.validate
  • Class
    Description
    This class stores various Credential types that can be validated and/or returned by a Validator implementation.
    This class validates a processed UsernameToken, extracted from the Credential passed to the validate method.
     
    This class does not do any Validation at all.
    This class validates a SAML Assertion, which is wrapped in an "SamlAssertionWrapper" instance.
    This class verifies trust in a credential used to verify a signature, which is extracted from the Credential passed to the validate method.
    This class validates a processed Timestamp, extracted from the Credential passed to the validate method.
    This class validates a processed UsernameToken, extracted from the Credential passed to the validate method.
    This interface describes a pluggable way of validating credentials that have been extracted by the processors.