org.jboss.security.xacml.locators
Class JBossPolicySetLocator
java.lang.Object
org.jboss.security.xacml.locators.AbstractJBossPolicyLocator
org.jboss.security.xacml.locators.JBossPolicySetLocator
- All Implemented Interfaces:
- AbstractLocator, ContextMapOp, PolicyLocator
public class JBossPolicySetLocator
- extends AbstractJBossPolicyLocator
Locator for a PolicySet
- Since:
- Jul 6, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossPolicySetLocator
public JBossPolicySetLocator()
JBossPolicySetLocator
public JBossPolicySetLocator(Set<XACMLPolicy> policies)
setPolicies
public void setPolicies(Set<XACMLPolicy> policies)
- Description copied from interface:
PolicyLocator
- Set of policies that this locator is able to return
- Specified by:
setPolicies
in interface PolicyLocator
- Specified by:
setPolicies
in class AbstractJBossPolicyLocator
- See Also:
PolicyLocator.setPolicies(Set)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.