Uses of Class
com.atlassian.crowd.plugin.saml.SAMLAuthRequest
-
Uses of SAMLAuthRequest in com.atlassian.crowd.plugin.saml
Modifier and TypeMethodDescriptionSAMLMessageManager.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) Modifier and TypeMethodDescriptionSAMLMessageManager.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)