Package | Description |
---|---|
org.jboss.security.xacml.bridge | |
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.
|
org.jboss.security.xacml.sunxacml.support.finder |
Modifier and Type | Method and Description |
---|---|
PolicyFinderResult |
PPSPolicySetFinderModule.findPolicy(EvaluationCtx context) |
PolicyFinderResult |
RPSPolicySetFinderModule.findPolicy(EvaluationCtx context) |
PolicyFinderResult |
WrapperPolicyFinderModule.findPolicy(EvaluationCtx evaluationCtx) |
PolicyFinderResult |
PolicySetFinderModule.findPolicy(EvaluationCtx context)
Finds the applicable policy (if there is one) for the given context.
|
PolicyFinderResult |
PPSPolicySetFinderModule.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData) |
PolicyFinderResult |
WrapperPolicyFinderModule.findPolicy(URI arg0,
int arg1,
VersionConstraints arg2,
PolicyMetaData arg3) |
PolicyFinderResult |
PolicySetFinderModule.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData) |
Modifier and Type | Method and Description |
---|---|
PolicyFinderResult |
PolicyFinder.findPolicy(EvaluationCtx context)
Finds a policy based on a request's context.
|
PolicyFinderResult |
PolicyFinderModule.findPolicy(EvaluationCtx context)
Tries to find one and only one matching policy given the request
represented by the context data.
|
PolicyFinderResult |
PolicyFinder.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData)
Finds a policy based on an id reference.
|
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.
|
Modifier and Type | Method and Description |
---|---|
PolicyFinderResult |
FilePolicyModule.findPolicy(EvaluationCtx context)
Finds a policy based on a request's context.
|
Modifier and Type | Method and Description |
---|---|
PolicyFinderResult |
FilePolicyModule.findPolicy(EvaluationCtx context)
Finds a policy based on a request's context.
|
PolicyFinderResult |
StaticPolicyFinderModule.findPolicy(EvaluationCtx context)
Finds a policy based on a request's context.
|
PolicyFinderResult |
BasicPolicyFinderModule.findPolicy(EvaluationCtx context)
Finds a policy based on a request's context.
|
PolicyFinderResult |
URLPolicyFinderModule.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 |
BasicPolicyFinderModule.findPolicy(URI idReference,
int type,
VersionConstraints constraints,
PolicyMetaData parentMetaData)
Attempts to find a policy by reference, based on the provided
parameters.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.