
Public Member Functions | |
| SimiasCredentials (string username, string password) | |
| constructor | |
| bool | AuthorizationHeaderToCredentials (string authHeader, string encodingName) |
| Gets the credentials from an encoded authorization header. | |
| bool | HasCredentials () |
| Returns whether the object has credentials. | |
Properties | |
| string | AuthType [get, set] |
| get authtype | |
| string | DomainID [get, set] |
| get domainid | |
| string | Password [get, set] |
| get password | |
| string | Username [get, set] |
| get username | |
Note: Today we only support 'basic'
| Simias::Server::SimiasCredentials::SimiasCredentials | ( | string | username, | |
| string | password | |||
| ) | [inline] |
constructor
| username | username | |
| password | password |
| bool Simias::Server::SimiasCredentials::AuthorizationHeaderToCredentials | ( | string | authHeader, | |
| string | encodingName | |||
| ) | [inline] |
Gets the credentials from an encoded authorization header.
| authHeader | ||
| encodingName | The name of the code paged used to encode the credentials. |
| bool Simias::Server::SimiasCredentials::HasCredentials | ( | ) | [inline] |
Returns whether the object has credentials.
string Simias::Server::SimiasCredentials::AuthType [get, set] |
get authtype
string Simias::Server::SimiasCredentials::DomainID [get, set] |
get domainid
string Simias::Server::SimiasCredentials::Password [get, set] |
get password
string Simias::Server::SimiasCredentials::Username [get, set] |
get username
1.5.6