gov.nih.nci.cagrid.opensaml
Class SAMLBrowserProfile.BrowserProfileRequest

java.lang.Object
  extended by gov.nih.nci.cagrid.opensaml.SAMLBrowserProfile.BrowserProfileRequest
Enclosing interface:
SAMLBrowserProfile

public static class SAMLBrowserProfile.BrowserProfileRequest
extends java.lang.Object

Wrapper for the pieces of the profile request provided to the profile provider


Field Summary
 java.lang.String[] SAMLArt
           
 java.lang.String SAMLResponse
           
 java.lang.String TARGET
           
 
Constructor Summary
SAMLBrowserProfile.BrowserProfileRequest()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SAMLResponse

public java.lang.String SAMLResponse

SAMLArt

public java.lang.String[] SAMLArt

TARGET

public java.lang.String TARGET
Constructor Detail

SAMLBrowserProfile.BrowserProfileRequest

public SAMLBrowserProfile.BrowserProfileRequest()