Uses of Class
com.ibm.itim.common.Badge

Packages that use Badge
com.ibm.itim.common Provides a set of common classes that are used in many places in ITIM. 
com.ibm.itim.dataservices.model.domain Extends the com.ibm.itim.dataservices.model package to provide an application programming interface for querying the core elements of the data model. 
com.ibm.itim.dataservices.model.domain.access Extends the com.ibm.itim.dataservices.model package to provide an application programming interface for querying group/access elements of the data model. 
 

Uses of Badge in com.ibm.itim.common
 

Methods in com.ibm.itim.common that return Badge
static Badge Badge.parseBadgeValueSpecification(java.lang.String badgeValueSpecification)
          Parse given value which is expected to be formatted in the following way: ~ This means that the tilde character '~' is disallowed in both and parts of the value;
 

Methods in com.ibm.itim.common with parameters of type Badge
 int Badge.compareTo(Badge o)
           
static java.lang.String Badge.composeBadgeSpecification(Badge badge)
          This method takes the designation and generates the key from designation.
 

Uses of Badge in com.ibm.itim.dataservices.model.domain
 

Methods in com.ibm.itim.dataservices.model.domain that return types with arguments of type Badge
 java.util.Set<Badge> AccessInfo.getBadges()
           
 

Method parameters in com.ibm.itim.dataservices.model.domain with type arguments of type Badge
 void AccessInfo.setBadges(java.util.Set<Badge> badges)
           
 

Uses of Badge in com.ibm.itim.dataservices.model.domain.access
 

Methods in com.ibm.itim.dataservices.model.domain.access that return types with arguments of type Badge
 java.util.Set<Badge> Access.getBadges()
          Return Set of badges - labels with display format information (style)
 



IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.