ProcessUserAction
in package
Table of Contents
- $attrs : mixed
- $entries : mixed
- $NameID : mixed
- $relayState : mixed
- $sessionIndex : mixed
- __construct() : mixed
- LogUserInAction constructor.
- execute() : mixed
Properties
$attrs
private
mixed
$attrs
$entries
private
mixed
$entries
$NameID
private
mixed
$NameID
$relayState
private
mixed
$relayState
$sessionIndex
private
mixed
$sessionIndex
Methods
__construct()
LogUserInAction constructor.
public
__construct( $attrs, $relayState, $sessionIndex, mixed $entries, mixed $NameID) : mixed
Parameters
- $attrs :
-
- all the user profile attributes send by the IDP in the SAML response
- $relayState :
-
- the URL that the user needs to be redirected to
- $sessionIndex :
-
- the session Index parameter provided by the IDP ( used for Single Logout Purposes )
- $entries : mixed
- $NameID : mixed
Return values
mixed —execute()
public
execute() : mixed