Class SAMLAssertionValidator
java.lang.Object
com.webmethods.caf.wsserver.auth.saml.SAMLAssertionValidator
A worker class that retrieves user DN from a specified
SAML service provider for a given SAML artifact.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SAMLAssertionValidator
public SAMLAssertionValidator()
-
-
Method Details
-
validate
Retrieve and validate a SAML assertion for a given SAML artifact.- Parameters:
securityProviderEndpoint
- URL of the SAML security provider servicesamlArtifact
- the base-64 encoded SAML artifact string as a String- Returns:
- the asserted user DN as a String
-