Class ClientSessionDetails
java.lang.Object
de.aristaflow.ilm.ws.rest.base.sessionmanagement.ClientSessionDetails
- All Implemented Interfaces:
Serializable
This class contains a token as Base64-encoded string. You may provide the token and the URI as
explicit header fields
(
RequestHandler.SECURITY_TOKEN and
RequestHandler.CALLER_URI). They are
also set as cookies which should provide them implicitly.- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
agent
-
token
-
callerUri
-
addAttributes
-
-
Constructor Details
-
ClientSessionDetails
public ClientSessionDetails()
-