org.opensaml
Class SAMLBrowserProfile.BrowserProfileResponse

java.lang.Object
  extended byorg.opensaml.SAMLBrowserProfile.BrowserProfileResponse
Enclosing class:
SAMLBrowserProfile

public static class SAMLBrowserProfile.BrowserProfileResponse
extends Object

Wrapper for the pieces of the profile response available to the caller


Field Summary
 SAMLAssertion assertion
          The primary authn assertion (identified by its profile-specific features)
 SAMLAuthenticationStatement authnStatement
          The primary authn statement (the first qualifying statement in the authn assertion)
 SAMLResponse response
          The profile response after initial processing
 String TARGET
          TARGET profile parameter received with response
 
Constructor Summary
SAMLBrowserProfile.BrowserProfileResponse()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

response

public SAMLResponse response
The profile response after initial processing


assertion

public SAMLAssertion assertion
The primary authn assertion (identified by its profile-specific features)


authnStatement

public SAMLAuthenticationStatement authnStatement
The primary authn statement (the first qualifying statement in the authn assertion)


TARGET

public String TARGET
TARGET profile parameter received with response

Constructor Detail

SAMLBrowserProfile.BrowserProfileResponse

public SAMLBrowserProfile.BrowserProfileResponse()


Copyright ? 2005 UCAID. All Rights Reserved.