Uses of Class
org.identityconnectors.framework.common.objects.AttributeInfoBuilder
-
Uses of AttributeInfoBuilder in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionstatic AttributeInfoBuilder
Convenience method to create a new AttributeInfoBuilder.static AttributeInfoBuilder
Convenience method to create a new AttributeInfoBuilder.AttributeInfoBuilder.setCreateable
(boolean value) Determines if the attribute is writable.AttributeInfoBuilder.setFlags
(Set<AttributeInfo.Flags> flags) Sets all of the flags for this builder.AttributeInfoBuilder.setMultiValued
(boolean value) Determines if this attribute supports multivalue.Sets the unique name of theAttributeInfo
object.AttributeInfoBuilder.setReadable
(boolean value) Determines if the attribute is readable.AttributeInfoBuilder.setRequired
(boolean value) Determines if this attribute is required.AttributeInfoBuilder.setReturnedByDefault
(boolean value) Please seeFrameworkUtil.checkAttributeType(Class)
for the definitive list of supported types.AttributeInfoBuilder.setUpdateable
(boolean value) Determines if this attribute writable during update.