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.


Method Summary
 SAMLResponse resolve(SAMLRequest request)
          Resolves 1 or more SAML 1.x artifacts into assertions
 

Method Detail

resolve

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.