Documentation ¶
Index ¶
Constants ¶
View Source
const ( // QopAuthenication is how the namenode refers to authentication mode, which // only establishes mutual authentication without encryption (the default). QopAuthentication = "auth" // QopIntegrity is how the namenode refers to integrity mode, which, in // in addition to authentication, verifies the signature of RPC messages. QopIntegrity = "auth-int" // QopPrivacy is how the namenode refers to privacy mode, which, in addition // to authentication and integrity, provides full end-to-end encryption for // RPC messages. QopPrivacy = "auth-conf" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.