com.atlassian.crowd.plugin.saml
Class SAMLAuthRequest
java.lang.Object
com.atlassian.crowd.plugin.saml.SAMLAuthRequest
public class SAMLAuthRequest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAMLAuthRequest
public SAMLAuthRequest(String samlRequest,
String relayStateURL)
throws SAMLException
- Throws:
SAMLException
SAMLAuthRequest
protected SAMLAuthRequest(String issueInstant,
String providerName,
String acsURL,
String requestID,
String relayStateURL)
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.