Members
-
<static> METHOD :string
-
Type:
- string
Properties:
Name Type Default Description GETstring GET POSTstring POST
Methods
-
<abstract> getCurrentUrl()
-
Gets the current URL
Returns:
- Type
- string
-
redirect(url [, parameters] [, method])
-
Redirects the user to the specified url, optionaly sending some parameters
Parameters:
Name Type Argument Default Description urlstring Target URL
parametersObject.<string> <optional>
<nullable>
null Parameters to send
methodolympe.auth.Redirector.METHOD <optional>
olympe.auth.Redirector.METHOD.POST HTTP method
-
samlRedirect(url, samlRequest, samlId [, method])
-
Specialised redirection for SAML authentication
Parameters:
Name Type Argument Default Description urlstring Target URL
samlRequeststring SAML request
samlIdstring SAML session identifier
methodolympe.auth.Redirector.METHOD <optional>
olympe.auth.Redirector.METHOD.POST HTTP method
Olympe SDK