A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
R
- read(com.fasterxml.jackson.core.JsonParser,kotlin.jvm.functions.Function2) - function in ai.tock.shared.jackson.JacksonKt
- Read fields from a JsonParser.
- readBytes(io.vertx.ext.web.FileUpload) - function in ai.tock.shared.vertx.WebVerticle
- readCasLogin(org.pac4j.vertx.auth.Pac4jUser) - function in ai.tock.shared.security.auth.CASAuthProvider
- Read Toc Login from CAS user info
- readFromBuffer(java.lang.Integer,io.vertx.core.buffer.Buffer) - function in io.vertx.ext.auth.impl.UserImpl
- readinesscheck() - function in ai.tock.shared.vertx.WebVerticle
- Provide basic readiness information: indicates whether the container is ready to respond to requests
- readJson(io.vertx.ext.web.FileUpload) - function in ai.tock.shared.vertx.WebVerticle
- readJson(io.vertx.ext.web.RoutingContext) - function in ai.tock.shared.vertx.WebVerticle
- readListValues(com.fasterxml.jackson.core.JsonParser) - function in ai.tock.shared.jackson.JacksonKt
- Read a list of values from a JsonParser.
- readRolesByNamespace(org.pac4j.vertx.auth.Pac4jUser) - function in ai.tock.shared.security.auth.CASAuthProvider
- Read Toc Namespace from CAS user infos
- readString(io.vertx.ext.web.FileUpload) - function in ai.tock.shared.vertx.WebVerticle
- readValue(com.fasterxml.jackson.core.JsonParser) - function in ai.tock.shared.jackson.JacksonKt
- Read value from a JsonParser.
- register(java.util.List,java.lang.String) - function in ai.tock.shared.FontLoader
- registerMapObfuscator(ai.tock.shared.security.MapObfuscator) - function in ai.tock.shared.security.TockObfuscatorService
- Registers parameters stringObfuscators.
- registerStringObfuscator(ai.tock.shared.security.StringObfuscator) - function in ai.tock.shared.security.TockObfuscatorService
- Registers string stringObfuscators.
- registerUser(ai.tock.shared.security.TockUser,java.lang.Boolean) - function in ai.tock.shared.security.TockUserListener
- Try to register a tock user, and returns the registered user.
- removeFromCache(org.litote.kmongo.Id,java.lang.String) - function in ai.tock.shared.cache.CachesKt
- Remove the value for specified id and type from cache.
- replaceDelegatee(com.fasterxml.jackson.databind.JsonDeserializer) - function in com.fasterxml.jackson.databind.JsonDeserializer
- RequestFilter - class in ai.tock.shared.security
- A request filter is used to filter an incoming request.
- RequestFilterKt - class in ai.tock.shared.security
- RequestLogger - class in ai.tock.shared.vertx
- A simple request logger.
- resource(java.lang.String) - function in ai.tock.shared.IOsKt
- Get a resource url from the classpath.
- resourceAsStream(java.lang.String) - function in ai.tock.shared.IOsKt
- Get a resource InputStream from the classpath.
- resourceAsString(java.lang.String) - function in ai.tock.shared.IOsKt
- Get a text content of a resource from the classpath.
- RestException - class in ai.tock.shared.exception.rest
- Base class for rest exceptions.
- RestException - class in ai.tock.shared.vertx
- Base class for rest exceptions.
- retrofitBuilderWithTimeoutAndLogger(java.lang.Long,mu.KLogger,ai.tock.shared.Level,java.util.List,java.lang.Boolean,java.lang.Boolean,java.net.Proxy) - function in ai.tock.shared.RetrofitsKt
- Init a Retrofit.Builder with specified timeout, logger and interceptors.
- retrofitLogLevel(java.lang.String) - function in ai.tock.shared.RetrofitsKt
- Adapt retrofit log level to logLevel following the Level (inspired from HttpLoggingInterceptor.Level) Default is BODY when using dev environment, NONE in Production
- RetrofitsKt - class in ai.tock.shared