|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseCtx | |
|---|---|
| org.jboss.security.xacml.sunxacml | This is the root package, which contains the PDP class where most people will want to start. |
| org.jboss.security.xacml.sunxacml.ctx | All of the classes that support the context schema are in this package. |
| Uses of ResponseCtx in org.jboss.security.xacml.sunxacml |
|---|
| Methods in org.jboss.security.xacml.sunxacml that return ResponseCtx | |
|---|---|
ResponseCtx |
PDP.evaluate(EvaluationCtx context)
Uses the given EvaluationCtx against the available
policies to determine a response. |
ResponseCtx |
PDP.evaluate(RequestCtx request)
Attempts to evaluate the request against the policies known to this PDP. |
| Uses of ResponseCtx in org.jboss.security.xacml.sunxacml.ctx |
|---|
| Methods in org.jboss.security.xacml.sunxacml.ctx that return ResponseCtx | |
|---|---|
static ResponseCtx |
ResponseCtx.getInstance(InputStream input)
Creates a new ResponseCtx by parsing XML from an
input stream. |
static ResponseCtx |
ResponseCtx.getInstance(Node root)
Creates a new instance of ResponseCtx based on the given
DOM root node. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||