Package org.infinispan.rest.resources
Class SecurityResource
java.lang.Object
org.infinispan.rest.resources.SecurityResource
- All Implemented Interfaces:
ResourceHandler
- Since:
- 10.1
-
Constructor Summary
ConstructorDescriptionSecurityResource
(InvocationHelper invocationHelper, String accessGrantedPath, String accessDeniedPath) -
Method Summary
-
Constructor Details
-
SecurityResource
public SecurityResource(InvocationHelper invocationHelper, String accessGrantedPath, String accessDeniedPath)
-
-
Method Details
-
getInvocations
Description copied from interface:ResourceHandler
Return theInvocations
handled by this ResourceHandler.- Specified by:
getInvocations
in interfaceResourceHandler
-