Package org.flasby.login2
Class PageHandlerImpl
java.lang.Object
org.flasby.login2.PageHandlerImpl
- All Implemented Interfaces:
PageHandler
-
Field Summary
Fields inherited from interface org.flasby.login2.PageHandler
LOG, REDIRECT_BACK_TO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(io.javalin.Javalin app) void
initialized
(Object pointless) boolean
isPagePublic
(io.javalin.http.Context ctx) void
logout
(io.javalin.http.Context ctx) toString()
-
Constructor Details
-
PageHandlerImpl
public PageHandlerImpl()
-
-
Method Details
-
configure
public void configure(io.javalin.Javalin app) - Specified by:
configure
in interfacePageHandler
-
initialized
public void initialized(@Observes @Initialized(jakarta.enterprise.context.ApplicationScoped.class) Object pointless) -
getPublicPaths
- Specified by:
getPublicPaths
in interfacePageHandler
-
getFormUtil
- Specified by:
getFormUtil
in interfacePageHandler
-
logout
public void logout(io.javalin.http.Context ctx) -
toString
-
isPagePublic
public boolean isPagePublic(io.javalin.http.Context ctx)
-