1RPC_CREDS(3) rpc_creds 1.3 RPC_CREDS(3)
2
3
4
6 packet.application.rpc_creds - RPC Credentials module
7
9 Decode RPC Credentials.
10
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 = AUTH_NONE
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 = AUTH_SYS
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 = RPCSEC_GSS
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 = RPCSEC_GSS
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
81 rpc_credential(unpack, verifier=False)
82 Process and return the credential or verifier
83
85 baseobj(3), packet.application.gss(3), packet.application.gss_const(3),
86 packet.application.rpc_const(3), packet.utils(3)
87
88
90 No known bugs.
91
93 Jorge Mora (mora@netapp.com)
94
95
96
97NFStest 3.2 21 March 2023 RPC_CREDS(3)