RagAdminSecurityInterceptor

class RagAdminSecurityInterceptor(properties: RagAdminProperties, securityService: RagAdminSecurityService, adminService: RagAdminService) : HandlerInterceptor

Constructors

Link copied to clipboard
constructor(properties: RagAdminProperties, securityService: RagAdminSecurityService, adminService: RagAdminService)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun afterCompletion(request: HttpServletRequest, response: HttpServletResponse, handler: Any, @Nullable ex: Exception)
Link copied to clipboard
open fun postHandle(request: HttpServletRequest, response: HttpServletResponse, handler: Any, @Nullable modelAndView: ModelAndView)
Link copied to clipboard
open override fun preHandle(request: HttpServletRequest, response: HttpServletResponse, handler: Any): Boolean