Package org.infinispan.rest.resources
Class SecurityResource
- java.lang.Object
-
- org.infinispan.rest.resources.SecurityResource
-
- All Implemented Interfaces:
ResourceHandler
public class SecurityResource extends Object implements ResourceHandler
- Since:
- 10.1
-
-
Constructor Summary
Constructors Constructor Description SecurityResource(InvocationHelper invocationHelper, String accessGrantedPath, String accessDeniedPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvocationsgetInvocations()Return theInvocationshandled by this ResourceHandler.
-
-
-
Constructor Detail
-
SecurityResource
public SecurityResource(InvocationHelper invocationHelper, String accessGrantedPath, String accessDeniedPath)
-
-
Method Detail
-
getInvocations
public Invocations getInvocations()
Description copied from interface:ResourceHandlerReturn theInvocationshandled by this ResourceHandler.- Specified by:
getInvocationsin interfaceResourceHandler
-
-