Package | Description |
---|---|
org.jboss.security.xacml.bridge | |
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.finder |
The
finder package supports all of the pieces of the
XACML specification that require custom implementation. |
org.jboss.security.xacml.sunxacml.support.finder |
Modifier and Type | Method and Description |
---|---|
PolicyFinderResult |
WrapperPolicyFinderModule.findPolicy(URI arg0,
int arg1,
VersionConstraints arg2,
PolicyMetaData arg3) |
PolicyFinderResult |
PPSPolicySetFinderModule.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData) |
PolicyFinderResult |
PolicySetFinderModule.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData) |
Modifier and Type | Method and Description |
---|---|
VersionConstraints |
PolicyReference.getConstraints()
Returns the version constraints associated with this reference.
|
Constructor and Description |
---|
PolicyReference(URI reference,
int policyType,
VersionConstraints constraints,
PolicyFinder finder,
PolicyMetaData parentMetaData)
Creates a new
PolicyReference instance with version
constraints. |
Modifier and Type | Method and Description |
---|---|
PolicyFinderResult |
PolicyFinderModule.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData)
Tries to find one and only one matching policy given the idReference
If more than one policy is found, this is an error and must be reported
as such.
|
PolicyFinderResult |
PolicyFinder.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData)
Finds a policy based on an id reference.
|
Modifier and Type | Method and Description |
---|---|
PolicyFinderResult |
BasicPolicyFinderModule.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData)
Attempts to find a policy by reference, based on the provided
parameters.
|
PolicyFinderResult |
StaticRefPolicyFinderModule.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData)
Attempts to find a policy by reference, based on the provided
parameters.
|
PolicyFinderResult |
URLPolicyFinderModule.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData)
Attempts to find a policy by reference, based on the provided
parameters.
|
AbstractPolicy |
PolicyCollection.getPolicy(String identifier,
int type,
VersionConstraints constraints)
Attempts to retrieve a policy based on the given identifier and other
constraints.
|
Copyright © 2023 JBoss by Red Hat. All rights reserved.