PHP Class Aacotroneo\Saml2\Saml2User

Afficher le fichier Open project: aacotroneo/laravel-saml2

Protected Properties

Свойство Type Description
$auth

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( OneLogin_Saml2_Auth $auth )
$auth OneLogin_Saml2_Auth

getAttributes() public méthode

public getAttributes ( ) : array
Résultat array attributes retrieved from assertion processed this request

getIntendedUrl() public méthode

public getIntendedUrl ( )

getNameId() public méthode

public getNameId ( )

getRawSamlAssertion() public méthode

public getRawSamlAssertion ( ) : string
Résultat string the saml assertion processed this request

getSessionIndex() public méthode

public getSessionIndex ( )

getUserId() public méthode

public getUserId ( ) : string
Résultat string User Id retrieved from assertion processed this request

Property Details

$auth protected_oe property

protected $auth