Uses of Class
org.identityconnectors.framework.common.objects.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
Modifier and TypeMethodDescriptionConfigurationProperty.getAllowedValues()
Returns list of allowed values for the property. -
Uses of SuggestedValues in org.identityconnectors.framework.api.operations
Modifier and TypeMethodDescriptionDiscoverConfigurationApiOp.discoverConfiguration()
Discovers additional configuration properties. -
Uses of SuggestedValues in org.identityconnectors.framework.common.objects
Modifier and TypeMethodDescriptionSuggestedValuesBuilder.build()
static SuggestedValues
Creates closed suggested values with the specified values.static SuggestedValues
SuggestedValuesBuilder.build
(Collection<?> collection) Creates closed suggested values with the specified values from a collection.static SuggestedValues
Creates open suggested values with the specified values. -
Uses of SuggestedValues in org.identityconnectors.framework.impl.api
Modifier and TypeMethodDescriptionConfigurationPropertyImpl.getAllowedValues()
Returns list of allowed values for the property.Modifier and TypeMethodDescriptionfinal Map
<String, SuggestedValues> AbstractConnectorFacade.discoverConfiguration()
Discovers additional configuration properties.Modifier and TypeMethodDescriptionvoid
ConfigurationPropertyImpl.setAllowedValues
(SuggestedValues allowedValues) -
Uses of SuggestedValues in org.identityconnectors.framework.impl.api.local.operations
-
Uses of SuggestedValues in org.identityconnectors.framework.spi.operations
Modifier and TypeMethodDescriptionDiscoverConfigurationOp.discoverConfiguration()
Discovers additional configuration properties.