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 CustomAttribute
CustomAttribute. defaultValues(List<String> value)
CustomAttribute
CustomAttribute. 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 CustomAttributesInfo
CustomAttributesInfo. attributes(Map<String,CustomAttribute> value)
void
CustomAttributesInfo. setAttributes(Map<String,CustomAttribute> attributes)
-