|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TargetSection | |
---|---|
org.wso2.balana.xacml2 |
Uses of TargetSection in org.wso2.balana.xacml2 |
---|
Methods in org.wso2.balana.xacml2 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.wso2.balana.xacml2 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |