|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractPolicy | |
---|---|
org.wso2.balana | This is the root package, which contains the PDP class where most people will want to start. |
org.wso2.balana.combine | All of the combining algorithm support is in this package. |
org.wso2.balana.finder | The finder package supports all of the pieces of the
XACML specification that require custom implementation. |
Uses of AbstractPolicy in org.wso2.balana |
---|
Subclasses of AbstractPolicy in org.wso2.balana | |
---|---|
class |
Policy
Represents one of the two top-level constructs in XACML, the PolicyType. |
class |
PolicyReference
This class is used as a placeholder for the PolicyIdReference and PolicySetIdReference fields in a PolicySetType. |
class |
PolicySet
Represents one of the two top-level constructs in XACML, the PolicySetType. |
Constructor parameters in org.wso2.balana with type arguments of type AbstractPolicy | |
---|---|
PolicySet(URI id,
String version,
PolicyCombiningAlgorithm combiningAlg,
String description,
AbstractTarget target,
List<AbstractPolicy> policies,
String defaultVersion,
Set<AbstractObligation> obligations)
Creates a new PolicySet with the required elements plus some policies, a String
description, policy defaults, and obligations. |
Uses of AbstractPolicy in org.wso2.balana.combine |
---|
Methods in org.wso2.balana.combine that return AbstractPolicy | |
---|---|
AbstractPolicy |
PolicyCombinerElement.getPolicy()
Returns the AbstractPolicy in this element. |
Constructors in org.wso2.balana.combine with parameters of type AbstractPolicy | |
---|---|
PolicyCombinerElement(AbstractPolicy policy)
Constructor that only takes an AbstractPolicy
| |
PolicyCombinerElement(AbstractPolicy policy,
List parameters)
Constructor that takes both the AbstractPolicy to combine and its associated
combiner parameters. |
Uses of AbstractPolicy in org.wso2.balana.finder |
---|
Methods in org.wso2.balana.finder that return AbstractPolicy | |
---|---|
AbstractPolicy |
PolicyFinderResult.getPolicy()
Returns the found policy, or null if there was an error or no policy was found. |
Constructors in org.wso2.balana.finder with parameters of type AbstractPolicy | |
---|---|
PolicyFinderResult(AbstractPolicy policy)
Creates a result containing a single applicable policy. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |