|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SAMLException | |
|---|---|
| com.atlassian.crowd.plugin.saml | |
| Uses of SAMLException in com.atlassian.crowd.plugin.saml |
|---|
| Methods in com.atlassian.crowd.plugin.saml that throw SAMLException | |
|---|---|
static org.jdom.Document |
Util.createJdomDoc(java.lang.String xmlString)
Creates a JDOM Document from a string containing XML |
SAMLAuthResponse |
SAMLMessageManagerImpl.generateAuthResponse(SAMLAuthRequest authRequest,
java.lang.String authenticatedUser)
|
SAMLAuthResponse |
SAMLMessageManager.generateAuthResponse(SAMLAuthRequest authRequest,
java.lang.String authenticatedUser)
Generates a successful authentication response for an authentication request given the username of the authenticated user. |
void |
SAMLMessageManagerImpl.generateKeys()
|
void |
SAMLMessageManager.generateKeys()
Generates and stores the private and public keys in the Crowd home directory under the "/plugin-data/crowd-saml-plugin" folder. |
protected void |
SAMLMessageManagerImpl.loadKeys()
Loads the private and public keys in the Crowd home directory under the "/saml" folder. |
SAMLAuthRequest |
SAMLMessageManagerImpl.parseAuthRequest(java.lang.String samlRequestXML,
java.lang.String relayStateURL)
|
SAMLAuthRequest |
SAMLMessageManager.parseAuthRequest(java.lang.String samlRequestXML,
java.lang.String relayStateURL)
Parses the non null request parameters for a SAML request into a SAML request object. |
static java.lang.String |
XmlDigitalSigner.signXML(java.lang.String samlResponse,
java.security.PublicKey publicKey,
java.security.PrivateKey privateKey)
Signs the specified xmlString with the pair of provided keys, as per the SAML 2.0 specifications. |
static org.w3c.dom.Document |
Util.toDom(org.jdom.Document doc)
Converts a JDOM Document to a W3 DOM document. |
static org.w3c.dom.Element |
Util.toDom(org.jdom.Element element)
Converts a JDOM Element to a W3 DOM Element |
| Constructors in com.atlassian.crowd.plugin.saml that throw SAMLException | |
|---|---|
SAMLAuthRequest(java.lang.String samlRequest,
java.lang.String relayStateURL)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||