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
Modifier and Type Method Description static voidauthenticator(ServiceObject serviceObject)interface for restful api callsstatic voidsetURI(ServiceObject serviceObject)sets base uri for api call
-
Field Details
-
BASIC_AUTHORIZATION
- See Also:
- Constant Field Values
-
NTLM_AUTHORIZATION
- See Also:
- Constant Field Values
-
AUTHENTICATION_DISABLE
- See Also:
- Constant Field Values
-
AUTHORIZATION_HEADER
- See Also:
- Constant Field Values
-
AUTHENTICATION
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
authenticator
interface for restful api calls- Parameters:
serviceObject-
-
setURI
sets base uri for api call
-