public final class WicketAccessControl
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static RouteAccessControl |
CONFIG_SECTION
Restricts a route handler to only be accessible when the web session is currently logged into the gateway
web ui's configure section.
|
static RouteAccessControl |
STATUS_SECTION
Restricts a route handler to only be accessible when the web session is currently logged into the gateway
web ui's status section.
|
Constructor and Description |
---|
WicketAccessControl() |
Modifier and Type | Method and Description |
---|---|
static java.util.Optional<SRSession> |
getWicketSession(RequestContext context) |
public static final RouteAccessControl STATUS_SECTION
public static final RouteAccessControl CONFIG_SECTION
public static java.util.Optional<SRSession> getWicketSession(RequestContext context)