Uses of Class
org.identityconnectors.framework.common.objects.SuggestedValues
-
Packages that use SuggestedValues Package Description org.identityconnectors.framework.api The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements.org.identityconnectors.framework.api.operations org.identityconnectors.framework.common.objects org.identityconnectors.framework.spi.operations -
-
Uses of SuggestedValues in org.identityconnectors.framework.api
Methods in org.identityconnectors.framework.api that return SuggestedValues Modifier and Type Method Description SuggestedValuesConfigurationProperty. 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 SuggestedValues Modifier and Type Method Description Map<String,SuggestedValues>DiscoverConfigurationApiOp. discoverConfiguration()Discovers additional configuration properties. -
Uses of SuggestedValues in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return SuggestedValues Modifier and Type Method Description SuggestedValuesSuggestedValuesBuilder. build()static SuggestedValuesSuggestedValuesBuilder. build(Object... values)Creates closed suggested values with the specified values.static SuggestedValuesSuggestedValuesBuilder. build(Collection<?> collection)Creates closed suggested values with the specified values from a collection.static SuggestedValuesSuggestedValuesBuilder. buildOpen(Object... values)Creates open suggested values with the specified values. -
Uses of SuggestedValues in org.identityconnectors.framework.spi.operations
Methods in org.identityconnectors.framework.spi.operations that return types with arguments of type SuggestedValues Modifier and Type Method Description Map<String,SuggestedValues>DiscoverConfigurationOp. discoverConfiguration()Discovers additional configuration properties.
-