public class LDAPAttributeFinder extends DesignatorAttributeFinderModule
m_attributesattributesDenied, STRING_ATTRIBUTE_URI| Constructor and Description |
|---|
LDAPAttributeFinder(Map<String,String> options) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.xacml.cond.EvaluationResult |
findAttribute(URI attributeType,
URI attributeId,
URI issuer,
URI subjectCategory,
com.sun.xacml.EvaluationCtx context,
int designatorType)
Used to get an attribute.
|
void |
init() |
boolean |
isDesignatorSupported()
Returns true always because this module supports designators.
|
static void |
main(String[] args) |
canHandleAdhoc, emptyAttributeMap, getAttributeLocally, getSupportedDesignatorTypes, setActionAttributes, setAttributes, setEnvironmentAttributes, setResourceAttributes, setSubjectAttributesgetAttributeFromEvaluationResult, getAttributeIdUri, getAttributeType, getAttributeTypeUri, hasAttribute, iAm, registerAttribute, registerSupportedDesignatorType, setInstantiatedOkpublic void init()
throws AttributeFinderException
AttributeFinderExceptionpublic boolean isDesignatorSupported()
isDesignatorSupported in class DesignatorAttributeFinderModulepublic com.sun.xacml.cond.EvaluationResult findAttribute(URI attributeType, URI attributeId, URI issuer, URI subjectCategory, com.sun.xacml.EvaluationCtx context, int designatorType)
findAttribute in class AttributeFinderModuleattributeType - the datatype of the attributes to find, which must be time, date,
or dateTime for this module to resolve a valueattributeId - the identifier of the attributes to find, which must be one of the
three ENVIRONMENT_* fields for this module to resolve a valueissuer - the issuer of the attributes, or null if unspecifiedsubjectCategory - the category of the attribute or null, which ignored since this
only handles non-subjectscontext - the representation of the request datadesignatorType - the type of designator, which must be ENVIRONMENT_TARGET for this
module to resolve a valueCopyright © 2013 DuraSpace. All Rights Reserved.