Package fr.becpg.repo.olap.data
Class OlapContext
java.lang.Object
fr.becpg.repo.olap.data.OlapContext
- All Implemented Interfaces:
Closeable,AutoCloseable
OlapContext class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOlapContext(String currentUser, String authToken) Constructor for OlapContext. -
Method Summary
-
Field Details
-
session
final org.apache.http.impl.client.CloseableHttpClient session -
currentUser
-
authToken
-
uuid
-
-
Constructor Details
-
Method Details
-
getSession
public org.apache.http.impl.client.CloseableHttpClient getSession()Getter for the field
session.- Returns:
- a
CloseableHttpClientobject.
-
getCurrentUser
Getter for the field
currentUser.- Returns:
- a
Stringobject.
-
getAuthToken
Getter for the field
authToken.- Returns:
- a
Stringobject.
-
getUuid
Getter for the field
uuid.- Returns:
- a
Stringobject.
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-