org.jboss.security.xacml.interfaces
Interface PolicyLocator

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

public interface PolicyLocator
extends ContextMapOp

Interface representing a locator for a XACML Policy

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

Method Summary
 void setOptions(List<Option> options)
          Set a list of options on the locator
 void setPolicies(Set<XACMLPolicy> policies)
          Set of policies that this locator is able to return
 
Methods inherited from interface org.jboss.security.xacml.interfaces.ContextMapOp
get, set
 

Method Detail

setOptions

void setOptions(List<Option> options)
Set a list of options on the locator

Parameters:
options -

setPolicies

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

Parameters:
policies -


Copyright © 2008 JBoss Inc.. All Rights Reserved.