A B C D E F G H I J L M N O P R S T U V W X

A

AbstractConnectorFacade - Class in org.identityconnectors.framework.impl.api
Implements all the methods of the facade
AbstractConnectorFacade(APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Builds up the maps of supported operations and calls.
AbstractConnectorInfo - Class in org.identityconnectors.framework.impl.api
Common base class shared between local and remote implementations
AbstractConnectorInfo() - Constructor for class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
AbstractObjectSerializationHandler - Class in org.identityconnectors.framework.impl.serializer
 
AbstractObjectSerializationHandler(Class<?>, String) - Constructor for class org.identityconnectors.framework.impl.serializer.AbstractObjectSerializationHandler
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler.PassThruFilter
 
adaptFromObjectStreamHandler(Class<?>, ObjectStreamHandler) - Static method in class org.identityconnectors.framework.impl.api.StreamHandlerUtil
 
adaptToObjectStreamHandler(Class<?>, Object) - Static method in class org.identityconnectors.framework.impl.api.StreamHandlerUtil
 
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
 
APIConfigurationImpl - Class in org.identityconnectors.framework.impl.api
 
APIConfigurationImpl() - Constructor for class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
APIOperationRunner - Class in org.identityconnectors.framework.impl.api.local.operations
Base class for API operation runners.
APIOperationRunner(OperationalContext) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
Creates the API operation so it can called multiple times.
AttributesToGetResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
Simple class for common results handler components that involve OperationOptions.OP_ATTRIBUTES_TO_GET.
AttributesToGetResultsHandler(String[]) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
Keep the attribute to get..
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.AuthenticationImpl
Authenticate using the basic credentials.
AuthenticationImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
AuthenticationImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.AuthenticationImpl
Pass the configuration etc to the abstract class.
awaitStop() - Method in class org.identityconnectors.framework.server.ConnectorServer
Waits for the server to stop.
awaitStop() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
 

B

BinaryObjectDecoder - Class in org.identityconnectors.framework.impl.serializer.binary
 
BinaryObjectDecoder(InputStream) - Constructor for class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
BinaryObjectEncoder - Class in org.identityconnectors.framework.impl.serializer.binary
 
BinaryObjectEncoder(OutputStream) - Constructor for class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
borrowObject() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
Borrow an object from the pool.
BufferedResultsProxy - Class in org.identityconnectors.framework.impl.api
 
BufferedResultsProxy(Object, int, long) - Constructor for class org.identityconnectors.framework.impl.api.BufferedResultsProxy
 
BundleLibSorter - Class in org.identityconnectors.framework.impl.api.local
 
BundleLibSorter() - Constructor for class org.identityconnectors.framework.impl.api.local.BundleLibSorter
 

C

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
 
clearLocalCache() - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
clearRemoteCache() - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
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
 
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
 
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
Simple structure to pass more variables through the constructor of APIOperationRunner.
ConnectorOperationalContext(LocalConnectorInfoImpl, APIConfigurationImpl, ObjectPool<PoolableConnector>) - 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
 
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
 
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
 
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.
createTimeoutProxy(Class<? extends APIOperation>, APIOperation) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Creates the timeout proxy for the given operation

D

decrypt(byte[]) - Method in class org.identityconnectors.common.security.impl.EncryptorImpl
 
DelegatingTimeoutProxy - Class in org.identityconnectors.framework.impl.api
Delegating timeout proxy that selects the appropriate timeout handler depending on the method.
DelegatingTimeoutProxy(Object, long, int) - Constructor for class org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy
Create a new MethodTimeoutProxy
delete(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
delete(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.DeleteImpl
Calls the delete method on the Connector side.
DeleteImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
DeleteImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.DeleteImpl
Initializes the operation works.
derive(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
Derives another RemoteConnectorInfoManagerImpl with a different RemoteFrameworkConnectionInfo but with the same metadata
deserialize(ObjectDecoder) - Method in class org.identityconnectors.framework.impl.serializer.EnumSerializationHandler
 
deserialize(ObjectDecoder) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectSerializationHandler
Called to deserialize the object.
deserializeXmlStream(InputSource, XmlObjectResultsHandler, boolean) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
dispose() - Method in class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
Dispose of all object pools and other resources associated with this class.
dispose() - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
 
disposeObject(T) - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
 
DuplicateFilteringResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
 
DuplicateFilteringResultsHandler(ResultsHandler) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.DuplicateFilteringResultsHandler
Filter chain for producers.

E

EchoMessage - Class in org.identityconnectors.framework.impl.api.remote.messages
For test purposes only
EchoMessage(Object, String) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.EchoMessage
 
ENCODING_VERSION - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
Version for the overall encoding - if we need to change anything in the encoder, we will need to bump this and handle appropriately
encrypt(byte[]) - Method in class org.identityconnectors.common.security.impl.EncryptorImpl
 
EncryptorFactoryImpl - Class in org.identityconnectors.common.security.impl
 
EncryptorFactoryImpl() - Constructor for class org.identityconnectors.common.security.impl.EncryptorFactoryImpl
 
EncryptorImpl - Class in org.identityconnectors.common.security.impl
 
EncryptorImpl(boolean) - Constructor for class org.identityconnectors.common.security.impl.EncryptorImpl
 
EnumSerializationHandler - Class in org.identityconnectors.framework.impl.serializer
 
EnumSerializationHandler(Class<? extends Enum<?>>, String) - Constructor for class org.identityconnectors.framework.impl.serializer.EnumSerializationHandler
 
equals(Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
equals(Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 

F

FIELD_TYPE_ANONYMOUS_FIELD - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
FIELD_TYPE_END_OBJECT - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
FIELD_TYPE_NAMED_FIELD - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
fillConfiguration(Configuration, Map<String, ? extends Object>) - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
 
FilteredResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
 
FilteredResultsHandler(ResultsHandler, Filter) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler
Filter chain for producers.
FilteredResultsHandler.PassThruFilter - Class in org.identityconnectors.framework.impl.api.local.operations
Use a pass thru filter to use if a null filter is provided.
FilteredResultsHandler.PassThruFilter() - Constructor for class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler.PassThruFilter
 
findConnectorInfo(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
findConnectorInfo(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
flush() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
flush() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
flush() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 
format(String, String, Object...) - Method in class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
 

G

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
 
getConfiguration() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
getConfiguration() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
 
getConfigurationProperties() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
getConnector() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
 
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
 
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
 
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
 
getFrameworkVersion() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
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
 
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
 
getMatchSubclasses() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
Should we match subclasses of the given class or only the exact class?
getMatchSubclasses() - Method in class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
 
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.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
 
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() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
 
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
 
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
 
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
getUseSSL() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns true iff 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
 
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.

H

handle(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.DuplicateFilteringResultsHandler
 
handle(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler
 
handle(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.NormalizingResultsHandler
 
handle(SyncDelta) - Method in class org.identityconnectors.framework.impl.api.local.operations.NormalizingSyncResultsHandler
 
handle(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.SearchImpl.AttributesToGetSearchResultsHandler
Handle the object w/ reduced attributes.
handle(SyncDelta) - Method in class org.identityconnectors.framework.impl.api.local.operations.SyncImpl.AttributesToGetSyncResultsHandler
 
handle(Object) - Method in interface org.identityconnectors.framework.impl.api.ObjectStreamHandler
 
hashCode() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
hashCode() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
HelloRequest - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent the first time we connect to a given server.
HelloRequest() - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
HelloResponse - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent in response to a HelloRequest.
HelloResponse(Throwable, List<RemoteConnectorInfoImpl>) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 

I

invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.BufferedResultsProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.LoggingProxy
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.MethodTimeoutProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler
 
isAdaptableToObjectStreamHandler(Class<?>) - Static method in class org.identityconnectors.framework.impl.api.StreamHandlerUtil
 
isConfidential() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
isConnectorPoolingSupported() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
isLoggable(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.impl.JDKLogger
Use the internal JDK logger to determine if the level is worthy of logging.
isLoggable(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.impl.NoOpLogger
Always returns false because there nothing to do.
isRequired() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
isStarted() - Method in class org.identityconnectors.framework.server.ConnectorServer
Return true iff the server is started.
isStarted() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
 
isStillHandling() - Method in class org.identityconnectors.framework.impl.api.local.operations.DuplicateFilteringResultsHandler
 

J

JavaClassProperties - Class in org.identityconnectors.framework.impl.api.local
Class for translating from a Java class to ConfigurationProperties and from ConfigurationProperties to a java class.
JavaClassProperties() - Constructor for class org.identityconnectors.framework.impl.api.local.JavaClassProperties
 
JDKLogger - Class in org.identityconnectors.common.logging.impl
Provider to integrate with the JDK logger.
JDKLogger() - Constructor for class org.identityconnectors.common.logging.impl.JDKLogger
 

L

LocalConnectorFacadeImpl - Class in org.identityconnectors.framework.impl.api.local
Implements all the methods of the facade.
LocalConnectorFacadeImpl(LocalConnectorInfoImpl, APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
Builds up the maps of supported operations and calls.
LocalConnectorInfoImpl - Class in org.identityconnectors.framework.impl.api.local
 
LocalConnectorInfoImpl() - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
LocalConnectorInfoManagerImpl - Class in org.identityconnectors.framework.impl.api.local
 
LocalConnectorInfoManagerImpl(List<URL>, ClassLoader) - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.impl.JDKLogger
Uses the JDK logger to log the message.
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.impl.NoOpLogger
Logs nothing.
LoggingProxy - Class in org.identityconnectors.framework.impl.api
Proxy responsible for logging operations from the API.
LoggingProxy(Class<? extends APIOperation>, Object) - Constructor for class org.identityconnectors.framework.impl.api.LoggingProxy
 

M

Main - Class in org.identityconnectors.framework.server
 
Main() - Constructor for class org.identityconnectors.framework.server.Main
 
main(String[]) - Static method in class org.identityconnectors.framework.server.Main
 
merge(Set<Attribute>, Set<Attribute>, boolean) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
Merges two connector objects into a single updated object.
mergeIntoBean(ConfigurationPropertiesImpl, Configuration) - Static method in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
Given a configuration bean and populated properties, merges the properties into the bean.
Message - Interface in org.identityconnectors.framework.impl.api.remote.messages
Marker interface for all messages.
MethodTimeoutProxy - Class in org.identityconnectors.framework.impl.api
General-purpose timeout proxy for providing timeouts on all methods on the underlying object.
MethodTimeoutProxy(Object, long) - Constructor for class org.identityconnectors.framework.impl.api.MethodTimeoutProxy
Create a new MethodTimeoutProxy
MULTI_OBJECT_ELEMENT - Static variable in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 

N

newAPIOperationProxy(Class<? extends APIOperation>, InvocationHandler) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Creates a new APIOperation proxy given a handler.
newBinaryDeserializer(InputStream) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
newBinarySerializer(OutputStream) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
newInstance(APIConfiguration) - Method in class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
newInstance() - Static method in class org.identityconnectors.framework.server.ConnectorServer
Get the singleton instance of the ConnectorServer.
newObject() - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
 
newRandomEncryptor() - Method in class org.identityconnectors.common.security.impl.EncryptorFactoryImpl
 
newScriptExecutor(ClassLoader, String, boolean) - Method in class org.identityconnectors.common.script.groovy.GroovyScriptExecutorFactory
Always compile the script.
newThread(Runnable) - Method in class org.identityconnectors.framework.server.impl.CCLWatchThreadFactory
 
newXmlSerializer(Writer, boolean, boolean) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
NoOpLogger - Class in org.identityconnectors.common.logging.impl
No operation logger.
NoOpLogger() - Constructor for class org.identityconnectors.common.logging.impl.NoOpLogger
 
normalizeAttribute(Attribute) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns the normalized value of the attribute.
normalizeAttributes(Set<Attribute>) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns the normalized set of attributes or null if the original set is null.
normalizeFilter(Filter) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns a filter consisting of the original with all attributes normalized.
normalizeObject(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns the normalized object.
normalizeSyncDelta(SyncDelta) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns the normalized sync delta.
NormalizingResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
 
NormalizingResultsHandler(ResultsHandler, ObjectNormalizerFacade) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.NormalizingResultsHandler
 
NormalizingSyncResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
 
NormalizingSyncResultsHandler(SyncResultsHandler, ObjectNormalizerFacade) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.NormalizingSyncResultsHandler
 

O

OBJECT_MAGIC - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
OBJECT_TYPE_ARRAY - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
OBJECT_TYPE_CLASS - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
OBJECT_TYPE_NULL - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
ObjectDecoder - Interface in org.identityconnectors.framework.impl.serializer
Interface to abstract away the difference between deserializing xml and binary
ObjectEncoder - Interface in org.identityconnectors.framework.impl.serializer
Interface to abstract away the difference between serializing xml and binary
ObjectNormalizerFacade - Class in org.identityconnectors.framework.impl.api.local.operations
 
ObjectNormalizerFacade(ObjectClass, AttributeNormalizer) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Create a new ObjectNormalizer
ObjectPool<T> - Class in org.identityconnectors.framework.impl.api.local
 
ObjectPool(ObjectPoolHandler<T>, ObjectPoolConfiguration) - Constructor for class org.identityconnectors.framework.impl.api.local.ObjectPool
Create a new ObjectPool
ObjectPool.Statistics - Class in org.identityconnectors.framework.impl.api.local
Statistics bean
ObjectPoolHandler<T> - Interface in org.identityconnectors.framework.impl.api.local
 
ObjectSerializationHandler - Interface in org.identityconnectors.framework.impl.serializer
Interface to be implemented to handle the serialization/ deserialization of an object.
ObjectSerializerFactoryImpl - Class in org.identityconnectors.framework.impl.serializer
 
ObjectSerializerFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
ObjectSerializerRegistry - Class in org.identityconnectors.framework.impl.serializer
 
ObjectSerializerRegistry() - Constructor for class org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
 
ObjectStreamHandler - Interface in org.identityconnectors.framework.impl.api
 
ObjectTypeMapper - Interface in org.identityconnectors.framework.impl.serializer
Interface to be implemented to handle the serialization/ deserialization of an object.
ObjectTypeMapperImpl - Class in org.identityconnectors.framework.impl.serializer
 
ObjectTypeMapperImpl(Class<?>, String) - Constructor for class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
 
OperationalContext - Class in org.identityconnectors.framework.impl.api.local.operations
OperationalContext - base class for operations that do not require a connector instance.
OperationalContext(LocalConnectorInfoImpl, APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
OperationRequest - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent to request an operation.
OperationRequest(ConnectorKey, APIConfigurationImpl, Class<? extends APIOperation>, String, List<Object>) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
 
OperationRequestMoreData - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent by the client to request more data.
OperationRequestMoreData() - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationRequestMoreData
 
OperationRequestStopData - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent by the client to request stop sending data
OperationRequestStopData() - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationRequestStopData
 
OperationResponseEnd - Class in org.identityconnectors.framework.impl.api.remote.messages
Special marker class to mark the end of a response.
OperationResponseEnd() - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationResponseEnd
 
OperationResponsePart - Class in org.identityconnectors.framework.impl.api.remote.messages
Represents one part of a response.
OperationResponsePart(Throwable, Object) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePart
 
OperationResponsePause - Class in org.identityconnectors.framework.impl.api.remote.messages
Special marker class to ask if the client wants more data.
OperationResponsePause() - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePause
 
org.identityconnectors.common.logging.impl - package org.identityconnectors.common.logging.impl
 
org.identityconnectors.common.script.groovy - package org.identityconnectors.common.script.groovy
 
org.identityconnectors.common.security.impl - package org.identityconnectors.common.security.impl
 
org.identityconnectors.framework.impl.api - package org.identityconnectors.framework.impl.api
 
org.identityconnectors.framework.impl.api.local - package org.identityconnectors.framework.impl.api.local
 
org.identityconnectors.framework.impl.api.local.operations - package org.identityconnectors.framework.impl.api.local.operations
 
org.identityconnectors.framework.impl.api.remote - package org.identityconnectors.framework.impl.api.remote
 
org.identityconnectors.framework.impl.api.remote.messages - package org.identityconnectors.framework.impl.api.remote.messages
 
org.identityconnectors.framework.impl.serializer - package org.identityconnectors.framework.impl.serializer
 
org.identityconnectors.framework.impl.serializer.binary - package org.identityconnectors.framework.impl.serializer.binary
 
org.identityconnectors.framework.impl.serializer.xml - package org.identityconnectors.framework.impl.serializer.xml
 
org.identityconnectors.framework.impl.test - package org.identityconnectors.framework.impl.test
 
org.identityconnectors.framework.server - package org.identityconnectors.framework.server
 
org.identityconnectors.framework.server.impl - package org.identityconnectors.framework.server.impl
 

P

parse() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser
Parses the manifest.
parse(InputSource, XmlObjectResultsHandler, boolean) - Static method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectParser
 
popAll() - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Hack for OIM.
popClassLoader() - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Restores the previous loader as the thread-local classloader.
pushAll(List<ClassLoader>) - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Hack for OIM.
pushClassLoader(ClassLoader) - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Sets the given loader as the thread-local classloader.

R

rawSearch(SearchOp<?>, ObjectClass, Filter, ResultsHandler, OperationOptions) - Static method in class org.identityconnectors.framework.impl.api.local.operations.SearchImpl
Public because it is used by TestHelpersImpl.
readBooleanContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readBooleanContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads the value in-line.
readBooleanContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readBooleanField(String, boolean) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readBooleanField(String, boolean) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a boolean.
readBooleanField(String, boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readByteArrayContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readByteArrayContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readByteArrayContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readClassContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readClassContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readClassContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readClassField(String, Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readClassField(String, Class<?>) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a Class.
readClassField(String, Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readDoubleContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readDoubleContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readDoubleContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readDoubleField(String, double) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readDoubleField(String, double) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a double.
readDoubleField(String, double) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readFloatContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readFloatContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads the value in-line.
readFloatContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readFloatField(String, float) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readFloatField(String, float) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a float.
readFloatField(String, float) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readIntContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readIntContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads the value in-line.
readIntContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readIntField(String, int) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readIntField(String, int) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads an int.
readIntField(String, int) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readLongContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readLongContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readLongContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readLongField(String, long) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readLongField(String, long) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a long.
readLongField(String, long) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readObject() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
readObject() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readObject() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readObjectContents(int) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readObjectContents(int) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a sub-object
readObjectContents(int) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readObjectField(String, Class<?>, Object) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readObjectField(String, Class<?>, Object) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads an object using the appropriate serializer for that object
readObjectField(String, Class<?>, Object) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readStringContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readStringContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads the value in-line.
readStringContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readStringField(String, String) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readStringField(String, String) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a String.
readStringField(String, String) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
reduceToAttrsToGet(Set<Attribute>) - Method in class org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
Simple method that clones the object and remove the attribute thats are not in the OperationOptions.OP_ATTRIBUTES_TO_GET set.
reduceToAttrsToGet(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
 
RemoteConnectorFacadeImpl - Class in org.identityconnectors.framework.impl.api.remote
Implements all the methods of the facade
RemoteConnectorFacadeImpl(APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorFacadeImpl
Builds up the maps of supported operations and calls.
RemoteConnectorInfoImpl - Class in org.identityconnectors.framework.impl.api.remote
 
RemoteConnectorInfoImpl() - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
 
RemoteConnectorInfoManagerImpl - Class in org.identityconnectors.framework.impl.api.remote
 
RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
RemoteFrameworkConnection - Class in org.identityconnectors.framework.impl.api.remote
 
RemoteFrameworkConnection(RemoteFrameworkConnectionInfo) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
RemoteFrameworkConnection(Socket) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
RemoteOperationInvocationHandler - Class in org.identityconnectors.framework.impl.api.remote
Invocation handler for all of our operations
RemoteOperationInvocationHandler(APIConfigurationImpl, Class<? extends APIOperation>) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler
 
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
 
resolve(List<? extends WorkingBundleInfo>) - Static method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
Populates the effective properties (effectiveClassPath, effectiveContents, etc.)
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.ResolveUsernameImpl
Resolve the username to an Uid.
ResolveUsernameImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
ResolveUsernameImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ResolveUsernameImpl
Pass the configuration etc to the abstract class.
returnObject(T) - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
Return an object to the pool
run() - Method in class org.identityconnectors.framework.server.impl.ConnectionProcessor
 
runScriptOnConnector(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
runScriptOnConnector(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.ScriptOnConnectorImpl
 
runScriptOnResource(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
runScriptOnResource(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.ScriptOnResourceImpl
 

S

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 SearchImpl.AttributesToGetSearchResultsHandler.
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
 
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.
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
 
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
 
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
 
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.
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
 

T

test() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
test() - Method in class org.identityconnectors.framework.impl.api.local.operations.TestImpl
TestHelpersImpl - Class in org.identityconnectors.framework.impl.test
 
TestHelpersImpl() - Constructor for class org.identityconnectors.framework.impl.test.TestHelpersImpl
 
TestImpl - Class in org.identityconnectors.framework.impl.api.local.operations
Provides a method for the API to call the SPI's test method on the connector.
TestImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.TestImpl
 
testObject(T) - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
 
ThreadClassLoaderManager - Class in org.identityconnectors.framework.impl.api.local
Provides a for managing the thread-local class loader
ThreadClassLoaderManagerProxy - Class in org.identityconnectors.framework.impl.api.local.operations
Proxy that handles setting up the thread-local classloader as well as restoring it for any callback arguments.
ThreadClassLoaderManagerProxy(ClassLoader, Object) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy
 
toRemote() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 

U

update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
 
UpdateImpl - Class in org.identityconnectors.framework.impl.api.local.operations
Handles both version of update this include simple replace and the advance update.
UpdateImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
Determines which type of update a connector supports and then uses that handler.

V

validate() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
validate() - Method in class org.identityconnectors.framework.impl.api.local.operations.ValidateImpl
ValidateImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
ValidateImpl(OperationalContext) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ValidateImpl
 
validateInput(ObjectClass, Uid, Set<Attribute>, boolean) - Static method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
Makes things easier if you can trust the input.

W

WorkingBundleInfo - Class in org.identityconnectors.framework.impl.api.local
 
WorkingBundleInfo(String) - Constructor for class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
writeBooleanContents(boolean) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeBooleanContents(boolean) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeBooleanContents(boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeBooleanField(String, boolean) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeBooleanField(String, boolean) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a boolean.
writeBooleanField(String, boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeByteArrayContents(byte[]) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeByteArrayContents(byte[]) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Special case for byte [] that uses base64 encoding for XML
writeByteArrayContents(byte[]) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeClassContents(Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeClassContents(Class<?>) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeClassContents(Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeClassField(String, Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeClassField(String, Class<?>) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a Class.
writeClassField(String, Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeDoubleContents(double) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeDoubleContents(double) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeDoubleContents(double) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeDoubleField(String, double) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeDoubleField(String, double) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a double.
writeDoubleField(String, double) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeFloatContents(float) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeFloatContents(float) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeFloatContents(float) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeFloatField(String, float) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeFloatField(String, float) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a float.
writeFloatField(String, float) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeIntContents(int) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeIntContents(int) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeIntContents(int) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeIntField(String, int) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeIntField(String, int) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes an int.
writeIntField(String, int) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeLongContents(long) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeLongContents(long) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeLongContents(long) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeLongField(String, long) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeLongField(String, long) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a long.
writeLongField(String, long) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeObject(Object) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
writeObject(Object) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeObject(Object) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeObject(Object) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
Writes the next object to the stream.
writeObjectContents(Object) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeObjectContents(Object) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a sub-object
writeObjectContents(Object) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeObjectField(String, Object, boolean) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeObjectField(String, Object, boolean) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes an object using the appropriate serializer for that object
writeObjectField(String, Object, boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeStringContents(String) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeStringContents(String) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeStringContents(String) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeStringField(String, String) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeStringField(String, String) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a String.
writeStringField(String, String) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 

X

XmlObjectDecoder - Class in org.identityconnectors.framework.impl.serializer.xml
 
XmlObjectDecoder(Element, Class<?>) - Constructor for class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
XmlObjectEncoder - Class in org.identityconnectors.framework.impl.serializer.xml
 
XmlObjectEncoder(StringBuilder) - Constructor for class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
XmlObjectParser - Class in org.identityconnectors.framework.impl.serializer.xml
 
XmlObjectParser() - Constructor for class org.identityconnectors.framework.impl.serializer.xml.XmlObjectParser
 
XmlObjectSerializerImpl - Class in org.identityconnectors.framework.impl.serializer.xml
 
XmlObjectSerializerImpl(Writer, boolean, boolean) - Constructor for class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 

A B C D E F G H I J L M N O P R S T U V W X

Copyright © 2011. All Rights Reserved.