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

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

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

Subclasses of SetFunction in org.jboss.security.xacml.sunxacml.cond
 class ConditionSetFunction
          Specific SetFunction class that supports all of the condition set functions: type-at-least-one-member-of, type-subset, and type-set-equals.
 class GeneralSetFunction
          Specific SetFunction class that supports all of the general-purpose set functions: type-intersection and type-union.
 

Methods in org.jboss.security.xacml.sunxacml.cond that return SetFunction
static SetFunction SetFunction.getAtLeastOneInstance(String functionName, String argumentType)
          Creates a new instance of the at-least-one-member-of set function.
static SetFunction SetFunction.getIntersectionInstance(String functionName, String argumentType)
          Creates a new instance of the intersection set function.
static SetFunction SetFunction.getSetEqualsInstance(String functionName, String argumentType)
          Creates a new instance of the equals set function.
static SetFunction SetFunction.getSubsetInstance(String functionName, String argumentType)
          Creates a new instance of the subset set function.
static SetFunction SetFunction.getUnionInstance(String functionName, String argumentType)
          Creates a new instance of the union set function.
 



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