Package org.restheart.security.services
Class GetRoleService
java.lang.Object
org.restheart.security.services.GetRoleService
- All Implemented Interfaces:
ConfigurablePlugin,ExchangeTypeResolver<JsonRequest,JsonResponse>,HandlingPlugin<JsonRequest,JsonResponse>,JsonService,Plugin,Service<JsonRequest,JsonResponse>
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(JsonRequest request, JsonResponse response)Handles the request.voidinit the serviceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.restheart.plugins.ExchangeTypeResolver
requestType, responseTypeMethods inherited from interface org.restheart.plugins.JsonService
request, requestInitializer, response, responseInitializerMethods inherited from interface org.restheart.plugins.Service
handleOptions
-
Constructor Details
-
GetRoleService
public GetRoleService()
-
-
Method Details
-
init
init the service- Parameters:
confArgs-
-
handle
Handles the request.- Specified by:
handlein interfaceService<JsonRequest,JsonResponse>- Throws:
Exception
-