|
XRootD
|
#include <XrdSecProtector.hh>
Collaboration diagram for XrdSecProtectParms:Public Types | |
| enum | secLevel { secNone = 0 , secCompatible , secStandard , secIntense , secPedantic , secFence } |
Public Member Functions | |
| XrdSecProtectParms () | |
| ~XrdSecProtectParms () | |
Public Attributes | |
| secLevel | level |
| In: The desired level. | |
| int | opts |
| In: Options: | |
Static Public Attributes | |
| static const int | doData = 0x0000001 |
| Secure data. | |
| static const int | force = 0x0000004 |
| Allow unencryted hash. | |
| static const int | relax = 0x0000002 |
| relax old clients | |
Definition at line 38 of file XrdSecProtector.hh.
| Enumerator | |
|---|---|
| secNone | |
| secCompatible | |
| secStandard | |
| secIntense | |
| secPedantic | |
| secFence | |
Definition at line 42 of file XrdSecProtector.hh.
|
inline |
Definition at line 54 of file XrdSecProtector.hh.
|
inline |
Definition at line 55 of file XrdSecProtector.hh.
|
static |
Secure data.
Definition at line 50 of file XrdSecProtector.hh.
|
static |
Allow unencryted hash.
Definition at line 52 of file XrdSecProtector.hh.
Referenced by XrdSecProtector::Config(), and XrdSecServer::Configure().
| secLevel XrdSecProtectParms::level |
In: The desired level.
Definition at line 47 of file XrdSecProtector.hh.
Referenced by XrdSecProtector::Config().
| int XrdSecProtectParms::opts |
In: Options:
Definition at line 48 of file XrdSecProtector.hh.
Referenced by XrdSecProtector::Config().
|
static |
relax old clients
Definition at line 51 of file XrdSecProtector.hh.
Referenced by XrdSecProtector::Config(), and XrdSecServer::Configure().