From 202219fab1ba4085ed4d55f4007db249ba110a3c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 17 May 2014 17:19:42 +0200 Subject: php-pecl-*: add Reflection file --- REFLECTION | 390 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 390 insertions(+) create mode 100644 REFLECTION diff --git a/REFLECTION b/REFLECTION new file mode 100644 index 0000000..f16fb44 --- /dev/null +++ b/REFLECTION @@ -0,0 +1,390 @@ +Extension [ extension #99 krb5 version 1.0.0 ] { + + - Constants [12] { + Constant [ integer GSS_C_DELEG_FLAG ] { 1 } + Constant [ integer GSS_C_MUTUAL_FLAG ] { 2 } + Constant [ integer GSS_C_REPLAY_FLAG ] { 4 } + Constant [ integer GSS_C_SEQUENCE_FLAG ] { 8 } + Constant [ integer GSS_C_CONF_FLAG ] { 16 } + Constant [ integer GSS_C_INTEG_FLAG ] { 32 } + Constant [ integer GSS_C_ANON_FLAG ] { 64 } + Constant [ integer GSS_C_PROT_READY_FLAG ] { 128 } + Constant [ integer GSS_C_TRANS_FLAG ] { 256 } + Constant [ integer GSS_C_BOTH ] { 0 } + Constant [ integer GSS_C_INITIATE ] { 1 } + Constant [ integer GSS_C_ACCEPT ] { 2 } + } + + - Classes [6] { + Class [ class KRB5CCache ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [12] { + Method [ public method initPassword ] { + } + + Method [ public method initKeytab ] { + } + + Method [ public method getName ] { + } + + Method [ public method getPrincipal ] { + } + + Method [ public method getRealm ] { + } + + Method [ public method getLifetime ] { + } + + Method [ public method getEntries ] { + } + + Method [ public method open ] { + } + + Method [ public method save ] { + } + + Method [ public method isValid ] { + } + + Method [ public method getTktAttrs ] { + } + + Method [ public method renew ] { + } + } + } + + Class [ class KADM5 ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [7] { + Method [ public method __construct ] { + } + + Method [ public method getPrincipal ] { + } + + Method [ public method getPrincipals ] { + } + + Method [ public method createPrincipal ] { + } + + Method [ public method getPolicy ] { + } + + Method [ public method createPolicy ] { + } + + Method [ public method getPolicies ] { + } + } + } + + Class [ class KADM5Principal ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [29] { + Method [ public method __construct ] { + } + + Method [ public method load ] { + } + + Method [ public method save ] { + } + + Method [ public method delete ] { + } + + Method [ public method rename ] { + } + + Method [ public method changePassword ] { + } + + Method [ public method getPropertyArray ] { + } + + Method [ public method getName ] { + } + + Method [ public method getExpiryTime ] { + } + + Method [ public method setExpiryTime ] { + } + + Method [ public method getLastPasswordChange ] { + } + + Method [ public method getPasswordExpiryTime ] { + } + + Method [ public method setPasswordExpiryTime ] { + } + + Method [ public method getMaxTicketLifetime ] { + } + + Method [ public method setMaxTicketLifetime ] { + } + + Method [ public method getLastModifier ] { + } + + Method [ public method getLastModificationDate ] { + } + + Method [ public method getKeyVNO ] { + } + + Method [ public method setKeyVNO ] { + } + + Method [ public method getMasterKeyVNO ] { + } + + Method [ public method getAttributes ] { + } + + Method [ public method getAuxAttributes ] { + } + + Method [ public method getPolicy ] { + } + + Method [ public method setPolicy ] { + } + + Method [ public method clearPolicy ] { + } + + Method [ public method getLastSuccess ] { + } + + Method [ public method getLastFailed ] { + } + + Method [ public method getFailedAuthCount ] { + } + + Method [ public method resetFailedAuthCount ] { + } + } + } + + Class [ class KADM5Policy ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [17] { + Method [ public method __construct ] { + } + + Method [ public method load ] { + } + + Method [ public method save ] { + } + + Method [ public method delete ] { + } + + Method [ public method getPropertyArray ] { + } + + Method [ public method getName ] { + } + + Method [ public method getMinPasswordLife ] { + } + + Method [ public method setMinPasswordLife ] { + } + + Method [ public method getMaxPasswordLife ] { + } + + Method [ public method setMaxPasswordLife ] { + } + + Method [ public method getMinPasswordLength ] { + } + + Method [ public method setMinPasswordLength ] { + } + + Method [ public method getMinPasswordClasses ] { + } + + Method [ public method setMinPasswordClasses ] { + } + + Method [ public method getHistoryNum ] { + } + + Method [ public method setHistoryNum ] { + } + + Method [ public method getReferenceCount ] { + } + } + } + + Class [ class GSSAPIContext ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [9] { + Method [ public method registerAcceptorIdentity ] { + } + + Method [ public method acquireCredentials ] { + } + + Method [ public method inquireCredentials ] { + } + + Method [ public method initSecContext ] { + + - Parameters [7] { + Parameter #0 [ $target ] + Parameter #1 [ $input_token ] + Parameter #2 [ $reqflags ] + Parameter #3 [ $timereq ] + Parameter #4 [ &$output_token ] + Parameter #5 [ &$ret_flags ] + Parameter #6 [ &$time_rec ] + } + } + + Method [ public method acceptSecContext ] { + + - Parameters [6] { + Parameter #0 [ $input_token ] + Parameter #1 [ &$output_token ] + Parameter #2 [ &$src_name ] + Parameter #3 [ &$ret_flags ] + Parameter #4 [ &$time_rec ] + Parameter #5 [ &$deleg ] + } + } + + Method [ public method getMic ] { + } + + Method [ public method verifyMic ] { + + - Parameters [2] { + Parameter #0 [ $message ] + Parameter #1 [ $mic ] + } + } + + Method [ public method wrap ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ &$output ] + } + } + + Method [ public method unwrap ] { + + - Parameters [2] { + Parameter #0 [ $input ] + Parameter #1 [ &$output ] + } + } + } + } + + Class [ class KRB5NegotiateAuth ] { + + - Constants [0] { + } + + - Static properties [0] { + } + + - Static methods [0] { + } + + - Properties [0] { + } + + - Methods [4] { + Method [ public method __construct ] { + } + + Method [ public method doAuthentication ] { + } + + Method [ public method getDelegatedCredentials ] { + } + + Method [ public method getAuthenticatedUser ] { + } + } + } + } +} + -- cgit