Package core.apiCore.interfaces
Class Authentication
java.lang.Object
core.apiCore.interfaces.Authentication
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidauthenticator(ServiceObject serviceObject) interface for restful api callsstatic voidsetURI(ServiceObject serviceObject) sets base uri for api call
-
Field Details
-
BASIC_AUTHORIZATION
- See Also:
-
NTLM_AUTHORIZATION
- See Also:
-
AUTHENTICATION_DISABLE
- See Also:
-
AUTHORIZATION_HEADER
- See Also:
-
AUTHENTICATION
- See Also:
-
-
Constructor Details
-
Authentication
public Authentication()
-
-
Method Details
-
authenticator
interface for restful api calls- Parameters:
serviceObject-
-
setURI
sets base uri for api call
-