|
ARC SDK
|
Defines how user credentials are looked for. More...
#include <arc/UserConfig.h>
Public Types | |
| enum | initializeType { SkipCredentials, NotTryCredentials, TryCredentials, RequireCredentials, SkipCANotTryCredentials, SkipCATryCredentials, SkipCARequireCredentials } |
| initializeType determines how UserConfig deals with credentials. More... | |
Public Member Functions | |
| initializeCredentialsType (void) | |
| Construct a new initializeCredentialsType with initializeType TryCredentials. More... | |
| initializeCredentialsType (initializeType v) | |
| Construct a new initializeCredentialsType with initializeType v. More... | |
| bool | operator== (initializeType v) |
| Returns true if this initializeType is the same as v. More... | |
| bool | operator!= (initializeType v) |
| Returns true if this initializeType is not the same as v. More... | |
| operator initializeType (void) | |
| Operator returns initializeType. More... | |
Defines how user credentials are looked for.
For complete information see description of UserConfig::InitializeCredentials(initializeCredentialsType) method.
initializeType determines how UserConfig deals with credentials.
|
inline |
Construct a new initializeCredentialsType with initializeType TryCredentials.
|
inline |
Construct a new initializeCredentialsType with initializeType v.
|
inline |
Operator returns initializeType.
|
inline |
Returns true if this initializeType is not the same as v.
|
inline |
Returns true if this initializeType is the same as v.
1.8.3.1-20130209