Uses of Class
org.jboss.security.xacml.jaxb.Option

Packages that use Option
org.jboss.security.xacml.interfaces   
org.jboss.security.xacml.jaxb   
org.jboss.security.xacml.locators   
 

Uses of Option in org.jboss.security.xacml.interfaces
 

Method parameters in org.jboss.security.xacml.interfaces with type arguments of type Option
 void AbstractLocator.setOptions(List<Option> options)
          Set a list of options on the locator
 

Uses of Option in org.jboss.security.xacml.jaxb
 

Fields in org.jboss.security.xacml.jaxb with type parameters of type Option
protected  List<Option> LocatorType.option
           
 

Methods in org.jboss.security.xacml.jaxb that return Option
 Option ObjectFactory.createOption()
          Create an instance of Option
 

Methods in org.jboss.security.xacml.jaxb that return types with arguments of type Option
 List<Option> LocatorType.getOption()
          Gets the value of the option property.
 

Uses of Option in org.jboss.security.xacml.locators
 

Fields in org.jboss.security.xacml.locators with type parameters of type Option
protected  List<Option> AbstractJBossPolicyLocator.options
           
 

Method parameters in org.jboss.security.xacml.locators with type arguments of type Option
 void AbstractJBossPolicyLocator.setOptions(List<Option> theoptions)
           
 void AttributeLocator.setOptions(List<Option> options)
           
 void ResourceLocator.setOptions(List<Option> options)
           
 



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