Package org.minijax.security
Class ApiKey
java.lang.Object
org.minijax.dao.DefaultBaseEntity
org.minijax.security.ApiKey
- All Implemented Interfaces:
java.io.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
Methods inherited from class org.minijax.dao.DefaultBaseEntity
copyNonNullProperties, equals, fromJson, getCreatedDateTime, getDeletedDateTime, getId, getUpdatedDateTime, hashCode, isDeleted, onPrePersist, onPreUpdate, setCreatedDateTime, setDeleted, setId, setUpdatedDateTime, toJsonMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ApiKey
public ApiKey()
-
-
Method Details
-
getUserId
public java.util.UUID getUserId() -
setUser
-
getName
public java.lang.String getName() -
setName
public void setName(java.lang.String name) -
getValue
public java.lang.String getValue() -
setValue
public void setValue(java.lang.String value)
-