Package org.exoplatform.web.security.jpa
Class TokenEntity
java.lang.Object
org.exoplatform.web.security.jpa.TokenEntity
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetExpirationTime(Date expirationTime) voidvoidsetPassword(String password) voidsetTokenHash(String tokenHash) voidsetTokenId(String tokenId) voidsetTokenType(String tokenType) voidsetUsername(String username)
-
Constructor Details
-
TokenEntity
public TokenEntity()
-
-
Method Details
-
getId
-
setId
-
getTokenId
-
setTokenId
-
getTokenHash
-
setTokenHash
-
getUsername
-
setUsername
-
getPassword
-
setPassword
-
getExpirationTime
-
setExpirationTime
-
getTokenType
-
setTokenType
-