1RPC_CREDS(3)                     rpc_creds 1.2                    RPC_CREDS(3)
2
3
4

NAME

6       packet.application.rpc_creds - RPC Credentials module
7

DESCRIPTION

9       Decode RPC Credentials.
10

CLASSES

12   class AuthNone(baseobj.BaseObj)
13       AuthNone object
14
15
16       Methods defined here:
17       ---------------------
18
19       __init__(self, unpack)
20           Constructor which takes the Unpack object as input
21
22       Data and other attributes defined here:
23
24       flavor = 0
25
26   class AuthSys(baseobj.BaseObj)
27       AuthSys object
28
29
30       Methods defined here:
31       ---------------------
32
33       __init__(self, unpack)
34           Constructor which takes the Unpack object as input
35
36       Data and other attributes defined here:
37
38       flavor = 1
39
40   class GSS_Credential(baseobj.BaseObj)
41       GSS_Credential object
42
43
44       Methods defined here:
45       ---------------------
46
47       __init__(self, unpack)
48           Constructor which takes the Unpack object as input
49
50       Data and other attributes defined here:
51
52       flavor = 6
53
54   class GSS_Verifier(baseobj.BaseObj)
55       GSS_Verifier object
56
57
58       Methods defined here:
59       ---------------------
60
61       __init__(self, unpack)
62           Constructor which takes the Unpack object as input
63
64       Data and other attributes defined here:
65
66       flavor = 6
67
68   class auth_flavor(packet.utils.Enum)
69       enum auth_flavor
70
71
72   class rpc_gss_proc(packet.utils.Enum)
73       enum rpc_gss_proc
74
75
76   class rpc_gss_service(packet.utils.Enum)
77       enum rpc_gss_service
78
79

FUNCTIONS

81   rpc_credential(unpack, verifier=False)
82       Process and return the credential or verifier
83

SEE ALSO

85       baseobj(3), packet.utils(3)
86
87

BUGS

89       No known bugs.
90

AUTHOR

92       Jorge Mora (mora@netapp.com)
93
94
95
96NFStest 2.1.5                  14 February 2017                   RPC_CREDS(3)
Impressum