PHP Класс OneLogin_Saml_Response

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( array | object $oldSettings, string $assertion ) Constructor that process the SAML Response, Internally initializes an SP SAML instance and an OneLogin_Saml2_Response.
get_nameid ( ) : string Retrieves the nameId
get_saml_attributes ( ) : array Retrieves an Array with the logged user data.

Описание методов

__construct() публичный Метод

Constructor that process the SAML Response, Internally initializes an SP SAML instance and an OneLogin_Saml2_Response.
public __construct ( array | object $oldSettings, string $assertion )
$oldSettings array | object Settings
$assertion string SAML Response

get_nameid() публичный Метод

Retrieves the nameId
public get_nameid ( ) : string
Результат string

get_saml_attributes() публичный Метод

Retrieves an Array with the logged user data.
public get_saml_attributes ( ) : array
Результат array