public class UserProfileHandler
extends java.lang.Object
| Constructor and Description |
|---|
UserProfileHandler(io.vertx.core.Vertx vertx,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
org.swisspush.gateleen.logging.LoggingResourceManager loggingResourceManager,
UserProfileConfiguration userProfileConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanupUserProfile(io.vertx.core.json.JsonObject profile,
io.vertx.core.Handler<io.vertx.core.json.JsonObject> profileCallback) |
void |
handle(io.vertx.core.http.HttpServerRequest request) |
boolean |
isUserProfileRequest(io.vertx.core.http.HttpServerRequest request) |
public UserProfileHandler(io.vertx.core.Vertx vertx,
org.swisspush.gateleen.core.storage.ResourceStorage storage,
org.swisspush.gateleen.logging.LoggingResourceManager loggingResourceManager,
UserProfileConfiguration userProfileConfiguration)
public boolean isUserProfileRequest(io.vertx.core.http.HttpServerRequest request)
public void handle(io.vertx.core.http.HttpServerRequest request)
protected void cleanupUserProfile(io.vertx.core.json.JsonObject profile,
io.vertx.core.Handler<io.vertx.core.json.JsonObject> profileCallback)