| 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.impl.api | |
| org.identityconnectors.framework.impl.api.local.operations | |
| org.identityconnectors.framework.spi.operations | 
| Modifier and Type | Method and Description | 
|---|---|
SuggestedValues | 
ConfigurationProperty.getAllowedValues()
Returns list of allowed values for the property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,SuggestedValues> | 
DiscoverConfigurationApiOp.discoverConfiguration()
 Discovers additional configuration properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SuggestedValues | 
SuggestedValuesBuilder.build()  | 
static SuggestedValues | 
SuggestedValuesBuilder.build(Collection<?> collection)
Creates closed suggested values with the specified values from a collection. 
 | 
static SuggestedValues | 
SuggestedValuesBuilder.build(Object... values)
Creates closed suggested values with the specified values. 
 | 
static SuggestedValues | 
SuggestedValuesBuilder.buildOpen(Object... values)
Creates open suggested values with the specified values. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SuggestedValues | 
ConfigurationPropertyImpl.getAllowedValues()
Returns list of allowed values for the property. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,SuggestedValues> | 
AbstractConnectorFacade.discoverConfiguration()
 Discovers additional configuration properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ConfigurationPropertyImpl.setAllowedValues(SuggestedValues allowedValues)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,SuggestedValues> | 
DiscoverConfigurationImpl.discoverConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,SuggestedValues> | 
DiscoverConfigurationOp.discoverConfiguration()
 Discovers additional configuration properties. 
 | 
Copyright © 2022. All rights reserved.