org.opensaml
Interface SAMLBrowserProfile.ArtifactMapper
- Enclosing interface:
- SAMLBrowserProfile
- public static interface SAMLBrowserProfile.ArtifactMapper
Interface provided by SAML application to enable SAML 1.x artifacts to be
resolved.
resolve
public SAMLResponse resolve(SAMLRequest request)
throws SAMLException
- Resolves 1 or more SAML 1.x artifacts into assertions
- Parameters:
request
- The SAML message containing the artifacts to resolve
- Returns:
- The SAML response containing the resolved assertions
- Throws:
SAMLException
- Raised if an error occurs while resolving the artifacts
Copyright ? 2005 UCAID. All Rights Reserved.