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() |
public static final RouteAccessControl STATUS_SECTION
public static final RouteAccessControl CONFIG_SECTION