public class DefaultRestrictionPolicy extends Object implements RestrictionPolicy
| Constructor and Description |
|---|
DefaultRestrictionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
restrictedEndpoint(io.undertow.server.HttpServerExchange exchange,
String containerId)
Allows to restrict access to certain endpoints based on the policy implemented.
|
String |
toString() |
public boolean restrictedEndpoint(io.undertow.server.HttpServerExchange exchange,
String containerId)
RestrictionPolicyrestrictedEndpoint in interface RestrictionPolicyCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.