public class FedoraRIAttributeFinder extends DesignatorAttributeFinderModule
m_attributesattributesDenied, DATE_ATTRIBUTE_TYPE_URI, DATETIME_ATTRIBUTE_TYPE_URI, EMPTY_RESULTS, EMPTY_STRING_ARRAY, INTEGER_ATTRIBUTE_TYPE_URI, STRING_ATTRIBUTE_TYPE_URI, TIME_ATTRIBUTE_TYPE_URI| Constructor and Description |
|---|
FedoraRIAttributeFinder(RelationshipResolver relationshipResolver) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.security.xacml.sunxacml.cond.EvaluationResult |
findAttribute(java.net.URI attributeType,
java.net.URI attributeId,
java.net.URI issuer,
java.net.URI subjectCategory,
org.jboss.security.xacml.sunxacml.EvaluationCtx context,
int designatorType)
Used to get an attribute.
|
canHandleAdhoc, emptyAttributeMap, getAttributeLocally, getSupportedDesignatorTypes, isDesignatorSupported, setActionAttributes, setAttributes, setEnvironmentAttributes, setResourceAttributes, setSubjectAttributesdenyAttribute, getAttributeFromEvaluationResult, getAttributeIdUri, getAttributeType, getAttributeType, getAttributeTypeUri, hasAttribute, hasAttribute, iAm, registerAttribute, registerAttribute, registerAttribute, registerSupportedDesignatorType, setInstantiatedOkpublic FedoraRIAttributeFinder(RelationshipResolver relationshipResolver)
public org.jboss.security.xacml.sunxacml.cond.EvaluationResult findAttribute(java.net.URI attributeType,
java.net.URI attributeId,
java.net.URI issuer,
java.net.URI subjectCategory,
org.jboss.security.xacml.sunxacml.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 © 2014 DuraSpace. All Rights Reserved.