JBoss port of sunxacml 2.0.5-redhat-1

Uses of Class
org.jboss.security.xacml.sunxacml.ctx.Status

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. 
org.jboss.security.xacml.sunxacml.support.finder   
 

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.
 

Uses of Status in org.jboss.security.xacml.sunxacml.support.finder
 

Methods in org.jboss.security.xacml.sunxacml.support.finder that return Status
 Status TopLevelPolicyException.getStatus()
          Returns the status information associated with this error.
 

Constructors in org.jboss.security.xacml.sunxacml.support.finder with parameters of type Status
TopLevelPolicyException(Status status)
          Constructs a new TopLevelPolicyException with no message or cause.
TopLevelPolicyException(Status status, String message)
          Constructs a new TopLevelPolicyException with a message, but no cause.
TopLevelPolicyException(Status status, String message, Throwable cause)
          Constructs a new TopLevelPolicyException with a message and a cause.
TopLevelPolicyException(Status status, Throwable cause)
          Constructs a new TopLevelPolicyException with a cause, but no message.
 


JBoss port of sunxacml 2.0.5-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.