HttpAction
in package
Table of Contents
- sendHTTPPostRequest() : mixed
- This function is used to send LogoutRequest & AuthRequest as a post Parameter.
- sendHTTPPostResponse() : mixed
- This function is used to send Logout Response as a post Parameter.
- sendHTTPRedirectRequest() : mixed
- This function is used to send LogoutRequest & AuthRequest as a request Parameter.
- sendHTTPRedirectResponse() : mixed
- This function is used to send LogoutResponse as a request Parameter.
Methods
sendHTTPPostRequest()
This function is used to send LogoutRequest & AuthRequest as a post Parameter.
public
sendHTTPPostRequest( $samlRequest, $sendRelayState, mixed $sloUrl) : mixed
LogoutRequest & AuthRequest is sent in the post parameter if the binding is set as HTTP Post.
TODO : Function also generates the signature and appends it in the XML document TODO : before sending it over as post TODO : parameter data along with the relayState parameter.
Parameters
Return values
mixed —sendHTTPPostResponse()
This function is used to send Logout Response as a post Parameter.
public
sendHTTPPostResponse( $samlResponse, $sendRelayState, $ssoUrl) : mixed
Logout Response is sent in the post parameter if the binding is set as HTTP Post.
TODO : Function also generates the signature and appends it in the XML document TODO : before sending it over as post TODO : parameter data along with the relayState parameter.
Parameters
Return values
mixed —sendHTTPRedirectRequest()
This function is used to send LogoutRequest & AuthRequest as a request Parameter.
public
sendHTTPRedirectRequest( $samlRequest, $sendRelayState, $idpUrl) : mixed
LogoutRequest & AuthRequest is sent in the request parameter if the binding is set as HTTP Redirect. Http Redirect is the default way Authn Request is sent.
TODO : Function also generates the signature and appends it in the parameter as TODO : well along with the relayState parameter
Parameters
Return values
mixed —sendHTTPRedirectResponse()
This function is used to send LogoutResponse as a request Parameter.
protected
sendHTTPRedirectResponse( $samlResponse, $sendRelayState, $ssoUrl) : mixed
LogoutResponse is sent in the request parameter if the binding is set as HTTP Redirect. Http Redirect is the default way Logout Response is sent.