Home
last modified time | relevance | path

Searched refs:timeBeforeExpiration (Results 1 – 1 of 1) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php28 * timeBeforeExpiration [0] INTEGER (0 .. maxInt),
48 protected $timeBeforeExpiration;
61 * @param int|null $timeBeforeExpiration
65 public function __construct(?int $timeBeforeExpiration = null, ?int $graceAuthRemaining = null, ?int $error = null)
67 $this->timeBeforeExpiration = $timeBeforeExpiration;
78 return $this->timeBeforeExpiration;
107 if ($this->graceAuthRemaining !== null && $this->timeBeforeExpiration !== null) {
110 if ($this->timeBeforeExpiration !== null) {
112 Asn1::context(0, Asn1::integer($this->timeBeforeExpiration))
45 protected $timeBeforeExpiration; global() variable in FreeDSx\\Ldap\\Control\\PwdPolicyResponseControl
62 __construct(int $timeBeforeExpiration = null, int $graceAuthRemaining = null, int $error = null) global() argument
[all...]