프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_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. |
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 |
public getRequest ( boolean | null $deflate = null ) | ||
$deflate | boolean | null | Whether or not we should 'gzdeflate' the request body before we return it. |