Class TokenData
java.lang.Object
com.netscape.certsrv.tps.token.TokenData
- All Implemented Interfaces:
JSONSerializer
- Author:
- Endi S. Dewata
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface JSONSerializer
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetID()getType()inthashCode()voidsetAppletID(String appletID) voidsetCreateTimestamp(Date createTimestamp) voidvoidsetKeyInfo(String keyInfo) voidsetModifyTimestamp(Date modifyTimestamp) voidsetNextStates(Collection<TokenData.TokenStatusData> nextStates) voidvoidsetStatus(TokenData.TokenStatusData status) voidsetTokenID(String tokenID) voidvoidMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface JSONSerializer
toJSON
-
Constructor Details
-
TokenData
public TokenData()
-
-
Method Details
-
getID
-
setID
-
getTokenID
-
setTokenID
-
getUserID
-
setUserID
-
getType
-
setType
-
getStatus
-
setStatus
-
getNextStates
-
setNextStates
-
getAppletID
-
setAppletID
-
getKeyInfo
-
setKeyInfo
-
getPolicy
-
setPolicy
-
getCreateTimestamp
-
setCreateTimestamp
-
getModifyTimestamp
-
setModifyTimestamp
-
hashCode
-
equals
-