public class SAMLAuthRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFLATE_ENCODING
This is the encoding that MUST be supported by all SAML bindings, see SAML bindings spec section 3.4.4.1
|
Modifier | Constructor and Description |
---|---|
|
SAMLAuthRequest(String samlRequest,
String relayStateURL,
String samlEncoding)
Parses the non null request parameters for a SAML request into a SAML request object.
|
protected |
SAMLAuthRequest(String issueInstant,
String providerName,
String acsURL,
String requestID,
String relayStateURL) |
Modifier and Type | Method and Description |
---|---|
String |
getAcsURL() |
String |
getIssueInstant() |
String |
getProviderName() |
String |
getRelayStateURL() |
String |
getRequestID() |
public static final String DEFLATE_ENCODING
public SAMLAuthRequest(String samlRequest, String relayStateURL, String samlEncoding) throws SAMLException
samlRequest
- request XML string, already URL-decoded, but still Base64 encodedrelayStateURL
- relay state URL.samlEncoding
- encoding identification, see SAML bindings spec section 3.4.4.1SAMLException
- error parsing request.Copyright © 2021 Atlassian. All rights reserved.