- All Implemented Interfaces:
- Serializable
public class AuthTokenSession
extends Session
A subclass of Session to hide the complexities of AuthTokens and connection
management from users. It extends the existing Session datatype to incorporate
other client-owned constructs used to interact with dataone services, specifically
the MultipartRestClient and the authToken string.
The authToken property determines the Session's identity with servers,
so construction is determined from it and its associated information.
Other expensive-to-build objects are properties that can be set after
instance construction.
- Author:
- rnahf
- See Also:
- Serialized Form