Authentication
Authentication is one these types:
AuthenticationBasicAuthentication
DigestAuthentication
GatewayAuthentication
NTLMAuthentication
OAuthAuthentication
An Authentication object represents the parameters for an authentication request. Authentication objects for the authentication methods
supported by Ebase Xi can be created using these methods on the utility class HttpAuthentication:
- HttpAuthentication#createBasicAuthentication(String, String)
- HttpAuthentication#createDigestAuthentication(String, String)
- HttpAuthentication#createNTLMAuthentication(String, String, String, String)
- HttpAuthentication#createOAuthAuthentication(String)
Authentication Properties
BASIC_AUTHENTICATION | |
DIGEST_AUTHENTICATION | |
GATEWAY_AUTHENTICATION | |
NTLM_AUTHENTICATION | |
OAUTH_AUTHENTICATION |
Authentication Functions
getType | Authentication.getType( ) | Returns the Authentication type ID |