Uses of Class
org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Packages that use AttributeInfoBuilder
-
Uses of AttributeInfoBuilder in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return AttributeInfoBuilderModifier and TypeMethodDescriptionstatic AttributeInfoBuilderConvenience method to create a new AttributeInfoBuilder.static AttributeInfoBuilderConvenience 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 theAttributeInfoobject.AttributeInfoBuilder.setNativeName(String nativeName) Sets the native name of theAttributeInfoobject.AttributeInfoBuilder.setReadable(boolean value) Determines if the attribute is readable.AttributeInfoBuilder.setReferencedObjectClassName(String value) AttributeInfoBuilder.setRequired(boolean value) Determines if this attribute is required.AttributeInfoBuilder.setReturnedByDefault(boolean value) AttributeInfoBuilder.setRoleInReference(String value) AttributeInfoBuilder.setSubtype(String subtype) Optional subtype of the attribute.AttributeInfoBuilder.setSubtype(AttributeInfo.Subtypes subtype) Please seeFrameworkUtil.checkAttributeType(Class)for the definitive list of supported types.AttributeInfoBuilder.setUpdateable(boolean value) Determines if this attribute writable during update.