org.jboss.security.xacml.locators.AttributeLocator
An attribute finder module Usage: Remember, when a policy defines an attribute and the request does not contain it, then the PDP will ask the AttributeLocator for a value. The following methods need to be overridden in your attribute locators
@see AttributeFinderModule#findAttribute(String,org.w3c.dom.Node,URI,org.jboss.security.xacml.sunxacml.EvaluationCtx,String)
@see AttributeFinderModule#findAttribute(URI,URI,URI,URI,org.jboss.security.xacml.sunxacml.EvaluationCtx,int)
@author Anil.Saldhana@redhat.com
@since Mar 19, 2009