Package org.kie.server.router.proxy
Class DefaultRestrictionPolicy
- java.lang.Object
-
- org.kie.server.router.proxy.DefaultRestrictionPolicy
-
- All Implemented Interfaces:
RestrictionPolicy
public class DefaultRestrictionPolicy extends Object implements RestrictionPolicy
-
-
Constructor Summary
Constructors Constructor Description DefaultRestrictionPolicy()
-
Method Summary
All Methods Instance Methods Concrete 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.StringtoString()
-
-
-
Method Detail
-
restrictedEndpoint
public boolean restrictedEndpoint(io.undertow.server.HttpServerExchange exchange, String containerId)Description copied from interface:RestrictionPolicyAllows to restrict access to certain endpoints based on the policy implemented.- Specified by:
restrictedEndpointin interfaceRestrictionPolicy- Returns:
-
-