- CaseNormalizer - Class in org.identityconnectors.framework.impl.api.local.operations
-
- CaseNormalizer() - Constructor for class org.identityconnectors.framework.impl.api.local.operations.CaseNormalizer
-
- CCLWatchThread - Class in org.identityconnectors.framework.server.impl
-
A thread that logs errors when its context class loader becomes null.
- CCLWatchThread(String) - Constructor for class org.identityconnectors.framework.server.impl.CCLWatchThread
-
- CCLWatchThread(ThreadGroup, Runnable, String, long) - Constructor for class org.identityconnectors.framework.server.impl.CCLWatchThread
-
- CCLWatchThreadFactory - Class in org.identityconnectors.framework.server.impl
-
- clearInstance() - Static method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
-
Clear the thread-local instance of the manager.
- clearLocalCache() - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
-
- clearRemoteCache() - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
-
- close() - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolEntry
-
Release the pooled object and puts back to the pool where is was borrowed
from.
- close() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
-
- close() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
-
- close() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
-
- close(boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
-
- compare(File, File) - Method in class org.identityconnectors.framework.impl.api.local.BundleLibSorter
-
- ConfigurationPropertiesImpl - Class in org.identityconnectors.framework.impl.api
-
- ConfigurationPropertiesImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
-
- ConfigurationPropertyImpl - Class in org.identityconnectors.framework.impl.api
-
- ConfigurationPropertyImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- ConnectionProcessor - Class in org.identityconnectors.framework.server.impl
-
- ConnectionProcessor(ConnectorServer, Socket) - Constructor for class org.identityconnectors.framework.server.impl.ConnectionProcessor
-
- CONNECTOR_INFO - Static variable in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
-
- CONNECTOR_KEY_LIST - Static variable in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
-
- ConnectorAPIOperationRunner - Class in org.identityconnectors.framework.impl.api.local.operations
-
Subclass of APIOperationRunner for operations that require a connector.
- ConnectorAPIOperationRunner(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
-
Creates the API operation so it can called multiple times.
- ConnectorAPIOperationRunnerProxy - Class in org.identityconnectors.framework.impl.api.local.operations
-
Proxy for APIOperationRunner that takes care of setting up underlying
connector and creating the implementation of APIOperationRunner.
- ConnectorAPIOperationRunnerProxy(ConnectorOperationalContext, Constructor<? extends APIOperationRunner>) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy
-
Create an APIOperationRunnerProxy
- ConnectorBundleManifest - Class in org.identityconnectors.framework.impl.api.local
-
Model for the ConnectorBundleManifest.
- ConnectorBundleManifest() - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
-
- ConnectorBundleManifestParser - Class in org.identityconnectors.framework.impl.api.local
-
- ConnectorBundleManifestParser(String, Manifest) - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser
-
- ConnectorFacadeFactoryImpl - Class in org.identityconnectors.framework.impl.api
-
- ConnectorFacadeFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
-
- connectorInfo - Variable in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
-
ConnectorInfo
- ConnectorInfoManagerFactoryImpl - Class in org.identityconnectors.framework.impl.api
-
- ConnectorInfoManagerFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
-
- ConnectorMessagesImpl - Class in org.identityconnectors.framework.impl.api
-
- ConnectorMessagesImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
-
- ConnectorOperationalContext - Class in org.identityconnectors.framework.impl.api.local.operations
-
- ConnectorOperationalContext(LocalConnectorInfoImpl, APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
-
- ConnectorPoolManager - Class in org.identityconnectors.framework.impl.api.local
-
- ConnectorPoolManager() - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
-
- ConnectorPoolManager.ConnectorPoolKey - Class in org.identityconnectors.framework.impl.api.local
-
- ConnectorPoolManager.ConnectorPoolKey(ConnectorKey, ConfigurationPropertiesImpl, ObjectPoolConfiguration) - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager.ConnectorPoolKey
-
- CONNECTORS_DTD - Static variable in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
-
- ConnectorServer - Class in org.identityconnectors.framework.server
-
Connector server interface.
- ConnectorServer() - Constructor for class org.identityconnectors.framework.server.ConnectorServer
-
- ConnectorServerImpl - Class in org.identityconnectors.framework.server.impl
-
- ConnectorServerImpl() - Constructor for class org.identityconnectors.framework.server.impl.ConnectorServerImpl
-
- convert(Throwable) - Static method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
-
Converts the throwable object to a new Map object that representing
itself.
- create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
- create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.CreateImpl
-
Calls the create method on the Connector side.
- createBean(ConfigurationPropertiesImpl, Class<? extends Configuration>) - Static method in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
-
Given a configuration class and populated properties, creates a bean for
it.
- createConfigurationProperties(Configuration) - Static method in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
-
Given a configuration class, creates the configuration properties for it.
- createDefaultAPIConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- createDefaultAPIConfiguration(LocalConnectorInfoImpl) - Static method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
-
Create an instance of the APIConfiguration object to setup the
framework etc..
- createDummyMessages() - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
-
- CreateImpl - Class in org.identityconnectors.framework.impl.api.local.operations
-
- CreateImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.CreateImpl
-
Initializes the operation works.
- createLoggingProxy(Class<? extends APIOperation>, APIOperation) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
-
Creates a logging proxy.
- createTestConfiguration(Class<? extends Connector>, Configuration) - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
-
Method for convenient testing of local connectors.
- createTestConfiguration(Class<? extends Connector>, Set<String>, PropertyBag, String) - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
-
Method for convenient testing of local connectors.
- createTimeoutProxy(Class<? extends APIOperation>, APIOperation) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
-
Creates the timeout proxy for the given operation.
- getAPIConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
-
- getArguments() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
-
- getBundleName() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
-
- getBundleParentClassLoader() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Gets the class loader that will be used as the parent of the bundle class
loaders.
- getBundleURLs() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Gets the bundle URLs for connectors to expose by this server.
- getBundleVersion() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
-
- getCatalogs() - Method in class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
-
- getCause() - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
-
Returns the cause of original throwable or null if the cause is
nonexistent or unknown.
- getConfiguration() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
-
- getConfigurationProperties() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
- getConnector() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
-
- getConnectorCategory() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- getConnectorCategoryKey() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- getConnectorClass() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
-
- getConnectorClass() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
-
- getConnectorConfigurationClass() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
-
- getConnectorDisplayName() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- getConnectorDisplayNameKey() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- getConnectorFacadeKey() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
-
Gets the unique generated identifier of this ConnectorFacade.
- getConnectorFacadeKey() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
-
- getConnectorInfo() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
- getConnectorInfo() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
-
- getConnectorInfos() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
-
- getConnectorInfos() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
-
- getConnectorInfos() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
-
- getConnectorKey() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- getConnectorKey() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
-
- getConnectorKeys() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
-
- getConnectorKeys() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
-
- getConnectorPoolConfiguration() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
- getCurrentClassLoader() - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
-
Returns the current thread-local class loader
- getDefaultAPIConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- getDefaultEncryptor() - Method in class org.identityconnectors.common.security.impl.EncryptorFactoryImpl
-
- getDisplayMessageKey() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- getDisplayName(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
- getEffectiveClassPath() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- getEffectiveContents() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- getEffectiveNativeLibraries() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- getEmbeddedBundles() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- getException() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
-
- getException() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePart
-
- getExceptionClass() - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
-
Gets the class name of the original exception.
- getFrameworkVersion() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
-
- getGroup(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
- getGroupMessageKey() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- getHandledObjectType() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
-
Returns the java class handled by this handler.
- getHandledObjectType() - Method in class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
-
- getHandledSerialType() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
-
Returns the type of object being serialized.
- getHandledSerialType() - Method in class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
-
- getHandlerByObjectType(Class<?>) - Static method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
-
- getHandlerBySerialType(String) - Static method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
-
- getHelpMessage(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
- getHelpMessageKey() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- getIfAddress() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Returns the network interface address to bind to.
- getImmediateBundleContents() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- getImmediateClassPath() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- getImmediateNativeLibraries() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- GetImpl - Class in org.identityconnectors.framework.impl.api.local.operations
-
Uses SearchOp to find the object that is referenced by the
Uid provided.
- GetImpl(SearchApiOp) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.GetImpl
-
- getInfoLevel() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
-
- getInstance() - Static method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
-
Returns the thread-local instance of the manager
- getKeyHash() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Returns the base-64 encoded SHA1 hash of the key.
- getKeyManagers() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Returns the key managers to use for the SSL connection.
- getLanguageName() - Method in class org.identityconnectors.common.script.groovy.GroovyScriptExecutorFactory
- getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
- getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.framework.impl.api.local.operations.SyncImpl
-
- getLocalManager(URL...) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
-
- getLocalManager(List<URL>, ClassLoader) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
-
- getManifest() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- getMapperByObjectType(Class<?>) - Static method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
-
- getMapperBySerialType(String) - Static method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
-
- getMaxConnections() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Returns the max connections to queue.
- getMaxWorkers() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Returns the max worker threads to allow.
- getMessages() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- getMinWorkers() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Returns the min worker threads to allow.
- getName() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
- getNormalizer(ObjectClass) - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
-
- getNumActive() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool.Statistics
-
Returns the number of active objects
- getNumIdle() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool.Statistics
-
Returns the number of idle objects
- getNumSubObjects() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
-
- getNumSubObjects() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
-
Returns the number of anonymous sub-objects.
- getNumSubObjects() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
-
- getObject(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
- getObject(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.GetImpl
-
- getObject() - Method in class org.identityconnectors.framework.impl.api.remote.messages.EchoMessage
-
- getOperation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
-
Return an instance of an API operation.
- getOperation() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
-
- getOperationalContext() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
-
- getOperationalContext() - Method in class org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
-
Get the current operational context.
- getOperationalContext() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
-
Get the current operational context.
- getOperationImplementation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
-
Gets the implementation of the given operation.
- getOperationImplementation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
-
- getOperationImplementation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorFacadeImpl
-
- getOperationMethodName() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
-
- getOperations() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- getOrder() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- getOrigHandler() - Method in class org.identityconnectors.framework.impl.api.SearchResultsHandlerLoggingProxy
-
- getOriginalLocation() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- getParent() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
-
- getParent() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- getPool(APIConfigurationImpl, LocalConnectorInfoImpl) - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
-
Get a object pool for this connector if it supports connector pooling.
- getPool(ConnectorPoolManager.ConnectorPoolKey) - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
-
Get a object pool for this connector if it was created before.
- getPool() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
-
- getPooledObject() - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolEntry
-
Gets the object which is pooled.
- getPort() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Returns the port to listen on.
- getProducerBufferSize() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
- getProperties() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
-
- getProperty(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
- getPropertyNames() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
- getRemoteConnectionInfo() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
-
- getRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
-
- getResult() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePart
-
- getResultsHandlerConfiguration() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
- getResultsHandlerConfiguration() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
-
- getServerInfo() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
-
- getServerInfo() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
-
- getSortedFiles(File) - Static method in class org.identityconnectors.framework.impl.api.local.BundleLibSorter
-
Returns the sorted libs from the given bundle directory.
- getSortedURLs(File) - Static method in class org.identityconnectors.framework.impl.api.local.BundleLibSorter
-
- getStackTrace(Throwable) - Static method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
-
Gets the stack trace from a Throwable as a String.
- getStartTime() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
-
- getStartTime() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Gets the time when the servers was started last time.
- getStartTime() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
-
- getStatistics() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
-
Gets a snapshot of the pool's stats at a point in time.
- getSupportedOperations() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
- getSupportedOperations() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
- getTimeout(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
- getTimeoutMap() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
- getType() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
- getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
-
- getUseSSL() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Returns true if we are to use SSL.
- getValue() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
- getXml() - Method in class org.identityconnectors.framework.impl.api.remote.messages.EchoMessage
-
- GROOVY_LANG_GROOVY_OBJECT - Static variable in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
-
- GroovyScriptExecutorFactory - Class in org.identityconnectors.common.script.groovy
-
Creates a new ScriptExecutorFactory for executing Groovy scripts.
- GroovyScriptExecutorFactory() - Constructor for class org.identityconnectors.common.script.groovy.GroovyScriptExecutorFactory
-
Make sure we blow up if Groovy does not exist.
- schema() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
- schema() - Method in class org.identityconnectors.framework.impl.api.local.operations.SchemaImpl
-
Retrieve the schema from the Connector.
- SchemaImpl - Class in org.identityconnectors.framework.impl.api.local.operations
-
- SchemaImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SchemaImpl
-
Initializes the operation works.
- ScriptOnConnectorImpl - Class in org.identityconnectors.framework.impl.api.local.operations
-
- ScriptOnConnectorImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ScriptOnConnectorImpl
-
- ScriptOnResourceImpl - Class in org.identityconnectors.framework.impl.api.local.operations
-
- ScriptOnResourceImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ScriptOnResourceImpl
-
- search(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
- search(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.SearchImpl
-
Call the SPI search routines to return the results to the ResultsHandler.
- search(SearchOp<?>, ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
-
Performs a raw, unfiltered search at the SPI level, eliminating
duplicates from the result set.
- SearchImpl - Class in org.identityconnectors.framework.impl.api.local.operations
-
- SearchImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SearchImpl
-
Initializes the operation works.
- SearchImpl.AttributesToGetSearchResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
-
Simple results handler that can reduce attributes to only the set of attribute to get.
- SearchImpl.AttributesToGetSearchResultsHandler(ResultsHandler, String[]) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SearchImpl.AttributesToGetSearchResultsHandler
-
- SearchResultsHandlerLoggingProxy - Class in org.identityconnectors.framework.impl.api
-
- SearchResultsHandlerLoggingProxy(ResultsHandler) - Constructor for class org.identityconnectors.framework.impl.api.SearchResultsHandlerLoggingProxy
-
- serialize(Object, ObjectEncoder) - Method in class org.identityconnectors.framework.impl.serializer.EnumSerializationHandler
-
- serialize(Object, ObjectEncoder) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectSerializationHandler
-
Called to serialize the object.
- SERVER_INFO - Static variable in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
-
- SERVER_START_TIME - Static variable in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
-
- setBundleName(String) - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
-
- setBundleParentClassLoader(ClassLoader) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets the class loader that will be used as the parent of the bundle class
loaders.
- setBundleURLs(List<URL>) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets the bundle URLs for connectors to expose by this server.
- setBundleVersion(String) - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
-
- setCatalogs(Map<Locale, Map<String, String>>) - Method in class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
-
- setConfidential(boolean) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setConfigurationProperties(ConfigurationPropertiesImpl) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
- setConnectorCategoryKey(String) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- setConnectorClass(Class<? extends Connector>) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
-
- setConnectorConfigurationClass(Class<? extends Configuration>) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
-
- setConnectorDisplayNameKey(String) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- setConnectorInfo(AbstractConnectorInfo) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
- setConnectorKey(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- setConnectorPoolConfiguration(ObjectPoolConfiguration) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
- setConnectorPoolingSupported(boolean) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
- setContextClassLoader(ClassLoader) - Method in class org.identityconnectors.framework.server.impl.CCLWatchThread
-
- setDefaultAPIConfiguration(APIConfigurationImpl) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- setDisplayMessageKey(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setFrameworkVersion(String) - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
-
- setGroupMessageKey(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setHelpMessageKey(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setIfAddress(InetAddress) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets the interface address to bind to.
- setKeyHash(String) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets the base-64 encoded SHA1 hash of the key.
- setKeyManagers(List<KeyManager>) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets the key managers to use for the SSL connection.
- setManifest(ConnectorBundleManifest) - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
-
- setMaxConnections(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets the max connections to queue.
- setMaxWorkers(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets the max worker thread to allow.
- setMessages(ConnectorMessages) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
-
- setMinWorkers(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets the min worker thread to allow.
- setName(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setOperations(Set<Class<? extends APIOperation>>) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setOrder(int) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setParent(APIConfigurationImpl) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
-
- setParent(ConfigurationPropertiesImpl) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setPort(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets the port to listen on.
- setProducerBufferSize(int) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
- setProperties(Collection<ConfigurationPropertyImpl>) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
-
- setPropertyValue(String, Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
- setRemoteConnectionInfo(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
-
- setRequired(boolean) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setResultsHandlerConfiguration(ResultsHandlerConfiguration) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
- setSupportedOperations(Set<Class<? extends APIOperation>>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
- setTimeout(Class<? extends APIOperation>, int) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
- setTimeoutMap(Map<Class<? extends APIOperation>, Integer>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
-
- setType(Class<?>) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
-
- setUseSSL(boolean) - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Sets whether we should use ssl.
- setValue(Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
- shutdown() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
-
Closes any idle objects in the pool.
- shutdown() - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
-
Releases any allocated resources.
- SpiOperationLoggingUtil - Class in org.identityconnectors.framework.impl.api.local.operations
-
- SpiOperationLoggingUtil() - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SpiOperationLoggingUtil
-
- start() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Starts the server.
- start() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
-
- stop() - Method in class org.identityconnectors.framework.server.ConnectorServer
-
Stops the server gracefully.
- stop() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
-
- stop(String[]) - Static method in class org.identityconnectors.framework.server.Main
-
- StreamHandlerUtil - Class in org.identityconnectors.framework.impl.api
-
- StreamHandlerUtil() - Constructor for class org.identityconnectors.framework.impl.api.StreamHandlerUtil
-
- sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
- sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.SyncImpl
-
- SyncImpl - Class in org.identityconnectors.framework.impl.api.local.operations
-
- SyncImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SyncImpl
-
- SyncImpl.AttributesToGetSyncResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
-
Simple handler to reduce the attributes to only the set of attribute to
get.
- SyncImpl.AttributesToGetSyncResultsHandler(SyncResultsHandler, String[]) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SyncImpl.AttributesToGetSyncResultsHandler
-