summaryrefslogtreecommitdiffstats
path: root/REFLECTION
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-11-12 18:15:37 +0100
committerRemi Collet <fedora@famillecollet.com>2016-11-12 18:15:37 +0100
commitcdc5f61770c08ac0fbf77687558b0ad399e5859d (patch)
treee5152276d205a1d00e57e8859faf0282e2a5eeb8 /REFLECTION
parent3cddc61eed7562eca1bd27360080bffb2852c355 (diff)
php-pecl-krb5: 1.1.1
Diffstat (limited to 'REFLECTION')
-rw-r--r--REFLECTION53
1 files changed, 50 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 2dd6b61..1bd2005 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #93 krb5 version 1.1.0 ] {
+Extension [ <persistent> extension #97 krb5 version 1.1.1 ] {
- Constants [13] {
Constant [ integer GSS_C_DELEG_FLAG ] { 1 }
@@ -25,7 +25,15 @@ Extension [ <persistent> extension #93 krb5 version 1.1.0 ] {
- Static properties [0] {
}
- - Static methods [0] {
+ - Static methods [1] {
+ Method [ <internal:krb5> static public method changePassword ] {
+
+ - Parameters [3] {
+ Parameter #0 [ <required> $principal ]
+ Parameter #1 [ <required> $oldpass ]
+ Parameter #2 [ <required> $newpass ]
+ }
+ }
}
- Properties [0] {
@@ -436,7 +444,7 @@ Extension [ <persistent> extension #93 krb5 version 1.1.0 ] {
- Properties [0] {
}
- - Methods [17] {
+ - Methods [23] {
Method [ <internal:krb5, ctor> public method __construct ] {
- Parameters [2] {
@@ -545,6 +553,45 @@ Extension [ <persistent> extension #93 krb5 version 1.1.0 ] {
- Parameters [0] {
}
}
+
+ Method [ <internal:krb5> public method getMaxFailureCount ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:krb5> public method setMaxFailureCount ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $failcnt ]
+ }
+ }
+
+ Method [ <internal:krb5> public method getFailureInterval ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:krb5> public method setFailureInterval ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $interval ]
+ }
+ }
+
+ Method [ <internal:krb5> public method getLockoutDuration ] {
+
+ - Parameters [0] {
+ }
+ }
+
+ Method [ <internal:krb5> public method setLockoutDuration ] {
+
+ - Parameters [1] {
+ Parameter #0 [ <required> $duration ]
+ }
+ }
}
}