public class SAMLProtocolResponseValidator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SAML1_STATUSCODE_SUCCESS |
static String |
SAML2_STATUSCODE_SUCCESS |
| Constructor and Description |
|---|
SAMLProtocolResponseValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateSamlResponse(org.opensaml.saml2.core.Response samlResponse,
org.apache.ws.security.components.crypto.Crypto sigCrypto,
CallbackHandler callbackHandler)
Validate a SAML 2 Protocol Response
|
void |
validateSamlResponse(org.opensaml.saml1.core.Response samlResponse,
org.apache.ws.security.components.crypto.Crypto sigCrypto,
CallbackHandler callbackHandler)
Validate a SAML 1.1 Protocol Response
|
public static final String SAML2_STATUSCODE_SUCCESS
public static final String SAML1_STATUSCODE_SUCCESS
public void validateSamlResponse(org.opensaml.saml2.core.Response samlResponse,
org.apache.ws.security.components.crypto.Crypto sigCrypto,
CallbackHandler callbackHandler)
throws org.apache.ws.security.WSSecurityException
samlResponse - sigCrypto - callbackHandler - org.apache.ws.security.WSSecurityExceptionpublic void validateSamlResponse(org.opensaml.saml1.core.Response samlResponse,
org.apache.ws.security.components.crypto.Crypto sigCrypto,
CallbackHandler callbackHandler)
throws org.apache.ws.security.WSSecurityException
samlResponse - sigCrypto - callbackHandler - org.apache.ws.security.WSSecurityExceptionApache CXF