From cdc5f61770c08ac0fbf77687558b0ad399e5859d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 12 Nov 2016 18:15:37 +0100 Subject: php-pecl-krb5: 1.1.1 --- REFLECTION | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 50 insertions(+), 3 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index 2dd6b61..1bd2005 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #93 krb5 version 1.1.0 ] { +Extension [ extension #97 krb5 version 1.1.1 ] { - Constants [13] { Constant [ integer GSS_C_DELEG_FLAG ] { 1 } @@ -25,7 +25,15 @@ Extension [ extension #93 krb5 version 1.1.0 ] { - Static properties [0] { } - - Static methods [0] { + - Static methods [1] { + Method [ static public method changePassword ] { + + - Parameters [3] { + Parameter #0 [ $principal ] + Parameter #1 [ $oldpass ] + Parameter #2 [ $newpass ] + } + } } - Properties [0] { @@ -436,7 +444,7 @@ Extension [ extension #93 krb5 version 1.1.0 ] { - Properties [0] { } - - Methods [17] { + - Methods [23] { Method [ public method __construct ] { - Parameters [2] { @@ -545,6 +553,45 @@ Extension [ extension #93 krb5 version 1.1.0 ] { - Parameters [0] { } } + + Method [ public method getMaxFailureCount ] { + + - Parameters [0] { + } + } + + Method [ public method setMaxFailureCount ] { + + - Parameters [1] { + Parameter #0 [ $failcnt ] + } + } + + Method [ public method getFailureInterval ] { + + - Parameters [0] { + } + } + + Method [ public method setFailureInterval ] { + + - Parameters [1] { + Parameter #0 [ $interval ] + } + } + + Method [ public method getLockoutDuration ] { + + - Parameters [0] { + } + } + + Method [ public method setLockoutDuration ] { + + - Parameters [1] { + Parameter #0 [ $duration ] + } + } } } -- cgit