PHP 클래스 Aacotroneo\Saml2\Saml2User

파일 보기 프로젝트 열기: aacotroneo/laravel-saml2

보호된 프로퍼티들

프로퍼티 타입 설명
$auth

공개 메소드들

메소드 설명
__construct ( OneLogin_Saml2_Auth $auth )
getAttributes ( ) : array
getIntendedUrl ( )
getNameId ( )
getRawSamlAssertion ( ) : string
getSessionIndex ( )
getUserId ( ) : string

메소드 상세

__construct() 공개 메소드

public __construct ( OneLogin_Saml2_Auth $auth )
$auth OneLogin_Saml2_Auth

getAttributes() 공개 메소드

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

getIntendedUrl() 공개 메소드

public getIntendedUrl ( )

getNameId() 공개 메소드

public getNameId ( )

getRawSamlAssertion() 공개 메소드

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

getSessionIndex() 공개 메소드

public getSessionIndex ( )

getUserId() 공개 메소드

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

프로퍼티 상세

$auth 보호되어 있는 프로퍼티

protected $auth