| Package | Description |
|---|---|
| com.atlassian.crowd.plugin.saml |
| Modifier and Type | Method and Description |
|---|---|
static org.dom4j.Document |
Util.createDom4jDoc(String xmlString) |
SAMLAuthResponse |
SAMLMessageManager.generateAuthResponse(SAMLAuthRequest authRequest,
String authenticatedUser)
Generates a successful authentication
response for an authentication request
given the username of the authenticated
user.
|
SAMLAuthResponse |
SAMLMessageManagerImpl.generateAuthResponse(SAMLAuthRequest authRequest,
String authenticatedUser) |
void |
SAMLMessageManager.generateKeys()
Generates and stores the private and public keys
|
void |
SAMLMessageManagerImpl.generateKeys() |
void |
DatabaseKeyStore.generateKeys() |
SAMLAuthRequest |
SAMLMessageManager.parseAuthRequest(String samlRequestXML,
String relayStateURL,
String samlEncoding)
Parses the non null request parameters
for a SAML request into a SAML request
object.
|
SAMLAuthRequest |
SAMLMessageManagerImpl.parseAuthRequest(String samlRequestXML,
String relayStateURL,
String samlEncoding) |
static String |
XmlDigitalSigner.signXML(String samlResponse,
PublicKey publicKey,
PrivateKey privateKey)
Signs the specified xmlString with the pair of provided keys, as per the
SAML 2.0 specifications.
|
| 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.
|
Copyright © 2023 Atlassian. All rights reserved.