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

A

AbstractConfiguration - Class in org.identityconnectors.framework.spi
Convenient base-class for Configuration objects to extend.
AbstractConfiguration() - Constructor for class org.identityconnectors.framework.spi.AbstractConfiguration
 
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.
AbstractConnectorFacade(String, AbstractConnectorInfo) - 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
 
AbstractFilterTranslator<T> - Class in org.identityconnectors.framework.common.objects.filter
Base class to make it easier to implement Search.
AbstractFilterTranslator() - Constructor for class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
 
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.common.objects.filter.AndFilter
Ands the left and right filters.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
Determine whether the specified ConnectorObject contains an Attribute that has the same name as and contains all of the values of the attribute that FilterBuilder placed into this filter.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.EqualsFilter
Determines whether the specified ConnectorObject contains an attribute that has the same name and contains a value that is equals the value of the attribute that FilterBuilder placed into this filter.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.EqualsFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter
 
accept(ConnectorObject) - Method in interface org.identityconnectors.framework.common.objects.filter.Filter
Determines whether the specified ConnectorObject matches this filter.
accept(FilterVisitor<R, P>, P) - Method in interface org.identityconnectors.framework.common.objects.filter.Filter
Applies a FilterVisitor to this Filter.
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
Determine if the ConnectorObject Attribute value is greater than the one provided in the filter.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
Return false if the attribute is not present otherwise compare the attribute to the ConnectorObject's Attribute.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
Return the opposite the internal filters return value.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
Takes the result from the left and ORs it w/ the right filter.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler.PassThroughFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler.PassThroughFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.NormalizingFilter
Return the decision based on normalized version of the object.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.impl.api.local.operations.NormalizingFilter
 
access(GuardedByteArray.Accessor) - Method in class org.identityconnectors.common.security.GuardedByteArray
Provides access to the clear-text value of the byte array in a controlled fashion.
access(byte[]) - Method in interface org.identityconnectors.common.security.GuardedByteArray.Accessor
This method will be called with the clear text of the bytes.
access(GuardedString.Accessor) - Method in class org.identityconnectors.common.security.GuardedString
Provides access to the clear-text value of the string in a controlled fashion.
access(char[]) - Method in interface org.identityconnectors.common.security.GuardedString.Accessor
This method will be called with the clear text of the string.
ACCOUNT - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
Represents a human being in the context of a specific system or application.
ACCOUNT_NAME - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
This constant defines a specific value of ObjectClass that is reserved for ObjectClass.ACCOUNT.
Activator - Class in org.identityconnectors.framework.impl.api.osgi.internal
Sample Class Doc
Activator() - Constructor for class org.identityconnectors.framework.impl.api.osgi.internal.Activator
 
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
 
