public interface PAP
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPolicy()
Returns the currently active policy in its string representation.
|
java.util.List<java.lang.String> |
listRules() |
void |
loadPolicy(@Nullable java.lang.String theory)
Loads a policy into the registered PDPs.
|
@Nullable RouteVerificationProof |
verifyRoute(@NonNull java.lang.String routeId) |
void loadPolicy(@Nullable java.lang.String theory)
theory - The policy theory to loadjava.lang.String getPolicy()
The representation depends on the implementation and can be XML, JSON or any other serialization.
java.util.List<java.lang.String> listRules()
@Nullable RouteVerificationProof verifyRoute(@NonNull java.lang.String routeId)