Package org.kie.server.router.spi
Interface RestrictionPolicy
-
- All Known Implementing Classes:
DefaultRestrictionPolicy
public interface RestrictionPolicy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanrestrictedEndpoint(io.undertow.server.HttpServerExchange exchange, String containerId)Allows to restrict access to certain endpoints based on the policy implemented.
-
-
-
Method Detail
-
restrictedEndpoint
boolean restrictedEndpoint(io.undertow.server.HttpServerExchange exchange, String containerId)Allows to restrict access to certain endpoints based on the policy implemented.- Parameters:
exchange-containerId-- Returns:
-
-