com.sun.xml.wss.impl.callback
Interface SAMLValidator
- All Superinterfaces:
- SAMLAssertionValidator
public interface SAMLValidator
- extends SAMLAssertionValidator
- Author:
- kumar.jayanti
|
Method Summary |
void |
validate(org.w3c.dom.Element assertion,
java.util.Map runtimeProps,
javax.security.auth.Subject clientSubject)
Note: The runtime already validates the Enveloped Signature for a HOK assertion before
calling this validate() method |
void |
validate(javax.xml.stream.XMLStreamReader assertion,
java.util.Map runtimeProps,
javax.security.auth.Subject clientSubject)
Note: The runtime already validates the Enveloped Signature for a HOK assertion before
calling this validate() method |
validate
void validate(org.w3c.dom.Element assertion,
java.util.Map runtimeProps,
javax.security.auth.Subject clientSubject)
throws SAMLAssertionValidator.SAMLValidationException
- Note: The runtime already validates the Enveloped Signature for a HOK assertion before
calling this validate() method
- Parameters:
assertion - The assertion as a DOM ElementruntimeProps - the runtime properties associated with this requestclientSubject - the Subject of the sender which can be updated after validation
with principal/credential information
- Throws:
SAMLValidationException - if the validation of the SAML Assertion fails
SAMLAssertionValidator.SAMLValidationException
validate
void validate(javax.xml.stream.XMLStreamReader assertion,
java.util.Map runtimeProps,
javax.security.auth.Subject clientSubject)
throws SAMLAssertionValidator.SAMLValidationException
- Note: The runtime already validates the Enveloped Signature for a HOK assertion before
calling this validate() method
- Parameters:
assertion - The assertion as an XMLStreamReaderruntimeProps - the runtime properties associated with this requestclientSubject - the Subject of the sender which can be updated after validation
with principal/credential information
- Throws:
SAMLValidationException - if the validation of the SAML Assertion fails
SAMLAssertionValidator.SAMLValidationException
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.