Class BOGisAuthConfig
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.gis.authentication.BOGisAuthConfig
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Deprecated, for removal: This API element is subject to removal in a future version.
Business object representing a Gis authentication configuration
- Since:
- 17.0
- See Also:
- GCApi:
- bo
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Deprecated, for removal: This API element is subject to removal in a future version.Returns the authentication configuration code.Deprecated, for removal: This API element is subject to removal in a future version.Returns the token expiration datetime.Deprecated, for removal: This API element is subject to removal in a future version.Returns the password.Deprecated, for removal: This API element is subject to removal in a future version.Returns the referer.getUrl()Deprecated, for removal: This API element is subject to removal in a future version.Returns the authentication url.Deprecated, for removal: This API element is subject to removal in a future version.Returns the username.voidDeprecated, for removal: This API element is subject to removal in a future version.Sets the authentication configuration code.voidsetExpiration(Long expiration) Deprecated, for removal: This API element is subject to removal in a future version.Sets the token expiration datetime.voidsetPassword(String password) Deprecated, for removal: This API element is subject to removal in a future version.Sets the password.voidsetReferer(String referer) Deprecated, for removal: This API element is subject to removal in a future version.Sets the referer.voidDeprecated, for removal: This API element is subject to removal in a future version.Sets the authentication url.voidsetUsername(String username) Deprecated, for removal: This API element is subject to removal in a future version.Sets the username.Methods 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
-
Constructor Details
-
BOGisAuthConfig
public BOGisAuthConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getCode
Deprecated, for removal: This API element is subject to removal in a future version.Returns the authentication configuration code.- Returns:
- the authentication configuration code
-
setCode
Deprecated, for removal: This API element is subject to removal in a future version.Sets the authentication configuration code.- Parameters:
code- the authentication configuration code
-
getUrl
Deprecated, for removal: This API element is subject to removal in a future version.Returns the authentication url.- Returns:
- the authentication url
-
setUrl
Deprecated, for removal: This API element is subject to removal in a future version.Sets the authentication url.- Parameters:
url- the authentication url
-
getUsername
Deprecated, for removal: This API element is subject to removal in a future version.Returns the username.- Returns:
- the username
-
setUsername
Deprecated, for removal: This API element is subject to removal in a future version.Sets the username.- Parameters:
username- the username
-
getPassword
Deprecated, for removal: This API element is subject to removal in a future version.Returns the password.- Returns:
- the password
-
setPassword
Deprecated, for removal: This API element is subject to removal in a future version.Sets the password.- Parameters:
password- the password
-
getReferer
Deprecated, for removal: This API element is subject to removal in a future version.Returns the referer.- Returns:
- the referer
-
setReferer
Deprecated, for removal: This API element is subject to removal in a future version.Sets the referer.- Parameters:
referer- the referer
-
getExpiration
Deprecated, for removal: This API element is subject to removal in a future version.Returns the token expiration datetime.- Returns:
- the token expiration datetime
-
setExpiration
Deprecated, for removal: This API element is subject to removal in a future version.Sets the token expiration datetime.- Parameters:
expiration- the token expiration datetime
-