Package org.minijax.security
Class ApiKey
- java.lang.Object
-
- org.minijax.dao.DefaultBaseEntity
-
- org.minijax.security.ApiKey
-
- All Implemented Interfaces:
Serializable,BaseEntity
@Entity public class ApiKey extends DefaultBaseEntity
The ApiKey class represents a single API key for a user.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ApiKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()UUIDgetUserId()StringgetValue()voidsetName(String name)voidsetUser(SecurityUser user)voidsetValue(String value)-
Methods inherited from class org.minijax.dao.DefaultBaseEntity
copyNonNullProperties, equals, fromJson, getCreatedDateTime, getDeletedDateTime, getId, getUpdatedDateTime, hashCode, isDeleted, onPrePersist, onPreUpdate, setCreatedDateTime, setDeleted, setId, setUpdatedDateTime, toJson
-
-