Interface GateKeeper
-
- All Implemented Interfaces:
public interface GateKeeperInterface for Gatekeeper filters. Provides the ability to easily apply custom access control filters to the JAX-RS resources.
-
-
Method Summary
Modifier and Type Method Description abstract Unitapprove(ContainerRequestContext requestContext, ResourceInfo resourceInfo, ExclusiveAccess exclusiveAccess)-
-
Method Detail
-
approve
abstract Unit approve(ContainerRequestContext requestContext, ResourceInfo resourceInfo, ExclusiveAccess exclusiveAccess)
-
-
-
-