diff options
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -1,6 +1,6 @@ -Extension [ <persistent> extension #77 krb5 version 1.1.2 ] { +Extension [ <persistent> extension #77 krb5 version 1.1.3 ] { - - Constants [13] { + - Constants [14] { Constant [ int GSS_C_DELEG_FLAG ] { 1 } Constant [ int GSS_C_MUTUAL_FLAG ] { 2 } Constant [ int GSS_C_REPLAY_FLAG ] { 4 } @@ -13,6 +13,7 @@ Extension [ <persistent> extension #77 krb5 version 1.1.2 ] { Constant [ int GSS_C_BOTH ] { 0 } Constant [ int GSS_C_INITIATE ] { 1 } Constant [ int GSS_C_ACCEPT ] { 2 } + Constant [ int GSS_C_NO_NAME ] { 0 } Constant [ int KRB5_TL_DB_ARGS ] { 32767 } } @@ -39,7 +40,7 @@ Extension [ <persistent> extension #77 krb5 version 1.1.2 ] { - Properties [0] { } - - Methods [12] { + - Methods [13] { Method [ <internal:krb5> public method initPassword ] { - Parameters [3] { @@ -121,6 +122,12 @@ Extension [ <persistent> extension #77 krb5 version 1.1.2 ] { - Parameters [0] { } } + + Method [ <internal:krb5> public method getExpirationTime ] { + + - Parameters [0] { + } + } } } @@ -749,8 +756,9 @@ Extension [ <persistent> extension #77 krb5 version 1.1.2 ] { - Methods [4] { Method [ <internal:krb5, ctor> public method __construct ] { - - Parameters [1] { + - Parameters [2] { Parameter #0 [ <required> $keytab ] + Parameter #1 [ <optional> $spn ] } } |