Class ClientSession
java.lang.Object
cloud.pangeacyber.pangea.Client
cloud.pangeacyber.pangea.authn.clients.ClientSession
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninvalidate(String token, String sessionID) list(ClientSessionListRequest request) Methods inherited from class cloud.pangeacyber.pangea.Client
buildClient, buildPostRequest, doPost, fillPostHeaders, setCustomHeaders, setCustomUserAgent
-
Field Details
-
serviceName
- See Also:
-
-
Constructor Details
-
ClientSession
-
-
Method Details
-
invalidate
public ClientSessionInvalidateResponse invalidate(String token, String sessionID) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-
list
public ClientSessionListResponse list(ClientSessionListRequest request) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-
logout
- Throws:
PangeaExceptionPangeaAPIException
-
refresh
public ClientSessionRefreshResponse refresh(String refreshToken) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-
refresh
public ClientSessionRefreshResponse refresh(String refreshToken, String userToken) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-