|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractPolicy | |
|---|---|
| org.jboss.security.xacml.sunxacml | This is the root package, which contains the PDP class where most people will want to start. |
| org.jboss.security.xacml.sunxacml.combine | All of the combining algorithm support is in this package. |
| org.jboss.security.xacml.sunxacml.finder | The finder package supports all of the pieces of the
XACML specification that require custom implementation. |
| org.jboss.security.xacml.sunxacml.finder.impl | The few included finder modules are provided in this package. |
| Uses of AbstractPolicy in org.jboss.security.xacml.sunxacml |
|---|
| Subclasses of AbstractPolicy in org.jboss.security.xacml.sunxacml | |
|---|---|
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. |
| Uses of AbstractPolicy in org.jboss.security.xacml.sunxacml.combine |
|---|
| Methods in org.jboss.security.xacml.sunxacml.combine that return AbstractPolicy | |
|---|---|
AbstractPolicy |
PolicyCombinerElement.getPolicy()
Returns the AbstractPolicy in this element. |
| Constructors in org.jboss.security.xacml.sunxacml.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.jboss.security.xacml.sunxacml.finder |
|---|
| Methods in org.jboss.security.xacml.sunxacml.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.jboss.security.xacml.sunxacml.finder with parameters of type AbstractPolicy | |
|---|---|
PolicyFinderResult(AbstractPolicy policy)
Creates a result containing a single applicable policy. |
|
| Uses of AbstractPolicy in org.jboss.security.xacml.sunxacml.finder.impl |
|---|
| Methods in org.jboss.security.xacml.sunxacml.finder.impl that return AbstractPolicy | |
|---|---|
static AbstractPolicy |
FilePolicyModule.loadPolicy(String filename,
PolicyFinder finder)
Loads a policy from the specified filename and uses the specified PolicyFinder to help with instantiating PolicySets. |
static AbstractPolicy |
FilePolicyModule.loadPolicy(String filename,
PolicyFinder finder,
File schemaFile,
ErrorHandler handler)
Loads a policy from the specified filename, using the specified PolicyFinder to help with instantiating PolicySets,
and using the specified input as the schema file to validate
policies against. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||