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
Methods inherited from interface org.jboss.security.xacml.interfaces.ContextMapOp |
get, set |
setPolicies
void setPolicies(Set<XACMLPolicy> policies)
- Set of policies that this locator is able to return
- Parameters:
policies
-
getPolicies
Set<XACMLPolicy> getPolicies()
- Get the set of policies that the locator can return
- Returns:
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.