org.jboss.security.xacml.locators
Class JBossPolicySetLocator

java.lang.Object
  extended by org.jboss.security.xacml.locators.AbstractJBossPolicyLocator
      extended by 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

Field Summary
 
Fields inherited from class org.jboss.security.xacml.locators.AbstractJBossPolicyLocator
map, options, policies
 
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
 
Constructor Summary
JBossPolicySetLocator()
           
JBossPolicySetLocator(Set<XACMLPolicy> policies)
           
 
Method Summary
 void setPolicies(Set<XACMLPolicy> policies)
          Set of policies that this locator is able to return
 
Methods inherited from class org.jboss.security.xacml.locators.AbstractJBossPolicyLocator
get, set, setOptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossPolicySetLocator

public JBossPolicySetLocator()

JBossPolicySetLocator

public JBossPolicySetLocator(Set<XACMLPolicy> policies)
Method Detail

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.