packet.application.rpc_creds (3) - Linux Manuals
packet.application.rpc_creds: RPC Credentials module
Command to display packet.application.rpc_creds manual in Linux: $ man 3 packet.application.rpc_creds
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
FUNCTIONS
rpc_credential(unpack, verifier=False)
Process and return the credential or verifier
BUGS
No known bugs.
AUTHOR
Jorge Mora (mora [at] netapp.com)