JBoss port of sunxacml 2.0.8.Final-redhat-1

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

Packages that use StatusDetail
org.jboss.security.xacml.sunxacml.ctx All of the classes that support the context schema are in this package. 
 

Uses of StatusDetail in org.jboss.security.xacml.sunxacml.ctx
 

Methods in org.jboss.security.xacml.sunxacml.ctx that return StatusDetail
 StatusDetail Status.getDetail()
          Returns the status detail or null if there is none.
static StatusDetail StatusDetail.getInstance(Node root)
          Creates an instance of a StatusDetail object based on the given DOM root node.
 

Constructors in org.jboss.security.xacml.sunxacml.ctx with parameters of type StatusDetail
Status(List code, String message, StatusDetail detail)
          Constructor that takes the status code, an optional message, and some detail to include with the status.
 


JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.