JBoss port of sunxacml 2.0.8.Final-redhat-1

Uses of Class
org.jboss.security.xacml.sunxacml.cond.BagFunction

Packages that use BagFunction
org.jboss.security.xacml.sunxacml.cond Support for Conditions is in this package. 
 

Uses of BagFunction in org.jboss.security.xacml.sunxacml.cond
 

Subclasses of BagFunction in org.jboss.security.xacml.sunxacml.cond
 class ConditionBagFunction
          Specific BagFunction class that supports the single condition bag function: type-is-in.
 class GeneralBagFunction
          Specific BagFunction class that supports all of the general-purpose bag functions: type-one-and-only, type-bag-size, and type-bag.
 

Methods in org.jboss.security.xacml.sunxacml.cond that return BagFunction
static BagFunction BagFunction.getBagInstance(String functionName, String argumentType)
          Returns a new BagFunction that provides the type-bag functionality over the given attribute type.
static BagFunction BagFunction.getBagSizeInstance(String functionName, String argumentType)
          Returns a new BagFunction that provides the type-bag-size functionality over the given attribute type.
static BagFunction BagFunction.getIsInInstance(String functionName, String argumentType)
          Returns a new BagFunction that provides the type-is-in functionality over the given attribute type.
static BagFunction BagFunction.getOneAndOnlyInstance(String functionName, String argumentType)
          Returns a new BagFunction that provides the type-one-and-only functionality over the given attribute type.
 


JBoss port of sunxacml 2.0.8.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.