Class GetRoleService
- java.lang.Object
-
- org.restheart.security.plugins.services.GetRoleService
-
- All Implemented Interfaces:
ConfigurablePlugin,ExchangeTypeResolver<JsonRequest,JsonResponse>,HandlingPlugin<JsonRequest,JsonResponse>,JsonService,Plugin,Service<JsonRequest,JsonResponse>
public class GetRoleService extends Object implements JsonService
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
-
Constructor Summary
Constructors Constructor Description GetRoleService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(JsonRequest request, JsonResponse response)Handles the request.voidinit(Map<String,Object> confArgs)init the service-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseType
-
Methods inherited from interface org.restheart.plugins.JsonService
request, requestInitializer, response, responseInitializer
-
Methods inherited from interface org.restheart.plugins.Service
handleOptions
-
-
-
-
Method Detail
-
handle
public void handle(JsonRequest request, JsonResponse response) throws Exception
Handles the request.- Specified by:
handlein interfaceService<JsonRequest,JsonResponse>- Throws:
Exception
-
-