public class RoleProfileHandler extends Object implements org.swisspush.gateleen.core.logging.LoggableResource
| Modifier and Type | Field and Description |
|---|---|
static String |
UPDATE_ADDRESS |
| Constructor and Description |
|---|
RoleProfileHandler(io.vertx.core.Vertx vertx,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
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 String UPDATE_ADDRESS
public RoleProfileHandler(io.vertx.core.Vertx vertx,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
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)
Copyright © 2016–2019. All rights reserved.