Class SimpleRouteAuthenticator

java.lang.Object
com.kingsrook.qqq.middleware.javalin.routeproviders.authentication.SimpleRouteAuthenticator
All Implemented Interfaces:
RouteAuthenticatorInterface

public class SimpleRouteAuthenticator extends Object implements RouteAuthenticatorInterface
simple implementation of a route authenticator. Assumes that unauthenticated requests should redirect to a login page. Note though, maybe that should be more intelligent, like, only redirect requests for a .html file, but not requests for include files like images or .js/.css?
  • Constructor Details

    • SimpleRouteAuthenticator

      public SimpleRouteAuthenticator()
  • Method Details