RPC_CREDS

Section: rpc_creds 1.3 (3)
Updated: 19 July 2021
Index Return to Main Contents
 

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 = AUTH_NONE
 

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 = AUTH_SYS
 

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 = RPCSEC_GSS
 

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 = RPCSEC_GSS
 

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

baseobj(3), packet.application.gss(3), packet.application.gss_const(3), packet.application.rpc_const(3), packet.utils(3)

 

BUGS

No known bugs.  

AUTHOR

Jorge Mora (mora@netapp.com)


 

Index

NAME
DESCRIPTION
CLASSES
class AuthNone(baseobj.BaseObj)
class AuthSys(baseobj.BaseObj)
class GSS_Credential(baseobj.BaseObj)
class GSS_Verifier(baseobj.BaseObj)
class auth_flavor(packet.utils.Enum)
class rpc_gss_proc(packet.utils.Enum)
class rpc_gss_service(packet.utils.Enum)
FUNCTIONS
rpc_credential(unpack, verifier=False)
SEE ALSO
BUGS
AUTHOR

This document was created by man2html, using the manual pages.
Time: 16:08:34 GMT, July 19, 2021