Uses of Class
org.apache.syncope.client.enduser.model.CustomAttribute
-
Packages that use CustomAttribute Package Description org.apache.syncope.client.enduser.model -
-
Uses of CustomAttribute in org.apache.syncope.client.enduser.model
Methods in org.apache.syncope.client.enduser.model that return CustomAttribute Modifier and Type Method Description CustomAttributeCustomAttribute. defaultValues(List<String> value)CustomAttributeCustomAttribute. readonly(Boolean value)Methods in org.apache.syncope.client.enduser.model that return types with arguments of type CustomAttribute Modifier and Type Method Description Map<String,CustomAttribute>CustomAttributesInfo. getAttributes()Method parameters in org.apache.syncope.client.enduser.model with type arguments of type CustomAttribute Modifier and Type Method Description CustomAttributesInfoCustomAttributesInfo. attributes(Map<String,CustomAttribute> value)voidCustomAttributesInfo. setAttributes(Map<String,CustomAttribute> attributes)
-