Uses of Class
com.atlassian.crowd.plugin.saml.SAMLAuthRequest
Packages that use SAMLAuthRequest
-
Uses of SAMLAuthRequest in com.atlassian.crowd.plugin.saml
Methods in com.atlassian.crowd.plugin.saml that return SAMLAuthRequestModifier 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) Methods in com.atlassian.crowd.plugin.saml with parameters of type SAMLAuthRequestModifier 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)