Class ClientSessionDetails
- java.lang.Object
-
- de.aristaflow.ilm.ws.rest.base.sessionmanagement.ClientSessionDetails
-
- All Implemented Interfaces:
Serializable
public class ClientSessionDetails extends Object implements 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
andRequestHandler.CALLER_URI
). They are also set as cookies which should provide them implicitly.- See Also:
ClientSessionDetails
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClientSessionDetails()
-