Package overit.geocall.basic.bl.auth
Class BOApiKey
java.lang.Object
overit.geocall.model.DynO
overit.geocall.basic.bl.auth.BOApiKey
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the Api Key not hashed.voidsetApiKeyCleanValue(String apiKeyCleanValue) Set the Api Key not hashed.voidsetApiKeyDescription(String apiKeyDescription) voidsetApiKeyName(String apiKeyName) voidsetApiKeyValue(String apiKeyValue) voidsetExpiration(Date expiration) voidvoidMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Field Details
-
FIELD_ID
- See Also:
-
FIELD_VALUE
- See Also:
-
FIELD_NAME
- See Also:
-
FIELD_DESCRIPTION
- See Also:
-
FIELD_USER_ID
- See Also:
-
FIELD_ISSUE_DATE
- See Also:
-
FIELD_EXPIRATION_DATE
- See Also:
-
CLUSTER_TTL_DEFAULT
public static final long CLUSTER_TTL_DEFAULT- See Also:
-
STORE_TTL_DEFAULT
public static final long STORE_TTL_DEFAULT- See Also:
-
RETENTION_DAYS_DEFAULT
public static final int RETENTION_DAYS_DEFAULT- See Also:
-
-
Constructor Details
-
BOApiKey
public BOApiKey()
-
-
Method Details
-
getApiKeyId
-
getApiKeyValue
-
setApiKeyValue
-
getApiKeyName
-
setApiKeyName
-
getApiKeyDescription
-
setApiKeyDescription
-
setApiKeyCleanValue
Set the Api Key not hashed. TheGenerateApiKeyEventshould be only object to use this method- Parameters:
apiKeyCleanValue- The Api Key just generate and not yet hashed
-
getApiKeyCleanValue
Get the Api Key not hashed. It is possible obtain only when theGenerateApiKeyEventis launched.- Returns:
- the Api Key not hashed. If the Api Key is not just created, the value will be null.
-
getUserId
-
setUserId
-
getIssued
-
setIssued
-
getExpiration
-
setExpiration
-