DigestAuthentication
Digest Authentication holding the username and password for HTTP Digest Authentication
DigestAuthentication Functions
| getPassword | DigestAuthentication.getPassword( ) | Returns the password to be authenticated |
| setPassword | DigestAuthentication.setPassword( password ) | Sets the password to be authenticated |
| getType | DigestAuthentication.getType( ) | |
| getUsername | DigestAuthentication.getUsername( ) | Returns the username to be authenticated |
| setUsername | DigestAuthentication.setUsername( username ) | Sets the username to be authenticated |
Authentication Properties
| int | BASIC_AUTHENTICATION | ||
| int | DIGEST_AUTHENTICATION | ||
| int | GATEWAY_AUTHENTICATION | ||
| int | NTLM_AUTHENTICATION | ||
| int | OAUTH_AUTHENTICATION |
Authentication Functions
| getType | DigestAuthentication.getType( ) | Returns the Authentication type ID |