Package | Description |
---|---|
com.atlassian.crowd.plugin.saml |
Modifier and Type | Method and Description |
---|---|
SAMLAuthRequest |
SAMLMessageManagerImpl.parseAuthRequest(String samlRequestXML,
String relayStateURL,
String samlEncoding) |
SAMLAuthRequest |
SAMLMessageManager.parseAuthRequest(String samlRequestXML,
String relayStateURL,
String samlEncoding)
Parses the non null request parameters
for a SAML request into a SAML request
object.
|
Modifier and Type | Method and Description |
---|---|
SAMLAuthResponse |
SAMLMessageManagerImpl.generateAuthResponse(SAMLAuthRequest authRequest,
String authenticatedUser) |
SAMLAuthResponse |
SAMLMessageManager.generateAuthResponse(SAMLAuthRequest authRequest,
String authenticatedUser)
Generates a successful authentication
response for an authentication request
given the username of the authenticated
user.
|
Copyright © 2021 Atlassian. All rights reserved.