| Class | Description |
|---|---|
| BasicPolicyFinderModule |
This is a basic implementation of
PolicyFinderModule that
accepts already created AbstractPolicys and supports
finding by context and reference. |
| FilePolicyModule |
This module represents a collection of files containing polices,
each of which will be searched through when trying to find a
policy that is applicable to a specific request.
|
| PolicyCollection |
This class handles collections of
AbstractPolicy instances,
and provides some commonly useful operations. |
| PolicyReader |
This class is provided as a utility for reading policies from common,
simple sources:
InputStreams, Files, and
URLs. |
| StaticPolicyFinderModule |
This is a simple implementation of
PolicyFinderModule that
supports retrieval based on context, and is designed for use with a
run-time configuration. |
| StaticRefPolicyFinderModule |
This is a simple implementation of
PolicyFinderModule that
supports retrieval based on reference, and is designed for use with a
run-time configuration. |
| URLPolicyFinderModule |
This module supports references made with resolvable URLs (eg, http or
file pointers).
|
| Exception | Description |
|---|---|
| TopLevelPolicyException |
This is an exception thrown by the support code when there's an error
trying to resolve a top-level policy
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.