Package org.swisspush.gateleen.user
Class RoleProfileHandler
- java.lang.Object
-
- org.swisspush.gateleen.user.RoleProfileHandler
-
- All Implemented Interfaces:
org.swisspush.gateleen.core.logging.LoggableResource
public class RoleProfileHandler extends Object implements org.swisspush.gateleen.core.logging.LoggableResource
- Author:
- https://github.com/lbovet [Laurent Bovet]
-
-
Field Summary
Fields Modifier and Type Field Description static StringUPDATE_ADDRESS
-
Constructor Summary
Constructors Constructor Description RoleProfileHandler(io.vertx.core.Vertx vertx, org.swisspush.gateleen.core.storage.ResourceStorage storage, String roleProfileUriPattern)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidenableResourceLogging(boolean resourceLoggingEnabled)voidhandle(io.vertx.core.http.HttpServerRequest request)booleanisRoleProfileRequest(io.vertx.core.http.HttpServerRequest request)
-
-
-
Field Detail
-
UPDATE_ADDRESS
public static final String UPDATE_ADDRESS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RoleProfileHandler
public RoleProfileHandler(io.vertx.core.Vertx vertx, org.swisspush.gateleen.core.storage.ResourceStorage storage, String roleProfileUriPattern)
-
-
Method Detail
-
isRoleProfileRequest
public boolean isRoleProfileRequest(io.vertx.core.http.HttpServerRequest request)
-
enableResourceLogging
public void enableResourceLogging(boolean resourceLoggingEnabled)
- Specified by:
enableResourceLoggingin interfaceorg.swisspush.gateleen.core.logging.LoggableResource
-
handle
public void handle(io.vertx.core.http.HttpServerRequest request)
-
-