- getAsyncDatabase(databaseNameProperty) - Static method in class ai.tock.shared.MongosKt
-
- getAuthenticatePath() - Method in class ai.tock.shared.vertx.WebVerticle
-
- getBasePath() - Method in class ai.tock.shared.vertx.WebVerticle
-
- getCachedValuesForType(type) - Static method in class ai.tock.shared.cache.CachesKt
-
Returns all cached value for specified type.
- getCode() - Method in exception ai.tock.shared.vertx.RestException
-
- getDatabase(databaseNameProperty) - Static method in class ai.tock.shared.MongosKt
-
- getDefaultLocale() - Static method in class ai.tock.shared.LocalesKt
-
The default Tock Locale.
Use property "tock_default_locale" and default value "en".
- getDefaultNamespace() - Static method in class ai.tock.shared.NamespacesKt
-
The Tock app namespace.
- getDefaultPort() - Method in class ai.tock.shared.vertx.WebVerticle
-
The default port of the verticle
- getDefaultRequestLogger() - Method in class ai.tock.shared.vertx.WebVerticle.Companion
-
Default request logger does nothing.
- getDefaultVertxOptions() - Static method in class ai.tock.shared.vertx.VertXsKt
-
default vert.x options in Tock.
- getDefaultZoneId() - Static method in class ai.tock.shared.DatesKt
-
The default ZoneId used by Tock.
- getDevEnvironment() - Static method in class ai.tock.shared.PropertiesKt
-
Return true is the current environment is a dev environment.
Use "tock_env" property to know the environment - if not set or if the value is "dev", this is a dev environment.
- getDisplayed() - Method in class ai.tock.shared.security.SimpleObfuscator
-
Used in
- getDisplayed() - Method in interface ai.tock.shared.security.StringObfuscator
-
Used in StringObfuscatorMode.display mode.
- getEncryptionEnabled() - Static method in class ai.tock.shared.security.EncryptorsKt
-
Is encryption enabled?
- getFromCache(id, type) - Static method in class ai.tock.shared.cache.CachesKt
-
Returns the value for specified id and type.
If no value exists, null is returned.
- getHealthcheckPath() - Method in class ai.tock.shared.vertx.WebVerticle
-
- getInjector() - Static method in class ai.tock.shared.IOCsKt
-
Main Tock injector.
- getInternalDefaultZoneId() - Static method in class ai.tock.shared.DatesKt
-
The internal
defaultZoneId for Tock - var only for tests.
property "tock_default_zone" with default value UTC is used.
- getKlass() - Method in class ai.tock.shared.jackson.AnyValueWrapper
-
- getKlass() - Method in class ai.tock.shared.jackson.ConstrainedValueWrapper
-
- getLogger() - Method in class ai.tock.shared.vertx.WebVerticle
-
- getLogoutPath() - Method in class ai.tock.shared.vertx.WebVerticle
-
- getMapper() - Static method in class ai.tock.shared.jackson.JacksonKt
-
The Tock jackson mapper.
- getNamespace() - Method in class ai.tock.shared.security.TockUser
-
- getOrCache(id, type, valueProvider) - Static method in class ai.tock.shared.cache.CachesKt
-
Returns the value for specified id and type.
If no value exists,
valueProvider provides the value to cache.
If
valueProvider throws exception or returns null, no value is cached and null is returned.
- getOrganization($receiver) - Method in class ai.tock.shared.vertx.WebVerticle
-
- getRegex() - Method in class ai.tock.shared.security.SimpleObfuscator
-
The search regexp.
- getRegex() - Method in interface ai.tock.shared.security.StringObfuscator
-
The search regexp.
- getRegistered() - Method in class ai.tock.shared.security.TockUser
-
- getReplacement() - Method in class ai.tock.shared.security.SimpleObfuscator
-
The replacement string
- getReplacement() - Method in interface ai.tock.shared.security.StringObfuscator
-
The replacement string - should have the same size than the replaced string.
- getReplacementRegexp() - Method in class ai.tock.shared.security.SimpleObfuscator
-
To match the replacement string in
- getReplacementRegexp() - Method in interface ai.tock.shared.security.StringObfuscator
-
To match the replacement string in StringObfuscatorMode.display mode.
- getRoles() - Method in class ai.tock.shared.security.TockUser
-
- getRootPath() - Method in class ai.tock.shared.vertx.WebVerticle
-
- getRouter() - Method in class ai.tock.shared.vertx.WebVerticle
-
- getServer() - Method in class ai.tock.shared.vertx.WebVerticle
-
- getSessionCookieName($this) - Static method in class ai.tock.shared.security.auth.TockAuthProvider.DefaultImpls
-
The tock session cookie name.
- getSessionCookieName() - Method in interface ai.tock.shared.security.auth.TockAuthProvider
-
The tock session cookie name.
- getSharedModule() - Static method in class ai.tock.shared.IOCsKt
-
IOC of shared module.
- getSupportedLanguages() - Static method in class ai.tock.shared.LocalesKt
-
The languages supported by Tock.
- getTockAppDefaultNamespace() - Static method in class ai.tock.shared.NamespacesKt
-
The internal app namespace - var only for tests.
Use property "tock_default_namespace" and as default value DEFAULT_APP_NAMESPACE.
- getTockInternalInjector() - Static method in class ai.tock.shared.IOCsKt
-
Internal injector - reset only for tests.
- getUser() - Method in class ai.tock.shared.security.TockUser
-
- getUser($receiver) - Method in class ai.tock.shared.vertx.WebVerticle
-
- getUserLogin($receiver) - Method in class ai.tock.shared.vertx.WebVerticle
-
- getValue() - Method in class ai.tock.shared.jackson.AnyValueWrapper
-
- getValue() - Method in class ai.tock.shared.jackson.ConstrainedValueWrapper
-
- getVertx() - Static method in class ai.tock.shared.vertx.VertXsKt
-
The Tock Vertx entry point instance.