packet.application.rpc_creds (3) - Linux Manuals
packet.application.rpc_creds: RPC Credentials module
NAME
packet.application.rpc_creds - RPC Credentials moduleDESCRIPTION
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 verifierBUGS
No known bugs.AUTHOR
Jorge Mora (mora [at] netapp.com)