Uses of Class
com.atlassian.crowd.plugin.saml.SAMLException
Packages that use SAMLException
-
Uses of SAMLException in com.atlassian.crowd.plugin.saml
Methods in com.atlassian.crowd.plugin.saml that throw SAMLExceptionModifier and TypeMethodDescriptionstatic org.dom4j.DocumentUtil.createDom4jDoc(String xmlString) SAMLMessageManager.generateAuthResponse(SAMLAuthRequest authRequest, String authenticatedUser) Generates a successful authentication response for an authentication request given the username of the authenticated user.SAMLMessageManagerImpl.generateAuthResponse(SAMLAuthRequest authRequest, String authenticatedUser) voidDatabaseKeyStore.generateKeys()voidSAMLMessageManager.generateKeys()Generates and stores the private and public keysvoidSAMLMessageManagerImpl.generateKeys()SAMLMessageManager.parseAuthRequest(String samlRequestXML, String relayStateURL, String samlEncoding) Parses the non null request parameters for a SAML request into a SAML request object.SAMLMessageManagerImpl.parseAuthRequest(String samlRequestXML, String relayStateURL, String samlEncoding) static StringXmlDigitalSigner.signXML(String samlResponse, PublicKey publicKey, PrivateKey privateKey) Signs the specified xmlString with the pair of provided keys, as per the SAML 2.0 specifications.Constructors in com.atlassian.crowd.plugin.saml that throw SAMLExceptionModifierConstructorDescriptionSAMLAuthRequest(String samlRequest, String relayStateURL, String samlEncoding) Parses the non null request parameters for a SAML request into a SAML request object.