Skip navigation links

A B C D E F G H I 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
 
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
 
accept(ConfigurationProperty) - Method in class org.identityconnectors.framework.api.ConfigurationFilter
Tests whether the specified property conforms to the filter.
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
Ands the left and right filters.
accept(EmbeddedObject) - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
Ands the left and right filters.
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
 
accept(EmbeddedObject) - Method in class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
 
accept(Object) - Method in class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
 
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(EmbeddedObject) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsIgnoreCaseFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.EmbeddedObjectFilter
Applies filter to each of the EmbeddedObjects that constitute the values of the specified attribute in the given ConnectorObject.
accept(EmbeddedObject) - Method in class org.identityconnectors.framework.common.objects.filter.EmbeddedObjectFilter
Applies the filter to each of the EmbeddedObjects that constitute the values of the specified attribute in the given EmbeddedObject.
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithIgnoreCaseFilter
 
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(EmbeddedObject) - Method in class org.identityconnectors.framework.common.objects.filter.EqualsFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.EqualsIgnoreCaseFilter
 
accept(EmbeddedObject) - 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(EmbeddedObject) - Method in interface org.identityconnectors.framework.common.objects.filter.Filter
Determines whether the specified EmbeddedObject matches this filter.
accept(Object) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
 
accept(Object) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
accept(Object) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
accept(Object) - 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(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
Return the opposite the internal filters return value.
accept(EmbeddedObject) - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
Return the opposite the internal filters return value.
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(EmbeddedObject) - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
Takes the result from the left and ORs it w/ the right filter.
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithIgnoreCaseFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
 
accept(EmbeddedObject) - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
 
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.
add(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Takes all the attribute from a ConnectorObject and add/overwrite the current attributes.
add(EmbeddedObject) - Method in class org.identityconnectors.framework.common.objects.EmbeddedObjectBuilder
Takes all the attribute from a EmbeddedObject 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(String...) - Method in class org.identityconnectors.framework.api.ConfigurationFilterBuilder
 
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.
addAttribute(Attribute...) - Method in class org.identityconnectors.framework.common.objects.EmbeddedObjectBuilder
Adds one or many attributes to the EmbeddedObject.
addAttribute(String, Object...) - Method in class org.identityconnectors.framework.common.objects.EmbeddedObjectBuilder
Adds values to the attribute.
addAttribute(String, Collection<?>) - Method in class org.identityconnectors.framework.common.objects.EmbeddedObjectBuilder
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.
addAttributes(Collection<Attribute>) - Method in class org.identityconnectors.framework.common.objects.EmbeddedObjectBuilder
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 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.
addObjectClass(String...) - Method in class org.identityconnectors.framework.api.ConfigurationFilterBuilder
 
addOperation(Class<? extends APIOperation>...) - Method in class org.identityconnectors.framework.api.ConfigurationFilterBuilder
 
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<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.
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
Thrown if CreateApiOp attempts to create an object 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.
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.
APIConfiguration - Interface in org.identityconnectors.framework.api
Interface to show the configuration properties from both the SPI/API based on the Connector makeup.
APIOperation - Interface in org.identityconnectors.framework.api.operations
Base interface for all API operations.
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.
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
 
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
 
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.
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.
AttributeInfoUtil() - Constructor for class org.identityconnectors.framework.common.objects.AttributeInfoUtil
 
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
 
AttributeUtil - Class in org.identityconnectors.framework.common.objects
Utility methods to retrieve values from instances of Attribute.
AttributeUtil() - Constructor for class org.identityconnectors.framework.common.objects.AttributeUtil
 
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 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
Log in to a target system or application (using a specified username and password).

B

Base64 - Class in org.identityconnectors.common
Utility package for base64 encoding and decoding.
BinaryObjectDeserializer - Interface in org.identityconnectors.framework.common.serializer
Interface for reading objects from a stream.
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.
build() - Method in class org.identityconnectors.common.script.ScriptBuilder
Creates a Script.
build() - Method in class org.identityconnectors.framework.api.ConfigurationFilterBuilder
 
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() - 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.EmbeddedObjectBuilder
Builds a 'EmbeddedObject' based on the attributes 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() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Creates a SyncDelta.
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
 
buildCurrentAttributes(ObjectClass, Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents current object values on the target system.
buildCurrentAttributes(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create AttributeInfo for CURRENT_ATTRIBUTES operational attribute.
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.
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.
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.
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.
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.
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.
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.
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.
buildPasswordChange() - Static method in class org.identityconnectors.framework.api.ConfigurationFilterBuilder
 
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.
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.
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.
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
 
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

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.
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.
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
 
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.
clearLocalCache() - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Clears the local bundle manager cache.
clearRemoteCache() - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Clears the remote cache.
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
CollectionUtil - Class in org.identityconnectors.common
 
ComparableAttributeFilter - Class in org.identityconnectors.framework.common.objects.filter
Filter for an attribute value that is comparable.
compare(Object) - Method in class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
 
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
Configuration - Interface in org.identityconnectors.framework.spi
Encapsulates the configuration of a connector.
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
 
ConfigurationFilter - Class in org.identityconnectors.framework.api
ConfigurationFilter offers easy way to filter the ConfigurationProperty by the following; object class names(see ObjectClass) operations (see APIOperation) attribute names

The filter accepts ConfigurationProperty if:
the property object class is specific to filter object class OR not specific to any object class AND the property operation is specific to filter operation OR not specific to any operation AND the property attribute is specific to filter attribute OR not specific to any attribute

Since the object is immutable, you need to use ConfigurationFilterBuilder to create an instance.

ConfigurationFilterBuilder - Class in org.identityconnectors.framework.api
Builder for ConfigurationFilter objects.
ConfigurationFilterBuilder() - Constructor for class org.identityconnectors.framework.api.ConfigurationFilterBuilder
 
ConfigurationFilterBuilder(ConfigurationFilter) - Constructor for class org.identityconnectors.framework.api.ConfigurationFilterBuilder
 
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.
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.
ConnectionBrokenException - Exception in org.identityconnectors.framework.common.exceptions
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
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
 
Connector - Interface in org.identityconnectors.framework.spi
This is the main interface to declare a connector.
ConnectorClass - Annotation Type in org.identityconnectors.framework.spi
This annotation must be present on each connector class.
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
 
ConnectorInfo - Interface in org.identityconnectors.framework.api
The connector meta-data for a given connector.
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
 
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
 
ConnectorMessages - Interface in org.identityconnectors.framework.common.objects
Message catalog for a given connector.
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
 
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
 
contains(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject or EmbeddedObject 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 or EmbeddedObject 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
 
containsIgnoreCase(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject or EmbeddedObject with a value for the specified Attribute that contains as any substring (ignoring case) the value of the specified Attribute.
ContainsIgnoreCaseFilter - Class in org.identityconnectors.framework.common.objects.filter
 
ContainsIgnoreCaseFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.ContainsIgnoreCaseFilter
 
containsInterface(Class<?>, Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Determine if the target class implements the provided interface.
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 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.
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
Add a new ConnectorObject to the target system or application.
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.
createContainsIgnoreCaseExpression(ContainsIgnoreCaseFilter, 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.
createDefaultAPIConfiguration() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Loads the Connector and Configuration class in order to determine the proper default configuration parameters.
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.
createEmbeddedObjectFilterTranslator(String) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create an instance of AbstractFilterTranslator that will be used to translate the filter of an EmbeddedObjectFilter.
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.
createEndsWithIgnoreCaseExpression(EndsWithIgnoreCaseFilter, 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 EQUALS expression if the native resource supports EQUALS.
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.
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.
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.
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.
createStartsWithIgnoreCaseExpression(StartsWithIgnoreCaseFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a case-insensitive STARTS-WITH expression if the native resource supports STARTS-WITH.
createTestConfiguration(Class<? extends Connector>, Configuration) - 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.
CURRENT_ATTRIBUTES - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Used for resources which needs to know the current attribute values in order to make changes to the target resource.
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.
CurrentLocale() - Constructor for class org.identityconnectors.common.l10n.CurrentLocale
 

D

decode(String) - Static method in class org.identityconnectors.common.Base64
Decodes a specified base64-encoded String and returns the resulting bytes.
decrypt(byte[]) - Method in interface org.identityconnectors.common.security.Encryptor
Decrypts the given byte array
defineObjectClass(ObjectClassInfo) - 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(String, Class<?>) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
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 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.
DeleteApiOp - Interface in org.identityconnectors.framework.api.operations
Remove a ConnectorObject (specified by Uid) from the target system or application.
DeleteOp - Interface in org.identityconnectors.framework.spi.operations
Operation interface to delete objects from the target resource.
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.
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.
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.
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 class org.identityconnectors.framework.api.ConnectorFacadeFactory
Dispose of all connector pools, resources, etc.
dispose() - Method in interface org.identityconnectors.framework.spi.Connector
Dispose of any resources the Connector uses.
DOUBLE_QUOTE - Static variable in class org.identityconnectors.common.XmlUtil
 

E

EmbeddedObject - Class in org.identityconnectors.framework.common.objects
An EmbeddedObject represents an object (e.g., an Account's Address) on the target resource that is embedded in another object.
embeddedObject(String, Filter) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Applies the specified instance of Filter to each of the EmbeddedObjects that constitute the value of the specified attribute name of a ConnectorObject or EmbeddedObject.
EmbeddedObjectBuilder - Class in org.identityconnectors.framework.common.objects
Builder class to create a EmbeddedObject.
EmbeddedObjectBuilder() - Constructor for class org.identityconnectors.framework.common.objects.EmbeddedObjectBuilder
 
EmbeddedObjectFilter - Class in org.identityconnectors.framework.common.objects.filter
Applies a filter to each of the EmbeddedObjects that constitute the values of an attribute.
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
Returns a String of base64-encoded characters to represent the specified data array.
encrypt(byte[]) - Method in interface org.identityconnectors.common.security.Encryptor
Encrypts the given byte array
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
 
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 or EmbeddedObject 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
 
endsWithIgnoreCase(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject or EmbeddedObject with a value for the specified Attribute that contains as a final substring (ignoring case) the value of the specified Attribute.
EndsWithIgnoreCaseFilter - Class in org.identityconnectors.framework.common.objects.filter
 
EndsWithIgnoreCaseFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.EndsWithIgnoreCaseFilter
 
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, Object, boolean) - Static method in class org.identityconnectors.common.CollectionUtil
 
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 iff 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.framework.api.ConfigurationFilter
 
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.common.objects.Attribute
 
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.EmbeddedObject
 
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 iff 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.SyncDelta
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
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.
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 or EmbeddedObject with a value for the specified Attribute that is lexically equal to the value of the specified Attribute.
equalToIgnoreCase(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject or EmbeddedObject 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
 
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
ConnectorFacade calls this method once for each native query that the FilterTranslator produces in response to the Filter passed into SearchApiOp.
extractResourceToFile(Class<?>, String, File) - Static method in class org.identityconnectors.common.IOUtil
Extracts the resource to a file.

F

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 or an EmbeddedObject.
FilterBuilder - Class in org.identityconnectors.framework.common.objects.filter
FilterBuilder creates a filter that will match any ConnectorObject or EmbeddedObject that satisfies all of the selection criteria that were specified using this builder.
FilterBuilder() - Constructor for class org.identityconnectors.framework.common.objects.filter.FilterBuilder
 
FilterTranslator<T> - Interface in org.identityconnectors.framework.common.objects.filter
 
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.
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.
findBoolean(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the boolean 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.
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 integer 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.
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.
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.
FrameworkUtil - Class in org.identityconnectors.framework.common
 

G

get() - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Gets the locale from the current thread.
getAllInterfaces(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Builds a Set of interfaces from the target class.
getAllSupportedAttributeTypes() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
 
getAllSupportedConfigTypes() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
 
GetApiOp - Interface in org.identityconnectors.framework.api.operations
Get a particular ConnectorObject based on the Uid.
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.
getAttributeByName(String) - Method in class org.identityconnectors.framework.common.objects.EmbeddedObject
Get an attribute by if it exists else null.
getAttributeInfo() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
getAttributeName() - Method in class org.identityconnectors.framework.common.objects.filter.EmbeddedObjectFilter
 
getAttributes() - Method in class org.identityconnectors.framework.api.ConfigurationFilter
 
getAttributes() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Set of attributes for which this property must be specified.
getAttributes() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Get the set of attributes that represent this object.
getAttributes() - Method in class org.identityconnectors.framework.common.objects.EmbeddedObject
Get the set of attributes that represent this object.
getAttributesToGet() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Get the string array of attribute names to return in the object.
getBasicAttributes(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Filter out any special attribute from the specified set.
getBigDecimalValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the big decimal value from the specified (single-valued) attribute.
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
 
getBundleVersion() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
getConfiguration() - Method in interface org.identityconnectors.framework.spi.Connector
Return the configuration that was passed to Connector.init(Configuration).
getConfigurationProperties() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Gets instance of the configuration properties.
getConnectorDisplayName() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Returns a friendly name suitable for display in the UI.
getConnectorInfos() - Method in interface org.identityconnectors.framework.api.ConnectorInfoManager
Returns the list of ConnectorInfo instances.
getConnectorKey() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Uniquely identifies this connector in a given installation
getConnectorMessages() - Method in class org.identityconnectors.framework.spi.AbstractConfiguration
 
getConnectorMessages() - Method in interface org.identityconnectors.framework.spi.Configuration
Should return the message catalog that is set by Configuration.setConnectorMessages(ConnectorMessages).
getConnectorName() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
getConnectorPoolConfiguration() - Method in interface org.identityconnectors.framework.api.APIConfiguration
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.
getCurrentAttributes(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the OperationalAttributes.CURRENT_ATTRIBUTES from the set of attributes.
getCurrentPasswordValue(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the current password value from the provided set of Attributes.
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.
getDefaultEncryptor() - Method in class org.identityconnectors.common.security.EncryptorFactory
Default encryptor that encrypts/descrypts using a default key
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.
getDisplayName(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
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(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the integer value from the specified (single-valued) attribute.
getEmbeddedObjectValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the EmbeddedObject value from the specified (single-valued) attribute.
getEnabled(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Return the enabled status of the account.
getEnableDate(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the enable date from the set of attributes.
getFilter() - Method in class org.identityconnectors.framework.common.objects.filter.EmbeddedObjectFilter
 
getFilter() - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
Get the internal filter that is being negated.
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.
getFrameworkVersion() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Returns the version of the framework.
getGuardedStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the GuardedString value from the specified (single-valued) attribute.
getHelpMessage(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get the help message from the message catalog.
getHost() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the host to connect to.
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.objects.LocaleCache
 
getInstance() - Static method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Get the singleton instance of the ObjectSerializerFactory.
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.framework.api.RemoteFrameworkConnectionInfo
Returns the remote framework key
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 interface org.identityconnectors.framework.spi.operations.SyncOp
Returns the token corresponding to the most recent synchronization event.
getLeft() - Method in class org.identityconnectors.framework.common.objects.filter.CompositeFilter
 
getLocalManager(URL...) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager from a list of bundle URLs.
getLog(Class<?>) - Static method in class org.identityconnectors.common.logging.Log
Get the logger for the particular class.
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.
getMaxIdle() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Get the maximum number of idle objects.
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.
getMessages() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Returns the connector messages for this connector
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 micro 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.
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.AttributeInfo
The native 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
 
getNameFromAttributes(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the Name attribute from the specified set of attributes.
getNameValue() - Method in class org.identityconnectors.framework.common.objects.Name
The single value of the attribute that is the unique id of an object.
getNextElement(Node) - Static method in class org.identityconnectors.common.XmlUtil
Get the next right sibling that is an element.
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.
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.EmbeddedObject
Gets the ObjectClass for this object.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns the object class.
getObjectClasses() - Method in class org.identityconnectors.framework.api.ConfigurationFilter
 
getObjectClasses() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Set of object classes for which this property must be specified.
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.
getObjectClassName() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
For attributes that hold an embedded object, returns the name of the object class representing that object.
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
 
getOperation(Class<? extends APIOperation>) - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Get an instance of an operation that this facade supports.
getOperationalAttributeNames() - Static method in class org.identityconnectors.framework.common.objects.OperationalAttributes
 
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.
getOperations() - Method in class org.identityconnectors.framework.api.ConfigurationFilter
 
getOperations() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Set of operations for which this property must be specified.
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.
getPackage(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Returns the package the class is associated with.
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<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the password expired attribute from a Collection of Attributes.
getPasswordValue(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the password value from the provided set of Attributes.
getPatch() - Method in class org.identityconnectors.common.Version
Returns this version number's patch component.
getPort() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the port to connect to
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.
getProperties(Class<?>) - 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, 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(ConfigurationFilter) - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
Get the filtered list of properties names for this Configuration.
getReader() - Method in class org.identityconnectors.common.StringPrintWriter
Return a reader for the accumulated string.
getRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager for a remote framework.
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.
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.
getRevision() - Method in class org.identityconnectors.common.Version
Returns this version number's revision component.
getRight() - Method in class org.identityconnectors.framework.common.objects.filter.CompositeFilter
 
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..
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.
getSingleValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the Object value from the specified (single-valued) attribute.
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.
getString() - Method in class org.identityconnectors.common.StringPrintWriter
Return the string in the internal string writer.
getStringProperty(String) - Method in class org.identityconnectors.test.common.PropertyBag
Gets a required property value known to be of string type.
getStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the string value from the specified (single-valued) attribute.
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.
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.
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.
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.
getTrustManagers() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the list of TrustManager's.
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
 
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.
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.
getUnconditionallySupportedOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Returns the set of operations that are always supported
getUseSSL() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns true iff we are to use SSL to connect.
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.
getVersion() - Method in class org.identityconnectors.common.Version
Returns this version as a string.
greaterThan(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject or EmbeddedObject 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 or EmbeddedObject with a value for the specified Attribute that is lexically greater than or equal to the value of the specified Attribute.
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
Call-back method to do whatever it is the caller wants to do with each ConnectorObject that is returned in the result of SearchApiOp.
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.test.common.ToListResultsHandler
 
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.framework.api.ConfigurationFilter
 
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.common.objects.Attribute
 
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.EmbeddedObject
 
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.SyncDelta
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.SyncToken
 

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(Configuration) - Method in interface org.identityconnectors.framework.spi.Connector
Initialize the connector with its configuration.
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.
intersection(Collection<T>, Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns the intersection of two Collections as an unmodifiable set.
InvalidCredentialException - Exception in org.identityconnectors.framework.common.exceptions
Thrown when at least one credential (e.g., password, username or certificate) passed into an operation is invalid.
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
 
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.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.
isBlank(String) - Static method in class org.identityconnectors.common.StringUtil
StringUtil.isBlank(null) = true StringUtil.isBlank("") = true StringUtil.isBlank(" ") = true StringUtil.isBlank("bob") = false StringUtil.isBlank(" bob ") = false
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
isConfidential() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Is this a confidential property whose value should be encrypted by the application when persisted?
isConnectorPoolingSupported() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Determines if this Connector uses the framework's connector pooling.
isContainer() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
isCreateable() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is writable on create.
isEmbedded() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
Returns true if this is an embedded object class, i.e., objects of this class are embedded in other objects.
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.
isEnabled(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the ConnectorObject is enable.
isError() - Method in class org.identityconnectors.common.logging.Log
 
isInfo() - Method in class org.identityconnectors.common.logging.Log
 
isLockedOut(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the ConnectorObject is locked out.
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.
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
 
isNotEmpty(String) - Static method in class org.identityconnectors.common.StringUtil
Determines if a string is not empty.
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() - 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 iff this byte array has been marked read-only
isReadOnly() - Method in class org.identityconnectors.common.security.GuardedString
Returns true iff this string has been marked read-only
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.
isReturnedByDefault() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is returned by default.
isSet() - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Returns true iff a thread-local locale is specified on the current thread.
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.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).
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.
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.

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.
lessThan(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject or EmbeddedObject 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 or EmbeddedObject with a value for the specified Attribute that is lexically less than or equal to the value of the specified Attribute.
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.
LocaleCache - Class in org.identityconnectors.framework.common.objects
An immutable reference to a Locale instance.
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 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(Class<?>, String, Log.Level, String, Throwable) - Method in interface org.identityconnectors.common.logging.LogSpi
Log given the class, level, message, and exception.
Log.Level - Enum in org.identityconnectors.common.logging
Basic logging levels.
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

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.

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.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.
newBinaryDeserializer(InputStream) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Creates a BinaryObjectDeserializer for reading objects from the given stream.
newBinarySerializer(OutputStream) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Creates a BinaryObjectSerializer for writing objects to the given stream.
newCaseInsensitiveMap() - Static method in class org.identityconnectors.common.CollectionUtil
Creates a case-insenstive 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.
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
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.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.
newXmlSerializer(Writer, boolean, boolean) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Creates a BinaryObjectSerializer for writing objects to the given stream.
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.
normalizeAttribute(ObjectClass, Attribute) - Method in interface org.identityconnectors.framework.spi.AttributeNormalizer
 
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 ArrayList if the parameter c is null.
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

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.
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
 
ObjectClassUtil - Class in org.identityconnectors.framework.common.objects
Utility methods to for ObjectClass.
ObjectPoolConfiguration - Class in org.identityconnectors.common.pooling
Configuration for pooling objects
ObjectPoolConfiguration() - Constructor for class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
ObjectSerializerFactory - Class in org.identityconnectors.framework.common.serializer
Serializer factory for serializing connector objects.
ObjectSerializerFactory() - Constructor for class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
 
ok(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
ok(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
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_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.
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.
OperationalAttributeInfos() - Constructor for class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
 
OperationalAttributes - Class in org.identityconnectors.framework.common.objects
Operational attributes have special meaning and cannot be represented by pure operations.
OperationalAttributes() - Constructor for class org.identityconnectors.framework.common.objects.OperationalAttributes
 
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.
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.
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.
org.identityconnectors.common - package org.identityconnectors.common
Common utilities for all Connectors.
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.pooling - package org.identityconnectors.common.pooling
Contains pooling configuration class only.
org.identityconnectors.common.script - package org.identityconnectors.common.script
Scripting support in ICF.
org.identityconnectors.common.security - package org.identityconnectors.common.security
Provides facility to secure String and ByteArray, so it is securely stored in a memory (or transported to Connector Server).
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.spi - package org.identityconnectors.framework.spi
'Service Provider Interface' package - the developer of a connector-bundle implements the SPI.
org.identityconnectors.framework.spi.operations - package org.identityconnectors.framework.spi.operations
 
org.identityconnectors.test.common - package org.identityconnectors.test.common
The org.identityconnectors.test.common package offers a set of utility classes and methods useful to connector tests.
org.identityconnectors.test.common.spi - package org.identityconnectors.test.common.spi
 
overridesEqualsAndHashcode(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Returns true iff 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.
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.
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
Thrown when a password credential is invalid.
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
 
PoolableConnector - Interface in org.identityconnectors.framework.spi
To be implemented by connectors that wish to be pooled.
PredefinedAttributeInfos - Class in org.identityconnectors.framework.common.objects
 
PredefinedAttributeInfos() - Constructor for class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
 
PredefinedAttributes - Class in org.identityconnectors.framework.common.objects
Defines standard syntax and semantics for common attributes that are not operational in nature.
PredefinedAttributes() - Constructor for class org.identityconnectors.framework.common.objects.PredefinedAttributes
 
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.
PropertyBag - Class in org.identityconnectors.test.common
Encapsulates a read-only bag of properties, which can be accessed in a type-safe manner.

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.

R

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.
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.
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
readInputStreamBytes(InputStream, boolean) - Static method in class org.identityconnectors.common.IOUtil
Reads an entire file and returns the bytes.
readObject() - Method in interface org.identityconnectors.framework.common.serializer.BinaryObjectDeserializer
Reads the next object from the stream.
ReflectionUtil - Class in org.identityconnectors.common
 
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.
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 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.
replaceVariable(String, String, String) - Static method in class org.identityconnectors.common.StringUtil
Simple variable replacement internally using regular expressions.
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 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
Get the Uid of any ConnectorObject (i.e., account) associated with a specific username.
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.
rethrow() - Method in exception org.identityconnectors.framework.common.exceptions.ConnectorException
Re-throw the original exception.
runScriptOnConnector(ScriptContext, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.ScriptOnConnectorApiOp
Runs the script.
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 interface org.identityconnectors.framework.spi.operations.ScriptOnResourceOp
Run the specified script on the target resource that this connector manages.

S

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 interface org.identityconnectors.framework.spi.operations.SchemaOp
Describes the types of objects this Connector supports.
SchemaApiOp - Interface in org.identityconnectors.framework.api.operations
Get the schema from the Connector.
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
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.
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.
ScriptOnResourceOp - Interface in org.identityconnectors.framework.spi.operations
Operation that runs a script directly on a target resource.
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(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.
SearchApiOp - Interface in org.identityconnectors.framework.api.operations
Retrieve ConnectorObjects that match a speciifed filter (i.e., set of query conditions).
SearchOp<T> - Interface in org.identityconnectors.framework.spi.operations
Implement this interface to allow the Connector to search for resource objects.
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
 
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
set(Locale) - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Sets the locale for the current thread.
setAttributesToGet(String...) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Sets the OperationOptions.OP_ATTRIBUTES_TO_GET option.
setAttributesToGet(Collection<String>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Sets the OperationOptions.OP_ATTRIBUTES_TO_GET option.
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.
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
setCreateable(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if the attribute is writable.
setDeltaType(SyncDeltaType) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the type of the change that occurred.
setEmbedded(boolean) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Set to true to indicate that this is an embedded object class, i.e., that objects of this class are embedded in other objects.
setFlags(Set<AttributeInfo.Flags>) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Sets all of the flags for this builder.
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.
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.
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.
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.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
 
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.EmbeddedObjectBuilder
 
setObjectClassName(String) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
For attributes that hold an embedded object, sets the name of the object class representing that object.
setOption(String, Object) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Sets a given option and a value for that option.
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.
setPropertyValue(String, Object) - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
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.
setRequired(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if this attribute is required.
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.
setTimeout(Class<? extends APIOperation>, int) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Sets the timeout value for the operation provided.
setToken(SyncToken) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the SyncToken of the object that changed.
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
 
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.
setValue(Object) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
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.
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/.
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.
startsWith(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject or EmbeddedObject 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
 
startsWithIgnoreCase(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject or EmbeddedObject with a value for the specified Attribute that contains as an initial substring (ignoring case) the value of the specified Attribute.
StartsWithIgnoreCaseFilter - Class in org.identityconnectors.framework.common.objects.filter
 
StartsWithIgnoreCaseFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.StartsWithIgnoreCaseFilter
 
storePropertiesFile(File, Properties) - Static method in class org.identityconnectors.common.IOUtil
Stores the given file as a Properties file.
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
 
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.
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 interface org.identityconnectors.framework.spi.operations.SyncOp
Request synchronization events--i.e., native changes to target objects.
SyncApiOp - Interface in org.identityconnectors.framework.api.operations
Poll for synchronization events--i.e., native changes to target objects.
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.
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

T

test() - Method in interface org.identityconnectors.framework.api.operations.TestApiOp
Tests the Configuration with the connector.
test() - Method in interface org.identityconnectors.framework.spi.operations.TestOp
Tests the Configuration with the connector.
TestApiOp - Interface in org.identityconnectors.framework.api.operations
Tests the configuration with the connector.
TestHelpers - Class in org.identityconnectors.test.common
Bag of utility methods useful to connector tests.
TestHelpersSpi - Interface in org.identityconnectors.test.common.spi
Private use only, do not implement! Use the methods in TestHelpers instead.
TestOp - Interface in org.identityconnectors.framework.spi.operations
Tests the connector Configuration.
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 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.
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.
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() - Method in class org.identityconnectors.common.script.Script
 
toString() - Method in class org.identityconnectors.common.Version
 
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.common.objects.Attribute
 
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.EmbeddedObject
 
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.ContainsIgnoreCaseFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EmbeddedObjectFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithIgnoreCaseFilter
 
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.filter.StartsWithIgnoreCaseFilter
 
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.SyncDelta
 
toString() - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
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
 

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
 
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 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.
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).
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.
UTF8 - Static variable in class org.identityconnectors.common.IOUtil
 

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.spi.AbstractConfiguration
 
validate() - Method in interface org.identityconnectors.framework.spi.Configuration
Determines if the configuration is valid.
ValidateApiOp - Interface in org.identityconnectors.framework.api.operations
Validates the configuration.
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.SyncDeltaType
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're 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're 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're 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.

W

warn(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
warn(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
wrap(Throwable) - Static method in exception org.identityconnectors.framework.common.exceptions.ConnectorException
If Exception parameter passed in is a RuntimeException it is simply returned.
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.
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.

X

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.
XmlUtil - Class in org.identityconnectors.common
 

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


Copyright © 2012, Oracle and/or its affiliates. All rights reserved.