org.jboss.security.xacml.interfaces
Interface PolicyLocator

All Superinterfaces:
AbstractLocator, ContextMapOp
All Known Implementing Classes:
AbstractJBossPolicyLocator, JBossPolicyLocator, JBossPolicySetLocator

public interface PolicyLocator
extends AbstractLocator

Interface representing a locator for a XACML Policy

Since:
Jul 5, 2007
Version:
$Revision$
Author:
Anil.Saldhana@redhat.com

Field Summary
 
Fields inherited from interface org.jboss.security.xacml.interfaces.AbstractLocator
ATTRIBUTE_DESIGNATOR_INTEGER_TAG, ATTRIBUTE_DESIGNATOR_SUPPORT_TAG, ATTRIBUTE_SELECTOR_SUPPORT_TAG, ATTRIBUTE_SUPPORTED_ID_TAG, IDENTIFIER_TAG, RESOURCE_CHILD_SUPPORTED_TAG, RESOURCE_DESCENDANT_SUPPORTED_TAG
 
Method Summary
 void setPolicies(Set<XACMLPolicy> policies)
          Set of policies that this locator is able to return
 
Methods inherited from interface org.jboss.security.xacml.interfaces.AbstractLocator
setOptions
 
Methods inherited from interface org.jboss.security.xacml.interfaces.ContextMapOp
get, set
 

Method Detail

setPolicies

void setPolicies(Set<XACMLPolicy> policies)
Set of policies that this locator is able to return

Parameters:
policies -


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.