Package | Description |
---|---|
org.jboss.security.xacml.sunxacml |
This is the root package, which contains the PDP class where most
people will want to start.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.