public class RoleProfileHandler
extends java.lang.Object
implements org.swisspush.gateleen.core.logging.LoggableResource
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
UPDATE_ADDRESS |
| Constructor and Description |
|---|
RoleProfileHandler(io.vertx.core.Vertx vertx,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
java.lang.String roleProfileUriPattern) |
| Modifier and Type | Method and Description |
|---|---|
void |
enableResourceLogging(boolean resourceLoggingEnabled) |
void |
handle(io.vertx.core.http.HttpServerRequest request) |
boolean |
isRoleProfileRequest(io.vertx.core.http.HttpServerRequest request) |
public static final java.lang.String UPDATE_ADDRESS
public RoleProfileHandler(io.vertx.core.Vertx vertx,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
java.lang.String roleProfileUriPattern)
public boolean isRoleProfileRequest(io.vertx.core.http.HttpServerRequest request)
public void enableResourceLogging(boolean resourceLoggingEnabled)
enableResourceLogging in interface org.swisspush.gateleen.core.logging.LoggableResourcepublic void handle(io.vertx.core.http.HttpServerRequest request)