interface TockAuthProvider : AuthProvider (source)
Base interface for AuthProvider in Tock framework.
sessionCookieName |
The tock session cookie name. open val sessionCookieName: String |
excludedPaths |
Paths to exclude from the AuthProvider. open fun excludedPaths(: WebVerticle): Set<Regex> |
protectPaths |
Protect paths for the specified verticle. abstract fun protectPaths(: WebVerticle, : Set<String>, : SessionHandler): AuthHandler |
toTockUser |
Gets a TockUser from current vert.x state. open fun toTockUser(: RoutingContext): TockUser? |