add(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Takes all the attribute from a ConnectorObject and add/overwrite the current attributes.
addAllAttributeInfo(Collection<AttributeInfo>) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Add to the ObjectClassInfo that is being built each AttributeInfo in the specified collection.
addAttribute(Attribute...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds one or many attributes to the ConnectorObject.
addAttribute(String, Object...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds values to the attribute.
addAttribute(String, Collection<?>) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds each object in the collection.
addAttributeInfo(AttributeInfo) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Add the specified AttributeInfo object to the ObjectClassInfo that is being built.
addAttributes(Collection<Attribute>) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Add all the Attributes of a Collection.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.UpdateApiOp
Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
 
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.UpdateAttributeValuesOp
Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
addConnectorEventHandler(ConnectorEventHandler) - Method in interface org.identityconnectors.common.event.ConnectorEventPublisher
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addConnectorEventHandler(ConnectorEventHandler) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addConnectorEventHandler(ConnectorEventHandler) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addingEntries(Bundle, List<ManifestEntry>) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
addScriptArgument(String, Object) - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Adds or sets an argument to pass to the script.
addSupportedObjectClass(Class<? extends SPIOperation>, ObjectClassInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds the given ObjectClassInfo as a supported ObjectClass for the given operation.
addSupportedOperationOption(Class<? extends SPIOperation>, OperationOptionInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds the given OperationOptionInfo as a supported option for the given operation.
addUid(Set<AttributeDelta>, Object...) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Returns a mutable copy of the original set with the uid attributeDelta added.
addUid(Set<Attribute>, Uid) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Returns a mutable copy of the original set with the uid attribute added.
addValue(Object...) - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Add each of the specified objects as a values for the attribute that is being built.
addValue(Collection<?>) - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Adds each object in the collection as a value for the attribute that is being built.
addValues(Object...) - Method in class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
Add each of the specified objects as a value for SuggestedValues instance that is being built.
addValues(Collection<?>) - Method in class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
Adds each object in the collection as a value for SuggestedValues instance that is being built.
addValueToAdd(Collection<?>) - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Adds each object in the collection as a value for the valuesToAdd of the attributeDelta that is being built.
addValueToAdd(Object...) - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Adds each of the specified objects as a value for the valuesToAdd of the attributeDelta that is being built.
addValueToRemove(Collection<?>) - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Adds each object in the collection as a value for the valuesToRemove of the attributeDelta that is being built.
addValueToRemove(Object...) - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Adds each of the specified objects as a value for the valuesToRemove of the attributeDelta that is being built.
addValueToReplace(Collection<?>) - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Adds each object in the collection as a value for the valuesToReplace of the attributeDelta that is being built.
addValueToReplace(Object...) - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Adds each of the specified objects as a value for the valuesToReplace of the attributeDelta that is being built.
ALL - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
Represents all collections that contains any object.
ALL_NAME - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
This constant defines a specific value of ObjectClass that is reserved for ObjectClass.ALL.
allAPIOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Return all the known APIOperations.
allSPIOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Return all the known SPIOperations.
AlreadyExistsException - Exception in org.identityconnectors.framework.common.exceptions
AlreadyExistsException is thrown to indicate if CreateApiOp attempts to create an object that exists prior to the method execution or UpdateApiOp attempts to rename an object to that exists prior to the method execution.
AlreadyExistsException() - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
AlreadyExistsException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
AlreadyExistsException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
and(Filter, Filter) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Logically "ANDs" together the two specified instances of Filter.
and(Collection<Filter>) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "AND" filter using the provided list of sub-filters.
and(Filter...) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "AND" filter using the provided list of sub-filters.
AndFilter - Class in org.identityconnectors.framework.common.objects.filter
 
AndFilter(Filter, Filter) - Constructor for class org.identityconnectors.framework.common.objects.filter.AndFilter
And the the left and right filters.
AndFilter(Collection<Filter>) - Constructor for class org.identityconnectors.framework.common.objects.filter.AndFilter
 
APIConfiguration - Interface in org.identityconnectors.framework.api
Interface to show the configuration properties from both the SPI/API based on the Connector makeup.
apiConfiguration - Variable in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
Contains the Connector Configuration.
APIConfigurationImpl - Class in org.identityconnectors.framework.impl.api
 
APIConfigurationImpl() - Constructor for class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
APIConfigurationImpl(APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
APIOperation - Interface in org.identityconnectors.framework.api.operations
Base interface for all API operations.
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.
append(Object) - Method in class org.identityconnectors.common.EqualsHashCodeBuilder
Appends the field value to an ArrayList to help facilitate equality testing.
appendBean(Object) - Method in class org.identityconnectors.common.EqualsHashCodeBuilder
This method will attempt to use reflection to get all the properties that make up the identity of the object.
appendByte(byte) - Method in class org.identityconnectors.common.security.GuardedByteArray
Appends a single clear-text byte to the secure byte array.
appendChar(char) - Method in class org.identityconnectors.common.security.GuardedString
Appends a single clear-text character to the secure string.
ascendingOrder(String) - Static method in class org.identityconnectors.framework.common.objects.SortKey
Creates a new ascending-order sort key for the provided field.
asReadOnlyList(List<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns a read-only list.
asReadOnlyMap(Map<T, K>) - Static method in class org.identityconnectors.common.CollectionUtil
 
Assertions - Class in org.identityconnectors.common
 
ATT_BUNDLE_NAME - Static variable in class org.identityconnectors.framework.impl.api.osgi.internal.ConnectorManifestScanner
 
ATT_BUNDLE_VERSION - Static variable in class org.identityconnectors.framework.impl.api.osgi.internal.ConnectorManifestScanner
 
ATT_FRAMEWORK_VERSION - Static variable in class org.identityconnectors.framework.impl.api.osgi.internal.ConnectorManifestScanner
 
Attribute - Class in org.identityconnectors.framework.common.objects
Represents a named collection of values within a target object, although the simplest case is a name-value pair (e.g., email, employeeID).
AttributeBuilder - Class in org.identityconnectors.framework.common.objects
Simplifies constructing instances of Attribute.
AttributeBuilder() - Constructor for class org.identityconnectors.framework.common.objects.AttributeBuilder
 
AttributeDelta - Class in org.identityconnectors.framework.common.objects
Specifies a modification of a single Attribute.
AttributeDeltaBuilder - Class in org.identityconnectors.framework.common.objects
 
AttributeDeltaBuilder() - Constructor for class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
 
AttributeDeltaUtil - Class in org.identityconnectors.framework.common.objects
Utility methods to retrieve values from instances of AttributeDelta.
attributeEquals(Object) - Method in class org.identityconnectors.framework.common.objects.Attribute
Business-level equals that checks name, value and completeness.
AttributeFilter - Class in org.identityconnectors.framework.common.objects.filter
 
AttributeInfo - Class in org.identityconnectors.framework.common.objects
AttributeInfo is meta data responsible for describing an Attribute.
AttributeInfo.Flags - Enum in org.identityconnectors.framework.common.objects
Enum of modifier flags to use for attributes.
AttributeInfo.Subtypes - Enum in org.identityconnectors.framework.common.objects
Enumeration of pre-defined attribute subtypes.
AttributeInfoBuilder - Class in org.identityconnectors.framework.common.objects
Simplifies the process of building 'AttributeInfo' objects.
AttributeInfoBuilder() - Constructor for class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Creates an builder with all the defaults set.
AttributeInfoBuilder(String) - Constructor for class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Creates an builder with all the defaults set.
AttributeInfoBuilder(String, Class<?>) - Constructor for class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Creates an builder with all the defaults set.
AttributeInfoUtil - Class in org.identityconnectors.framework.common.objects
Utility methods to retrieve values from instances of AttributeInfo.
AttributeNormalizer - Interface in org.identityconnectors.framework.spi
Interface to be implemented by connectors that need to normalize certain attributes.
AttributesAccessor - Class in org.identityconnectors.framework.common.objects
Attributes Accessor convenience methods for accessing attributes.
AttributesAccessor(Set<Attribute>) - Constructor for class org.identityconnectors.framework.common.objects.AttributesAccessor
 
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..
AttributesToGetSearchResultsHandler(ResultsHandler, String[]) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SearchImpl.AttributesToGetSearchResultsHandler
 
AttributesToGetSyncResultsHandler(SyncResultsHandler, String[]) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SyncImpl.AttributesToGetSyncResultsHandler
 
AttributeTests - Class in org.identityconnectors.contract.test
Test that attributes satisfy contract.
AttributeTests() - Constructor for class org.identityconnectors.contract.test.AttributeTests
 
AttributeUtil - Class in org.identityconnectors.framework.common.objects
Utility methods to retrieve values from instances of Attribute.
AttributeValueCompleteness - Enum in org.identityconnectors.framework.common.objects
 
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.AuthenticationApiOp
Most basic authentication available.
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Most basic authentication available.
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.AuthenticationImpl
Authenticate using the basic credentials.
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.AuthenticateOp
Simple authentication with two parameters presumed to be user name and password.
AuthenticateOp - Interface in org.identityconnectors.framework.spi.operations
Authenticate an object based on their unique identifier and password.
AuthenticationApiOp - Interface in org.identityconnectors.framework.api.operations
 
AuthenticationApiOpTests - Class in org.identityconnectors.contract.test
Contract test of AuthenticationApiOp.
AuthenticationApiOpTests() - Constructor for class org.identityconnectors.contract.test.AuthenticationApiOpTests
 
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.
AUXILIARY_OBJECT_CLASS - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Pseudo-attribute that represents auxiliary object classes.
AUXILIARY_OBJECT_CLASS_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Pseudo-attribute that represents auxiliary object classes.
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

Base64 - Class in org.identityconnectors.common
Deprecated.
Use Base64 instead.
BinaryObjectDecoder - Class in org.identityconnectors.framework.impl.serializer.binary
 
BinaryObjectDecoder(InputStream) - Constructor for class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
BinaryObjectDeserializer - Interface in org.identityconnectors.framework.common.serializer
Interface for reading objects from a stream.
BinaryObjectEncoder - Class in org.identityconnectors.framework.impl.serializer.binary
 
BinaryObjectEncoder(OutputStream) - Constructor for class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
BinaryObjectSerializer - Interface in org.identityconnectors.framework.common.serializer
Interface for writing objects to a stream.
blankCheck(String, String) - Static method in class org.identityconnectors.common.Assertions
Throws IllegalArgumentException if the parameter o is null or blank.
blankChecked(String, String) - Static method in class org.identityconnectors.common.Assertions
Throws IllegalArgumentException if the parameter o is null or blank, otherwise returns the value of the o parameter.
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
 
build() - Method in class org.identityconnectors.common.script.ScriptBuilder
Creates a Script.
build(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Creates a attribute with the specified name and a null value.
build(String, Object...) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Creates an Attribute with the name and the values provided.
build(String, Collection<?>) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Creates an Attribute with the name and the values provided.
build() - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
 
build(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Creates a attributeDelta with the specified name and a null value for valuesToAdd, valuesToRemove and valuesToReplace.
build(String, Collection<?>, Collection<?>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Creates an AttributeDelta with the name and the values provided for valuesToAdd and valuesToRemove.
build(String, Object...) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Creates an AttributeDelta with the name and the values provided for valuesToReplace.
build(String, Collection<?>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Creates an AttributeDelta with the name and the values provided for valuesToReplace.
build() - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Creates a attributeDelta with the specified name and the value for valuesToAdd, valuesToRemove and valuesToReplace that have been provided to the builder.
build() - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Builds an AttributeInfo object based on the properties set.
build(String, Class<?>, Set<AttributeInfo.Flags>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create an AttributeInfo.
build(String, Class<?>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create an AttributeInfo.
build(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create an AttributeInfo.
build() - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Builds a 'ConnectorObject' based on the attributes and Uid provided.
build() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Constructs an instance of ObjectClassInfo with any characteristics that were previously specified using this builder.
build() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
build(String, Class<?>) - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
build(String) - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
build() - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Creates the OperationOptions.
build() - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Builds the Schema object based on the ObjectClassInfos added so far.
build() - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Creates a ScriptContext.
build(Object...) - Static method in class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
Creates closed suggested values with the specified values.
build(Collection<?>) - Static method in class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
Creates closed suggested values with the specified values from a collection.
build() - Method in class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
 
build() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Creates a SyncDelta.
buildAllowPartialAttributeValues() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildAllowPartialResults() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildAttributesToGet() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
Builds an OperationOptionInfo for the attribute to get option.
buildContainer() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildCurrentPassword(GuardedString) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the current password of an object on a target system or application.
buildCurrentPassword(char[]) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the current password of an object on a target system or application.
buildCurrentPassword(GuardedString) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the current password of an object on a target system or application.
buildCurrentPassword(char[]) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the current password of an object on a target system or application.
buildDisableDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to disable an object on a target system or application.
buildDisableDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to disable an object on a target system or application.
buildDisableDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the date and time to disable an object on a target system or application.
buildDisableDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the date and time to disable an object on a target system or application.
buildEnabled(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents whether object is enabled on a target system or application.
buildEnabled(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents whether object is enabled on a target system or application.
buildEnableDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to enable an object on a target system or application.
buildEnableDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to enable an object on a target system or application.
buildEnableDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the date and time to enable an object on a target system or application.
buildEnableDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the date and time to enable an object on a target system or application.
buildLastLoginDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time of the most recent login for an object (such as an account) on a target system or application.
buildLastLoginDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time of the most recent login for an object (such as an account) on a target system or application.
buildLastLoginDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of pre-defined attribute that represents the date and time of the most recent login for an object (such as an account) on a target system or application.
buildLastLoginDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of pre-defined attribute that represents the date and time of the most recent login for an object (such as an account) on a target system or application.
buildLastPasswordChangeDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time that the password was most recently changed for an object (such as an account) on a target system or application.
buildLastPasswordChangeDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time that the password was most recently changed for an object (such as an account) on a target system or application.
buildLastPasswordChangeDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of pre-defined attribute that represents the date and time that the password was most recently changed for an object (such as an account) on a target system or application.
buildLastPasswordChangeDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of pre-defined attribute that represents the date and time that the password was most recently changed for an object (such as an account) on a target system or application.
buildLockOut(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents whether an object is locked out on a target system or application.
buildLockOut(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents whether an object is locked out on a target system or application.
buildOpen(Object...) - Static method in class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
Creates open suggested values with the specified values.
buildPagedResultsCookie() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildPagedResultsOffset() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildPageSize() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildPassword(GuardedString) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the password of an object on a target system or application.
buildPassword(char[]) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the password of an object on a target system or application.
buildPassword(GuardedString) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the password of an object on a target system or application.
buildPassword(char[]) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the password of an object on a target system or application.
buildPasswordChangeInterval(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents how often the password must be changed for an object (such as an account) on a target system or application.
buildPasswordChangeInterval(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of pre-defined attribute that represents how often the password must be changed for an object (such as an account) on a target system or application.
buildPasswordExpirationDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time that a password will expire on a target system or application.
buildPasswordExpirationDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date/time that a password will expire on a target system or application.
buildPasswordExpirationDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the date and time that a password will expire on a target system or application.
buildPasswordExpirationDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents the date and time that a password will expire on a target system or application.
buildPasswordExpired(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents whether the password of an object is expired on a target system or application.
buildPasswordExpired(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Builds an of operational attribute that represents whether the password of an object is expired on a target system or application.
buildReturnDefaultAttributes() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildRunWithPassword() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildRunWithUser() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildScope() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildSortKeys() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
BUNDLE - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BUNDLE_ID - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BUNDLE_SYMBOLICNAME - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BUNDLE_VERSION - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BundleLibSorter - Class in org.identityconnectors.framework.impl.api.local
 
BundleLibSorter() - Constructor for class org.identityconnectors.framework.impl.api.local.BundleLibSorter
 
bytesToChars(byte[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Converts bytes to chars without using any external functions that might allocate additional buffers for the potentially sensitive data.
ByteUtil - Class in org.identityconnectors.common
Utility package for byte manipulation.

C

canSearchCaseInsensitive() - Static method in class org.identityconnectors.contract.test.SearchApiOpTests
Returns true if tests are configured to enable case insensitive tests SearchApiOpTests.testCaseInsensitiveSearch(ObjectClass).
canSyncAfterOp(Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.SyncApiOpTests
Returns true if tests are configured to test connector's sync after specified operation.
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
 
charsToBytes(char[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Converts chars to bytes without using any external functions that might allocate additional buffers for the potentially sensitive data.
checkAlive() - Method in interface org.identityconnectors.framework.spi.PoolableConnector
Checks if the connector is still alive.
checkAlive() - Method in class org.identityconnectors.testconnector.TstConnector
 
checkAlive() - Method in class org.identityconnectors.testconnector.TstStatefulPoolableConnector
 
checkAttributeType(Class<?>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class is a supported attribute type.
checkAttributeValue(Object) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class of the object is a supported attribute type.
checkAttributeValue(String, Object) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class of the object is a supported attribute type.
checkClassLoader() - Static method in class org.identityconnectors.testconnector.TstConnector
 
checkObject(ObjectClassInfo, ConnectorObject, Set<Attribute>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Checks if object has expected attributes and values.
checkObject(ObjectClassInfo, ConnectorObject, Set<Attribute>, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Checks if object has expected attributes and values.
checkObjectByAttrDelta(ObjectClassInfo, ConnectorObject, Set<AttributeDelta>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Checks if object has expected attributesDelta and values.
checkObjectByAttrDelta(ObjectClassInfo, ConnectorObject, Set<AttributeDelta>, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Checks if object has expected attributesDelta and values.
checkOperationOptionType(Class<?>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class is a supported type for an OperationOption.
checkOperationOptionValue(Object) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class of the object is a supported attribute type.
checksum(String) - Static method in class org.identityconnectors.common.IOUtil
Calculates the CRC32 checksum of the specified file.
checksum(File) - Static method in class org.identityconnectors.common.IOUtil
Calculates the CRC32 checksum of the specified file.
checkSyncDelta(ObjectClassInfo, SyncDelta, Uid, Set<Attribute>, SyncDeltaType, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Check that passed SyncDelta has exptected values.
clear() - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Clears the locale for the current thread.
clear(byte[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Clears an array of potentially sensitive bytes
clear(char[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Clears an array of potentially sensitive chars
clear() - Method in class org.identityconnectors.common.StringPrintWriter
Clear out the underlying string writer.
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.api.ConnectorInfoManagerFactory
Clears the local bundle manager cache.
clearLocalCache() - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
clearRemoteCache() - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Clears the remote cache.
clearRemoteCache() - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
clearSupportedObjectClassesByOperation() - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Clears the operation-specific supported classes.
clearSupportedOptionsByOperation() - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Clears the operation-specific supported options.
cloneObject(Object) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Clones the given object by serializing it to bytes and then deserializing it.
close() - Method in interface org.identityconnectors.framework.common.serializer.BinaryObjectDeserializer
Closes the underlying stream
close() - Method in interface org.identityconnectors.framework.common.serializer.BinaryObjectSerializer
Closes the underylying stream after first flushing it.
close(boolean) - Method in interface org.identityconnectors.framework.common.serializer.XmlObjectSerializer
Adds document end tag and optinally closes the underlying stream
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
 
CollectionUtil - Class in org.identityconnectors.common
 
ComparableAttributeFilter - Class in org.identityconnectors.framework.common.objects.filter
Filter for an attribute value that is comparable.
compare(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
Call compareTo on the attribute values.
compare(File, File) - Method in class org.identityconnectors.framework.impl.api.local.BundleLibSorter
 
compareExistingObjectsByUidOnly() - Static method in class org.identityconnectors.contract.test.SearchApiOpTests
Returns true if tests should compare already existing objects by uid only.
compareTo(Version) - Method in class org.identityconnectors.common.Version
 
CompositeFilter - Class in org.identityconnectors.framework.common.objects.filter
Useful for the AND, OR, XOR, etc..
computeBase64SHA1Hash(char[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Computes the base 64 encoded SHA1 hash of the input.
computeBase64SHA1Hash(byte[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Computes the base 64 encoded SHA1 hash of the input.
concat(String, String) - Method in class org.identityconnectors.testconnector.TstConnector
Used by the script tests
config - Variable in class org.identityconnectors.testconnector.TstAbstractConnector
 
Configuration - Interface in org.identityconnectors.framework.spi
Encapsulates the configuration of a connector.
ConfigurationClass - Annotation Type in org.identityconnectors.framework.spi
The Configuration interface is traversed through reflection.
ConfigurationException - Exception in org.identityconnectors.framework.common.exceptions
Thrown to indicate there was some configuration problem with one of the bundles.
ConfigurationException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationProperties - Interface in org.identityconnectors.framework.api
Encapsulates the Configuration at the SPI layer and uses reflection to identify the individual properties that are available for an application to manipulate.
ConfigurationPropertiesImpl - Class in org.identityconnectors.framework.impl.api
 
ConfigurationPropertiesImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
ConfigurationProperty - Interface in org.identityconnectors.framework.api
Represents at the API level a property of a Connector's Configuration at the SPI layer.
ConfigurationProperty - Annotation Type in org.identityconnectors.framework.spi
The Configuration interface is traversed through reflection.
ConfigurationPropertyImpl - Class in org.identityconnectors.framework.impl.api
 
ConfigurationPropertyImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
ConfigurationTests - Class in org.identityconnectors.contract.test
Tests for Configuration of the Connector Under Test
ConfigurationTests() - Constructor for class org.identityconnectors.contract.test.ConfigurationTests
 
ConnectionBrokenException - Exception in org.identityconnectors.framework.common.exceptions
ConnectionBrokenException is thrown when a connection to a target resource instance fails during an operation.
ConnectionBrokenException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
 
ConnectionBrokenException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
 
ConnectionBrokenException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
 
ConnectionBrokenException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
 
ConnectionFailedException - Exception in org.identityconnectors.framework.common.exceptions
ConnectionFailedException is thrown when a Connector cannot reach the target resource instance.
ConnectionFailedException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
 
ConnectionFailedException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
 
ConnectionFailedException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
 
ConnectionFailedException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
 
ConnectionProcessor - Class in org.identityconnectors.framework.server.impl
 
ConnectionProcessor(ConnectorServer, Socket) - Constructor for class org.identityconnectors.framework.server.impl.ConnectionProcessor
 
Connector - Interface in org.identityconnectors.framework.spi
This is the main interface to declare a connector.
CONNECTOR_BUNDLE_NAME - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
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
 
CONNECTOR_NAME - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_REGISTERED - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_UNREGISTERING - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_VERSION - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
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
 
ConnectorClass - Annotation Type in org.identityconnectors.framework.spi
This annotation must be present on each connector class.
ConnectorEvent - Class in org.identityconnectors.common.event
NOTICE: This package is an early specification of the Events API for 1.2.x.x version.
ConnectorEvent(String, ConnectorKey) - Constructor for class org.identityconnectors.common.event.ConnectorEvent
Constructs a prototypical Event.
ConnectorEvent(ConnectorEvent) - Constructor for class org.identityconnectors.common.event.ConnectorEvent
Copy Constructor.
ConnectorEventHandler - Interface in org.identityconnectors.common.event
A ConnectorEventHandler receives notification when a connector bundle is registered or unregistered.
ConnectorEventPublisher - Interface in org.identityconnectors.common.event
The ConnectorEventPublisher is used by Connector Info Manager to publish events to the Framework.
ConnectorException - Exception in org.identityconnectors.framework.common.exceptions
Base exception for the Connector framework.
ConnectorException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
 
ConnectorException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
Sets a message for the Exception.
ConnectorException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ConnectorException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ConnectorFacade - Interface in org.identityconnectors.framework.api
Main interface through which an application invokes Connector operations.
ConnectorFacadeFactory - Class in org.identityconnectors.framework.api
Allows an application to obtain a connector instance.
ConnectorFacadeFactory() - Constructor for class org.identityconnectors.framework.api.ConnectorFacadeFactory
 
ConnectorFacadeFactoryImpl - Class in org.identityconnectors.framework.impl.api
 
ConnectorFacadeFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
 
ConnectorHelper - Class in org.identityconnectors.contract.test
Class holding various helper methods used by contract test suite
ConnectorHelper() - Constructor for class org.identityconnectors.contract.test.ConnectorHelper
 
ConnectorInfo - Interface in org.identityconnectors.framework.api
The connector meta-data for a given connector.
connectorInfo - Variable in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
ConnectorInfo
ConnectorInfoManager - Interface in org.identityconnectors.framework.api
Maintains a list of ConnectorInfo instances, each of which describes a connector that is available.
ConnectorInfoManagerFactory - Class in org.identityconnectors.framework.api
An application's primary entry point into connectors.
ConnectorInfoManagerFactory() - Constructor for class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
 
ConnectorInfoManagerFactoryImpl - Class in org.identityconnectors.framework.impl.api
 
ConnectorInfoManagerFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
ConnectorIOException - Exception in org.identityconnectors.framework.common.exceptions
Base exception for all Input-Output (I/O-related) exceptions, including instance connection failure, socket error and so forth.
ConnectorIOException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorIOException
 
ConnectorIOException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorIOException
 
ConnectorIOException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorIOException
 
ConnectorIOException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorIOException
 
ConnectorKey - Class in org.identityconnectors.framework.api
Uniquely identifies a connector within an installation.
ConnectorKey(String, String, String) - Constructor for class org.identityconnectors.framework.api.ConnectorKey
 
ConnectorLifecycleUtil - Class in org.identityconnectors.framework.impl.api.local
Utility methods regarding connector lifecycle (creation, disposal).
ConnectorLifecycleUtil() - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorLifecycleUtil
 
ConnectorManifestScanner - Class in org.identityconnectors.framework.impl.api.osgi.internal
The ConnectorManifestScanner ...
ConnectorManifestScanner(Version) - Constructor for class org.identityconnectors.framework.impl.api.osgi.internal.ConnectorManifestScanner
 
ConnectorMessages - Interface in org.identityconnectors.framework.common.objects
Message catalog for a given connector.
ConnectorMessagesImpl - Class in org.identityconnectors.framework.impl.api
 
ConnectorMessagesImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
 
ConnectorObject - Class in org.identityconnectors.framework.common.objects
A ConnectorObject represents an object (e.g., an Account or a Group) on the target resource.
ConnectorObject(ObjectClass, Set<? extends Attribute>) - Constructor for class org.identityconnectors.framework.common.objects.ConnectorObject
Public only for serialization; please use ConnectorObjectBuilder.
ConnectorObjectBuilder - Class in org.identityconnectors.framework.common.objects
Builder class to create a ConnectorObject.
ConnectorObjectBuilder() - Constructor for class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
ConnectorOperationalContext - Class in org.identityconnectors.framework.impl.api.local.operations
Simple structure to pass more variables through the constructor of APIOperationRunner.
ConnectorOperationalContext(LocalConnectorInfoImpl, APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
 
ConnectorPoolKey(ConnectorKey, ConfigurationPropertiesImpl, ObjectPoolConfiguration) - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager.ConnectorPoolKey
 
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
 
CONNECTORS_DTD - Static variable in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 
ConnectorSecurityException - Exception in org.identityconnectors.framework.common.exceptions
Base exception for all security-related exceptions.
ConnectorSecurityException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
 
ConnectorSecurityException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
 
ConnectorSecurityException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
 
ConnectorSecurityException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
 
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
 
contains(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that contains as any substring the value of the specified Attribute.
containsAllValues(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that contains all the values from the specified Attribute.
ContainsAllValuesFilter - Class in org.identityconnectors.framework.common.objects.filter
 
ContainsAllValuesFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
Public only as an artifact of the implementation.
ContainsFilter - Class in org.identityconnectors.framework.common.objects.filter
 
ContainsFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
containsInterface(Class<?>, Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Determine if the target class implements the provided interface.
ContractException - Exception in org.identityconnectors.contract.exceptions
Generic Contract Tests exception.
ContractException() - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
 
ContractException(String) - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
Sets a message for the Exception.
ContractException(Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ContractException(String, Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ContractTestBase - Class in org.identityconnectors.contract.test
Base class of all contract tests.
ContractTestBase() - Constructor for class org.identityconnectors.contract.test.ContractTestBase
 
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.
copy() - Method in class org.identityconnectors.common.security.GuardedByteArray
Create a copy of the byte array.
copy() - Method in class org.identityconnectors.common.security.GuardedString
Create a copy of the string.
copyFile(File, File) - Static method in class org.identityconnectors.common.IOUtil
Copies a file to a destination.
copyFile(InputStream, OutputStream) - Static method in class org.identityconnectors.common.IOUtil
Copies one file to another.
create(Integer...) - Static method in class org.identityconnectors.common.Version
Creates a new version from components.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.CreateApiOp
Create a target object based on the specified attributes.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Create a target object based on the specified attributes.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.CreateImpl
Calls the create method on the Connector side.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.CreateOp
The Connector developer is responsible for taking the attributes given (which always includes the ObjectClass) and create an object and its Uid.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.testconnector.TstAbstractConnector
 
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.testconnector.TstConnector
 
createAndExpression(T, T) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create an AND expression if the native resource supports AND.
CreateApiOp - Interface in org.identityconnectors.framework.api.operations
 
CreateApiOpTests - Class in org.identityconnectors.contract.test
Contract test of CreateApiOp operation.
CreateApiOpTests() - Constructor for class org.identityconnectors.contract.test.CreateApiOpTests
 
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.
createConnectorFacade(DataProvider) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Creates connector facade, initializes connector configuration from dataProvider and validates configuration and/or tests connection.
createConnectorFacadeWithWrongConfiguration(DataProvider, Map<?, ?>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Creates connector facade with wrong configuration.
createContainsAllValuesExpression(ContainsAllValuesFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a CONTAINS-ALL-VALUES expression if the native resource supports a contains all values.
createContainsExpression(ContainsFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a CONTAINS expression if the native resource supports CONTAINS.
createDataProvider() - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
createDefaultAPIConfiguration() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Loads the Connector and Configuration class in order to determine the proper default configuration parameters.
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
 
createDummyMessages() - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
createDummyMessages() - Static method in class org.identityconnectors.test.common.TestHelpers
Creates an dummy message catalog ideal for unit testing.
createEndsWithExpression(EndsWithFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a ENDS-WITH expression if the native resource supports ENDS-WITH.
createEqualsExpression(EqualsFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a EQUALS expression if the native resource supports EQUALS.
createEqualsIgnoreCaseExpression(EqualsIgnoreCaseFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a EQUALSIGNORECASE expression if the native resource supports EQUALSIGNORECASE.
createFilterTranslator(ObjectClass, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.SearchOp
Creates a filter translator that will translate a specified Filter into one or more native queries.
createFilterTranslator(ObjectClass, OperationOptions) - Method in class org.identityconnectors.testconnector.TstAbstractConnector
 
createFilterTranslator(ObjectClass, OperationOptions) - Method in class org.identityconnectors.testconnector.TstConnector
 
createGreaterThanExpression(GreaterThanFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a GREATER-THAN expression if the native resource supports GREATER-THAN.
createGreaterThanOrEqualExpression(GreaterThanOrEqualFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a GREATER-THAN-EQUAL expression if the native resource supports GREATER-THAN-EQUAL.
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.
createLessThanExpression(LessThanFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a LESS-THAN expression if the native resource supports LESS-THAN.
createLessThanOrEqualExpression(LessThanOrEqualFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a LESS-THAN-EQUAL expression if the native resource supports LESS-THAN-EQUAL.
createLoggingProxy(Class<? extends APIOperation>, APIOperation) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Creates a logging proxy.
createObject(ConnectorFacade, DataProvider, ObjectClassInfo, String, String, int, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
gets the attributes for you, appending the qualifier to the attribute name
createObject(ConnectorFacade, DataProvider, ObjectClassInfo, String, int, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
gets the attributes for you
CreateOp - Interface in org.identityconnectors.framework.spi.operations
The Connector developer is responsible for taking the attributes given (which always includes the ObjectClass) and create an object and its Uid.
createOrExpression(T, T) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create an OR expression if the native resource supports OR.
createSpecialName(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Create a special name from the specified name.
createSpecialName(String) - Static method in class org.identityconnectors.framework.common.objects.ObjectClassUtil
Create a special name from the specified name.
createStartsWithExpression(StartsWithFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a STARTS-WITH expression if the native resource supports STARTS-WITH.
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.
createTestConfiguration(Class<? extends Connector>, Configuration) - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
createTestConfiguration(Class<? extends Connector>, Set<String>, PropertyBag, String) - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
createTestConfiguration(Class<? extends Connector>, Configuration) - Static method in class org.identityconnectors.test.common.TestHelpers
Method for convenient testing of local connectors.
createTestConfiguration(Class<? extends Connector>, PropertyBag, String) - Static method in class org.identityconnectors.test.common.TestHelpers
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.
CURRENT_PASSWORD - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Used in conjunction with password to do an account level password change.
CURRENT_PASSWORD_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Used in conjunction with password to do an account level password change.
CurrentLocale - Class in org.identityconnectors.common.l10n
Thread local variable that impacts localization of all messages in the connector framework.

D

DataProvider - Interface in org.identityconnectors.contract.data
DataProvider is a facility used for getting (reading/generating) data for Contract test suite.
decode(String) - Static method in class org.identityconnectors.common.Base64
Deprecated.
Use java.util.Base64.getDecoder().decode(encdata) instead
decrypt(byte[]) - Method in interface org.identityconnectors.common.security.Encryptor
Decrypts the given byte array.
decrypt(byte[]) - Method in class org.identityconnectors.common.security.impl.EncryptorImpl
 
decrypt(GuardedString) - Static method in class org.identityconnectors.common.security.SecurityUtil
Decrypts the value of a GuardedString.
decrypt(GuardedByteArray) - Static method in class org.identityconnectors.common.security.SecurityUtil
Decrypts the value of a GuardedByteArray.
define(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create a new AttributeInfoBuilder.
define(String, Class<?>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create a new AttributeInfoBuilder.
defineObjectClass(ObjectClassInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another ObjectClassInfo to the schema.
defineObjectClass(ObjectClassInfo, Class<? extends SPIOperation>...) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another ObjectClassInfo to the schema.
defineObjectClass(String, Set<AttributeInfo>) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another ObjectClassInfo to the schema.
defineOperationOption(OperationOptionInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
defineOperationOption(OperationOptionInfo, Class<? extends SPIOperation>...) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
defineOperationOption(String, Class<?>) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
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(File) - Static method in class org.identityconnectors.common.IOUtil
Recursively delete all the files in a directory and the directory.
delete(ObjectClass, Uid, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.DeleteApiOp
Delete the object that the specified Uid identifies (if any).
delete(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Delete the object that the specified Uid identifies (if any).
delete(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.DeleteImpl
Calls the delete method on the Connector side.
delete(ObjectClass, Uid, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.DeleteOp
The Connector developer is responsible for calling the native delete methods to remove the object specified by its unique id.
delete(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.testconnector.TstAbstractConnector
 
DeleteApiOp - Interface in org.identityconnectors.framework.api.operations
 
DeleteApiOpTests - Class in org.identityconnectors.contract.test
Contract test of DeleteApiOp
DeleteApiOpTests() - Constructor for class org.identityconnectors.contract.test.DeleteApiOpTests
 
deleteConnectorEventHandler(ConnectorEventHandler) - Method in interface org.identityconnectors.common.event.ConnectorEventPublisher
Deletes an observer from the set of observers of this object.
deleteConnectorEventHandler(ConnectorEventHandler) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
Deletes an observer from the set of observers of this object.
deleteConnectorEventHandler(ConnectorEventHandler) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
Deletes an observer from the set of observers of this object.
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.
deleteObject(ConnectorFacade, ObjectClass, Uid, boolean, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs deletion of object specified by uid.
DeleteOp - Interface in org.identityconnectors.framework.spi.operations
Operation interface to delete objects from the target resource.
derive(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
Derives another RemoteConnectorInfoManagerImpl with a different RemoteFrameworkConnectionInfo but with the same metadata.
descendingOrder(String) - Static method in class org.identityconnectors.framework.common.objects.SortKey
Creates a new descending-order sort key for the provided field.
DESCRIPTION - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Attribute that should hold the value of the object's description, if one is available.
DESCRIPTION - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Attribute that should hold the value of the object's description, if one is available.
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.
deserializeBase64Object(String) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Deserializes the given object from Base64 String.
deserializeBinaryObject(byte[]) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Deserializes the given object from bytes.
deserializeXmlObject(String, boolean) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Deserializes the given object from xml.
deserializeXmlStream(InputSource, XmlObjectResultsHandler, boolean) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Deserializes XML objects from a stream NOTE: Consider using SerializerUtil.deserializeXmlObject(String,boolean) for convenience deserializing a single object.
deserializeXmlStream(InputSource, XmlObjectResultsHandler, boolean) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
DISABLE_DATE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the disable date for an object.
DISABLE_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the disable date for an object.
discoverConfiguration() - Method in interface org.identityconnectors.framework.api.operations.DiscoverConfigurationApiOp
Discovers additional configuration properties.
discoverConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Discovers additional configuration properties.
discoverConfiguration() - Method in class org.identityconnectors.framework.impl.api.local.operations.DiscoverConfigurationImpl
 
discoverConfiguration() - Method in interface org.identityconnectors.framework.spi.operations.DiscoverConfigurationOp
Discovers additional configuration properties.
DiscoverConfigurationApiOp - Interface in org.identityconnectors.framework.api.operations
API operation interface for configuration discovery, check and recommendation.
DiscoverConfigurationApiOpTests - Class in org.identityconnectors.contract.test
Contract test of DiscoverConfigurationApiOp.
DiscoverConfigurationApiOpTests() - Constructor for class org.identityconnectors.contract.test.DiscoverConfigurationApiOpTests
 
DiscoverConfigurationImpl - Class in org.identityconnectors.framework.impl.api.local.operations
Handles both version of update this include simple replace and the advance update.
DiscoverConfigurationImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.DiscoverConfigurationImpl
 
DiscoverConfigurationOp - Interface in org.identityconnectors.framework.spi.operations
Operation interface for configuration discovery, check and recommendation.
dispose() - Method in class org.identityconnectors.common.security.GuardedByteArray
Clears the in-memory representation of the byte array.
dispose() - Method in class org.identityconnectors.common.security.GuardedString
Clears the in-memory representation of the string.
dispose() - Method in interface org.identityconnectors.contract.data.DataProvider
free the allocated resources
dispose() - Method in class org.identityconnectors.contract.data.GroovyDataProvider
 
dispose() - Method in class org.identityconnectors.contract.test.ConfigurationTests
Free up the resources
dispose() - Method in class org.identityconnectors.contract.test.ContractTestBase
Dispose the test environment, do the cleanup.
dispose() - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Dispose of any resources associated with this facade (except for facade classes).
dispose() - Method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Shut down of all connector pools, resources, etc.
dispose() - Method in class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
Shut down of all object pools and other resources associated with this class.
dispose(ConnectorPoolManager.ConnectorPoolKey) - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
Disposes of all connector instances of a particular connector.
dispose() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
 
dispose() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
 
dispose() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
dispose() - Method in class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
Dispose of all object pools and other resources associated with this class.
dispose() - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
dispose() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorFacadeImpl
 
dispose() - Method in interface org.identityconnectors.framework.spi.Connector
Dispose of any resources the Connector uses.
dispose() - Method in class org.identityconnectors.testconnector.MyTstConnection
 
dispose() - Method in class org.identityconnectors.testconnector.TstConnector
 
dispose() - Method in class org.identityconnectors.testconnector.TstStatefulConnector
 
dispose() - Method in class org.identityconnectors.testconnector.TstStatefulPoolableConnector
 
disposeAllObjects() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
Disposes all objects in the pool.
disposeObject(T) - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
Disposes the object.
DOUBLE_QUOTE - Static variable in class org.identityconnectors.common.XmlUtil
 
DuplicateFilteringResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
 
DuplicateFilteringResultsHandler(SearchResultsHandler) - 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
 
EMPTY - Static variable in class org.identityconnectors.common.StringUtil
Empty "" string.
ENABLE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the enable status of an object.
ENABLE_DATE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the enable date for an object.
ENABLE_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the enable date for an object.
ENABLE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the enable status of an object.
encode(byte[]) - Static method in class org.identityconnectors.common.Base64
Deprecated.
Use java.util.Base64.getEncoder().encodeToString(data) instead
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 interface org.identityconnectors.common.security.Encryptor
Encrypts the given byte array.
encrypt(byte[]) - Method in class org.identityconnectors.common.security.impl.EncryptorImpl
 
Encryptor - Interface in org.identityconnectors.common.security
Responsible for encrypting/decrypting bytes.
EncryptorFactory - Class in org.identityconnectors.common.security
 
EncryptorFactory() - Constructor for class org.identityconnectors.common.security.EncryptorFactory
 
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
 
endsWith(String, char) - Static method in class org.identityconnectors.common.StringUtil
Determines if the string parameter 'str' ends with the character value.
endsWith(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that contains as a final substring the value of the specified Attribute.
EndsWithFilter - Class in org.identityconnectors.framework.common.objects.filter
 
EndsWithFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
EnumSerializationHandler - Class in org.identityconnectors.framework.impl.serializer
 
EnumSerializationHandler(Class<? extends Enum<?>>, String) - Constructor for class org.identityconnectors.framework.impl.serializer.EnumSerializationHandler
 
equals(Object, Object) - Static method in class org.identityconnectors.common.CollectionUtil
Equality function that properly handles arrays, lists, maps, lists of arrays, and maps of arrays.
equals(Object) - Method in class org.identityconnectors.common.EqualsHashCodeBuilder
Determine equality based on the value of the members append to the builder.
equals(Object) - Method in class org.identityconnectors.common.GUID
Returns true if the value parameter is a GUID and the VMID is equal.
equals(Object) - Method in class org.identityconnectors.common.Pair
equals(Object) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
equals(Object) - Method in class org.identityconnectors.common.script.Script
 
equals(Object) - Method in class org.identityconnectors.common.security.GuardedByteArray
 
equals(Object) - Method in class org.identityconnectors.common.security.GuardedString
 
equals(Object) - Method in class org.identityconnectors.common.Version
 
equals(Object) - Method in class org.identityconnectors.common.VersionRange
 
equals(Object) - Method in class org.identityconnectors.framework.api.ConnectorKey
 
equals(Object) - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
equals(Object) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.Attribute
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.AttributeDelta
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.ObjectClass
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns true if o is a QualifiedUid and the object class and uid match.
equals(Object) - Method in class org.identityconnectors.framework.common.objects.Schema
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SearchResult
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SuggestedValues
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SyncDelta
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.Uid
 
equals(Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
equals(Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
equals(Object) - Method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager.ConnectorPoolKey
 
EqualsFilter - Class in org.identityconnectors.framework.common.objects.filter
Determines whether an object contains an attribute that matches a specific attribute value.
EqualsFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.EqualsFilter
Public only as an artifact of the implementation.
EqualsHashCodeBuilder - Class in org.identityconnectors.common
Builder to simplify implementing the Object.equals(Object) and Object.hashCode() methods.
EqualsHashCodeBuilder() - Constructor for class org.identityconnectors.common.EqualsHashCodeBuilder
Construct the builder.
equalsIgnoreCase(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is equal to, not considering the case the value of the specified Attribute.
EqualsIgnoreCaseFilter - Class in org.identityconnectors.framework.common.objects.filter
 
EqualsIgnoreCaseFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter
 
equalTo(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically equal to the value of the specified Attribute.
error(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
error(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
ErrorResponse - Class in org.identityconnectors.framework.impl.api.remote.messages
For test purposes only
ErrorResponse(Throwable) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.ErrorResponse
 
escape(StringBuilder, String, char) - Static method in class org.identityconnectors.common.XmlUtil
Escapes the given string and appends to the given buffer
execute(Map<String, Object>) - Method in interface org.identityconnectors.common.script.ScriptExecutor
Executes the script with the given arguments.
executeQuery(ObjectClass, T, ResultsHandler, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.SearchOp
executeQuery(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.testconnector.TstAbstractConnector
 
executeQuery(ObjectClass, String, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.testconnector.TstConnector
 
extendToStringMap(Map<String, Object>) - Method in class org.identityconnectors.framework.common.objects.Attribute
 
extendToStringMap(Map<String, Object>) - Method in class org.identityconnectors.framework.common.objects.AttributeDelta
 
extendToStringMap(Map<String, Object>) - Method in class org.identityconnectors.framework.common.objects.Uid
 
ExternallyChainedFilter - Class in org.identityconnectors.framework.common.objects.filter
Externally chained filters e.g. the filter implementing case insensitive searches.
ExternallyChainedFilter(Filter) - Constructor for class org.identityconnectors.framework.common.objects.filter.ExternallyChainedFilter
 
extract(StackTraceElement[], Collection<String>) - Method in class org.identityconnectors.common.logging.Log
 
extractResourceToFile(Class<?>, String, File) - Static method in class org.identityconnectors.common.IOUtil
Extracts the resource to a file.

F

FIELD_CAUSE - Static variable in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
FIELD_CLASS - Static variable in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
FIELD_MESSAGE - Static variable in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
FIELD_STACK_TRACE - Static variable in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
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
 
fillConfiguration(Configuration, Map<String, ? extends Object>) - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
fillConfiguration(Configuration, Map<String, ? extends Object>) - Static method in class org.identityconnectors.test.common.TestHelpers
Fills a configuration bean with data from the given map.
Filter - Interface in org.identityconnectors.framework.common.objects.filter
Basic interface to match a ConnectorObject.
FilterBuilder - Class in org.identityconnectors.framework.common.objects.filter
FilterBuilder creates a filter that will match any ConnectorObject that satisfies all of the selection criteria that were specified using this builder.
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(ResultsHandler, Filter, boolean) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler
 
FilteredResultsHandler.PassThroughFilter - Class in org.identityconnectors.framework.impl.api.local.operations
Use a pass through filter to use if a null filter is provided.
FilterTranslator<T> - Interface in org.identityconnectors.framework.common.objects.filter
 
filterUid(Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Returns a mutable copy of the original set with the uid attributeDelta removed.
filterUid(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Returns a mutable copy of the original set with the uid attribute removed.
FilterVisitor<R,P> - Interface in org.identityconnectors.framework.common.objects.filter
A visitor of Filters, in the style of the visitor design pattern.
find(String, Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Find the AttributeDelta of the given name in the Set.
find(String, Set<AttributeInfo>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoUtil
Find the AttributeInfo of the given name in the Set.
find(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Find the named attribute.
find(String, Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Find the Attribute of the given name in the Set.
findBigDecimal(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the big decimal value from the specified (single-valued) attribute.
findBigInteger(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the big integer value from the specified (single-valued) attribute.
findBoolean(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the boolean value from the specified (single-valued) attribute.
findByte(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the byte value from the specified (single-valued) attribute.
findByteArray(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the byte array value from the specified (single-valued) attribute.
findCharacter(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the character value from the specified (single-valued) attribute.
findConnectorInfo(ConnectorKey) - Method in interface org.identityconnectors.framework.api.ConnectorInfoManager
Returns the ConnectorInfo that is associated with the specified ConnectorKey.
findConnectorInfo(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
findConnectorInfo(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
findConnectorInfo(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
findDate(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the date value from the specified (single-valued) attribute that contains a long.
findDouble(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the double value from the specified (single-valued) attribute.
findFloat(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the float value from the specified (single-valued) attribute.
findGuardedByteArray(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the guarded byte array value from the specified (single-valued) attribute.
findGuardedString(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the guarded string value from the specified (single-valued) attribute.
findImmediateChildElement(Node, String) - Static method in class org.identityconnectors.common.XmlUtil
Find an immediate child of the given name
findInteger(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the integer value from the specified (single-valued) attribute.
findList(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Return a list of attributes.
findLong(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the long value from the specified (single-valued) attribute.
findMap(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the map value from the specified (single-valued) attribute.
findObjectClassInfo(String) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the ObjectClassInfo for the given type.
findOperationOptionInfo(String) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the OperationOptionInfo for the given name.
findString(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the string value from the specified (single-valued) attribute.
findStringList(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Return the multivalued attribute as a list of strings.
first - Variable in class org.identityconnectors.common.Pair
 
flush() - Method in interface org.identityconnectors.framework.common.serializer.BinaryObjectSerializer
Flushes the underlying stream.
flush() - Method in interface org.identityconnectors.framework.common.serializer.XmlObjectSerializer
Flushes the underlying stream.
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
 
FORCE_PASSWORD_CHANGE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets flag that forces immediate password change by the user (e.g. during next log on).
FORCE_PASSWORD_CHANGE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets flag that forces immediate password change by the user (e.g. during next log on).
forceCompare(Object, Object) - Static method in class org.identityconnectors.common.CollectionUtil
Forces the compare of two comparable objects and removes any warnings generated by the compiler.
format(String, String, Object...) - Method in interface org.identityconnectors.framework.common.objects.ConnectorMessages
Formats the given message key in the CurrentLocale.
format(String, String, Object...) - Method in class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
 
FrameworkUtil - Class in org.identityconnectors.framework.common
 

G

generate(String, Class<?>) - Method in interface org.identityconnectors.contract.data.DataProvider
Random generator uses a pattern to generate a random sequence based on given pattern.
generate(String) - Method in interface org.identityconnectors.contract.data.DataProvider
generates a random string dynamically.
generate() - Method in class org.identityconnectors.contract.data.groovy.Random
create a random value, that is created once.
generate(String, Class<?>) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Random generator uses a pattern to generate a random sequence based on given pattern.
generate(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
generates a random string dynamically.
generate(String) - Static method in class org.identityconnectors.contract.data.RandomGenerator
generate a random string based on given pattern
generate(String, Class<?>) - Static method in class org.identityconnectors.contract.data.RandomGenerator
generates a random string based on given pattern, finally tries to call constructor on the given class accepting a string argument.
get() - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Gets the locale from the current thread.
get(Class<?>, String, String, int, boolean) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
get(Class<?>, String, String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
get(String) - Method in interface org.identityconnectors.contract.data.DataProvider
Acquire a property value for given name
get(String, int) - Method in interface org.identityconnectors.contract.data.DataProvider
Aquire a property value marked with given iteration, for example i1.testProperty
Get - Class in org.identityconnectors.contract.data.groovy
Lazily get a property This is a Helper class, users of tests will access methods: Lazy.random(Object) and Lazy.get(Object))
Get(Object) - Constructor for class org.identityconnectors.contract.data.groovy.Get
 
get(Object) - Static method in class org.identityconnectors.contract.data.groovy.Lazy
retrieve value of another property dynamically
get(String, String, boolean) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Main get method.
get(Class<?>, String, String, int, boolean) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
get(Class<?>, String, String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
get(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Acquire a property value for given name
get(String, int) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Aquire a property value marked with given iteration, for example i1.testProperty
get(DataProvider, String, Class<?>, String, String, int, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
get(DataProvider, String, Class<?>, String, String, String, int, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
getAffectedAttributeNames() - Method in exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Returns collection of attribute names that are affected by this error.
getAllInterfaces(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Builds a Set of interfaces from the target class.
getAllowedValues() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Returns list of allowed values for the property.
getAllowedValues() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Returns list of allowed values for the property.
getAllowPartialAttributeValues() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns a flag which specifies that the search operation may return objects with partial attribute values.
getAllowPartialResults() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns a flag which specifies that the search operation may return only a reasonable subset of the results.
getAllSupportedAttributeTypes() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
 
getAllSupportedConfigTypes() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
 
getAPIConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
 
GetApiOp - Interface in org.identityconnectors.framework.api.operations
Get a particular ConnectorObject based on the Uid.
getAPIOperations() - Method in class org.identityconnectors.contract.test.AttributeTests
 
getAPIOperations() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
 
getAPIOperations() - Method in class org.identityconnectors.contract.test.ContractTestBase
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.DiscoverConfigurationApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.GetApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.MultiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
getAPIOperations() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.TestApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.UpdateDeltaApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ValidateApiOpTests
Ask the subclasses for the APIOperation.
GetApiOpTests - Class in org.identityconnectors.contract.test
Contract test of GetApiOp.
GetApiOpTests() - Constructor for class org.identityconnectors.contract.test.GetApiOpTests
 
getArguments() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
 
getAsStringValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the string value from the specified (single-valued) attributeDelta.
getAsStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the string value from the specified (single-valued) attribute.
getAttribute(Element, String) - Static method in class org.identityconnectors.common.XmlUtil
Return the value of an attribute on an element.
getAttribute() - Method in class org.identityconnectors.framework.common.objects.filter.AttributeFilter
Get the internal attribute.
getAttributeByName(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Get an attribute by if it exists else null.
getAttributeDeltaForName(Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the AttributeDelta attributeDelta for attribute Name from the specified set of attributesDelta.
getAttributeInfo() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
getAttributes(DataProvider, ObjectClassInfo, String, String, int, boolean, boolean, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
get attribute values (concatenates the qualifier with the name)
getAttributes() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Get the set of attributes that represent this object.
getAttributesDelta(DataProvider, ObjectClassInfo, String, String, int, boolean, boolean, boolean, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Get attributeDelta values (concatenates the qualifier with the name).
getAttributeSet(String) - Method in interface org.identityconnectors.contract.data.DataProvider
converts the given property submap to Attribute set.
getAttributeSet(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
 
getAttributesToGet() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Get the string array of attribute names to return in the object.
getAttributeValueCompleteness() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
getAttributeValueCompleteness() - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
 
getBasicAttributes(Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Filter out any special attributeDelta from the specified set.
getBasicAttributes(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Filter out any special attribute from the specified set.
getBigDecimalValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the big decimal value from the specified (single-valued) attributeDelta.
getBigDecimalValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the big decimal value from the specified (single-valued) attribute.
getBigIntegerValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the big integer value from the specified (single-valued) attributeDelta.
getBigIntegerValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the big integer value from the specified (single-valued) attribute.
getBooleanValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the boolean value from the specified (single-valued) attributeDelta.
getBooleanValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the boolean value from the specified (single-valued) attribute.
getBundleName() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
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.api.ConnectorKey
 
getBundleVersion() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
getByteArrayValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the byte array value from the specified (single-valued) attributeDelta.
getByteArrayValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the byte array value from the specified (single-valued) attribute.
getByteValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the byte value from the specified (single-valued) attributeDelta.
getByteValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the byte value from the specified (single-valued) attribute.
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.
getCeiling() - Method in class org.identityconnectors.common.VersionRange
 
getCharacterValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the character value from the specified (single-valued) attributeDelta.
getCharacterValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the character value from the specified (single-valued) attribute.
getClazz() - Method in class org.identityconnectors.contract.data.groovy.Random
 
getConfiguration() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
getConfiguration() - Method in interface org.identityconnectors.framework.spi.Connector
Return the configuration that was passed to Connector.init(Configuration).
getConfiguration() - Method in class org.identityconnectors.testconnector.TstConnector
 
getConfiguration() - Method in class org.identityconnectors.testconnector.TstStatefulConnector
 
getConfiguration() - Method in class org.identityconnectors.testconnector.TstStatefulPoolableConnector
 
getConfigurationProperties(DataProvider) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Gets ConfigurationProperties for the connector
getConfigurationProperties() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Gets instance of the configuration properties.
getConfigurationProperties() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Gets instance of the configuration properties.
getConnectionNumber() - Method in class org.identityconnectors.testconnector.MyTstConnection
 
getConnector() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
 
getConnectorAttribute(String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
getConnectorAttribute(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
getConnectorCategory() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Get the category this connector belongs to.
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 interface org.identityconnectors.framework.api.ConnectorInfo
Returns a friendly name suitable for display in the UI.
getConnectorDisplayName() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getConnectorDisplayNameKey() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getConnectorFacade() - Method in class org.identityconnectors.contract.test.ContractTestBase
Always need a ConnectorFacade.
getConnectorFacadeKey() - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Gets the unique generated identifier of this ConnectorFacade.
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 interface org.identityconnectors.framework.api.ConnectorInfoManager
Returns the list of ConnectorInfo instances.
getConnectorInfos() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
getConnectorInfos() - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
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 interface org.identityconnectors.framework.api.ConnectorInfo
Uniquely identifies this connector in a given installation.
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
 
getConnectorMessages() - Method in class org.identityconnectors.framework.spi.AbstractConfiguration
 
getConnectorMessages() - Method in interface org.identityconnectors.framework.spi.Configuration
getConnectorName() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
getConnectorPoolConfiguration() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Gets the connector pooling configuration.
getConnectorPoolConfiguration() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Gets the connector pooling configuration.
getContainer() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Convenience method that returns OperationOptions.OP_CONTAINER.
getContent(Element) - Static method in class org.identityconnectors.common.XmlUtil
Return the content of the given element.
getCreateableAttributes(DataProvider, ObjectClassInfo, String, int, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Get createable attributes' values.
getCurrentClassLoader() - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Returns the current thread-local class loader
getCurrentPasswordValue(Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the current password value from the provided set of AttributeDelta s.
getCurrentPasswordValue(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the current password value from the provided set of Attribute s.
getDataProvider() - Static method in class org.identityconnectors.contract.test.ContractTestBase
Gets preconfigured DataProvider instance
getDateValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the date value from the specified (single-valued) attributeDelta that contains a long.
getDateValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the date value from the specified (single-valued) attribute that contains a long.
getDefaultAPIConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getDefaultConfigurationProperties(DataProvider, ConnectorInfoManager) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
getDefaultEncryptor() - Method in class org.identityconnectors.common.security.EncryptorFactory
Default encryptor that encrypts/descrypts using a default key.
getDefaultEncryptor() - Method in class org.identityconnectors.common.security.impl.EncryptorFactoryImpl
 
getDefaultSupportedOperations(Class<? extends Connector>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines the default set of operations that a Connector supports.
getDeltaType() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
Returns the type of the change the occured.
getDeltaType() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Returns the type of the change that occurred.
getDisplayMessageKey() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getDisplayName(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get the display name for this configuration property.
getDisplayName(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the display name for this configuration property.
getDisplayNameKey() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
Convenience method to build the display name key for an object class.
getDoubleValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the double value from the specified (single-valued) attributeDelta.
getDoubleValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the double value from the specified (single-valued) attribute.
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
 
getEmptyAttribute(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the AttributeDelta with name specific attributesDelta.
getEnabled(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Return the enabled status of the account.
getEnableDate(Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the enable date from the set of attributesDelta.
getEnableDate(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the enable date from the set of attributes.
getException() - Method in class org.identityconnectors.framework.impl.api.remote.messages.ErrorResponse
 
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.
getFailValidation() - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
getField() - Method in class org.identityconnectors.framework.common.objects.SortKey
Returns the sort key field.
getFilter() - Method in class org.identityconnectors.framework.common.objects.filter.ExternallyChainedFilter
 
getFilter() - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
Get the internal filter that is being negated.
getFilters() - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
getFilters() - Method in class org.identityconnectors.framework.common.objects.filter.CompositeFilter
 
getFilters() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
getFirstChildElement(Node) - Static method in class org.identityconnectors.common.XmlUtil
Returns the First child element or null if none found
getFlags() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Returns the set of flags associated with the attribute.
getFloatValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the float value from the specified (single-valued) attributeDelta.
getFloatValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the float value from the specified (single-valued) attribute.
getFloor() - Method in class org.identityconnectors.common.VersionRange
 
getFrameworkVersion() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Returns the version of the framework.
getFrameworkVersion() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
getGroup(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get name of the group for this configuration property.
getGroup(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get name of the group for this configuration property.
getGroupMessageKey() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getGuardedByteArrayValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the GuardedByteArray value from the specified (single-valued) attributeDelta.
getGuardedByteArrayValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the GuardedByteArray value from the specified (single-valued) attribute.
getGuardedStringValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the GuardedString value from the specified (single-valued) attributeDelta.
getGuardedStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the GuardedString value from the specified (single-valued) attribute.
getGuid() - Method in class org.identityconnectors.testconnector.TstStatefulConnectorConfig
 
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 interface org.identityconnectors.framework.api.ConfigurationProperty
Get the help message from the message catalog.
getHelpMessage(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the help message from the message catalog.
getHelpMessageKey() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getHost() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the host to connect to.
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
 
getInfoManager(DataProvider) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Tries to create remote or local manager.
getInstance() - Static method in class org.identityconnectors.common.security.EncryptorFactory
Get the singleton instance of the EncryptorFactory.
getInstance() - Static method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get the singleton instance of the ConnectorFacadeFactory.
getInstance() - Static method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Returns the instance of this factory.
getInstance() - Static method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Get the singleton instance of the ObjectSerializerFactory.
getInstance() - Static method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Returns the thread-local instance of the manager
getInstanceName() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
 
getInstanceName() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
getInstanceName() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
 
getIntegerValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the integer value from the specified (single-valued) attributeDelta.
getIntegerValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the integer value from the specified (single-valued) attribute.
getInterfaces(Class<?>, Class<T>) - Static method in class org.identityconnectors.common.ReflectionUtil
Get all interfaces the extends the type provided.
getKey() - Method in class org.identityconnectors.common.Pair
getKey() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the remote framework key.
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
Returns the name of the language supported by this factory.
getLanguageName() - Method in class org.identityconnectors.common.script.ScriptExecutorFactory
Returns the name of the language supported by this factory.
getLatestSyncToken(ObjectClass) - Method in interface org.identityconnectors.framework.api.operations.SyncApiOp
Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.
getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.
getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.framework.impl.api.local.operations.SyncImpl
 
getLatestSyncToken(ObjectClass) - Method in interface org.identityconnectors.framework.spi.operations.SyncOp
Returns the token corresponding to the most recent synchronization event.
getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.testconnector.TstAbstractConnector
 
getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.testconnector.TstConnector
 
getLeft() - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
getLeft() - Method in class org.identityconnectors.framework.common.objects.filter.CompositeFilter
 
getLeft() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
getLocalManager(URL...) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager from a list of bundle URLs.
getLocalManager(URL...) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
getLocalManager(List<URL>, ClassLoader) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
getLog(Class<?>) - Static method in class org.identityconnectors.common.logging.Log
Get the logger for the particular class.
getLongValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the long value from the specified (single-valued) attributeDelta.
getLongValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the long value from the specified (single-valued) attribute.
getMajor() - Method in class org.identityconnectors.common.Version
Returns this version number's major component.
getManagedInstance() - Static method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get the singleton instance of the stateful ConnectorFacadeFactory.
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
 
getMapValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the map value from the specified (single-valued) attributeDelta.
getMapValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the map value from the specified (single-valued) attribute.
getMaxConnections() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the max connections to queue.
getMaxIdle() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Get the maximum number of idle objects.
getMaxIdleTimeMillis() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Maximum time that an idle object will be kept in the pool (in milliseconds).
getMaxObjects() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Get the set number of maximum objects (idle+active).
getMaxWait() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Max time to wait if the pool is waiting for a free object to become available before failing.
getMaxWorkers() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the max worker threads to allow.
getMessages() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Returns the connector messages for this connector.
getMessages() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getMethodName(int) - Static method in class org.identityconnectors.common.ReflectionUtil
Determine the method name for the calling class.
getMicro() - Method in class org.identityconnectors.common.Version
Returns this version number's minor component.
getMinEvictableIdleTimeMillis() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Minimum time to wait before evicting an idle object.
getMinIdle() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Minimum number of idle objects.
getMinor() - Method in class org.identityconnectors.common.Version
Returns this version number's minor component.
getMinWorkers() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the min worker threads to allow.
getName() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get the unique name of the configuration property.
getName() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
getName() - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Get the name of the attribute that is being built.
getName() - Method in class org.identityconnectors.framework.common.objects.AttributeDelta
 
getName() - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Get the name of the attributeDelta that is being built.
getName() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
The name of the attribute.
getName() - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the Name attribute from the set of attributes.
getName() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Gets the Name of the object.
getName() - Method in class org.identityconnectors.framework.common.objects.filter.AttributeFilter
Name of the attribute to find in the ConnectorObject.
getName() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
getName() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
getName() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the unique name of the configuration property.
getNameFromAttributes(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the Name attribute from the specified set of attributes.
getNameHint() - Method in class org.identityconnectors.framework.common.objects.Uid
Returns the last known name of the object that is identified by this Uid.
getNameHintValue() - Method in class org.identityconnectors.framework.common.objects.Uid
Obtain a string representation of the value of name hint.
getNameValue() - Method in class org.identityconnectors.framework.common.objects.Name
The single value of the attribute that is the unique id of an object.
getNativeName() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
The native name of the attribute.
getNextElement(Node) - Static method in class org.identityconnectors.common.XmlUtil
Get the next right sibling that is an element.
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
getNumResults() - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
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 interface org.identityconnectors.framework.api.operations.GetApiOp
Get a particular ConnectorObject based on the Uid.
getObject() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
Returns the connector object that changed.
getObject() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Returns the object that changed.
getObject(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Get a particular ConnectorObject based on the Uid.
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
 
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Gets the ObjectClass for this object.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns the object class.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
If the change described by this SyncDelta.DELETE and the deleted object value is null, this method returns the ObjectClass of the deleted object.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Gets the ObjectClass of the object that deleted.
getObjectClassFromObjectClassInfo(ObjectClassInfo) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Returns object class based on object class info.
getObjectClassInfo(ObjectClass) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Gets ObjectClassInfo for object class returned by ObjectClassRunner#getSupportedObjectClass.
getObjectClassInfo() - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the set of object classes that are defined in the schema, regardless of which operations support them.
getObjectClassValue() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
Get the name of the object class.
getObjects() - Method in class org.identityconnectors.test.common.ToListResultsHandler
 
getOpenness() - Method in class org.identityconnectors.framework.common.objects.SuggestedValues
Returns openness of value list.
getOpenness() - Method in class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
Returns openness of value list.
getOperation(Class<? extends APIOperation>) - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Get an instance of an operation that this facade supports.
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
 
getOperationalAttributeNames() - Static method in class org.identityconnectors.framework.common.objects.OperationalAttributes
 
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
 
getOperationOptionInfo() - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the set of operation options that are defined in the schema, regardless of which operations support them.
getOperationOptionsByOp(ObjectClass, Class<? extends APIOperation>) - Method in class org.identityconnectors.contract.test.ContractTestBase
Gets OperationOptions suitable for specified operation.
getOperationOptionsByOp(ObjectClass, Class<? extends APIOperation>) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Gets OperationOptions suitable for specified operation.
getOperationOptionsByOp(ObjectClass, Class<? extends APIOperation>) - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
 
getOperations() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Set of operations for which this property must be specified.
getOperations() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getOptions() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns a map of options.
getOptions() - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Returns a mutable reference of the options map.
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
 
getPackage(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Returns the package the class is associated with.
getPagedResultsCookie() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the opaque cookie which is used by the Connector to track its position in the set of query results.
getPagedResultsCookie() - Method in class org.identityconnectors.framework.common.objects.SearchResult
Returns the opaque cookie which should be used with the next paged results search request.
getPagedResultsOffset() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the index within the result set of the first result which should be returned.
getPageSize() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the requested page results page size or 0 if paged results are not required.
getParent() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
getParent() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getPassword() - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the password as a GuardeString.
getPasswordExpirationDate(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Retrieve the password expiration date from the ConnectorObject.
getPasswordExpired(Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the password expired attributeDelta from a Collection of AttributeDeltas.
getPasswordExpired(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the password expired attribute from a Collection of Attributes.
getPasswordValue(Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the password value from the provided set of AttributeDeltas.
getPasswordValue(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the password value from the provided set of Attributes.
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.
getPoolName() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
 
getPort() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the port to connect to.
getPort() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the port to listen on.
getPreviousUid() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
If the change described by this SyncDelta modified the object's Uid, this method returns the Uid before the change.
getPreviousUid() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Gets the Uid of the object before the change.
getProducerBufferSize() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Get the size of the buffer.
getProducerBufferSize() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Get the size of the buffer.
getProperties() - Method in class org.identityconnectors.common.event.ConnectorEvent
 
getProperties() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
getProperties(Class<?>) - Static method in class org.identityconnectors.test.common.TestHelpers
Loads Property bag for the specified class.
getProperties(Class<?>, String) - Static method in class org.identityconnectors.test.common.TestHelpers
Loads Property bag for the specified class.
getProperty(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
Get a particular ConfigurationProperty by name.
getProperty(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
Get a particular ConfigurationProperty by name.
getProperty(String, Class<T>) - Method in class org.identityconnectors.test.common.PropertyBag
Gets the value of a required property in a type-safe manner.
getProperty(String, Class<T>, T) - Method in class org.identityconnectors.test.common.PropertyBag
Gets a property value, returning a default value when no property with the specified name exists in the bag.
getPropertyNames() - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
Get the list of properties names for this Configuration.
getPropertyNames() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
Get the list of properties names for this Configuration.
getReadableAttributesNames(ObjectClassInfo) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Returns set of attributes' names which are readable.
getReader() - Method in class org.identityconnectors.common.StringPrintWriter
Return a reader for the accumulated string.
getRemainingPagedResults() - Method in class org.identityconnectors.framework.common.objects.SearchResult
Returns an estimate of the total number of remaining results to be returned in subsequent paged results search requests.
getRemoteConnectionInfo() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
 
getRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager for a remote framework.
getRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
getResetConnectionCount() - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
getResourceAsBytes(Class<?>, String) - Static method in class org.identityconnectors.common.IOUtil
Get the resource as a byte array.
getResourceAsProperties(ClassLoader, String) - Static method in class org.identityconnectors.common.IOUtil
Loads the given resource as a properties object.
getResourceAsProperties(Bundle, String) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
getResourceAsStream(Class<?>, String) - Static method in class org.identityconnectors.common.IOUtil
Returns an input stream of the resource specified.
getResourceAsString(Class<?>, String, Charset) - Static method in class org.identityconnectors.common.IOUtil
Read the entire stream into a String and return it.
getResourceAsString(Class<?>, String) - Static method in class org.identityconnectors.common.IOUtil
Read the entire stream into a String and return it.
getResourcePath(Class<?>, String) - Static method in class org.identityconnectors.common.IOUtil
Get the path to a resource base on the package of given class.
getResult() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePart
 
getResultsHandlerConfiguration() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Get the configuration of the ResultsHandler chain of the Search operation.
getResultsHandlerConfiguration() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Get the configuration of the ResultsHandler chain of the Search operation.
getResultsHandlerConfiguration() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
getReturnDefaultAttributes() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the flag indicating whether to return the default attributes on top of those specified by OP_ATTRIBUTES_TO_GET.
getRevision() - Method in class org.identityconnectors.common.Version
Returns this version number's minor component.
getRevision() - Method in class org.identityconnectors.framework.common.objects.Uid
Return the string representation of the revision value of the
The revision number specifies a given version ot the object identified by the Uid.getUidValue()
getRight() - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
getRight() - Method in class org.identityconnectors.framework.common.objects.filter.CompositeFilter
 
getRight() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
getRunAsUser() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Get the account to run the operation as..
getRunWithPassword() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Get the password to run the operation as..
getSchema() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Need a schema
getScope() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Convenience method that returns OperationOptions.OP_SCOPE.
getScriptArguments() - Method in class org.identityconnectors.framework.common.objects.ScriptContext
Returns a map of arguments to be passed to the script.
getScriptArguments() - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Returns a mutable reference of the script arguments map.
getScriptLanguage() - Method in class org.identityconnectors.common.script.Script
Returns the language of this script.
getScriptLanguage() - Method in class org.identityconnectors.common.script.ScriptBuilder
Returns the language of the script.
getScriptLanguage() - Method in class org.identityconnectors.framework.common.objects.ScriptContext
Identifies the language in which the script is written (e.g., bash, csh, Perl4 or Python).
getScriptLanguage() - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Identifies the language in which the script is written (e.g., bash, csh, Perl4 or Python).
getScriptText() - Method in class org.identityconnectors.common.script.Script
Returns the text of this script.
getScriptText() - Method in class org.identityconnectors.common.script.ScriptBuilder
Returns the text of the script.
getScriptText() - Method in class org.identityconnectors.framework.common.objects.ScriptContext
Returns the text (i.e., actual characters) of the script.
getScriptText() - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Returns the actual characters of the script.
getServerInfo() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 
getServerInfo() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
getSingleValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the Object value from the specified (single-valued) attributeDelta.
getSingleValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the Object value from the specified (single-valued) attribute.
getSkippedAttributesForUpdateToNullValue() - Static method in class org.identityconnectors.contract.test.UpdateApiOpTests
 
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
 
getSortKeys() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the sort keys which should be used for ordering the ConnectorObjects returned by this search request.
getSpecialAttributes(Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Filter out any basic attributes from the specified set, leaving only special attributes.
getSpecialAttributes(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Filter out any basic attributes from the specified set, leaving only special attributes.
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.
getString() - Method in class org.identityconnectors.common.StringPrintWriter
Return the string in the internal string writer.
getString(String, String, int) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
getString(String, String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
getString(String, String, int) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
getString(String, String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
getString(DataProvider, String, String, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
no sequence number or qualifier, appends objectclass to name
getStringProperty(String) - Method in class org.identityconnectors.test.common.PropertyBag
Gets a required property value known to be of string type.
getStringValue(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the string value from the specified (single-valued) attributeDelta.
getStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the string value from the specified (single-valued) attribute.
getSubtype() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Optional subtype of the attribute.
getSuccessors() - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
getSupportedLanguages() - Static method in class org.identityconnectors.common.script.ScriptExecutorFactory
Returns the set of supported languages.
getSupportedObjectClassesByOperation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the supported object classes for the given operation.
getSupportedObjectClassesByOperation() - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the set of object classes that apply to a particular operation.
getSupportedOperations() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Get the set of operations that this ConnectorFacade will support.
getSupportedOperations() - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Get the set of operations that this ConnectorFacade will support.
getSupportedOperations() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Get the set of operations that this ConnectorFacade will support.
getSupportedOperations() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Get the set of operations that this ConnectorFacade will support.
getSupportedOptionsByOperation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the supported options for the given operation.
getSupportedOptionsByOperation() - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the set of operation options that apply to a particular operation.
getTestName() - Method in class org.identityconnectors.contract.test.AttributeTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.GetApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.MultiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
getTestName() - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
 
getTestName() - Method in class org.identityconnectors.contract.test.UpdateDeltaApiOpTests
 
getTestSuiteAttribute(String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets test suite attribute
getTestSuiteAttribute(String, String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets test suite attribute
getTestSuiteAttribute(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets test suite attribute
getTestSuiteAttribute(String, String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets test suite attribute
getTimeout(Class<? extends APIOperation>) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Gets the timeout in milliseconds based on the operation provided.
getTimeout() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the timeout (in milliseconds) to use for the connection.
getTimeout(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Gets the timeout in milliseconds based on the operation provided.
getTimeoutMap() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
getToken() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
Returns the SyncToken of the object that changed.
getToken() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Returns the SyncToken of the object that changed.
getTopic() - Method in class org.identityconnectors.common.event.ConnectorEvent
 
getTrustManagers() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the list of TrustManager's. to use when establishing the connection.
getTst1Field() - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
getTstField() - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
getType() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get the type of the property.
getType() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
The basic type associated with this attribute.
getType() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
getType() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
getType() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
getType() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the type of the property.
getUid() - Method in exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
getUid() - Method in exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
getUid() - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the Uid attribute from the set of attributes.
getUid() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Get the native identifier for this object.
getUid() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns the uid.
getUid() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
Returns the Uid of the connector object that changed.
getUid() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Gets the Uid of the object that changed.
getUidAttribute(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the Uid from the specified set of attributes.
getUidAttributeDelta(Set<AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Get the AttributeDelta from the specified set of attributesDelta.
getUidValue() - Method in class org.identityconnectors.framework.common.objects.Uid
Obtain a string representation of the value of this attribute, which value uniquely identifies a object on the target resource.
getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager for a remote framework but the connection is not checked and not initialised.
getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
getUnconditionallySupportedOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Returns the set of operations that are always supported.
getUpdateableAttributes(DataProvider, ObjectClassInfo, String, String, int, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Get updateable attributes' values.
getUpdateableAttributesDelta(DataProvider, ObjectClassInfo, String, String, int, boolean, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Get updateable attributes' values.
getUseSSL() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns true if we are to use SSL to connect.
getUseSSL() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns true if we are to use SSL.
getValue() - Method in class org.identityconnectors.common.Pair
getValue() - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
getValue() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get the value from the property.
getValue() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
getValue() - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Return any current value of the attribute that is being built.
getValue() - Method in class org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
Value to test against.
getValue() - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
Get the string value from the afore mentioned attribute.
getValue() - Method in class org.identityconnectors.framework.common.objects.SyncToken
Returns the value for the token.
getValue() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the value from the property.
getValues() - Method in class org.identityconnectors.framework.common.objects.SuggestedValues
Returns list of suggested values.
getValues() - Method in class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
Return current values of the SuggestedValues instance that is being built.
getValuesToAdd() - Method in class org.identityconnectors.framework.common.objects.AttributeDelta
 
getValuesToAdd() - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Return any current value of the valuesToAdd in the attributeDelta that is being built.
getValuesToRemove() - Method in class org.identityconnectors.framework.common.objects.AttributeDelta
 
getValuesToReplace() - Method in class org.identityconnectors.framework.common.objects.AttributeDelta
 
getValueToRemove() - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Return any current value of the valuesToRemove in the the attributeDelta that is being built.
getValueToReplace() - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Return any current value of the valuesToReplace in the attribute that is being built.
getVersion() - Method in class org.identityconnectors.common.Version
Returns this version as a string.
getVersion() - Static method in class org.identityconnectors.testcommon.TstCommon
 
getXml() - Method in class org.identityconnectors.framework.impl.api.remote.messages.EchoMessage
 
greaterThan(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically greater than the value of the specified Attribute.
GreaterThanFilter - Class in org.identityconnectors.framework.common.objects.filter
 
GreaterThanFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
Determine if the ConnectorObject Attribute value is greater than the one provided in the filter.
GreaterThanOrEqualFilter - Class in org.identityconnectors.framework.common.objects.filter
 
GreaterThanOrEqualFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
greaterThanOrEqualTo(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically greater than or equal to the value of the specified Attribute.
GROOVY_LANG_GROOVY_OBJECT - Static variable in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
 
GroovyDataProvider - Class in org.identityconnectors.contract.data
Default implementation of DataProvider.
GroovyDataProvider() - Constructor for class org.identityconnectors.contract.data.GroovyDataProvider
default constructor
GroovyDataProvider(String) - Constructor for class org.identityconnectors.contract.data.GroovyDataProvider
 
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.
GROUP - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
Represents a collection that contains an object (such as an account).
GROUP_NAME - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
This constant defines a specific value of ObjectClass that is reserved for ObjectClass.GROUP.
GROUPS - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Groups that an account belongs to.
GROUPS_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Attribute that refers to groups to which an object (usually an account) belongs.
GuardedByteArray - Class in org.identityconnectors.common.security
Secure byte array implementation that solves the problems associated with keeping confidential data as byte[].
GuardedByteArray() - Constructor for class org.identityconnectors.common.security.GuardedByteArray
Creates an empty secure byte array.
GuardedByteArray(byte[]) - Constructor for class org.identityconnectors.common.security.GuardedByteArray
Initializes the GuardedByteArray from the given clear text bytes.
GuardedByteArray.Accessor - Interface in org.identityconnectors.common.security
Callback interface for those times that it is necessary to access the clear text of the guarded bytes.
GuardedString - Class in org.identityconnectors.common.security
Secure string implementation that solves the problems associated with keeping passwords as java.lang.String.
GuardedString() - Constructor for class org.identityconnectors.common.security.GuardedString
Creates an empty secure string
GuardedString(char[]) - Constructor for class org.identityconnectors.common.security.GuardedString
Initialized the GuardedString from the given clear characters.
GuardedString.Accessor - Interface in org.identityconnectors.common.security
Callback interface for those times that it is necessary to access the clear text of the secure string.
GUID - Class in org.identityconnectors.common
Create a globally unique identifier.
GUID() - Constructor for class org.identityconnectors.common.GUID
 

H

handle(ConnectorObject) - Method in interface org.identityconnectors.framework.common.objects.ResultsHandler
Invoked each time a matching ConnectorObject is returned from a query request.
handle(SyncDelta) - Method in interface org.identityconnectors.framework.common.objects.SyncResultsHandler
Called to handle a delta in the stream.
handle(Object) - Method in interface org.identityconnectors.framework.common.serializer.XmlObjectResultsHandler
 
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
 
handle(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.SearchResultsHandlerLoggingProxy
 
handle(ConnectorObject) - Method in class org.identityconnectors.test.common.ToListResultsHandler
 
handleEvent(ConnectorEvent) - Method in interface org.identityconnectors.common.event.ConnectorEventHandler
Called by the RemoteConnectorInfoManagerImpl service to notify the listener of an event.
handleResult(SearchResult) - Method in class org.identityconnectors.framework.impl.api.local.operations.DuplicateFilteringResultsHandler
 
handleResult(SearchResult) - Method in class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler
 
handleResult(SearchResult) - Method in class org.identityconnectors.framework.impl.api.local.operations.NormalizingResultsHandler
 
handleResult(SearchResult) - Method in class org.identityconnectors.framework.impl.api.local.operations.SearchImpl.AttributesToGetSearchResultsHandler
 
handleResult(SearchResult) - Method in class org.identityconnectors.framework.impl.api.SearchResultsHandlerLoggingProxy
 
handleResult(SearchResult) - Method in interface org.identityconnectors.framework.spi.SearchResultsHandler
Invoked when the request has completed successfully.
handleResult(SyncToken) - Method in interface org.identityconnectors.framework.spi.SyncTokenResultsHandler
Invoked when the request has completed successfully.
hasAttribute(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Determines if the set as the attribute specified.
hashCode(Object) - Static method in class org.identityconnectors.common.CollectionUtil
hashCode function that properly handles arrays, collections, maps, collections of arrays, and maps of arrays.
hashCode() - Method in class org.identityconnectors.common.EqualsHashCodeBuilder
Determine the hashcode based on the various members.
hashCode() - Method in class org.identityconnectors.common.GUID
Get the hashcode of the VMID.
hashCode() - Method in class org.identityconnectors.common.Pair
hashCode() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
hashCode() - Method in class org.identityconnectors.common.script.Script
 
hashCode() - Method in class org.identityconnectors.common.security.GuardedByteArray
 
hashCode() - Method in class org.identityconnectors.common.security.GuardedString
 
hashCode() - Method in class org.identityconnectors.common.Version
 
hashCode() - Method in class org.identityconnectors.common.VersionRange
 
hashCode() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
hashCode() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
hashCode() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.AttributeDelta
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns a hash code based on uid
hashCode() - Method in class org.identityconnectors.framework.common.objects.Schema
Create a hash code from all the object info objects.
hashCode() - Method in class org.identityconnectors.framework.common.objects.SearchResult
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.SuggestedValues
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.Uid
 
hashCode() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
hashCode() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
hashCode() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager.ConnectorPoolKey
 
HelloRequest - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent the first time we connect to a given server.
HelloRequest(int) - 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, Map<String, Object>, List<ConnectorKey>, List<RemoteConnectorInfoImpl>) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 

I

indexOf(String, char[]) - Static method in class org.identityconnectors.common.StringUtil
 
indexOf(String, char[], int) - Static method in class org.identityconnectors.common.StringUtil
 
indexOfDigit(String, int) - Static method in class org.identityconnectors.common.StringUtil
Finds the index of the first digit and starts from the index specified.
indexOfDigit(String) - Static method in class org.identityconnectors.common.StringUtil
Finds the index of the first digit.
indexOfIgnoreCase(String, String) - Static method in class org.identityconnectors.common.StringUtil
Finds the start index of the comparison string regards of case.
indexOfNonDigit(String, int) - Static method in class org.identityconnectors.common.StringUtil
Finds the index of the first non digit and starts from the index specified.
indexOfNonDigit(String) - Static method in class org.identityconnectors.common.StringUtil
Finds the index of the first non digit.
info(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
info(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
INFO - Static variable in class org.identityconnectors.framework.common.objects.Name
 
init() - Method in class org.identityconnectors.contract.test.ConfigurationTests
Initialize the unit test
init() - Method in class org.identityconnectors.contract.test.ContractTestBase
Initialize the environment needed to run the test.
init(Configuration) - Method in interface org.identityconnectors.framework.spi.Connector
Initialize the connector with its configuration.
init(Configuration) - Method in class org.identityconnectors.testconnector.TstAbstractConnector
 
init(Configuration) - Method in class org.identityconnectors.testconnector.TstConnector
 
init(Configuration) - Method in class org.identityconnectors.testconnector.TstStatefulConnector
 
init(Configuration) - Method in class org.identityconnectors.testconnector.TstStatefulPoolableConnector
 
initUid(Uid) - Method in exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
Sets the Uid of existing Object.
initUid(Uid) - Method in exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
Sets the Uid.
inputStreamToBytes(InputStream) - Static method in class org.identityconnectors.common.IOUtil
Takes a 'InputStream' and returns a byte array.
InstanceNameAware - Interface in org.identityconnectors.framework.spi
Optional interface that can be implemented by connectors that want to know their own name.
intersection(Collection<T>, Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns the intersection of two Collections as an unmodifiable set.
InvalidAttributeValueException - Exception in org.identityconnectors.framework.common.exceptions
InvalidAttributeValueException is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.
InvalidAttributeValueException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with null as its detail message.
InvalidAttributeValueException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with the specified detail message.
InvalidAttributeValueException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with the specified cause and a detail message of (cause==null ?
InvalidAttributeValueException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with the specified detail message and cause.
InvalidCredentialException - Exception in org.identityconnectors.framework.common.exceptions
InvalidCredentialException signals that user authentication failed.
InvalidCredentialException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidCredentialException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidCredentialException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidCredentialException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidPasswordException - Exception in org.identityconnectors.framework.common.exceptions
Thrown when a password credential is invalid.
InvalidPasswordException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
 
InvalidPasswordException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
 
InvalidPasswordException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
 
InvalidPasswordException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
 
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
 
IOUtil - Class in org.identityconnectors.common
IO Utilities.
is(String) - Method in class org.identityconnectors.framework.common.objects.Attribute
Determines if the 'name' matches this Attribute.
is(String) - Method in class org.identityconnectors.framework.common.objects.AttributeDelta
Determines if the 'name' matches this AttributeDelta.
is(String) - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the name parameter matches this AttributeInfo.
is(String) - Method in class org.identityconnectors.framework.common.objects.ObjectClass
Determines if the 'name' matches this ObjectClass.
is(String) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
Determines if the 'name' matches this ObjectClassInfo.
is(Class<? extends Throwable>) - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
Checks if the exception is the expected class.
isAdaptableToObjectStreamHandler(Class<?>) - Static method in class org.identityconnectors.framework.impl.api.StreamHandlerUtil
 
isAllResultsReturned() - Method in class org.identityconnectors.framework.common.objects.SearchResult
Returns a flag indicating whether all the results that match a search query were returned.
isAscendingOrder() - Method in class org.identityconnectors.framework.common.objects.SortKey
Returns true if this sort key is in ascending order, or false if it is in descending order.
isAttrSupported(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute supported.
isAuxiliary() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
Returns flag indicating whether this is a definition of auxiliary object class.
isBlank(String) - Static method in class org.identityconnectors.common.StringUtil
Checks if a String is whitespace, empty ("") or null.
isCaseInsensitiveMap(Map<?, ?>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns true if the given map is a case-insensitive map.
isCaseInsensitiveSet(Set<?>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns true if the given set is a case-insensitive set.
isCeilingInclusive() - Method in class org.identityconnectors.common.VersionRange
 
isConfidential() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Is this a confidential property whose value should be encrypted by the application when persisted?
isConfidential() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Is this a confidential property whose value should be encrypted by the application when persisted?
isConfigurationStateless() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
isConnectorInfo() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
isConnectorKeys() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
isConnectorPoolingSupported() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Determines if this Connector uses the framework's connector pooling.
isConnectorPoolingSupported() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Determines if this Connector uses the framework's connector pooling.
isConnectorPoolingSupported() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
isContainer() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
isCreateable(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute Createable.
isCreateable() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is writable on create.
isCRU(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute creatable, updateable and readable.
isDisposing() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
 
isEmpty(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Determine if Collection is empty or not, protects against null being passed in.
isEmpty(String) - Static method in class org.identityconnectors.common.StringUtil
Determines if a string is empty.
isEmpty() - Method in class org.identityconnectors.common.VersionRange
Returns whether this version range is empty.
isEnableAttributesToGetSearchResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEnableCaseInsensitiveFilter() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEnabled(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the ConnectorObject is enable.
isEnableFilteredResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEnableNormalizingResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isError() - Method in class org.identityconnectors.common.logging.Log
 
isExact() - Method in class org.identityconnectors.common.VersionRange
Returns whether this version range contains only a single version.
isFilteredResultsHandlerInValidationMode() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isFloorInclusive() - Method in class org.identityconnectors.common.VersionRange
 
isGood() - Method in class org.identityconnectors.testconnector.MyTstConnection
 
isInfo() - Method in class org.identityconnectors.common.logging.Log
 
isInFrameworkPackageList(String, Collection<String>) - Method in class org.identityconnectors.common.logging.Log
 
isInRange(Version) - Method in class org.identityconnectors.common.VersionRange
 
isLockedOut(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the ConnectorObject is locked out.
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.
isLoggable(Log.Level) - Method in class org.identityconnectors.common.logging.Log
Determine if its log-able at this level within this class.
isLoggable(Class<?>, Log.Level) - Method in interface org.identityconnectors.common.logging.LogSpi
Determines if the it should be logged based on Class and Level.
isLoggable(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.slf4j.SLF4JLog
Use the internal SLF4J logger to determine if the level is worthy of logging.
isLoggable() - Static method in class org.identityconnectors.framework.impl.api.LoggingProxy
 
isMatchSubclasses() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
Should we match subclasses of the given class or only the exact class?
isMatchSubclasses() - Method in class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
 
isMultiValue(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute multiValue.
isMultiValued() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if this attribute can handle multiple values.
isNotBlank(String) - Static method in class org.identityconnectors.common.StringUtil
Checks if a String is not empty (""), not null and not whitespace only.
isNotEmpty(String) - Static method in class org.identityconnectors.common.StringUtil
Determines if a string is not empty.
isObjectClassSupported(ObjectClass) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Identifier which tells if the tested ObjectClass (get by ObjectClassRunner#objectClass is supported by connector or not, supported means that the ObjectClass is included in the Schema
isOk() - Method in class org.identityconnectors.common.logging.Log
 
isOperationalAttribute(Attribute) - Static method in class org.identityconnectors.framework.common.objects.OperationalAttributes
 
isPasswordExpired(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the password is expired for this object.
isPresent(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.AttributeFilter
Determines if the attribute provided is present in the ConnectorObject.
isReadable(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute readable.
isReadable(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute readable.
isReadable() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is readable.
isReadOnly() - Method in class org.identityconnectors.common.security.GuardedByteArray
Returns true if this byte array has been marked read-only.
isReadOnly() - Method in class org.identityconnectors.common.security.GuardedString
Returns true if this string has been marked read-only.
isRequired(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute required.
isRequired() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Is this a required property
isRequired() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines whether this attribute is required for creates.
isRequired() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
isReturnedByDefault(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute returnedByDefault.
isReturnedByDefault() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is returned by default.
isServerInfo() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
isSet() - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Returns true if a thread-local locale is specified on the current thread.
isShutdown() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
Get the state of the pool.
isSpecial(AttributeDelta) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Determines whether the specified name of attribute info is for a special attribute.
isSpecial(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determines whether the specified attribute is a special attribute.
isSpecial(AttributeInfo) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determines whether the specified attribute info is for a special attribute.
isSpecial(ObjectClass) - Static method in class org.identityconnectors.framework.common.objects.ObjectClassUtil
Determines whether the specified object class is a special object class.
isSpecialName(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Determines whether the specified attribute name is special in the sense of #createSpecialName.
isSpecialName(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determines whether the specified attribute name is special in the sense of AttributeUtil.createSpecialName(java.lang.String).
isSpecialName(String) - Static method in class org.identityconnectors.framework.common.objects.ObjectClassUtil
Determines whether the specified object class name is special in the sense of ObjectClassUtil.createSpecialName(java.lang.String).
isStarted() - Method in class org.identityconnectors.framework.server.ConnectorServer
Return true if 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
 
isSupportedAttributeType(Class<?>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class is a supported attribute type.
isSupportedConfigurationType(Class<?>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class is a supported configuration type.
isSupportedOperation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
isUpdateable(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute readable.
isUpdateable() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is writable on update.
isWarning() - Method in class org.identityconnectors.common.logging.Log
 
isWhitespace(char) - Static method in class org.identityconnectors.common.StringUtil
Determine if this is a white space character.

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
 
join(Collection<String>, char) - Static method in class org.identityconnectors.common.StringUtil
 
join(Object[], char) - Static method in class org.identityconnectors.common.StringUtil
 
join(Object[], char, int, int) - Static method in class org.identityconnectors.common.StringUtil
 

L

LAST_LOGIN_DATE - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Last login date for an account.
LAST_LOGIN_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Last login date for an account.
LAST_PASSWORD_CHANGE_DATE - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Read-only attribute that shows the last date/time the password was changed.
LAST_PASSWORD_CHANGE_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Read-only attribute that shows the last date/time the password was changed.
Lazy - Class in org.identityconnectors.contract.data.groovy
Support for lazy evaluation.
Lazy() - Constructor for class org.identityconnectors.contract.data.groovy.Lazy
 
LEFT_CLOSED - Static variable in class org.identityconnectors.common.VersionRange
The left endpoint is closed and is included in the range.
LEFT_OPEN - Static variable in class org.identityconnectors.common.VersionRange
The left endpoint is open and is excluded from the range.
lessThan(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically less than the value of the specified Attribute.
LessThanFilter - Class in org.identityconnectors.framework.common.objects.filter
 
LessThanFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
LessThanOrEqualFilter - Class in org.identityconnectors.framework.common.objects.filter
 
LessThanOrEqualFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
 
lessThanOrEqualTo(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically less than or equal to the value of the specified Attribute.
listAttributeNames() - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the name of attributes this Accessor was created with.
loadConfiguration(String, Configuration) - Method in interface org.identityconnectors.contract.data.DataProvider
adds to 'cfg' the complete map defined by property 'propertyName'
loadConfiguration(String, Configuration) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
 
loadMessageCatalog(Set<String>, ClassLoader, Class<? extends Connector>) - Static method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
loadPropertiesFile(File) - Static method in class org.identityconnectors.common.IOUtil
Loads the given file as a Properties file.
loadPropertiesFile(String) - Static method in class org.identityconnectors.common.IOUtil
Attempt to load file based on a string base filename.
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.
LocalConnectorFacadeImpl(LocalConnectorInfoImpl, String) - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
 
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
 
LOCK_OUT - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the lock out attribute for an object.
LOCK_OUT_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the lock out attribute for an object.
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<?>, StackTraceElement, 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.
log(Class<?>, StackTraceElement, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.impl.NoOpLogger
 
Log - Class in org.identityconnectors.common.logging
Yet another logging abstraction.
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.Log
Lowest level logging method.
log(Log.Level, Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
Logs based on the parameters given.
log(Log.Level, Throwable, String, StackTraceElement[]) - Method in class org.identityconnectors.common.logging.Log
 
log(Class<?>, String, Log.Level, String, Throwable) - Method in interface org.identityconnectors.common.logging.LogSpi
Log given the class, level, message, and exception.
log(Class<?>, StackTraceElement, Log.Level, String, Throwable) - Method in interface org.identityconnectors.common.logging.LogSpi
Log given the class, level, message, and exception.
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.slf4j.SLF4JLog
Uses the SLF4J logger to log the message.
log(Class<?>, StackTraceElement, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.slf4j.SLF4JLog
 
Log.Level - Enum in org.identityconnectors.common.logging
Basic logging levels.
LOG_LEVEL - Static variable in class org.identityconnectors.framework.impl.api.local.operations.SpiOperationLoggingUtil
 
LOG_SEPARATOR - Static variable in class org.identityconnectors.contract.test.ContractTestBase
 
LoggingProxy - Class in org.identityconnectors.framework.impl.api
Proxy responsible for logging operations from the API.
LoggingProxy(Class<? extends APIOperation>, Object, String) - Constructor for class org.identityconnectors.framework.impl.api.LoggingProxy
 
logOpEntry(Log, ConnectorOperationalContext, Class<?>, String, Object...) - Static method in class org.identityconnectors.framework.impl.api.local.operations.SpiOperationLoggingUtil
 
logOpException(Log, ConnectorOperationalContext, Class<?>, String, RuntimeException) - Static method in class org.identityconnectors.framework.impl.api.local.operations.SpiOperationLoggingUtil
 
logOpExit(Log, ConnectorOperationalContext, Class<?>, String, Object) - Static method in class org.identityconnectors.framework.impl.api.local.operations.SpiOperationLoggingUtil
 
logOpExit(Log, ConnectorOperationalContext, Class<?>, String) - Static method in class org.identityconnectors.framework.impl.api.local.operations.SpiOperationLoggingUtil
 
LogSpi - Interface in org.identityconnectors.common.logging
Logging 'Service Provider Interface'.
LOGSPI_PROP - Static variable in class org.identityconnectors.common.logging.Log
System property to set the logger class that is most appropriate.
LOGSPI_PROPS_FILE - Static variable in class org.identityconnectors.common.logging.Log
Filename 'connectors.properties' used to for SPI class in the '$(java.home)/lib/' directory.

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
 
makeObject() - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
Makes a new instance of the pooled object.
makeReadOnly() - Method in class org.identityconnectors.common.security.GuardedByteArray
Mark this byte array as read-only.
makeReadOnly() - Method in class org.identityconnectors.common.security.GuardedString
Mark this string as read-only.
makeURL(File, String) - Static method in class org.identityconnectors.common.IOUtil
Make a URL from a directory and path.
ManagedConnectorFacadeFactoryImpl - Class in org.identityconnectors.framework.impl.api
 
ManagedConnectorFacadeFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
 
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.
mergeAttributeSets(Set<Attribute>, Set<Attribute>) - Static method in class org.identityconnectors.contract.test.UpdateApiOpTests
Returns new attribute set which contains all attributes from both sets.
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.
MODIFIED - Static variable in class org.identityconnectors.contract.test.SyncApiOpTests
 
MODIFIED - Static variable in class org.identityconnectors.contract.test.UpdateApiOpTests
 
MODIFIED - Static variable in class org.identityconnectors.contract.test.UpdateDeltaApiOpTests
 
MULTI_OBJECT_ELEMENT - Static variable in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 
MULTI_VALUE_TYPE_PREFIX - Static variable in class org.identityconnectors.contract.data.GroovyDataProvider
prefix of default values that are multi
MultiOpTests - Class in org.identityconnectors.contract.test
Tests which use many APIOperations to do the test scenario
MultiOpTests() - Constructor for class org.identityconnectors.contract.test.MultiOpTests
 
MyTstConnection - Class in org.identityconnectors.testconnector
 
MyTstConnection(int) - Constructor for class org.identityconnectors.testconnector.MyTstConnection
 

N

Name - Class in org.identityconnectors.framework.common.objects
A single-valued attribute that represents the user-friendly identifier of an object on a target resource.
Name(String) - Constructor for class org.identityconnectors.framework.common.objects.Name
 
NAME - Static variable in class org.identityconnectors.framework.common.objects.Name
 
NAME - Static variable in class org.identityconnectors.framework.common.objects.Uid
 
namesEqual(String, String) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Compares two attributeDelta names for equality.
namesEqual(String, String) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Compares two attribute names for equality.
namesEqual(String, String) - Static method in class org.identityconnectors.framework.common.objects.ObjectClassUtil
Compares two object class names for equality.
needToInferCaller(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.impl.JDKLogger
 
needToInferCaller(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.impl.NoOpLogger
 
needToInferCaller(Class<?>, Log.Level) - Method in interface org.identityconnectors.common.logging.LogSpi
Determines if Log need to infer caller based on Class and Level.
needToInferCaller(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.slf4j.SLF4JLog
The caller is extracted only if the Level is OK (Debug).
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.common.serializer.ObjectSerializerFactory
Creates a BinaryObjectDeserializer for reading objects from the given stream.
newBinaryDeserializer(InputStream) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
newBinarySerializer(OutputStream) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Creates a BinaryObjectSerializer for writing objects to the given stream.
newBinarySerializer(OutputStream) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
newCaseInsensitiveMap() - Static method in class org.identityconnectors.common.CollectionUtil
Creates a case-insensitive map.
newCaseInsensitiveSet() - Static method in class org.identityconnectors.common.CollectionUtil
Creates a case-insensitive set.
newInstance(String) - Static method in class org.identityconnectors.common.script.ScriptExecutorFactory
Creates a ScriptExecutorFactory for the given language.
newInstance(APIConfiguration) - Method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get a new instance of ConnectorFacade.
newInstance(ConnectorInfo, String) - Method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get a new instance of ConnectorFacade.
newInstance(APIConfiguration) - Method in class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
Get a new instance of ConnectorFacade.
newInstance(ConnectorInfo, String) - Method in class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
 
newInstance(APIConfiguration) - Method in class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
Get a new instance of ConnectorFacade.
newInstance(ConnectorInfo, String) - Method in class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
 
newInstance(APIConfiguration) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
newInstance(ConnectorInfo, String) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
newInstance() - Static method in class org.identityconnectors.framework.server.ConnectorServer
Get the singleton instance of the ConnectorServer.
newList(Collection<? extends T>) - Static method in class org.identityconnectors.common.CollectionUtil
Create a modifiable list from the Collection provided.
newList(T...) - Static method in class org.identityconnectors.common.CollectionUtil
Create a modifiable list from the arguments.
newMap(Properties) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K, T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K, T, K, T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K, T, K, T, K, T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T[], K[]) - Static method in class org.identityconnectors.common.CollectionUtil
Builds a map from two arrays.
newMapFromLists(List<T>, List<K>) - Static method in class org.identityconnectors.common.CollectionUtil
Converts two List to a map.
newRandomEncryptor() - Method in class org.identityconnectors.common.security.EncryptorFactory
Creates a new encryptor initialized with a random encryption key.
newRandomEncryptor() - Method in class org.identityconnectors.common.security.impl.EncryptorFactoryImpl
 
newReadOnlyList(List<? extends T>) - Static method in class org.identityconnectors.common.CollectionUtil
Create an unmodifiable List based on the List passed in checks for null and returns an empty list if null is passed in.
newReadOnlyList(T...) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable List from a variable number arguments.
newReadOnlyList(Collection<? extends T>) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable List from a collection.
newReadOnlyMap(Map<T, K>) - Static method in class org.identityconnectors.common.CollectionUtil
 
newReadOnlyMap(T[][]) - Static method in class org.identityconnectors.common.CollectionUtil
 
newReadOnlySet(T...) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable set from a variable number arguments.
newReadOnlySet(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable set from a Collection.
newScriptExecutor(ClassLoader, String, boolean) - Method in class org.identityconnectors.common.script.groovy.GroovyScriptExecutorFactory
Creates a script executor for the given script.
newScriptExecutor(ClassLoader, String, boolean) - Method in class org.identityconnectors.common.script.ScriptExecutorFactory
Creates a script executor for the given script.
newSet(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Creates a set that can be modified from the Collection provided.
newSet(T...) - Static method in class org.identityconnectors.common.CollectionUtil
Creates a set that can be modified from the arguments.
newSortedList(Collection<? extends T>) - Static method in class org.identityconnectors.common.CollectionUtil
Create a modifiable sorted List based on the Collection provided.
newThread(Runnable) - Method in class org.identityconnectors.framework.server.impl.CCLWatchThreadFactory
 
newXmlSerializer(Writer, boolean, boolean) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Creates a BinaryObjectSerializer for writing objects to the given stream.
newXmlSerializer(Writer, boolean, boolean) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
NO_DELIM - Static variable in class org.identityconnectors.common.XmlUtil
 
NO_TIMEOUT - Static variable in interface org.identityconnectors.framework.api.operations.APIOperation
Default timeout for all operations.
NoOpLogger - Class in org.identityconnectors.common.logging.impl
No operation logger.
NoOpLogger() - Constructor for class org.identityconnectors.common.logging.impl.NoOpLogger
 
normalizeAttribute(ObjectClass, Attribute) - Method in class org.identityconnectors.framework.impl.api.local.operations.CaseNormalizer
 
normalizeAttribute(Attribute) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns the normalized value of the attribute.
normalizeAttribute(ObjectClass, Attribute) - Method in interface org.identityconnectors.framework.spi.AttributeNormalizer
 
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.
NormalizingFilter - Class in org.identityconnectors.framework.impl.api.local.operations
Proxy the filter to filter based on object normalized version.
NormalizingFilter(Filter, ObjectNormalizerFacade) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.NormalizingFilter
 
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
 
not(Filter) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Logically negate the specified Filter.
NotFilter - Class in org.identityconnectors.framework.common.objects.filter
Proxy the filter to return the negative of the value.
NotFilter(Filter) - Constructor for class org.identityconnectors.framework.common.objects.filter.NotFilter
Take the value returned from the internal filter and NOT it.
nullAsEmpty(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Protects from null and returns a new instance of HashSet.
nullAsEmpty(Map<T, K>) - Static method in class org.identityconnectors.common.CollectionUtil
Protects from null and returns a new instance of HashMap if the parameter map is null.
nullAsEmpty(Set<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Protects from null and returns a new instance of HashSet if the parameter set is null.
nullAsEmpty(List<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Protects from null and returns a new instance of ArrayList if the parameter list is null .
nullCheck(Object, String) - Static method in class org.identityconnectors.common.Assertions
Throws NullPointerException if the parameter o is null.
nullChecked(T, String) - Static method in class org.identityconnectors.common.Assertions
Throws NullPointerException if the parameter o is null, otherwise returns the value of the o parameter.

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
 
ObjectClass - Class in org.identityconnectors.framework.common.objects
An instance of ObjectClass specifies a category or type of ConnectorObject.
ObjectClass(String) - Constructor for class org.identityconnectors.framework.common.objects.ObjectClass
Create a custom object class.
objectClasses() - Static method in class org.identityconnectors.contract.test.ObjectClassRunner
Return all the base ObjectClasss.
ObjectClassInfo - Class in org.identityconnectors.framework.common.objects
Extension of Attribute to distinguish it from a regular attribute.
ObjectClassInfo(String, Set<AttributeInfo>, boolean, boolean) - Constructor for class org.identityconnectors.framework.common.objects.ObjectClassInfo
Public only for serialization; Use ObjectClassInfoBuilder instead.
ObjectClassInfoBuilder - Class in org.identityconnectors.framework.common.objects
Simplifies the construction of ObjectClassInfo instances.
ObjectClassInfoBuilder() - Constructor for class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
 
ObjectClassRunner - Class in org.identityconnectors.contract.test
Simple base class that will run through all the ObjectClasss.
ObjectClassRunner() - Constructor for class org.identityconnectors.contract.test.ObjectClassRunner
 
ObjectClassUtil - Class in org.identityconnectors.framework.common.objects
Utility methods to for ObjectClass.
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.
ObjectNotFoundException - Exception in org.identityconnectors.contract.exceptions
Exception thrown when the value for a key cannot be resolved.
ObjectNotFoundException() - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
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
ObjectPoolConfiguration - Class in org.identityconnectors.common.pooling
Configuration for pooling objects.
ObjectPoolConfiguration() - Constructor for class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
ObjectPoolConfiguration(ObjectPoolConfiguration) - Constructor for class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
ObjectPoolEntry<T> - Interface in org.identityconnectors.framework.impl.api.local
An ObjectPoolEntry is a borrowed object from pool.
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.
ObjectSerializerFactory - Class in org.identityconnectors.framework.common.serializer
Serializer factory for serializing connector objects.
ObjectSerializerFactory() - Constructor for class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
 
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
 
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
 
of(L, R) - Static method in class org.identityconnectors.common.Pair
Obtains an immutable pair of from two objects inferring the generic types.
ok(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
ok(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
OP_ALLOW_PARTIAL_ATTRIBUTE_VALUES - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp which specifies that the search operation may return objects with partial attribute values.
OP_ALLOW_PARTIAL_RESULTS - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp which specifies that the search operation may return only a reasonable subset of the results (objects).
OP_ATTRIBUTES_TO_GET - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
Determines which attributes to retrieve during SearchApiOp and SyncApiOp.
OP_CONTAINER - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the container under which to perform the search.
OP_PAGE_SIZE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the requested page results page size.
OP_PAGED_RESULTS_COOKIE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies an opaque cookie which is used by the connector to track its position in the set of query results.
OP_PAGED_RESULTS_OFFSET - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the index within the result set of the first result which should be returned.
OP_RETURN_DEFAULT_ATTRIBUTES - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
If set to true the connector will return all the attributes that are returned by default.
OP_RUN_AS_USER - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with ScriptOnResourceApiOp and possibly others that specifies an account under which to execute the script/operation.
OP_RUN_WITH_PASSWORD - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with ScriptOnResourceApiOp and possibly others that specifies a password under which to execute the script/operation.
OP_SCOPE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp (in conjunction with OperationOptions.OP_CONTAINER) that specifies how far beneath the specified container to search.
OP_SORT_KEYS - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the sort keys which should be used for ordering the ConnectorObject returned by search request.
OPERATIONAL_ATTRIBUTE_NAMES - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
 
OperationalAttributeInfos - Class in org.identityconnectors.framework.common.objects
AttributeInfo for each operational attribute.
OperationalAttributes - Class in org.identityconnectors.framework.common.objects
Operational attributes have special meaning and cannot be represented by pure operations.
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
Creates a new OperationalContext but it does not initiates the Configuration because the OperationalContext.getConnectorInfo() method must do it when it's called from a block where the classloader of the Thread is set to Connector.
OperationOptionInfo - Class in org.identityconnectors.framework.common.objects
 
OperationOptionInfo(String, Class<?>) - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
OperationOptionInfoBuilder - Class in org.identityconnectors.framework.common.objects
 
OperationOptionInfoBuilder() - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
OperationOptionInfoBuilder(String, Class<?>) - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
OperationOptions - Class in org.identityconnectors.framework.common.objects
Arbitrary options to be passed into various operations.
OperationOptions(Map<String, Object>) - Constructor for class org.identityconnectors.framework.common.objects.OperationOptions
Public only for serialization; please use OperationOptionsBuilder.
OperationOptionsBuilder - Class in org.identityconnectors.framework.common.objects
Builder for OperationOptions.
OperationOptionsBuilder() - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Create a builder with an empty set of options.
OperationOptionsBuilder(OperationOptions) - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Create a builder from an existing set of options.
OperationRequest - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent to request an operation.
OperationRequest(ConnectorKey, String, 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
 
operationsSupported(ConnectorFacade, ObjectClass, Set<Class<? extends APIOperation>>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if a particular objectclass supports a particular operations To succeed all the operations must be supported.
operationsSupported(ConnectorFacade, Set<Class<? extends APIOperation>>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if ANY objectclass supports a particular operations
operationSupported(ConnectorFacade, ObjectClass, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if a particular objectclass supports a particular operation
operationSupported(ConnectorFacade, ObjectClass, Class<? extends APIOperation>, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if a particular objectclass supports a particular operations
operationSupported(ConnectorFacade, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if ANY objectclass supports a particular operation
operationSupported(ConnectorFacade, Class<? extends APIOperation>, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if ANY objectclass supports a particular operation
OperationTimeoutException - Exception in org.identityconnectors.framework.common.exceptions
Thrown when an operation times out.
OperationTimeoutException() - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
OperationTimeoutException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
OperationTimeoutException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
OperationTimeoutException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
or(Filter, Filter) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Logically "OR" together the two specified instances of Filter.
or(Collection<Filter>) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "OR" filter using the provided list of sub-filters.
or(Filter...) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "OR" filter using the provided list of sub-filters.
OrFilter - Class in org.identityconnectors.framework.common.objects.filter
 
OrFilter(Filter, Filter) - Constructor for class org.identityconnectors.framework.common.objects.filter.OrFilter
Takes the result of the left and right filter and ORs them.
OrFilter(Collection<Filter>) - Constructor for class org.identityconnectors.framework.common.objects.filter.OrFilter
 
org.identityconnectors.common - package org.identityconnectors.common
Common utilities for all Connectors.
org.identityconnectors.common.event - package org.identityconnectors.common.event
NOTICE: This package is an early specification of the Events API for 1.2.x.x version.
org.identityconnectors.common.l10n - package org.identityconnectors.common.l10n
 
org.identityconnectors.common.logging - package org.identityconnectors.common.logging
This package is responsible for providing logging to the Framework and the Connectors.
org.identityconnectors.common.logging.impl - package org.identityconnectors.common.logging.impl
 
org.identityconnectors.common.logging.slf4j - package org.identityconnectors.common.logging.slf4j
 
org.identityconnectors.common.pooling - package org.identityconnectors.common.pooling
 
org.identityconnectors.common.script - package org.identityconnectors.common.script
 
org.identityconnectors.common.script.groovy - package org.identityconnectors.common.script.groovy
 
org.identityconnectors.common.security - package org.identityconnectors.common.security
 
org.identityconnectors.common.security.impl - package org.identityconnectors.common.security.impl
 
org.identityconnectors.contract.data - package org.identityconnectors.contract.data
 
org.identityconnectors.contract.data.groovy - package org.identityconnectors.contract.data.groovy
 
org.identityconnectors.contract.exceptions - package org.identityconnectors.contract.exceptions
 
org.identityconnectors.contract.test - package org.identityconnectors.contract.test
 
org.identityconnectors.framework - package org.identityconnectors.framework
Connectors framework is designed to be simple, extensible, flexible, and comprehensive.
org.identityconnectors.framework.api - package org.identityconnectors.framework.api
The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements.
org.identityconnectors.framework.api.operations - package org.identityconnectors.framework.api.operations
 
org.identityconnectors.framework.common - package org.identityconnectors.framework.common
 
org.identityconnectors.framework.common.exceptions - package org.identityconnectors.framework.common.exceptions
 
org.identityconnectors.framework.common.objects - package org.identityconnectors.framework.common.objects
 
org.identityconnectors.framework.common.objects.filter - package org.identityconnectors.framework.common.objects.filter
 
org.identityconnectors.framework.common.serializer - package org.identityconnectors.framework.common.serializer
 
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.osgi.internal - package org.identityconnectors.framework.impl.api.osgi.internal
 
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
 
org.identityconnectors.framework.spi - package org.identityconnectors.framework.spi
This is the "Service Provider Interface" package.
org.identityconnectors.framework.spi.operations - package org.identityconnectors.framework.spi.operations
 
org.identityconnectors.test.common - package org.identityconnectors.test.common
 
org.identityconnectors.test.common.spi - package org.identityconnectors.test.common.spi
 
org.identityconnectors.testcommon - package org.identityconnectors.testcommon
 
org.identityconnectors.testconnector - package org.identityconnectors.testconnector
 
OsgiConnectorInfoManagerImpl - Class in org.identityconnectors.framework.impl.api.osgi.internal
The OSGi ConnectorInfoManager Implementation.
OsgiConnectorInfoManagerImpl() - Constructor for class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
overridesEqualsAndHashcode(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Returns true if the given class overrides equals and hashCode.

P

Pair<T1,T2> - Class in org.identityconnectors.common
An arbitrary pair of objects.
Pair() - Constructor for class org.identityconnectors.common.Pair
 
Pair(T1, T2) - Constructor for class org.identityconnectors.common.Pair
 
parse(String) - Static method in class org.identityconnectors.common.Version
Parses the passed version string.
parse(String) - Static method in class org.identityconnectors.common.VersionRange
Creates a version range from the specified string.
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
 
parseLine(String, char, char) - Static method in class org.identityconnectors.common.StringUtil
Parses a line into a List of strings.
parseString(String) - Static method in class org.identityconnectors.common.XmlUtil
Parses a string without validation and returns the Document.
PassThroughFilter() - Constructor for class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler.PassThroughFilter
 
PASSWORD - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Normally this is a write-only attribute.
PASSWORD_CHANGE_INTERVAL - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Common password policy attribute where the password must be changed every so often.
PASSWORD_CHANGE_INTERVAL_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Common password policy attribute where the password must be changed every so often.
PASSWORD_EXPIRATION_DATE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the password expiration date for an object.
PASSWORD_EXPIRATION_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the password expiration date for an object.
PASSWORD_EXPIRED - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Used to determine if a password is expired or to expire a password.
PASSWORD_EXPIRED_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the password expired for an object.
PASSWORD_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Normally this is a write-only attribute.
PasswordExpiredException - Exception in org.identityconnectors.framework.common.exceptions
PasswordExpiredException signals that a user password has expired.
PasswordExpiredException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PasswordExpiredException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PasswordExpiredException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PasswordExpiredException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PermissionDeniedException - Exception in org.identityconnectors.framework.common.exceptions
Thrown when the target resource will not allow a Connector to perform a particular operation.
PermissionDeniedException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PermissionDeniedException
 
PermissionDeniedException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PermissionDeniedException
 
PermissionDeniedException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PermissionDeniedException
 
PermissionDeniedException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PermissionDeniedException
 
plus(String) - Method in class org.identityconnectors.contract.data.groovy.Lazy
overriding plus operation to be able to concatenate Lazy objects to others.
plus(Lazy) - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
PoolableConnector - Interface in org.identityconnectors.framework.spi
To be implemented by connectors that wish to be pooled.
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.
PreconditionFailedException - Exception in org.identityconnectors.framework.common.exceptions
PreconditionFailedException is thrown to indicate that a resource's current version does not match the version provided.
PreconditionFailedException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with null as its detail message.
PreconditionFailedException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with the specified detail message.
PreconditionFailedException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with the specified cause and a detail message of (cause==null ?
PreconditionFailedException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with the specified detail message and cause.
PreconditionRequiredException - Exception in org.identityconnectors.framework.common.exceptions
PreconditionRequiredException is thrown to indicate that a resource requires a version, but no version was supplied in the request.
PreconditionRequiredException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with null as its detail message.
PreconditionRequiredException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with the specified detail message.
PreconditionRequiredException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with the specified cause and a detail message of (cause==null ?
PreconditionRequiredException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with the specified detail message and cause.
PredefinedAttributeInfos - Class in org.identityconnectors.framework.common.objects
 
PredefinedAttributes - Class in org.identityconnectors.framework.common.objects
Defines standard syntax and semantics for common attributes that are not operational in nature.
PrettyStringBuilder - Class in org.identityconnectors.common
 
PrettyStringBuilder() - Constructor for class org.identityconnectors.common.PrettyStringBuilder
 
PrettyStringBuilder(int, int, String) - Constructor for class org.identityconnectors.common.PrettyStringBuilder
 
print(String[]) - Method in class org.identityconnectors.common.StringPrintWriter
Call print for every string in the array.
println(String[]) - Method in class org.identityconnectors.common.StringPrintWriter
Call println for every string in the array.
printStackTrace(PrintStream) - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
printStackTrace(PrintWriter) - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
PROPERTY_SEPARATOR - Static variable in class org.identityconnectors.contract.data.GroovyDataProvider
 
PropertyBag - Class in org.identityconnectors.test.common
Encapsulates a read-only bag of properties, which can be accessed in a type-safe manner.
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.

Q

QualifiedUid - Class in org.identityconnectors.framework.common.objects
A fully-qualified uid.
QualifiedUid(ObjectClass, Uid) - Constructor for class org.identityconnectors.framework.common.objects.QualifiedUid
Create a QualifiedUid.
quietClose(Reader) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the reader.
quietClose(InputStream) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the stream.
quietClose(Writer) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the writer.
quietClose(OutputStream) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the stream.
quietClose(Statement) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the statement.
quietClose(Connection) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the connection.
quietClose(ResultSet) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the resultset.

R

random(Object) - Static method in class org.identityconnectors.contract.data.groovy.Lazy
 
random(Object, Class<?>) - Static method in class org.identityconnectors.contract.data.groovy.Lazy
generate a random object based on given pattern.
Random - Class in org.identityconnectors.contract.data.groovy
Generate random strings based on given pattern This is a Helper class, users of tests will access methods: Lazy.random(Object) and Lazy.get(Object))
Random(Object) - Constructor for class org.identityconnectors.contract.data.groovy.Random
Creates a random string based on given pattern.
Random(Object, Class<?>) - Constructor for class org.identityconnectors.contract.data.groovy.Random
Creates a random object of given type
randomBytes(Random, int) - Static method in class org.identityconnectors.common.ByteUtil
For those that like the random bytes to be created and returned.
randomBytes(int) - Static method in class org.identityconnectors.common.ByteUtil
Get a random array of bytes with the length specified.
randomBytes(Random) - Static method in class org.identityconnectors.common.ByteUtil
Random array of bytes with a random length.
randomBytes() - Static method in class org.identityconnectors.common.ByteUtil
Random array of bytes with a random length.
RandomGenerator - Class in org.identityconnectors.contract.data
Random generator uses a pattern to generate a random sequence based on given pattern.
RandomGenerator() - Constructor for class org.identityconnectors.contract.data.RandomGenerator
 
randomString() - Static method in class org.identityconnectors.common.StringUtil
Create a random Unicode string.
randomString(Random) - Static method in class org.identityconnectors.common.StringUtil
Create a random length Unicode string based on the Random object passed in.
randomString(Random, int) - Static method in class org.identityconnectors.common.StringUtil
Create a random string of fixed length based on the Random object passed in.
rawSearch(SearchOp<?>, ObjectClass, Filter, SearchResultsHandler, OperationOptions, ConnectorOperationalContext) - Static method in class org.identityconnectors.framework.impl.api.local.operations.SearchImpl
Public static 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
 
readByteContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readByteContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readByteContents() - 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
 
readerToString(Reader) - Static method in class org.identityconnectors.common.IOUtil
Takes a 'Reader' and returns the contents as a string.
readFileBytes(File) - Static method in class org.identityconnectors.common.IOUtil
Reads the given file as bytes
readFileUTF8(File) - Static method in class org.identityconnectors.common.IOUtil
Reads the given file as UTF-8
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
 
readInputStreamBytes(InputStream, boolean) - Static method in class org.identityconnectors.common.IOUtil
Reads an entire file and returns the bytes.
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 interface org.identityconnectors.framework.common.serializer.BinaryObjectDeserializer
Reads the next object from the stream.
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
 
readStackTrace() - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
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
 
ReflectionUtil - Class in org.identityconnectors.common
 
release() - Method in interface org.identityconnectors.framework.spi.StatefulConfiguration
Release any allocated resources.
release() - Method in class org.identityconnectors.testconnector.TstStatefulConnectorConfig
 
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.
RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl, String) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorFacadeImpl
 
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
 
RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo, boolean) - 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
 
RemoteFrameworkConnectionInfo - Class in org.identityconnectors.framework.api
Encapsulates all the connection information used to connect to a remote instance of the connector framework.
RemoteFrameworkConnectionInfo(String, int, GuardedString) - Constructor for class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Creates a new instance of RemoteFrameworkConnectionInfo, using a clear (non-ssl) connection and a 60-second timeout.
RemoteFrameworkConnectionInfo(String, int, GuardedString, boolean, List<TrustManager>, int) - Constructor for class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Creates a new instance of RemoteFrameworkConnectionInfo.
RemoteOperationInvocationHandler - Class in org.identityconnectors.framework.impl.api.remote
Invocation handler for all of our operations.
RemoteOperationInvocationHandler(RemoteConnectorInfoImpl, String, Class<? extends APIOperation>) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler
 
RemoteWrappedException - Exception in org.identityconnectors.framework.impl.api.remote
RemoteWrappedException wraps every exception which are received from Remote Connector Server.
RemoteWrappedException(String, String, RemoteWrappedException, String) - Constructor for exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.UpdateApiOp
Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
 
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.UpdateAttributeValuesOp
Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
removeScriptArgument(String) - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Removes the given script argument.
removeSupportedObjectClass(Class<? extends SPIOperation>, ObjectClassInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Removes the given ObjectClassInfo as a supported ObjectClass for the given operation.
removeSupportedOperationOption(Class<? extends SPIOperation>, OperationOptionInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Removes the given OperationOptionInfo as a supported option for the given operation.
removingEntries(Bundle, List<ManifestEntry>) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
replaceVariable(String, String, String) - Static method in class org.identityconnectors.common.StringUtil
Simple variable replacement internally using regular expressions.
resolve(List<? extends WorkingBundleInfo>) - Static method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
Populates the effective properties (effectiveClassPath, effectiveContents, etc.) while taking into account any embedded bundles.
resolveUsername(ObjectClass, String, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.ResolveUsernameApiOp
Resolve the given authentication username to the corresponding Uid.
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Resolve the given authentication username to the corresponding Uid.
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.ResolveUsernameImpl
Resolve the username to an Uid.
resolveUsername(ObjectClass, String, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.ResolveUsernameOp
Resolve an object to its Uid based on its username.
ResolveUsernameApiOp - Interface in org.identityconnectors.framework.api.operations
 
ResolveUsernameApiOpTests - Class in org.identityconnectors.contract.test
ResolveUsernameApiOpTests() - Constructor for class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
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.
ResolveUsernameOp - Interface in org.identityconnectors.framework.spi.operations
Resolve an object to its Uid based on its username.
ResultsHandler - Interface in org.identityconnectors.framework.common.objects
Callback interface for operations that are returning one or more results.
ResultsHandlerConfiguration - Class in org.identityconnectors.framework.api
SPI search operation has a default ResultsHandler-chain as: NormalizingResultsHandler FilteredResultsHandler AttributesToGetSearchResultsHandler This configuration allow to overconfigure the chain.
ResultsHandlerConfiguration() - Constructor for class org.identityconnectors.framework.api.ResultsHandlerConfiguration
default empty constructor.
ResultsHandlerConfiguration(ResultsHandlerConfiguration) - Constructor for class org.identityconnectors.framework.api.ResultsHandlerConfiguration
Copy constructor.
rethrow() - Method in exception org.identityconnectors.contract.exceptions.ContractException
Re-throw the original exception.
rethrow() - Method in exception org.identityconnectors.framework.common.exceptions.ConnectorException
Re-throw the original exception.
RetryableException - Exception in org.identityconnectors.framework.common.exceptions
RetryableException indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.
reverseOrder(SortKey) - Static method in class org.identityconnectors.framework.common.objects.SortKey
Creates a new sort key having the same field as the provided key, but in reverse sort order.
RIGHT_CLOSED - Static variable in class org.identityconnectors.common.VersionRange
The right endpoint is closed and is included in the range.
RIGHT_OPEN - Static variable in class org.identityconnectors.common.VersionRange
The right endpoint is open and is excluded from the range.
run() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
run() - Method in class org.identityconnectors.framework.server.impl.ConnectionProcessor
 
runScriptOnConnector(ScriptContext, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.ScriptOnConnectorApiOp
Runs the script.
runScriptOnConnector(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Runs the script.
runScriptOnConnector(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.ScriptOnConnectorImpl
 
runScriptOnConnector(ScriptContext, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.ScriptOnConnectorOp
Runs the script request.
runScriptOnResource(ScriptContext, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.ScriptOnResourceApiOp
Runs a script on a specific target resource.
runScriptOnResource(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Runs a script on a specific target resource.
runScriptOnResource(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.ScriptOnResourceImpl
 
runScriptOnResource(ScriptContext, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.ScriptOnResourceOp
Run the specified script on the target resource that this connector manages.

S

scan(Bundle) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.ConnectorManifestScanner
schema() - Method in interface org.identityconnectors.framework.api.operations.SchemaApiOp
Retrieve the basic schema of this Connector.
Schema - Class in org.identityconnectors.framework.common.objects
Determines the objects supported by a Connector.
Schema(Set<ObjectClassInfo>, Set<OperationOptionInfo>, Map<Class<? extends APIOperation>, Set<ObjectClassInfo>>, Map<Class<? extends APIOperation>, Set<OperationOptionInfo>>) - Constructor for class org.identityconnectors.framework.common.objects.Schema
Public only for serialization; please use SchemaBuilder instead.
schema() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Retrieve the basic schema of this Connector.
schema() - Method in class org.identityconnectors.framework.impl.api.local.operations.SchemaImpl
Retrieve the schema from the Connector.
schema() - Method in interface org.identityconnectors.framework.spi.operations.SchemaOp
Describes the types of objects this Connector supports.
schema() - Method in class org.identityconnectors.testconnector.TstConnector
 
SchemaApiOp - Interface in org.identityconnectors.framework.api.operations
Get the schema from the Connector.
SchemaApiOpTests - Class in org.identityconnectors.contract.test
Contract test of SchemaApiOp operation.
SchemaApiOpTests() - Constructor for class org.identityconnectors.contract.test.SchemaApiOpTests
 
SchemaBuilder - Class in org.identityconnectors.framework.common.objects
Simple builder class to help facilitate creating a Schema object.
SchemaBuilder(Class<? extends Connector>) - Constructor for class org.identityconnectors.framework.common.objects.SchemaBuilder
Creates a SchemaBuilder for the given connector class
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.
SchemaOp - Interface in org.identityconnectors.framework.spi.operations
Implement this interface to allow the Connector to describe which types of objects the Connector manages on the target resource (and which operations and which options the Connector supports for each type of object).
SCOPE_OBJECT - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
A value of OperationOptions.OP_SCOPE that indicates to search for the specified container object itself.
SCOPE_ONE_LEVEL - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
A value of OperationOptions.OP_SCOPE that indicates to search for objects that the specified container directly contains.
SCOPE_SUBTREE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
A value of OperationOptions.OP_SCOPE that indicates to search for objects that the specified container directly or indirectly contains.
Script - Class in org.identityconnectors.common.script
Represents a script in a scripting language.
ScriptBuilder - Class in org.identityconnectors.common.script
Builder for Script.
ScriptBuilder() - Constructor for class org.identityconnectors.common.script.ScriptBuilder
Creates a new ScriptBuilder.
ScriptContext - Class in org.identityconnectors.framework.common.objects
Encapsulates a script and all of its parameters.
ScriptContext(String, String, Map<String, Object>) - Constructor for class org.identityconnectors.framework.common.objects.ScriptContext
Public only for serialization; please use ScriptContextBuilder.
ScriptContextBuilder - Class in org.identityconnectors.framework.common.objects
Builds an ScriptContext.
ScriptContextBuilder() - Constructor for class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Creates an empty builder.
ScriptContextBuilder(String, String) - Constructor for class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Creates a builder with the required parameters specified.
ScriptExecutor - Interface in org.identityconnectors.common.script
Represents a (possibly compiled) script.
ScriptExecutorFactory - Class in org.identityconnectors.common.script
Abstraction for finding script executors to allow us to invoke scripts from java.
ScriptExecutorFactory() - Constructor for class org.identityconnectors.common.script.ScriptExecutorFactory
 
ScriptOnConnectorApiOp - Interface in org.identityconnectors.framework.api.operations
Runs a script in the same JVM or .Net Runtime as the Connector.
ScriptOnConnectorApiOpTests - Class in org.identityconnectors.contract.test
Contract test of ScriptOnConnectorApiOp operation.
ScriptOnConnectorApiOpTests() - Constructor for class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
 
ScriptOnConnectorImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
ScriptOnConnectorImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ScriptOnConnectorImpl
 
ScriptOnConnectorOp - Interface in org.identityconnectors.framework.spi.operations
Operation that runs a script in the environment of the connector.
ScriptOnResourceApiOp - Interface in org.identityconnectors.framework.api.operations
Runs a script on the target resource that a connector manages.
ScriptOnResourceApiOpTests - Class in org.identityconnectors.contract.test
Contract test of ScriptOnResourceApiOp operation.
ScriptOnResourceApiOpTests() - Constructor for class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
 
ScriptOnResourceImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
ScriptOnResourceImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ScriptOnResourceImpl
 
ScriptOnResourceOp - Interface in org.identityconnectors.framework.spi.operations
Operation that runs a script directly on a target resource.
search(ConnectorFacade, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs search on connector facade with specified object class, filter and operation options.
search(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.SearchApiOp
Search the resource for all objects that match the object class and filter.
search(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Search the resource for all objects that match the object class and filter.
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.
search(SearchOp<?>, ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
search(SearchOp<?>, ObjectClass, Filter, ResultsHandler, OperationOptions) - Static method in class org.identityconnectors.test.common.TestHelpers
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set.
search2Map(ConnectorFacade, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs search on connector facade with specified object class, filter and operation options.
SearchApiOp - Interface in org.identityconnectors.framework.api.operations
 
SearchApiOpTests - Class in org.identityconnectors.contract.test
Contract test of SearchApiOp.
SearchApiOpTests() - Constructor for class org.identityconnectors.contract.test.SearchApiOpTests
 
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.
SearchOp<T> - Interface in org.identityconnectors.framework.spi.operations
Implement this interface to allow the Connector to search for resource objects.
SearchResult - Class in org.identityconnectors.framework.common.objects
The final result of a query request returned after all connector objects matching the request have been returned.
SearchResult() - Constructor for class org.identityconnectors.framework.common.objects.SearchResult
Creates a new search result with a null paged results cookie and no estimate of the total number of remaining results.
SearchResult(String, int) - Constructor for class org.identityconnectors.framework.common.objects.SearchResult
Creates a new search result with the provided paged results cookie and estimate of the total number of remaining results.
SearchResult(String, int, boolean) - Constructor for class org.identityconnectors.framework.common.objects.SearchResult
Creates a new search result with the provided paged results cookie and estimate of the total number of remaining results.
SearchResultsHandler - Interface in org.identityconnectors.framework.spi
A SearchResultsHandler is a completion handler for consuming the results of a search request.
SearchResultsHandlerLoggingProxy - Class in org.identityconnectors.framework.impl.api
 
SearchResultsHandlerLoggingProxy(ResultsHandler, Log, ConnectorOperationalContext) - Constructor for class org.identityconnectors.framework.impl.api.SearchResultsHandlerLoggingProxy
 
searchToList(SearchApiOp, ObjectClass, Filter) - Static method in class org.identityconnectors.test.common.TestHelpers
 
searchToList(SearchApiOp, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.test.common.TestHelpers
 
searchToList(SearchOp<?>, ObjectClass, Filter) - Static method in class org.identityconnectors.test.common.TestHelpers
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set.
searchToList(SearchOp<?>, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.test.common.TestHelpers
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set.
second - Variable in class org.identityconnectors.common.Pair
 
SecurityUtil - Class in org.identityconnectors.common.security
 
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.
serializeBase64Object(Object) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Serializes the given object to Base64 string.
serializeBinaryObject(Object) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Serializes the given object to bytes.
SerializerUtil - Class in org.identityconnectors.framework.common.serializer
Bag of utilities for serialization.
serializeXmlObject(Object, boolean) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Serializes the given object to xml.
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
 
set(Locale) - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Sets the locale for the current thread.
setAffectedAttributeNames(Collection<String>) - Method in exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Sets collection of attribute names that are affected by this error.
setAllowedValues(SuggestedValues) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setAllowPartialAttributeValues(boolean) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setAllowPartialResults(boolean) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setAttributesToGet(String...) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setAttributesToGet(Collection<String>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setAttributeValueCompleteness(AttributeValueCompleteness) - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
 
setAuxiliary(boolean) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
 
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
 
setConnectorInstanceName(Connector, String) - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorLifecycleUtil
 
setConnectorKey(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
setConnectorMessages(ConnectorMessages) - Method in class org.identityconnectors.framework.spi.AbstractConfiguration
 
setConnectorMessages(ConnectorMessages) - Method in interface org.identityconnectors.framework.spi.Configuration
Sets the message catalog instance that allows the Connector to localize messages.
setConnectorPoolConfiguration(ObjectPoolConfiguration) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setConnectorPoolingSupported(boolean) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setContainer(boolean) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Set to true to indicate this is a container type.
setContainer(QualifiedUid) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_CONTAINER.
setContextClassLoader(ClassLoader) - Method in class org.identityconnectors.framework.server.impl.CCLWatchThread
 
setCreateable(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if the attribute is writable.
setDefaultAPIConfiguration(APIConfigurationImpl) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
setDeltaType(SyncDeltaType) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the type of the change that occurred.
setDisplayMessageKey(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setEnableAttributesToGetSearchResultsHandler(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEnableCaseInsensitiveFilter(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEnableFilteredResultsHandler(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEnableNormalizingResultsHandler(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setFailValidation(boolean) - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
setFilteredResultsHandlerInValidationMode(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setFlags(Set<AttributeInfo.Flags>) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Sets all of the flags for this builder.
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.
setInstanceName(String) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Set name of the instance that this facade represents.
setInstanceName(String) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Set name of the instance that this facade represents.
setInstanceName(String) - Method in interface org.identityconnectors.framework.spi.InstanceNameAware
 
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.
setMaxIdle(int) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Sets the maximum number of objects that can sit idle in the pool at any time.
setMaxIdleTimeMillis(long) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Maximum time that an idle object will be kept in the pool (in milliseconds).
setMaxObjects(int) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Sets the maximum number of objects (idle+active).
setMaxWait(long) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Max time to wait if the pool is waiting for a free object to become available before failing.
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
 
setMinEvictableIdleTimeMillis(long) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Minimum time to wait before evicting an idle object.
setMinIdle(int) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Minimum number of idle objects.
setMinWorkers(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the min worker thread to allow.
setMultiValued(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if this attribute supports multivalue.
setName(String) - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Set the name of the attribute that is being built.
setName(String) - Method in class org.identityconnectors.framework.common.objects.AttributeDeltaBuilder
Set the name of the attributeDelta that is being built.
setName(String) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Sets the unique name of the AttributeInfo object.
setName(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
setName(Name) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
setName(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
setName(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setNativeName(String) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Sets the native name of the AttributeInfo object.
setNumResults(int) - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
setObject(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the object that changed and implicitly sets Uid if object is not null.
setObjectClass(ObjectClass) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
setObjectClass(ObjectClass) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the ObjectClass of the object that deleted.
setOpenness(ValueListOpenness) - Method in class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
Sets openness of value list.
setOperations(Set<Class<? extends APIOperation>>) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setOption(String, Object) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Sets a given option and a value for that option.
setOrder(int) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setPagedResultsCookie(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_PAGED_RESULTS_COOKIE.
setPagedResultsOffset(Integer) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_PAGED_RESULTS_OFFSET.
setPageSize(Integer) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_PAGE_SIZE.
setParent(APIConfigurationImpl) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
setParent(ConfigurationPropertiesImpl) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setPoolName(String) - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
 
setPort(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the port to listen on.
setPreviousUid(Uid) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the Uid of the object before the change.
setProducerBufferSize(int) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Sets the size of the buffer for Connector the support SearchOp and what the results of the producer buffered.
setProducerBufferSize(int) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Sets the size of the buffer for Connector the support SearchOp and what the results of the producer buffered.
setProperties(Collection<ConfigurationPropertyImpl>) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
setPropertyValue(String, Object) - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
Set the value of the Configuration property by name.
setPropertyValue(String, Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
Set the value of the Configuration property by name.
setReadable(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if the attribute is readable.
setRemoteConnectionInfo(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
 
setRequired(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if this attribute is required.
setRequired(boolean) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setResetConnectionCount(boolean) - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
setResultsHandlerConfiguration(ResultsHandlerConfiguration) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setReturnDefaultAttributes(Boolean) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setReturnedByDefault(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
 
setRunAsUser(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Set the run as user option.
setRunWithPassword(GuardedString) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Set the run with password option.
setScope(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_SCOPE.
setScriptLanguage(String) - Method in class org.identityconnectors.common.script.ScriptBuilder
Sets the language of the script.
setScriptLanguage(String) - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Sets the script language.
setScriptText(String) - Method in class org.identityconnectors.common.script.ScriptBuilder
Sets the text of the script.
setScriptText(String) - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Sets the actual characters of the script.
setSortKeys(List<SortKey>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_SORT_KEYS.
setSortKeys(SortKey...) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_SORT_KEYS.
setSubtype(String) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Optional subtype of the attribute.
setSubtype(AttributeInfo.Subtypes) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
 
setSuccessors(List<Object>) - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
setSupportedOperations(Set<Class<? extends APIOperation>>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setTimeout(Class<? extends APIOperation>, int) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Sets the timeout value for the operation provided.
setTimeout(Class<? extends APIOperation>, int) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Sets the timeout value for the operation provided.
setTimeoutMap(Map<Class<? extends APIOperation>, Integer>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setToken(SyncToken) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the SyncToken of the object that changed.
setTst1Field(String) - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
setTstField(String) - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
setType(Class<?>) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Please see FrameworkUtil.checkAttributeType(Class) for the definitive list of supported types.
setType(String) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Sets the specified type for the ObjectClassInfo object that is being built.
setType(Class<?>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
setType(Class<?>) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setUid(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
setUid(Uid) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
setUid(Uid) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the Uid of the object that changed.
setUpdateable(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if this attribute writable during update.
setUseSSL(boolean) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets whether we should use ssl.
setValue(T2) - Method in class org.identityconnectors.common.Pair
setValue(Object) - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
setValue(Object) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Set the value of the property.
setValue(Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Set the value of the property.
SHORT_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Attribute that should hold a reasonable value to display for the value of an object.
SHORT_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Attribute that should hold a reasonable value for an application to display as a label for an object.
shutdown() - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
Shuts down the connector pool.
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.
SINGLE_QUOTE - Static variable in class org.identityconnectors.common.XmlUtil
 
SingleValueAttributeFilter - Class in org.identityconnectors.framework.common.objects.filter
Get a single value out of the attribute to test w/.
SLF4JLog - Class in org.identityconnectors.common.logging.slf4j
 
SLF4JLog() - Constructor for class org.identityconnectors.common.logging.slf4j.SLF4JLog
 
SortKey - Class in org.identityconnectors.framework.common.objects
A sort key which can be used to specify the order in which connector objects should be included in the results of a search request.
SortKey(String, boolean) - Constructor for class org.identityconnectors.framework.common.objects.SortKey
 
spi2apis(Class<? extends SPIOperation>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Converts a SPIOperation to an set of APIOperation.
SPIOperation - Interface in org.identityconnectors.framework.spi.operations
Tagging interface for the Connector SPI.
SpiOperationLoggingUtil - Class in org.identityconnectors.framework.impl.api.local.operations
 
SpiOperationLoggingUtil() - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SpiOperationLoggingUtil
 
start(BundleContext) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.Activator
 
start() - Method in class org.identityconnectors.framework.server.ConnectorServer
Starts the server.
start() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
 
startsWith(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that contains as an initial substring the value of the specified Attribute.
StartsWithFilter - Class in org.identityconnectors.framework.common.objects.filter
 
StartsWithFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
StatefulConfiguration - Interface in org.identityconnectors.framework.spi
A Stateful Configuration interface extends the default Configuration and makes the framework keep the same instance.
stop(BundleContext) - Method in class org.identityconnectors.framework.impl.api.osgi.internal.Activator
 
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
 
storePropertiesFile(File, Properties) - Static method in class org.identityconnectors.common.IOUtil
Stores the given file as a Properties file.
StreamHandlerUtil - Class in org.identityconnectors.framework.impl.api
 
StreamHandlerUtil() - Constructor for class org.identityconnectors.framework.impl.api.StreamHandlerUtil
 
StringFilter - Class in org.identityconnectors.framework.common.objects.filter
Filter based on strings.
StringPrintWriter - Class in org.identityconnectors.common
Simple extension of PrintWriter so you don't have to create a StringWriter to pass to it, when you want the functionality of PrintWriter but you want it in a buffer.
StringPrintWriter() - Constructor for class org.identityconnectors.common.StringPrintWriter
Create with the default initial size.
StringPrintWriter(int) - Constructor for class org.identityconnectors.common.StringPrintWriter
Create with an initialize size with the parameter supplied..
StringUtil - Class in org.identityconnectors.common
String Utilities.
stripNewlines(String) - Static method in class org.identityconnectors.common.StringUtil
Removes newline characters (0x0a and 0x0d) from a string.
stripXmlAttribute(String, String) - Static method in class org.identityconnectors.common.StringUtil
Removes the attribute from the source string and returns.
stripXmlComments(String) - Static method in class org.identityconnectors.common.StringUtil
Strip XML comments.
subDigitString(String) - Static method in class org.identityconnectors.common.StringUtil
Return the string of digits from string.
subDigitString(String, int) - Static method in class org.identityconnectors.common.StringUtil
Return the string of digits from string.
successors - Variable in class org.identityconnectors.contract.data.groovy.Lazy
 
SuggestedValues - Class in org.identityconnectors.framework.common.objects
List of suggested values, with openness specification.
SuggestedValuesBuilder - Class in org.identityconnectors.framework.common.objects
Builder for instances of SuggestedValues.
SuggestedValuesBuilder() - Constructor for class org.identityconnectors.framework.common.objects.SuggestedValuesBuilder
 
sync(ConnectorFacade, ObjectClass, SyncToken, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs sync on connector facade.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.SyncApiOp
Request synchronization events--i.e., native changes to target objects.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Request synchronization events--i.e., native changes to target objects.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.SyncImpl
 
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.SyncOp
Request synchronization events--i.e., native changes to target objects.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.testconnector.TstAbstractConnector
 
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.testconnector.TstConnector
 
SyncApiOp - Interface in org.identityconnectors.framework.api.operations
Poll for synchronization events--i.e., native changes to target objects.
SyncApiOpTests - Class in org.identityconnectors.contract.test
Contract test of SyncApiOp.
SyncApiOpTests() - Constructor for class org.identityconnectors.contract.test.SyncApiOpTests
 
SyncDelta - Class in org.identityconnectors.framework.common.objects
Represents a change to an object in a resource.
SyncDeltaBuilder - Class in org.identityconnectors.framework.common.objects
Builder for SyncDelta.
SyncDeltaBuilder() - Constructor for class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Create a new SyncDeltaBuilder
SyncDeltaBuilder(SyncDelta) - Constructor for class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Creates a new SyncDeltaBuilder whose values are initialized to those of the delta.
SyncDeltaType - Enum in org.identityconnectors.framework.common.objects
The type of change.
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.
SyncOp - Interface in org.identityconnectors.framework.spi.operations
Poll for synchronization events--i.e., native changes to target objects.
SyncResultsHandler - Interface in org.identityconnectors.framework.common.objects
Callback interface that an application implements in order to handle results from SyncApiOp in a stream-processing fashion.
SyncToken - Class in org.identityconnectors.framework.common.objects
Abstract "place-holder" for synchronization.
SyncToken(Object) - Constructor for class org.identityconnectors.framework.common.objects.SyncToken
Creates a new
SyncTokenResultsHandler - Interface in org.identityconnectors.framework.spi
A SyncTokenResultsHandler is a Callback interface that an application implements in order to handle results from SyncApiOp in a stream-processing fashion.

T

test() - Method in interface org.identityconnectors.framework.api.operations.TestApiOp
Tests the Configuration with the connector.
test() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Tests the Configuration with the connector.
test() - Method in class org.identityconnectors.framework.impl.api.local.operations.TestImpl
Tests the Configuration with the connector.
test() - Method in interface org.identityconnectors.framework.spi.operations.TestOp
Tests the Configuration with the connector.
test() - Method in class org.identityconnectors.testconnector.MyTstConnection
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.AuthenticationApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.CreateApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.DeleteApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.DiscoverConfigurationApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.GetApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.MultiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.SchemaApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.SearchApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.SyncApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.TestApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.UpdateApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.UpdateDeltaApiOpTests
 
TestApiOp - Interface in org.identityconnectors.framework.api.operations
Tests the configuration with the connector.
TestApiOpTests - Class in org.identityconnectors.contract.test
Contract test of TestApiOp.
TestApiOpTests() - Constructor for class org.identityconnectors.contract.test.TestApiOpTests
 
testBasic() - Method in class org.identityconnectors.contract.test.DiscoverConfigurationApiOpTests
Basic positive test case.
testCaseInsensitiveSearch(ObjectClass) - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Test case insensitive search for UID attribute.
testContract(ObjectClass) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Main contract test entry point, it calls #testRun() method in configured number of iterations, runs the iteration only if the operation is supported by the connector
testCreateFailUnsupportedAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Tests create method with invalid Attribute, RuntimeException is expected connector developers can set the value of unsupported attribute using test property: testsuite.Create.unsupportedAttributeName
testCreateWithSameAttributes(ObjectClass) - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Tests create twice with the same attributes.
testDeleteThrowUnknownUid(ObjectClass) - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
Tests that delete throws UnknownUidException when object is deleted for the second time.
testDisableDateOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests DISABLE_DATE attribute contract
testEnableDateOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests ENABLE_DATE attribute contract
testEnableOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests ENABLE attribute contract
testGroupsPredAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests GROUPS attribute contract
TestHelpers - Class in org.identityconnectors.test.common
Bag of utility methods useful to connector tests.
TestHelpersImpl - Class in org.identityconnectors.framework.impl.test
 
TestHelpersImpl() - Constructor for class org.identityconnectors.framework.impl.test.TestHelpersImpl
 
TestHelpersSpi - Interface in org.identityconnectors.test.common.spi
Private use only, do not implement!
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
 
testLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Tests that SyncApiOp.getLatestSyncToken(ObjectClass) returns really the latest sync token which is available.
testLockOutOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests LOCK_OUT attribute contract
testNamePresent() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Tests that every object class contains Name among its attributes.
testNegative(ObjectClass) - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
testNonReadable(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
Non readable attributes should _not_ be returned by default API operations for acquiring attributes: GetApiOp
testNonUpdateable(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
Update of non-updateable attribute is not acceptable.
testObject(T) - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
Tests the borrowed object.
TestOp - Interface in org.identityconnectors.framework.spi.operations
Tests the connector Configuration.
testOpEnable(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that disabled user cannot authenticate.
testOpPasswordExpirationDate(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that PasswordExpiredException is thrown in case PasswordExpirationDate is set to today.
testOpPasswordExpired(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that PasswordExpiredException is thrown in case PasswordExpired is updated to true.
testOpSupportedByAllOClasses() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Test ensures that following operations are supported by all object classes when supported at all: ScriptOnConnectorApiOp, ScriptOnResourceApiOp, TestApiOp, ValidateApiOp.
testPartialConfiguration() - Method in interface org.identityconnectors.framework.api.operations.DiscoverConfigurationApiOp
Tests partial configuration of the connector.
testPartialConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Tests partial configuration of the connector.
testPartialConfiguration() - Method in class org.identityconnectors.framework.impl.api.local.operations.DiscoverConfigurationImpl
 
testPartialConfiguration() - Method in interface org.identityconnectors.framework.spi.operations.DiscoverConfigurationOp
Tests partial configuration of the connector.
testPasswordBeforePasswordExpired(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that connector respects order of PASSWORD and PASSWORD_EXPIRED attributes during update.
testPasswordChangeIntervalPredAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests PASSWORD_CHANGE_INTERVAL attribute contract
testPasswordExpirationDateOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests PASSWORD_EXPIRATION_DATE attribute contract
testPasswordExpiredOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests PASSWORD_EXPIRED attribute contract
testPositive(ObjectClass) - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
testPropertiesType() - Method in class org.identityconnectors.contract.test.ConfigurationTests
Unit test for checking if the Configuration property type is supported
testRequirableIsCreatable(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
Required attributes must be creatable.
testReturnedByDefault(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
Not returned by default attributes should not be returned, unless specified in attributesToGet (OperationOptions) API operations for acquiring attributes: GetApiOp SearchApiOp SyncApiOp
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.CreateApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.GetApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Scenario test - test positive cases.
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.SearchApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.SyncApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.UpdateDeltaApiOpTests
This method will be called configured number of times
testRunScript() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Tests running a script with correct values from property file.
testRunScript() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Tests running a script with correct values from property file.
testRunScriptFailEmptyScriptText() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Tests running a script with empty script text.
testRunScriptFailEmptyScriptText() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Tests running a script with empty script text.
testRunScriptFailUnknownLanguage() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Tests running a script with unknown language.
testRunScriptFailUnknownLanguage() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Tests running a script with unknown language.
testSchemaExpected() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Tests that returned schema by connector is the same as expected schema to be returned.
testSearchWithoutAttrsToGet(ObjectClass) - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Test Search without specified OperationOptions attrsToGet which is the default for all other tests.
testSyncWithoutAttrsToGet(ObjectClass) - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Test Sync without attrsToGet.
testTestFail() - Method in class org.identityconnectors.contract.test.TestApiOpTests
Tests test() with configuration that should NOT be correct.
testUidNotPresent() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Tests that the schema doesn't contain Uid
testUpdateFailUnsupportedAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
Tests update method with invalid Attribute, RuntimeException is expected connector developers can set the value of unsupported attribute using test property: testsuite.Create.unsupportedAttributeName
testUpdateToNull(ObjectClass) - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
The test verifies that connector doesn't throw NullPointerException or some other unexpected behavior when passed null as attribute value.
testUpdateToSameAttributes(ObjectClass) - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
Tests create of two different objects and then update one to the same attributes as the second.
testValidateFail() - Method in class org.identityconnectors.contract.test.ValidateApiOpTests
Tests validate() with configuration that should NOT be correct.
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
 
ToListResultsHandler - Class in org.identityconnectors.test.common
A ResultsHandler which stores all connector objects into a list retrievable with ToListResultsHandler.getObjects().
ToListResultsHandler() - Constructor for class org.identityconnectors.test.common.ToListResultsHandler
 
toMap(Collection<? extends AttributeDelta>) - Static method in class org.identityconnectors.framework.common.objects.AttributeDeltaUtil
Transform a Collection of AttributeDelta instances into a Map.
toMap(Collection<? extends AttributeInfo>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoUtil
Transform a Collection of AttributeInfo instances into a Map.
toMap(Collection<? extends Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Transform a Collection of Attribute instances into a Map.
toPrettyString(Object) - Method in class org.identityconnectors.common.PrettyStringBuilder
Returns pretty value from object value.
toProperties(String) - Static method in class org.identityconnectors.common.StringUtil
Returns a properties object w/ the key/value pairs parsed from the string passed in.
toRemote() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
toString() - Method in class org.identityconnectors.common.EqualsHashCodeBuilder
Show the contents that make up the key.
toString() - Method in class org.identityconnectors.common.GUID
Get the string version of the VMID.
toString() - Method in class org.identityconnectors.common.Pair
toString() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
toString(Object) - Method in class org.identityconnectors.common.PrettyStringBuilder
Returns pretty string representation of the object.
toString() - Method in class org.identityconnectors.common.script.Script
 
toString() - Method in class org.identityconnectors.common.Version
 
toString() - Method in class org.identityconnectors.common.VersionRange
 
toString() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
toString() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
toString() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
toString() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
toString() - Method in class org.identityconnectors.framework.common.objects.AttributeDelta
 
toString() - Method in enum org.identityconnectors.framework.common.objects.AttributeInfo.Subtypes
 
toString() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
 
toString() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EqualsFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
 
toString() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
toString() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
toString() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Add basic debugging of internal data.
toString() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns a string representation acceptible for debugging.
toString() - Method in class org.identityconnectors.framework.common.objects.Schema
toString() - Method in class org.identityconnectors.framework.common.objects.ScriptContext
 
toString() - Method in class org.identityconnectors.framework.common.objects.SearchResult
 
toString() - Method in class org.identityconnectors.framework.common.objects.SortKey
Returns the string representation of this sort key.
toString() - Method in class org.identityconnectors.framework.common.objects.SuggestedValues
 
toString() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
 
toString() - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
toString() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool.Statistics
 
toString() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
 
toString() - Method in class org.identityconnectors.framework.impl.api.local.operations.NormalizingFilter
 
toString() - Method in class org.identityconnectors.test.common.PropertyBag
 
translate(Filter) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Main method to be called to translate a filter
translate(Filter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterTranslator
 
TstAbstractConnector - Class in org.identityconnectors.testconnector
 
TstAbstractConnector() - Constructor for class org.identityconnectors.testconnector.TstAbstractConnector
 
TstCommon - Class in org.identityconnectors.testcommon
 
TstCommon() - Constructor for class org.identityconnectors.testcommon.TstCommon
 
TstConnector - Class in org.identityconnectors.testconnector
 
TstConnector() - Constructor for class org.identityconnectors.testconnector.TstConnector
 
TstConnectorConfig - Class in org.identityconnectors.testconnector
 
TstConnectorConfig() - Constructor for class org.identityconnectors.testconnector.TstConnectorConfig
 
TstStatefulConnector - Class in org.identityconnectors.testconnector
 
TstStatefulConnector() - Constructor for class org.identityconnectors.testconnector.TstStatefulConnector
 
TstStatefulConnectorConfig - Class in org.identityconnectors.testconnector
 
TstStatefulConnectorConfig() - Constructor for class org.identityconnectors.testconnector.TstStatefulConnectorConfig
 
TstStatefulPoolableConnector - Class in org.identityconnectors.testconnector
 
TstStatefulPoolableConnector() - Constructor for class org.identityconnectors.testconnector.TstStatefulPoolableConnector
 

U

Uid - Class in org.identityconnectors.framework.common.objects
A single-valued attribute that represents the unique identifier of an object within the name-space of the target resource.
Uid(String) - Constructor for class org.identityconnectors.framework.common.objects.Uid
 
Uid(String, String) - Constructor for class org.identityconnectors.framework.common.objects.Uid
 
Uid(String, Name) - Constructor for class org.identityconnectors.framework.common.objects.Uid
 
Uid(String, String, Name) - Constructor for class org.identityconnectors.framework.common.objects.Uid
 
union(Collection<T>, Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns the union of two Collections as an unmodifiable set.
unique(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Use HashSet to create a unique Collection based on the one passed in.
unjar(JarFile, File) - Static method in class org.identityconnectors.common.IOUtil
Unjars the given file to the given directory.
UnknownUidException - Exception in org.identityconnectors.framework.common.exceptions
Thrown when a Uid that is specified as input to a connector operation identifies no object on the target resource.
UnknownUidException() - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(Uid, ObjectClass) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.UpdateApiOp
Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
 
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.UpdateOp
Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
UpdateApiOp - Interface in org.identityconnectors.framework.api.operations
Updates a ConnectorObject.
UpdateApiOpTests - Class in org.identityconnectors.contract.test
Contract test of UpdateApiOp.
UpdateApiOpTests() - Constructor for class org.identityconnectors.contract.test.UpdateApiOpTests
 
UpdateAttributeValuesOp - Interface in org.identityconnectors.framework.spi.operations
More advanced implementation of UpdateOp to be implemented by connectors that wish to offer better performance and atomicity semantics for the methods UpdateApiOp.addAttributeValues(ObjectClass, Uid, Set, OperationOptions) and UpdateApiOp.removeAttributeValues(ObjectClass, Uid, Set, OperationOptions) .
updateDelta(ObjectClass, Uid, Set<AttributeDelta>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.UpdateDeltaApiOp
 
updateDelta(ObjectClass, Uid, Set<AttributeDelta>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
updateDelta(ObjectClass, Uid, Set<AttributeDelta>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateDeltaImpl
 
updateDelta(ObjectClass, Uid, Set<AttributeDelta>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.UpdateDeltaOp
Update the object specified by the ObjectClass and Uid, modifying the values according to the attribute deltas.
UpdateDeltaApiOp - Interface in org.identityconnectors.framework.api.operations
 
UpdateDeltaApiOpTests - Class in org.identityconnectors.contract.test
Contract test of UpdateDeltaApiOp.
UpdateDeltaApiOpTests() - Constructor for class org.identityconnectors.contract.test.UpdateDeltaApiOpTests
 
UpdateDeltaImpl - Class in org.identityconnectors.framework.impl.api.local.operations
Handles both version of update this include simple replace and the advance update.
UpdateDeltaImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.UpdateDeltaImpl
Determines which type of update a connector supports and then uses that handler.
UpdateDeltaOp - Interface in org.identityconnectors.framework.spi.operations
Proper implementation of UpdateOp and UpdateAttributeValuesOp.
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.
UpdateOp - Interface in org.identityconnectors.framework.spi.operations
The developer of a Connector should implement either this interface or the UpdateAttributeValuesOp interface if the Connector will allow an authorized caller to update (i.e., modify or replace) objects on the target resource.
USERNAME_PROP - Static variable in class org.identityconnectors.contract.test.AuthenticationApiOpTests
 

V

validate() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
validate() - Method in interface org.identityconnectors.framework.api.operations.ValidateApiOp
Validates the configuration.
validate() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Validates the configuration.
validate(ObjectPoolConfiguration) - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
Validates, copies and updates the original ObjectPoolConfiguration.
validate() - Method in class org.identityconnectors.framework.impl.api.local.operations.ValidateImpl
Validates the configuration.
validate() - Method in class org.identityconnectors.framework.spi.AbstractConfiguration
 
validate() - Method in interface org.identityconnectors.framework.spi.Configuration
Determines if the configuration is valid.
validate() - Method in class org.identityconnectors.testconnector.TstConnectorConfig
 
ValidateApiOp - Interface in org.identityconnectors.framework.api.operations
Validates the configuration.
ValidateApiOpTests - Class in org.identityconnectors.contract.test
Contract test of ValidateApiOp operation.
ValidateApiOpTests() - Constructor for class org.identityconnectors.contract.test.ValidateApiOpTests
 
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.
value - Variable in class org.identityconnectors.contract.data.groovy.Lazy
 
ValueListOpenness - Enum in org.identityconnectors.framework.common.objects
 
valueOf(String) - Static method in enum org.identityconnectors.common.logging.Log.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.common.objects.AttributeInfo.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.common.objects.AttributeInfo.Subtypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.common.objects.AttributeValueCompleteness
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.common.objects.SyncDeltaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.common.objects.ValueListOpenness
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.identityconnectors.common.logging.Log.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.common.objects.AttributeInfo.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.common.objects.AttributeInfo.Subtypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.common.objects.AttributeValueCompleteness
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.common.objects.SyncDeltaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.common.objects.ValueListOpenness
Returns an array containing the constants of this enum type, in the order they are declared.
verifyBase64SHA1Hash(String) - Method in class org.identityconnectors.common.security.GuardedByteArray
Verifies that this base-64 encoded SHA1 hash of this byte array matches the given value.
verifyBase64SHA1Hash(String) - Method in class org.identityconnectors.common.security.GuardedString
Verifies that this base-64 encoded SHA1 hash of this string matches the given value.
verifyBase64SHA1Hash(char[], String) - Static method in class org.identityconnectors.common.security.SecurityUtil
Verifies the base 64-encoded SHA1 hash of the input.
Version - Class in org.identityconnectors.common
Encapsulates a version number.
VersionRange - Class in org.identityconnectors.common
A version range is an interval describing a set of versions.
VersionRange(Version, boolean, Version, boolean) - Constructor for class org.identityconnectors.common.VersionRange
 
visitAndFilter(P, AndFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits an and filter.
visitContainsAllValuesFilter(P, ContainsAllValuesFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a containsAll filter.
visitContainsFilter(P, ContainsFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a contains filter.
visitEndsWithFilter(P, EndsWithFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a ends with filter.
visitEqualsFilter(P, EqualsFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a equality filter.
visitEqualsIgnoreCaseFilter(P, EqualsIgnoreCaseFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a equals ignoreCase filter.
visitExtendedFilter(P, Filter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a comparison filter.
visitGreaterThanFilter(P, GreaterThanFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a greater than filter.
visitGreaterThanOrEqualFilter(P, GreaterThanOrEqualFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a greater than or equal to filter.
visitLessThanFilter(P, LessThanFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a less than filter.
visitLessThanOrEqualFilter(P, LessThanOrEqualFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a less than or equal to filter.
visitNotFilter(P, NotFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a not filter.
visitOrFilter(P, OrFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits an or filter.
visitStartsWithFilter(P, StartsWithFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a starts with filter.

W

warn(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
warn(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
WorkingBundleInfo - Class in org.identityconnectors.framework.impl.api.local
 
WorkingBundleInfo(String) - Constructor for class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
wrap(Throwable) - Static method in exception org.identityconnectors.contract.exceptions.ContractException
If Exception parameter passed in is a RuntimeException it is simply returned.
wrap(Throwable) - Static method in exception org.identityconnectors.framework.common.exceptions.ConnectorException
If Exception parameter passed in is a RuntimeException it is simply returned.
wrap(String, Throwable) - Static method in exception org.identityconnectors.framework.common.exceptions.RetryableException
If Exception parameter passed in is a RetryableException it is simply returned.
wrap(String, Uid) - Static method in exception org.identityconnectors.framework.common.exceptions.RetryableException
Constructs a new RetryableException which signals partial success of create operation.
wrap(Throwable) - Static method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
Wraps the Throwable into a RemoteWrappedException instance.
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
 
writeByteContents(byte) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeByteContents(byte) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeByteContents(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
 
writeFileUTF8(File, String) - Static method in class org.identityconnectors.common.IOUtil
Write the contents of the string out to a file in UTF-8 format.
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 interface org.identityconnectors.framework.common.serializer.BinaryObjectSerializer
Writes the next object to the stream.
writeObject(Object) - Method in interface org.identityconnectors.framework.common.serializer.XmlObjectSerializer
Writes the next object to the stream.
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
 
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
 
XmlObjectResultsHandler - Interface in org.identityconnectors.framework.common.serializer
Callback interface to receive xml objects from a stream of objects.
XmlObjectSerializer - Interface in org.identityconnectors.framework.common.serializer
Interface for writing objects to a stream.
XmlObjectSerializerImpl - Class in org.identityconnectors.framework.impl.serializer.xml
 
XmlObjectSerializerImpl(Writer, boolean, boolean) - Constructor for class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 
XmlUtil - Class in org.identityconnectors.common
 

_

_connFacade - Variable in class org.identityconnectors.contract.test.ContractTestBase
 
A B C D E F G H I J L M N O P Q R S T U V W X _ 

Copyright © 2022. All rights reserved.