Package-level declarations

Types

Link copied to clipboard
class Auth(path: <Error class: unknown class>, userRolesMap: UserRoleMap, insecureMode: Boolean = false)
Link copied to clipboard
class OidcConfigFactory(clientId: String, secret: String, discoveryURI: String, iss: String, callback: String, auth: Auth, oidcConfiguration: <Error class: unknown class> = OidcConfiguration() .withClientId(clientId) .withSecret(secret) .withDiscoveryURI(discoveryURI) .withUseNonce(true) .withCustomParams(mapOf("prompt" to "consent")))
Link copied to clipboard
class ProxyClient(val server: String, val timeout: Long = 5, val prefix: String) : GoblinClient
Link copied to clipboard
class WebApp(val auth: Auth, val databaseRoot: <Error class: unknown class>, val configuration: ServerConfiguration, val shutdownHook: () -> Unit)

Functions

Link copied to clipboard
fun main(args: Array<String>)