PHP Class Aacotroneo\Saml2\Saml2User

Datei anzeigen Open project: aacotroneo/laravel-saml2

Protected Properties

Property Type Description
$auth

Public Methods

Method Description
__construct ( OneLogin_Saml2_Auth $auth )
getAttributes ( ) : array
getIntendedUrl ( )
getNameId ( )
getRawSamlAssertion ( ) : string
getSessionIndex ( )
getUserId ( ) : string

Method Details

__construct() public method

public __construct ( OneLogin_Saml2_Auth $auth )
$auth OneLogin_Saml2_Auth

getAttributes() public method

public getAttributes ( ) : array
return array attributes retrieved from assertion processed this request

getIntendedUrl() public method

public getIntendedUrl ( )

getNameId() public method

public getNameId ( )

getRawSamlAssertion() public method

public getRawSamlAssertion ( ) : string
return string the saml assertion processed this request

getSessionIndex() public method

public getSessionIndex ( )

getUserId() public method

public getUserId ( ) : string
return string User Id retrieved from assertion processed this request

Property Details

$auth protected_oe property

protected $auth