Package systems.dennis.auth.entity
Class ActiveToken
java.lang.Object
systems.dennis.shared.model.IDPresenter<Long>
systems.dennis.shared.postgres.model.BaseEntity
systems.dennis.shared.postgres.model.LongAssignableEntity
systems.dennis.auth.entity.ActiveToken
- All Implemented Interfaces:
systems.dennis.shared.entity.AbstractEntity<Long>,systems.dennis.shared.entity.IDHolder<Long>,systems.dennis.shared.form.AbstractForm<Long>
@Entity
public class ActiveToken
extends systems.dennis.shared.postgres.model.LongAssignableEntity
implements systems.dennis.shared.form.AbstractForm<Long>
-
Field Summary
FieldsFields inherited from interface systems.dennis.shared.entity.AbstractEntity
ID_FIELDFields inherited from interface systems.dennis.shared.form.AbstractForm
ID_FIELD -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class systems.dennis.shared.postgres.model.LongAssignableEntity
canEqual, equals, getUserDataId, hashCode, setUserDataId, toStringMethods inherited from class systems.dennis.shared.postgres.model.BaseEntity
getId, isIdSet, setIdMethods inherited from class systems.dennis.shared.model.IDPresenter
getHidden, setHiddenMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface systems.dennis.shared.entity.IDHolder
getId
-
Field Details
-
DEFAULT_TOKEN_TYPE
- See Also:
-
DEFAULT_LDAP_TOKEN_TYPE
- See Also:
-
DEFAULT_VIRTUAL_TYPE
- See Also:
-
-
Constructor Details
-
ActiveToken
public ActiveToken()
-
-
Method Details
-
asValue
-
defaultSearchOrderField
public systems.dennis.shared.entity.KeyValue defaultSearchOrderField()
-