#include <ChannelAuthorization.h>
Collaboration diagram for Impala::Util::ChannelAuthorization:

Public Member Functions | |
| ChannelAuthorization () | |
| ChannelAuthorization (CString readPassword, CString writePassword) | |
| ChannelAuthorization (CString fileName) | |
| Read passwords from given file. | |
| bool | Valid () const |
| CString | GetReadPassword () const |
| CString | GetWritePassword () const |
| bool | AllowRead (CString readPassword) const |
| bool | AllowWrite (CString writePassword) const |
Private Attributes | |
| bool | mValid |
| String | mReadPassword |
| String | mWritePassword |
| ILOG_VAR_DECL | |
In case the readPassword is set on the serverside clients must provide it or read-access is denied. Same for writePassword and write access.
Definition at line 18 of file ChannelAuthorization.h.
1.5.1