com.atlassian.crowd.plugin.saml
Class SAMLAuthResponse

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

public class SAMLAuthResponse
extends Object


Constructor Summary
SAMLAuthResponse(String signedResponseXML, String relayStateURL, String acsURL)
           
 
Method Summary
 String getAcsURL()
           
 String getRelayStateURL()
           
 String getSignedResponseXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLAuthResponse

public SAMLAuthResponse(String signedResponseXML,
                        String relayStateURL,
                        String acsURL)
Method Detail

getSignedResponseXML

public String getSignedResponseXML()

getRelayStateURL

public String getRelayStateURL()

getAcsURL

public String getAcsURL()


Copyright © 2013 Atlassian. All Rights Reserved.