|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object issrg.xacml.PDP
public class PDP
Constructor Summary | |
---|---|
PDP(PDPConfig config)
Constructs a new PDP object with the given configuration
information. |
Method Summary | |
---|---|
ResponseCtx |
evaluate(RequestCtx request)
Attempts to evaluate the request against the policies known to this PDP. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDP(PDPConfig config) throws java.lang.Exception
PDP
object with the given configuration
information.
config
- user configuration data defining how to find Permis configuration.
java.lang.Exception
Method Detail |
---|
public ResponseCtx evaluate(RequestCtx request) throws java.lang.Exception
EvaluationCtx
.
Note that if the request is somehow invalid (it was missing a required attribute, it was using an unsupported scope, etc), then the result will be a decision of INDETERMINATE.
request
- the request to evaluate
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |