RPC_CREDS(3) | rpc_creds 1.2 | RPC_CREDS(3) |
NAME¶
packet.application.rpc_creds - RPC Credentials module
DESCRIPTION¶
Decode RPC Credentials.
CLASSES¶
class AuthNone(baseobj.BaseObj)¶
AuthNone object
Methods defined here: ---------------------
__init__(self, unpack)
Constructor which takes the Unpack object as input Data and other attributes defined here: flavor = 0
class AuthSys(baseobj.BaseObj)¶
AuthSys object
Methods defined here: ---------------------
__init__(self, unpack)
Constructor which takes the Unpack object as input Data and other attributes defined here: flavor = 1
class GSS_Credential(baseobj.BaseObj)¶
GSS_Credential object
Methods defined here: ---------------------
__init__(self, unpack)
Constructor which takes the Unpack object as input Data and other attributes defined here: flavor = 6
class GSS_Verifier(baseobj.BaseObj)¶
GSS_Verifier object
Methods defined here: ---------------------
__init__(self, unpack)
Constructor which takes the Unpack object as input Data and other attributes defined here: flavor = 6
class auth_flavor(packet.utils.Enum)¶
enum auth_flavor
class rpc_gss_proc(packet.utils.Enum)¶
enum rpc_gss_proc
class rpc_gss_service(packet.utils.Enum)¶
enum rpc_gss_service
FUNCTIONS¶
rpc_credential(unpack, verifier=False)¶
Process and return the credential or verifier
SEE ALSO¶
BUGS¶
No known bugs.
AUTHOR¶
Jorge Mora (mora@netapp.com)
14 February 2017 | NFStest 2.1.5 |