void |
APIKeyHandler.accept(RoutingContext item) |
|
default void |
AuthenticationHandler.accept(RoutingContext item) |
|
void |
AuthorizationHandler.accept(RoutingContext item) |
|
void |
BasicAuthHandler.accept(RoutingContext item) |
|
void |
BodyHandler.accept(RoutingContext item) |
|
void |
ChainAuthHandler.accept(RoutingContext item) |
|
void |
CorsHandler.accept(RoutingContext item) |
|
void |
CSPHandler.accept(RoutingContext item) |
|
void |
CSRFHandler.accept(RoutingContext item) |
|
void |
DigestAuthHandler.accept(RoutingContext item) |
|
void |
ErrorHandler.accept(RoutingContext item) |
|
void |
FaviconHandler.accept(RoutingContext item) |
|
void |
FormLoginHandler.accept(RoutingContext item) |
|
void |
HSTSHandler.accept(RoutingContext item) |
|
default void |
InputTrustHandler.accept(RoutingContext item) |
|
void |
JWTAuthHandler.accept(RoutingContext item) |
|
void |
LoggerHandler.accept(RoutingContext item) |
|
void |
MethodOverrideHandler.accept(RoutingContext item) |
|
void |
MultiTenantHandler.accept(RoutingContext item) |
|
void |
OAuth2AuthHandler.accept(RoutingContext item) |
|
void |
OtpAuthHandler.accept(RoutingContext item) |
|
default void |
PlatformHandler.accept(RoutingContext item) |
|
default void |
ProtocolUpgradeHandler.accept(RoutingContext item) |
|
void |
RedirectAuthHandler.accept(RoutingContext item) |
|
void |
ResponseContentTypeHandler.accept(RoutingContext item) |
|
void |
ResponseTimeHandler.accept(RoutingContext item) |
|
default void |
SecurityPolicyHandler.accept(RoutingContext item) |
|
void |
SessionHandler.accept(RoutingContext item) |
|
void |
SimpleAuthenticationHandler.accept(RoutingContext item) |
|
void |
StaticHandler.accept(RoutingContext item) |
|
void |
TemplateHandler.accept(RoutingContext item) |
|
void |
TimeoutHandler.accept(RoutingContext item) |
|
void |
WebAuthnHandler.accept(RoutingContext item) |
|
void |
XFrameHandler.accept(RoutingContext item) |
|
io.smallrye.mutiny.Uni<Void> |
SessionHandler.flush(RoutingContext ctx) |
Flush a context session earlier to the store, this will allow the end user to have full control on the event of
a failure at the store level.
|
io.smallrye.mutiny.Uni<Void> |
SessionHandler.flush(RoutingContext ctx,
boolean ignoreStatus) |
Flush a context session earlier to the store, this will allow the end user to have full control on the event of
a failure at the store level.
|
Void |
SessionHandler.flushAndAwait(RoutingContext ctx) |
|
Void |
SessionHandler.flushAndAwait(RoutingContext ctx,
boolean ignoreStatus) |
|
SessionHandler |
SessionHandler.flushAndForget(RoutingContext ctx) |
|
SessionHandler |
SessionHandler.flushAndForget(RoutingContext ctx,
boolean ignoreStatus) |
|
String |
LoggerFormatter.format(RoutingContext routingContext,
long ms) |
|
void |
APIKeyHandler.handle(RoutingContext arg0) |
|
void |
AuthenticationHandler.handle(RoutingContext arg0) |
|
void |
AuthorizationHandler.handle(RoutingContext arg0) |
|
void |
BasicAuthHandler.handle(RoutingContext arg0) |
|
void |
BodyHandler.handle(RoutingContext arg0) |
|
void |
ChainAuthHandler.handle(RoutingContext arg0) |
|
void |
CorsHandler.handle(RoutingContext arg0) |
|
void |
CSPHandler.handle(RoutingContext arg0) |
|
void |
CSRFHandler.handle(RoutingContext arg0) |
|
void |
DigestAuthHandler.handle(RoutingContext arg0) |
|
void |
ErrorHandler.handle(RoutingContext arg0) |
|
void |
FaviconHandler.handle(RoutingContext arg0) |
|
void |
FormLoginHandler.handle(RoutingContext arg0) |
|
void |
HSTSHandler.handle(RoutingContext arg0) |
|
void |
InputTrustHandler.handle(RoutingContext arg0) |
|
void |
JWTAuthHandler.handle(RoutingContext arg0) |
|
void |
LoggerHandler.handle(RoutingContext arg0) |
|
void |
MethodOverrideHandler.handle(RoutingContext arg0) |
|
void |
MultiTenantHandler.handle(RoutingContext arg0) |
|
void |
OAuth2AuthHandler.handle(RoutingContext arg0) |
|
void |
OtpAuthHandler.handle(RoutingContext arg0) |
|
void |
PlatformHandler.handle(RoutingContext arg0) |
|
void |
ProtocolUpgradeHandler.handle(RoutingContext arg0) |
|
void |
RedirectAuthHandler.handle(RoutingContext arg0) |
|
void |
ResponseContentTypeHandler.handle(RoutingContext arg0) |
|
void |
ResponseTimeHandler.handle(RoutingContext arg0) |
|
void |
SecurityPolicyHandler.handle(RoutingContext arg0) |
|
void |
SessionHandler.handle(RoutingContext arg0) |
|
void |
SimpleAuthenticationHandler.handle(RoutingContext arg0) |
|
void |
StaticHandler.handle(RoutingContext arg0) |
|
void |
TemplateHandler.handle(RoutingContext arg0) |
|
void |
TimeoutHandler.handle(RoutingContext arg0) |
|
void |
WebAuthnHandler.handle(RoutingContext arg0) |
|
void |
XFrameHandler.handle(RoutingContext arg0) |
|
Session |
SessionHandler.newSession(RoutingContext context) |
|
io.smallrye.mutiny.Uni<Void> |
SessionHandler.setUser(RoutingContext context,
User user) |
Set the user for the session
|
Void |
SessionHandler.setUserAndAwait(RoutingContext context,
User user) |
|
SessionHandler |
SessionHandler.setUserAndForget(RoutingContext context,
User user) |
|