Uses of Class
org.identityconnectors.framework.common.objects.SuggestedValues
Packages that use SuggestedValues
Package
Description
The Connector API presents a consistent view of any Connector,
regardless of which operations the connector actually implements.
-
Uses of SuggestedValues in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return SuggestedValuesModifier and TypeMethodDescriptionConfigurationProperty.getAllowedValues()Returns list of allowed values for the property. -
Uses of SuggestedValues in org.identityconnectors.framework.api.operations
Methods in org.identityconnectors.framework.api.operations that return types with arguments of type SuggestedValuesModifier and TypeMethodDescriptionDiscoverConfigurationApiOp.discoverConfiguration()Discovers additional configuration properties. -
Uses of SuggestedValues in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SuggestedValuesModifier and TypeMethodDescriptionSuggestedValuesBuilder.build()static SuggestedValuesCreates closed suggested values with the specified values.static SuggestedValuesSuggestedValuesBuilder.build(Collection<?> collection) Creates closed suggested values with the specified values from a collection.static SuggestedValuesCreates open suggested values with the specified values. -
Uses of SuggestedValues in org.identityconnectors.framework.impl.api
Methods in org.identityconnectors.framework.impl.api that return SuggestedValuesModifier and TypeMethodDescriptionConfigurationPropertyImpl.getAllowedValues()Returns list of allowed values for the property.Methods in org.identityconnectors.framework.impl.api that return types with arguments of type SuggestedValuesModifier and TypeMethodDescriptionfinal Map<String, SuggestedValues> AbstractConnectorFacade.discoverConfiguration()Discovers additional configuration properties.Methods in org.identityconnectors.framework.impl.api with parameters of type SuggestedValuesModifier and TypeMethodDescriptionvoidConfigurationPropertyImpl.setAllowedValues(SuggestedValues allowedValues) -
Uses of SuggestedValues in org.identityconnectors.framework.impl.api.local.operations
Methods in org.identityconnectors.framework.impl.api.local.operations that return types with arguments of type SuggestedValues -
Uses of SuggestedValues in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return types with arguments of type SuggestedValuesModifier and TypeMethodDescriptionDiscoverConfigurationOp.discoverConfiguration()Discovers additional configuration properties.