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.
|
Modifier and Type | Method and Description |
---|---|
PolicyResult |
PolicySet.apply(IRequest req)
Apply policies on a given request from a rule set.
|
PolicyResult |
GenericPolicyProcessor.apply(IRequest request)
Apply policies on the given request.
|
PolicyResult |
JavaScriptRequestProxy.applyPolicy(IPolicyRule r) |
Modifier and Type | Method and Description |
---|---|
PolicyResult |
IPolicySet.apply(IRequest req)
Apply policy rules on a request.
|
PolicyResult |
IPolicyRule.apply(IRequest req)
Applies the policy on the given Request.
|
Modifier and Type | Method and Description |
---|---|
abstract PolicyResult |
APolicyRule.apply(IRequest req)
Applies the policy on the given Request.
|
protected PolicyResult |
APolicyRule.deferred(IRequest req)
determines whether a DEFERRED policy result should be returned
by checking the contents of the AgentApprovals attribute.
|
Modifier and Type | Method and Description |
---|---|
PolicyResult |
ManualAuthentication.apply(IRequest req)
Applies the policy on the given Request.
|