JBoss port of sunxacml 2.0.5-redhat-1

Uses of Class
org.jboss.security.xacml.sunxacml.TargetSection

Packages that use TargetSection
org.jboss.security.xacml.sunxacml This is the root package, which contains the PDP class where most people will want to start. 
 

Uses of TargetSection in org.jboss.security.xacml.sunxacml
 

Methods in org.jboss.security.xacml.sunxacml that return TargetSection
 TargetSection Target.getActionsSection()
          Returns the Actions section of this Target.
 TargetSection Target.getEnvironmentsSection()
          Returns the Environments section of this Target.
static TargetSection TargetSection.getInstance(Node root, int matchType, PolicyMetaData metaData)
          Creates a Target by parsing a node.
 TargetSection Target.getResourcesSection()
          Returns the Resources section of this Target.
 TargetSection Target.getSubjectsSection()
          Returns the Subjects section of this Target.
 

Constructors in org.jboss.security.xacml.sunxacml with parameters of type TargetSection
Target(TargetSection subjectsSection, TargetSection resourcesSection, TargetSection actionsSection)
          Constructor that creates an XACML 1.x Target from components.
Target(TargetSection subjectsSection, TargetSection resourcesSection, TargetSection actionsSection, TargetSection environmentsSection)
          Constructor that creates an XACML 2.0 Target from components.
 


JBoss port of sunxacml 2.0.5-redhat-1

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