A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
T
- TaskResult - class in ai.tock.shared.vertx
- Used to construct JSON
- technicalAdmin - enum entry in ai.tock.shared.security.TockUserRole
A technical admin has access to all encrypted sentence, and to export/intent application dumps.
- ThreadSafe - class in ai.tock.shared
- A class annotated with ThreadSafe is supposed to be thread safe (surprisingly).
- TockAuthProvider - class in ai.tock.shared.security.auth
- Base interface for AuthenticationProvider in Tock framework.
- TockObfuscatorService - class in ai.tock.shared.security
- To manage obfuscations.
- TockProxyAuthenticator - class in ai.tock.shared
- TockProxyAuthenticator.Companion - class in ai.tock.shared.TockProxyAuthenticator
- TockUser - class in ai.tock.shared.security
- Tock implementation of vertx User.
- TockUserListener - class in ai.tock.shared.security
- Tock user admin listener.
- TockUserRole - class in ai.tock.shared.security
- The user roles for TockUser.
- TockUserRole.Companion - class in ai.tock.shared.security.TockUserRole
- tokenAuthenticationInterceptor(java.lang.String) - function in ai.tock.shared.RetrofitsKt
- Create a token authentication interceptor.
- toList(java.util.Iterator) - function in ai.tock.shared.CollectionsKt
- Extract a List from an Iterator.
- toRole(java.lang.String) - function in ai.tock.shared.security.TockUserRole.Companion
- toSafeList(java.util.Iterator) - function in ai.tock.shared.CollectionsKt
- Extract safely a List from an Iterator - if an [Iterator.next()) call throws an error, ignore this call.
- toSet(java.util.Enumeration) - function in ai.tock.shared.CollectionsKt
- Extract a Set from an Enumeration.
- toTockUser(io.vertx.ext.web.RoutingContext) - function in ai.tock.shared.security.auth.TockAuthProvider
- Gets a TockUser from current vert.x state.
- toTockUser(io.vertx.ext.web.RoutingContext) - function in ai.tock.shared.security.auth.TockAuthProvider
- Gets a TockUser from current vert.x state.
- trace(mu.KLogger,java.lang.Throwable) - function in ai.tock.shared.LoggersKt
- Logs a Throwable.
- transformData(java.lang.Object) - function in ai.tock.shared.MongosKt
- Transform json data to prevent AWS DocumentDB field name restrictions Amazon DocumentDB does not support dots “.
- tryToFindLocalIp() - function in ai.tock.shared.RetrofitsKt
- Best attempt to guess local ip.