Uses of Class
com.soffid.iam.web.SearchAttributeDefinition
-
Packages that use SearchAttributeDefinition Package Description com.soffid.iam.web -
-
Uses of SearchAttributeDefinition in com.soffid.iam.web
Methods in com.soffid.iam.web that return types with arguments of type SearchAttributeDefinition Modifier and Type Method Description List<SearchAttributeDefinition>SearchDictionary. getAttributes()Gets value for attribute attributesMethod parameters in com.soffid.iam.web with type arguments of type SearchAttributeDefinition Modifier and Type Method Description voidSearchDictionary. setAttributes(List<SearchAttributeDefinition> attributes)Sets value for attribute attributesConstructors in com.soffid.iam.web with parameters of type SearchAttributeDefinition Constructor Description SearchAttributeDefinition(SearchAttributeDefinition otherBean)Constructor parameters in com.soffid.iam.web with type arguments of type SearchAttributeDefinition Constructor Description SearchDictionary(List<SearchAttributeDefinition> attributes, long timestamp)
-