PHP 클래스 OneLogin_Saml_Response

파일 보기 프로젝트 열기: onelogin/php-saml 1 사용 예제들

공개 메소드들

메소드 설명
__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