Package org.netxms.client.users
Class AuthenticationToken
java.lang.Object
org.netxms.client.users.AuthenticationToken
Authentication token information.
- 
Constructor SummaryConstructorsConstructorDescriptionAuthenticationToken(NXCPMessage msg, long baseId) Create token information object from NXCP message.
- 
Method Summary
- 
Constructor Details- 
AuthenticationTokenCreate token information object from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base field ID
 
 
- 
- 
Method Details- 
getIdpublic int getId()- Returns:
- the id
 
- 
getUserIdpublic int getUserId()- Returns:
- the userId
 
- 
isPersistentpublic boolean isPersistent()- Returns:
- the persistent
 
- 
getDescription- Returns:
- the description
 
- 
getValueGet token value. Normally it is available only for newly created tokens.- Returns:
- token value (can be null or empty string if unavailable)
 
- 
getCreationTime- Returns:
- the creationTime
 
- 
getExpirationTime- Returns:
- the expirationTime
 
 
-