|
|||||||||
Home >> All >> com >> sun >> xacml >> finder >> [ impl overview ] | PREV NEXT |
A
- addPolicy(String) - Method in class com.sun.xacml.finder.impl.FilePolicyModule
- Adds a file (containing a policy) to the collection of filenames associated with this module.
C
- CurrentEnvModule - class com.sun.xacml.finder.impl.CurrentEnvModule.
- Supports the current date, time, and dateTime values.
- CurrentEnvModule() - Constructor for class com.sun.xacml.finder.impl.CurrentEnvModule
- com.sun.xacml.finder.impl - package com.sun.xacml.finder.impl
- The
finder
package supports all of the pieces of the XACML specification that require custom implementation. - createProcessingError(String) - Method in class com.sun.xacml.finder.impl.SelectorModule
- Private helper to create a new processing error status result
E
- ENVIRONMENT_CURRENT_DATE - Static variable in class com.sun.xacml.finder.impl.CurrentEnvModule
- Standard environment variable that represents the current date
- ENVIRONMENT_CURRENT_DATETIME - Static variable in class com.sun.xacml.finder.impl.CurrentEnvModule
- Standard environment variable that represents the current date and time
- ENVIRONMENT_CURRENT_TIME - Static variable in class com.sun.xacml.finder.impl.CurrentEnvModule
- Standard environment variable that represents the current time
- error(SAXParseException) - Method in class com.sun.xacml.finder.impl.FilePolicyModule
- Standard handler routine for the XML parsing.
F
- FilePolicyModule - class com.sun.xacml.finder.impl.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.
- FilePolicyModule() - Constructor for class com.sun.xacml.finder.impl.FilePolicyModule
- Constructor which retrieves the schema file to validate policies against from the POLICY_SCHEMA_PROPERTY.
- FilePolicyModule(File) - Constructor for class com.sun.xacml.finder.impl.FilePolicyModule
- Constructor that uses the specified input as the schema file to validate policies against.
- FilePolicyModule(List) - Constructor for class com.sun.xacml.finder.impl.FilePolicyModule
- Constructor that specifies a set of initial policy files to use.
- fatalError(SAXParseException) - Method in class com.sun.xacml.finder.impl.FilePolicyModule
- Standard handler routine for the XML parsing.
- fileNames - Variable in class com.sun.xacml.finder.impl.FilePolicyModule
- findAttribute(URI, URI, URI, URI, EvaluationCtx, int) - Method in class com.sun.xacml.finder.impl.CurrentEnvModule
- Used to get the current time, date, or dateTime.
- findAttribute(String, Node, URI, EvaluationCtx, String) - Method in class com.sun.xacml.finder.impl.SelectorModule
- Tries to find attribute values based on the given selector data.
- findPolicy(EvaluationCtx) - Method in class com.sun.xacml.finder.impl.FilePolicyModule
- Finds a policy based on a request's context.
- finder - Variable in class com.sun.xacml.finder.impl.FilePolicyModule
G
- getSupportedDesignatorTypes() - Method in class com.sun.xacml.finder.impl.CurrentEnvModule
- Returns a
Set
with a singleInteger
specifying that environment attributes are supported by this module.
H
- handleDate(URI, URI, EvaluationCtx) - Method in class com.sun.xacml.finder.impl.CurrentEnvModule
- Handles requests for the current Date.
- handleDateTime(URI, URI, EvaluationCtx) - Method in class com.sun.xacml.finder.impl.CurrentEnvModule
- Handles requests for the current DateTime.
- handleTime(URI, URI, EvaluationCtx) - Method in class com.sun.xacml.finder.impl.CurrentEnvModule
- Handles requests for the current Time.
I
- init(PolicyFinder) - Method in class com.sun.xacml.finder.impl.FilePolicyModule
- Initializes the
FilePolicyModule
by loading the policies contained in the collection of files associated with this module. - isDesignatorSupported() - Method in class com.sun.xacml.finder.impl.CurrentEnvModule
- Returns true always because this module supports designators.
- isRequestSupported() - Method in class com.sun.xacml.finder.impl.FilePolicyModule
- Indicates whether this module supports finding policies based on a request (target matching).
- isSelectorSupported() - Method in class com.sun.xacml.finder.impl.SelectorModule
- Returns true since this module supports retrieving attributes based on the data provided in an AttributeSelectorType.
J
- JAXP_SCHEMA_LANGUAGE - Static variable in class com.sun.xacml.finder.impl.FilePolicyModule
- JAXP_SCHEMA_SOURCE - Static variable in class com.sun.xacml.finder.impl.FilePolicyModule
L
- loadPolicy(String, PolicyFinder) - Static method in class com.sun.xacml.finder.impl.FilePolicyModule
- Loads a policy from the specified filename and uses the specified
PolicyFinder
to help with instantiating PolicySets. - loadPolicy(String, PolicyFinder, File, ErrorHandler) - Static method in class com.sun.xacml.finder.impl.FilePolicyModule
- 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. - logger - Static variable in class com.sun.xacml.finder.impl.FilePolicyModule
M
- makeBag(AttributeValue) - Method in class com.sun.xacml.finder.impl.CurrentEnvModule
- Private helper that makes a bag containing only the given attribute.
- makeProcessingError(String) - Method in class com.sun.xacml.finder.impl.CurrentEnvModule
- Private helper that generates a new processing error status and includes the given string.
P
- POLICY_SCHEMA_PROPERTY - Static variable in class com.sun.xacml.finder.impl.FilePolicyModule
- The property which is used to specify the schema file to validate against (if any)
- policies - Variable in class com.sun.xacml.finder.impl.FilePolicyModule
S
- SelectorModule - class com.sun.xacml.finder.impl.SelectorModule.
- This module implements the basic behavior of the AttributeSelectorType, looking for attribute values in the physical request document using the given XPath expression.
- SelectorModule() - Constructor for class com.sun.xacml.finder.impl.SelectorModule
- schemaFile - Variable in class com.sun.xacml.finder.impl.FilePolicyModule
W
- W3C_XML_SCHEMA - Static variable in class com.sun.xacml.finder.impl.FilePolicyModule
- warning(SAXParseException) - Method in class com.sun.xacml.finder.impl.FilePolicyModule
- Standard handler routine for the XML parsing.
A C E F G H I J L M P S W
|
|||||||||
Home >> All >> com >> sun >> xacml >> finder >> [ impl overview ] | PREV NEXT |