Package | Description |
---|---|
com.netscape.certsrv.policy | |
com.netscape.certsrv.request |
Modifier and Type | Method and Description |
---|---|
PolicyResult |
IPolicySet.apply(IRequest req)
Deprecated.
Apply policy rules on a request.
|
PolicyResult |
IPolicyRule.apply(IRequest req)
Deprecated.
Applies the policy on the given Request.
|
Modifier and Type | Field and Description |
---|---|
static PolicyResult |
PolicyResult.ACCEPTED |
static PolicyResult |
PolicyResult.DEFERRED |
static PolicyResult |
PolicyResult.REJECTED |
Modifier and Type | Method and Description |
---|---|
PolicyResult |
IPolicy.apply(IRequest request)
Applies the policy check to the request.
|