Man page - packet.application.rpc_creds(3)

Packages contains this manual

Manual

RPC_CREDS

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
SEE ALSO
BUGS
AUTHOR

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)