|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Status | |
|---|---|
| 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.cond | Support for Conditions is in this package. |
| org.jboss.security.xacml.sunxacml.ctx | All of the classes that support the context schema are in this package. |
| org.jboss.security.xacml.sunxacml.finder | The finder package supports all of the pieces of the
XACML specification that require custom implementation. |
| Uses of Status in org.jboss.security.xacml.sunxacml |
|---|
| Methods in org.jboss.security.xacml.sunxacml that return Status | |
|---|---|
Status |
MatchResult.getStatus()
Returns the status if there was an error, or null if no error occurred |
| Constructors in org.jboss.security.xacml.sunxacml with parameters of type Status | |
|---|---|
MatchResult(int result,
Status status)
Constructor that creates a MatchResult, including Status
data |
|
| Uses of Status in org.jboss.security.xacml.sunxacml.cond |
|---|
| Methods in org.jboss.security.xacml.sunxacml.cond that return Status | |
|---|---|
Status |
EvaluationResult.getStatus()
Returns the status if there was an error, or null it no error occurred |
| Constructors in org.jboss.security.xacml.sunxacml.cond with parameters of type Status | |
|---|---|
EvaluationResult(Status status)
Constructor that creates an EvaluationResult of
Indeterminate, including Status data. |
|
| Uses of Status in org.jboss.security.xacml.sunxacml.ctx |
|---|
| Methods in org.jboss.security.xacml.sunxacml.ctx that return Status | |
|---|---|
static Status |
Status.getInstance(Node root)
Creates a new instance of Status based on the given
DOM root node. |
static Status |
Status.getOkInstance()
Gets a Status instance that has the OK status and no
other information. |
Status |
Result.getStatus()
Returns the status data included in this Result. |
| Constructors in org.jboss.security.xacml.sunxacml.ctx with parameters of type Status | |
|---|---|
Result(int decision,
Status status)
Constructs a Result object with status data but without a
resource identifier. |
|
Result(int decision,
Status status,
Set obligations)
Constructs a Result object with status data and obligations
but without a resource identifier. |
|
Result(int decision,
Status status,
String resource)
Constructs a Result object with status data and a
resource identifier. |
|
Result(int decision,
Status status,
String resource,
Set obligations)
Constructs a Result object with status data, a
resource identifier, and obligations. |
|
| Uses of Status in org.jboss.security.xacml.sunxacml.finder |
|---|
| Methods in org.jboss.security.xacml.sunxacml.finder that return Status | |
|---|---|
Status |
PolicyFinderResult.getStatus()
Returns the status if there was an error, or null if no error occurred. |
| Constructors in org.jboss.security.xacml.sunxacml.finder with parameters of type Status | |
|---|---|
PolicyFinderResult(Status status)
Create a result of Indeterminate, including Status data. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||