Package | Description |
---|---|
com.atlassian.crowd.plugin.saml |
Modifier and Type | Method and Description |
---|---|
static org.jdom.Document |
Util.createJdomDoc(String xmlString)
Creates a JDOM Document from a string containing XML
|
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.
|
void |
SAMLMessageManagerImpl.generateKeys() |
void |
DatabaseKeyStore.generateKeys() |
void |
SAMLMessageManager.generateKeys()
Generates and stores the private and public keys
|
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.
|
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.
|
static Document |
Util.toDom(org.jdom.Document doc)
Converts a JDOM Document to a W3 DOM document.
|
static Element |
Util.toDom(org.jdom.Element element)
Converts a JDOM Element to a W3 DOM Element
|
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 © 2021 Atlassian. All rights reserved.