Class AuthenticationToken

java.lang.Object
com.gigaspaces.security.AuthenticationToken
All Implemented Interfaces:
SmartExternalizable, Externalizable, Serializable

public class AuthenticationToken extends Object implements SmartExternalizable
An Authentication token which is used to further interact without using sensitive authentication details (i.e. password). Tokens are usually cached and leased for a specific time period.
Since:
7.0.1
Author:
Moran Avigdor
See Also: