PHP 클래스 OneLogin_Saml2_AuthnRequest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_settings OneLogin_Saml2_Settings Object that represents the setting info

공개 메소드들

메소드 설명
__construct ( OneLogin_Saml2_Settings $settings, boolean $forceAuthn = false, boolean $isPassive = false, boolean $setNameIdPolicy = true ) Constructs the AuthnRequest object.
getId ( ) : string Returns the AuthNRequest ID.
getRequest ( boolean | null $deflate = null ) Returns deflated, base64 encoded, unsigned AuthnRequest.

메소드 상세

__construct() 공개 메소드

Constructs the AuthnRequest object.
public __construct ( OneLogin_Saml2_Settings $settings, boolean $forceAuthn = false, boolean $isPassive = false, boolean $setNameIdPolicy = true )
$settings OneLogin_Saml2_Settings Settings
$forceAuthn boolean When true the AuthNReuqest will set the ForceAuthn='true'
$isPassive boolean When true the AuthNReuqest will set the Ispassive='true'
$setNameIdPolicy boolean When true the AuthNReuqest will set a nameIdPolicy

getId() 공개 메소드

Returns the AuthNRequest ID.
public getId ( ) : string
리턴 string

getRequest() 공개 메소드

Returns deflated, base64 encoded, unsigned AuthnRequest.
public getRequest ( boolean | null $deflate = null )
$deflate boolean | null Whether or not we should 'gzdeflate' the request body before we return it.

프로퍼티 상세

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

Object that represents the setting info
protected OneLogin_Saml2_Settings $_settings
리턴 OneLogin_Saml2_Settings