open fun setRequireSecurityHandlers(requireSecurityHandlers: Boolean): RouterFactoryOptions
If true, when you call RouterFactory#getRouter() the factory will mount for every path the required security handlers and, if a security handler is not defined, it throws an RouterFactoryException
Return
this object