Package core.apiCore.interfaces
Class Authentication
- java.lang.Object
-
- core.apiCore.interfaces.Authentication
-
public class Authentication extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTHENTICATIONstatic StringAUTHENTICATION_DISABLEstatic StringAUTHORIZATION_HEADERstatic StringBASIC_AUTHORIZATIONstatic StringNTLM_AUTHORIZATION
-
Constructor Summary
Constructors Constructor Description Authentication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidauthenticator(ServiceObject serviceObject)interface for restful api callsstatic voidsetURI(ServiceObject serviceObject)sets base uri for api call
-
-
-
Field Detail
-
BASIC_AUTHORIZATION
public static final String BASIC_AUTHORIZATION
- See Also:
- Constant Field Values
-
NTLM_AUTHORIZATION
public static final String NTLM_AUTHORIZATION
- See Also:
- Constant Field Values
-
AUTHENTICATION_DISABLE
public static final String AUTHENTICATION_DISABLE
- See Also:
- Constant Field Values
-
AUTHORIZATION_HEADER
public static final String AUTHORIZATION_HEADER
- See Also:
- Constant Field Values
-
AUTHENTICATION
public static final String AUTHENTICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
authenticator
public static void authenticator(ServiceObject serviceObject)
interface for restful api calls- Parameters:
serviceObject-
-
setURI
public static void setURI(ServiceObject serviceObject)
sets base uri for api call
-
-