com.atlassian.crowd.plugin.saml
Class SAMLAuthRequest

java.lang.Object
  extended by com.atlassian.crowd.plugin.saml.SAMLAuthRequest

public class SAMLAuthRequest
extends Object


Constructor Summary
  SAMLAuthRequest(String samlRequest, String relayStateURL)
           
protected SAMLAuthRequest(String issueInstant, String providerName, String acsURL, String requestID, String relayStateURL)
           
 
Method Summary
 String getAcsURL()
           
 String getIssueInstant()
           
 String getProviderName()
           
 String getRelayStateURL()
           
 String getRequestID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLAuthRequest

public SAMLAuthRequest(String samlRequest,
                       String relayStateURL)
                throws SAMLException
Throws:
SAMLException

SAMLAuthRequest

protected SAMLAuthRequest(String issueInstant,
                          String providerName,
                          String acsURL,
                          String requestID,
                          String relayStateURL)
Method Detail

getIssueInstant

public String getIssueInstant()

getProviderName

public String getProviderName()

getAcsURL

public String getAcsURL()

getRequestID

public String getRequestID()

getRelayStateURL

public String getRelayStateURL()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.