Package com.ebasetech.xi.services
Interface Authentication
public interface Authentication
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
:
-
Field Summary
Fields Modifier and Type Field Description static int
BASIC_AUTHENTICATION
static int
DIGEST_AUTHENTICATION
static int
GATEWAY_AUTHENTICATION
static int
NTLM_AUTHENTICATION
static int
OAUTH_AUTHENTICATION
-
Method Summary
Modifier and Type Method Description int
getType()
Returns the Authentication type ID
-
Field Details
-
BASIC_AUTHENTICATION
static final int BASIC_AUTHENTICATION- See Also:
- Constant Field Values
-
DIGEST_AUTHENTICATION
static final int DIGEST_AUTHENTICATION- See Also:
- Constant Field Values
-
NTLM_AUTHENTICATION
static final int NTLM_AUTHENTICATION- See Also:
- Constant Field Values
-
OAUTH_AUTHENTICATION
static final int OAUTH_AUTHENTICATION- See Also:
- Constant Field Values
-
GATEWAY_AUTHENTICATION
static final int GATEWAY_AUTHENTICATION- See Also:
- Constant Field Values
-
-
Method Details
-
getType
int getType()Returns the Authentication type ID- Since:
- v5.1
-