Index

A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

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
 
AbstractConfiguration.ConfigurationChangeCallback - Interface in org.identityconnectors.framework.spi
 
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(String) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
 
accept(ConnectorObject) - 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.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(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(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.ExtendedMatchFilter
Framework can not understand this filter, always return true.
accept(ConnectorObject) - Method in interface org.identityconnectors.framework.common.objects.filter.Filter
Determines whether the specified ConnectorObject matches this filter.
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
Determine if the ConnectorObject Attribute value is greater than the one provided in the filter.
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
Return false if the attribute is not present otherwise compare the attribute to the ConnectorObject's Attribute.
accept(ConnectorObject) - 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(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.PresenceFilter
Determines if the attribute provided is present in the ConnectorObject.
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.EqualsFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.ExtendedMatchFilter
 
accept(FilterVisitor<R, P>, P) - Method in interface org.identityconnectors.framework.common.objects.filter.Filter
Applies a FilterVisitor to this Filter.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.PresenceFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
access(byte[]) - Method in interface org.identityconnectors.common.security.GuardedByteArray.Accessor
This method will be called with the clear text of the bytes.
access(char[]) - Method in interface org.identityconnectors.common.security.GuardedString.Accessor
This method will be called with the clear text of the string.
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(GuardedString.Accessor) - Method in class org.identityconnectors.common.security.GuardedString
Provides access to the clear-text value of the string in a controlled fashion.
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.
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, 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 a collection.
addAttribute(Attribute[]) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds many attributes to the ConnectorObject.
addAttribute(AttributeBuilder, String, Object...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds values to the attribute, using a recycled AttributeBuilder.
addAttribute(AttributeBuilder, String, Collection<?>) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds each object in a collection, using a recycled AttributeBuilder.
addAttribute(Attribute, Attribute...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds one or many attributes to the ConnectorObject.
addAttributeInfo(AttributeInfo) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Add the specified AttributeInfo object to the ObjectClassInfo that is being built.
addAttributes(Collection<Attribute>) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Add all the Attributes of a Collection.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.UpdateApiOp
Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in 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.
addChangeCallback(AbstractConfiguration.ConfigurationChangeCallback) - Method in class org.identityconnectors.framework.spi.AbstractConfiguration
 
addConnectorEventHandler(ConnectorEventHandler) - Method in interface org.identityconnectors.common.event.ConnectorEventPublisher
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addCreateOp(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.api.operations.batch.BatchBuilder
Add a Create operation to the batch.
addDeleteOp(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.api.operations.batch.BatchBuilder
Add a Delete operation to the batch.
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.
addToken(String) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
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.
addUpdateAddOp(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.api.operations.batch.BatchBuilder
Add an Update:Add operation to the batch.
addUpdateRemoveOp(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.api.operations.batch.BatchBuilder
Add an Update:Remove operation to the batch.
addUpdateReplaceOp(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.api.operations.batch.BatchBuilder
Add an Update:Replace operation to the batch.
addValue(Object...) - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Add each of the specified objects as a values for the attribute that is being built.
addValue(Collection<?>) - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Adds each object in the collection as a value for the attribute that is being built.
ADDVALUES - Enum constant in enum class org.identityconnectors.framework.api.operations.batch.UpdateType
 
ALL - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
Represents all collections that contains any object.
ALL_NAME - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
This constant defines a specific value of ObjectClass that is reserved for ObjectClass.ALL.
allAPIOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Return all the known APIOperations.
allSPIOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Return all the known SPIOperations.
AlreadyExistsException - Exception in org.identityconnectors.framework.common.exceptions
AlreadyExistsException is thrown to indicate if CreateApiOp attempts to create an object that exists prior to the method execution or UpdateApiOp attempts to rename an object to that exists prior to the method execution.
AlreadyExistsException() - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
AlreadyExistsException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
AlreadyExistsException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
and(Collection<Filter>) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "AND" filter using the provided list of sub-filters.
and(Filter...) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "AND" filter using the provided list of sub-filters.
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(Collection<Filter>) - Constructor for class org.identityconnectors.framework.common.objects.filter.AndFilter
 
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.
ascendingOrder(String) - Static method in class org.identityconnectors.framework.common.objects.SortKey
Creates a new ascending-order sort key for the provided field.
asReadOnlyList(List<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns a read-only list.
asReadOnlyMap(Map<T, K>) - Static method in class org.identityconnectors.common.CollectionUtil
 
Assertions - Class in org.identityconnectors.common
 
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 Class 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.
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.
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
 

B

Base64 - Class in org.identityconnectors.common
Utility package for base64 encoding and decoding.
BatchApiOp - Interface in org.identityconnectors.framework.api.operations
Execute a series of APIOperation.
BatchBuilder - Class in org.identityconnectors.framework.api.operations.batch
Builds a list of BatchTask objects.
BatchBuilder() - Constructor for class org.identityconnectors.framework.api.operations.batch.BatchBuilder
 
BatchEmptyResult - Class in org.identityconnectors.framework.api.operations.batch
Object to return in a batch result list when there is no data as a result of the operation, e.g.
BatchEmptyResult(String) - Constructor for class org.identityconnectors.framework.api.operations.batch.BatchEmptyResult
 
BatchOp - Interface in org.identityconnectors.framework.spi.operations
Execute a batched list of operations.
BatchResult - Class in org.identityconnectors.framework.common.objects
 
BatchResult(Object, BatchToken, String, Boolean, Boolean) - Constructor for class org.identityconnectors.framework.common.objects.BatchResult
 
BatchTask<R> - Interface in org.identityconnectors.framework.api.operations.batch
Encapsulate the parameters for an API operation to be executed later.
BatchTaskExecutor - Interface in org.identityconnectors.framework.api.operations.batch
A visitor for executing batch tasks.
BatchToken - Class in org.identityconnectors.framework.common.objects
Encapsulates zero or more tokens resulting from submission of a set of batched operations to an external resource via a connector.
BatchToken() - Constructor for class org.identityconnectors.framework.common.objects.BatchToken
 
BatchToken(String) - Constructor for class org.identityconnectors.framework.common.objects.BatchToken
 
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.ConnectorKeyRange.Builder
 
build() - Method in class org.identityconnectors.common.script.ScriptBuilder
Creates a Script.
build() - Method in class org.identityconnectors.framework.api.operations.batch.BatchBuilder
Return the current task list as a copy of the original.
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() - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Builds a 'ConnectorObject' based on the attributes and Uid provided.
build() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Constructs an instance of ObjectClassInfo with any characteristics that were previously specified using this builder.
build() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
build() - 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.
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) - 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.OperationOptionInfoBuilder
 
build(String, Class<?>) - 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.OperationOptionInfoBuilder
 
build(String, Class<?>, Set<AttributeInfo.Flags>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create an AttributeInfo.
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.
buildAttributesToGet() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
Builds an OperationOptionInfo for the attribute to get option.
buildContainer() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildCurrentPassword(char[]) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the current password of an object on a target system or application.
buildCurrentPassword(GuardedString) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the current password of an object on a target system or application.
buildDisableDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to disable an object on a target system or application.
buildDisableDate(Date) - Static method in class org.identityconnectors.framework.common.objects.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(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to enable an object on a target system or application.
buildEnableDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to enable an object on a target system or application.
Builder() - Constructor for class org.identityconnectors.common.ConnectorKeyRange.Builder
 
buildLastLoginDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time of the most recent login for an object (such as an account) on a target system or application.
buildLastLoginDate(Date) - Static method in class org.identityconnectors.framework.common.objects.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(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time that the password was most recently changed for an object (such as an account) on a target system or application.
buildLastPasswordChangeDate(Date) - Static method in class org.identityconnectors.framework.common.objects.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.
buildPagedResultsCookie() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildPagedResultsOffset() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildPageSize() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildPassword(char[]) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the password of an object on a target system or application.
buildPassword(GuardedString) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the password of an object on a target system or application.
buildPasswordChangeInterval(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents how often the password must be changed for an object (such as an account) on a target system or application.
buildPasswordExpirationDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date/time that a password will expire on a target system or application.
buildPasswordExpirationDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time that a password will expire on a target system or application.
buildPasswordExpired(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents whether the password of an object is expired on a target system or application.
buildRunWithPassword() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildRunWithUser() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildScope() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildSortKeys() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
BUNDLE - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BUNDLE_ID - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BUNDLE_SYMBOLICNAME - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BUNDLE_VERSION - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
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.
bytesToHex(byte[], boolean) - Static method in class org.identityconnectors.common.security.SecurityUtil
Computes the Hex encoded input.
ByteUtil - Class in org.identityconnectors.common
Utility package for byte manipulation.

C

categoryKey() - Element in annotation interface org.identityconnectors.framework.spi.ConnectorClass
Category the connector belongs to such as 'LDAP' or 'DB'.
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.
checkAttributeValue(String, 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(File) - Static method in class org.identityconnectors.common.IOUtil
Calculates the CRC32 checksum of the specified file.
checksum(String) - Static method in class org.identityconnectors.common.IOUtil
Calculates the CRC32 checksum of the specified file.
clear() - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Clears the locale for the current thread.
clear() - Method in class org.identityconnectors.common.StringPrintWriter
Clear out the underlying string writer.
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
clearAttributes() - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Clears all Attributes, for recycling this ConnectionObjectBuilder.
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.
clearValue() - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Clears value to recycle this AttributeBuilder.
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.objects.Subscription
Unsubscribes this SubscriptionHandler from receiving messages sent to this channel.
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(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
Call compareTo on the attribute values.
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(byte[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Computes the base 64 encoded SHA1 hash of the input.
computeBase64SHA1Hash(char[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Computes the base 64 encoded SHA1 hash of the input.
computeHexSHA1Hash(byte[], boolean) - Static method in class org.identityconnectors.common.security.SecurityUtil
Computes the Hex encoded SHA1 hash of the input.
confidential() - Element in annotation interface org.identityconnectors.framework.spi.ConfigurationProperty
Is this a confidential property whose value should be encrypted by the application when persisted?
Configuration - Interface in org.identityconnectors.framework.spi
Encapsulates the configuration of a connector.
configurationClass() - Element in annotation interface org.identityconnectors.framework.spi.ConnectorClass
The configuration class for a given connector.
ConfigurationClass - Annotation Interface in org.identityconnectors.framework.spi
The Configuration interface is traversed through reflection.
ConfigurationException - Exception in org.identityconnectors.framework.common.exceptions
Thrown to indicate there was some configuration problem with one of the bundles.
ConfigurationException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationProperties - Interface in org.identityconnectors.framework.api
Encapsulates the Configuration at the SPI layer and uses reflection to identify the individual properties that are available for an application to manipulate.
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 Interface in org.identityconnectors.framework.spi
The Configuration interface is traversed through reflection.
configurationPropertyChange(List<ConfigurationProperty>) - Method in interface org.identityconnectors.framework.api.ConfigurationPropertyChangeListener
Receives notification that an ConfigurationProperty has been changed to connector.
ConfigurationPropertyChangeListener - Interface in org.identityconnectors.framework.api
A ConfigurationPropertyChangeListener receives the change of ConfigurationProperty.
ConnectionBrokenException - Exception in org.identityconnectors.framework.common.exceptions
ConnectionBrokenException is thrown when a connection to a target resource instance fails during an operation.
ConnectionBrokenException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
 
ConnectionBrokenException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
 
ConnectionBrokenException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
 
ConnectionBrokenException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
 
ConnectionFailedException - Exception in org.identityconnectors.framework.common.exceptions
ConnectionFailedException is thrown when a Connector cannot reach the target resource instance.
ConnectionFailedException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
 
ConnectionFailedException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
 
ConnectionFailedException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
 
ConnectionFailedException(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.
CONNECTOR_BUNDLE_NAME - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_NAME - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_REGISTERED - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_UNREGISTERING - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_VERSION - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
ConnectorClass - Annotation Interface in org.identityconnectors.framework.spi
This annotation must be present on each connector class.
ConnectorEvent - Class in org.identityconnectors.common.event
 
ConnectorEvent(String, ConnectorKey) - Constructor for class org.identityconnectors.common.event.ConnectorEvent
Constructs a prototypical Event.
ConnectorEvent(ConnectorEvent) - Constructor for class org.identityconnectors.common.event.ConnectorEvent
Copy Constructor.
ConnectorEventHandler - Interface in org.identityconnectors.common.event
A ConnectorEventHandler receives notification when a connector bundle is registered or unregistered.
ConnectorEventPublisher - Interface in org.identityconnectors.common.event
The ConnectorEventPublisher is used by Connector Info Manager to publish events to the Framework.
ConnectorEventSubscriptionApiOp - Interface in org.identityconnectors.framework.api.operations
 
ConnectorEventSubscriptionOp - Interface in org.identityconnectors.framework.spi.operations
A ConnectorEventSubscriptionOp.
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(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.
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.
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(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorIOException
 
ConnectorIOException(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
 
ConnectorKeyRange - Class in org.identityconnectors.common
A ConnectorKeyRange identifies a range of ConnectorKeys.
ConnectorKeyRange.Builder - Class in org.identityconnectors.common
 
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(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
 
ConnectorSecurityException(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 with a value for the specified Attribute that contains as any substring the value of the specified Attribute.
containsAllValues(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that contains all the values from the specified Attribute.
ContainsAllValuesFilter - Class in org.identityconnectors.framework.common.objects.filter
 
ContainsAllValuesFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
Public only as an artifact of the implementation.
ContainsFilter - Class in org.identityconnectors.framework.common.objects.filter
 
ContainsFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
containsInterface(Class<?>, Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Determine if the target class implements the provided interface.
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() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Create a builder with an empty set of options.
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.
CREATE - Enum constant in enum class org.identityconnectors.framework.common.objects.SyncDeltaType
The change represents a CREATE in the resource.
CREATE_OR_UPDATE - Enum constant in enum class org.identityconnectors.framework.common.objects.SyncDeltaType
The change represents either a create or an update in the resource.
CreateApiOp - Interface in org.identityconnectors.framework.api.operations
 
CreateBatchTask - Class in org.identityconnectors.framework.api.operations.batch
 
CreateBatchTask(ObjectClass, Set<Attribute>, OperationOptions) - Constructor for class org.identityconnectors.framework.api.operations.batch.CreateBatchTask
Create a target object based on the specified attributes.
createDefaultAPIConfiguration() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Loads the Connector and Configuration class in order to determine the proper default configuration parameters.
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.
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.
createPublicKey(byte[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Create a public key from encoded byte array.
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.
CURRENT_PASSWORD - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Used in conjunction with password to do an account level password change.
CURRENT_PASSWORD_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Used in conjunction with password to do an account level password change.
CurrentLocale - Class in org.identityconnectors.common.l10n
Thread local variable that impacts localization of all messages in the connector framework.

D

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.
decrypt(GuardedByteArray) - Static method in class org.identityconnectors.common.security.SecurityUtil
Decrypts the value of a GuardedByteArray.
decrypt(GuardedString) - Static method in class org.identityconnectors.common.security.SecurityUtil
Decrypts the value of a GuardedString.
DEFAULT_CASE_IGNORE_VISITOR - Static variable in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
DEFAULT_CASE_SENSITIVE_VISITOR - Static variable in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
define(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create a new AttributeInfoBuilder.
define(String, Class<?>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create a new AttributeInfoBuilder.
defineObjectClass(String, Set<AttributeInfo>) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another ObjectClassInfo to the schema.
defineObjectClass(ObjectClassInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another ObjectClassInfo to the schema.
defineObjectClass(ObjectClassInfo, Class<? extends SPIOperation>...) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another ObjectClassInfo to the schema.
defineOperationOption(String, Class<?>) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
defineOperationOption(OperationOptionInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
defineOperationOption(OperationOptionInfo, Class<? extends SPIOperation>...) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
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.
DELETE - Enum constant in enum class org.identityconnectors.framework.common.objects.SyncDeltaType
The change represents a DELETE in the resource.
DeleteApiOp - Interface in org.identityconnectors.framework.api.operations
 
DeleteBatchTask - Class in org.identityconnectors.framework.api.operations.batch
 
DeleteBatchTask(ObjectClass, Uid, OperationOptions) - Constructor for class org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
Delete the object that the specified Uid identifies (if any).
deleteConnectorEventHandler(ConnectorEventHandler) - Method in interface org.identityconnectors.common.event.ConnectorEventPublisher
Deletes an observer from the set of observers of this object.
DeleteOp - Interface in org.identityconnectors.framework.spi.operations
Operation interface to delete objects from the target resource.
descendingOrder(String) - Static method in class org.identityconnectors.framework.common.objects.SortKey
Creates a new descending-order sort key for the provided field.
DESCRIPTION - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Attribute that should hold the value of the object's description, if one is available.
DESCRIPTION - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Attribute that should hold the value of the object's description, if one is available.
deserializeBase64Object(String) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Deserializes the given object from Base64 String.
deserializeBinaryObject(byte[]) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Deserializes the given object from bytes.
deserializeXmlObject(String, boolean) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Deserializes the given object from xml.
deserializeXmlStream(InputSource, XmlObjectResultsHandler, boolean) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Deserializes XML objects from a stream NOTE: Consider using SerializerUtil.deserializeXmlObject(String,boolean) for convenience deserializing a single object.
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.
displayMessageKey() - Element in annotation interface org.identityconnectors.framework.spi.ConfigurationProperty
Change the default display message key.
displayNameKey() - Element in annotation interface org.identityconnectors.framework.spi.ConnectorClass
The display name key.
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

EMPTY - Static variable in class org.identityconnectors.common.IOUtil
Empty "" string.
ENABLE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the enable status of an object.
ENABLE_DATE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the enable date for an object.
ENABLE_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the enable date for an object.
ENABLE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the enable status of an object.
encode(byte[]) - Static method in class org.identityconnectors.common.Base64
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 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
 
equals(Object) - Method in class org.identityconnectors.common.ConnectorKeyRange
 
equals(Object) - Method in class org.identityconnectors.common.EqualsHashCodeBuilder
Determine equality based on the value of the members append to the builder.
equals(Object) - Method in class org.identityconnectors.common.GUID
Returns true if the value parameter is a GUID and the VMID is equal.
equals(Object) - Method in class org.identityconnectors.common.Pair
equals(Object) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
equals(Object) - Method in class org.identityconnectors.common.script.Script
 
equals(Object) - Method in class org.identityconnectors.common.security.GuardedByteArray
 
equals(Object) - Method in class org.identityconnectors.common.security.GuardedString
 
equals(Object) - Method in class org.identityconnectors.common.Session
 
equals(Object) - Method in class org.identityconnectors.common.Version
 
equals(Object) - Method in class org.identityconnectors.common.VersionRange
 
equals(Object) - Method in class org.identityconnectors.framework.api.ConnectorKey
 
equals(Object) - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
equals(Object) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.Attribute
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.ObjectClass
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns true if o is a QualifiedUid and the object class and uid match.
equals(Object) - Method in class org.identityconnectors.framework.common.objects.Schema
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SearchResult
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SyncDelta
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
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
Equality function that properly handles arrays, lists, maps, lists of arrays, and maps of arrays.
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.
equalTo(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically equal to the value of the specified Attribute.
error(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
error(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
ERROR - Enum constant in enum class org.identityconnectors.common.logging.Log.Level
Maps to java.util.logging.Level.SEVERE.
escape(StringBuilder, String, char) - Static method in class org.identityconnectors.common.XmlUtil
Escapes the given string and appends to the given buffer
ESTIMATE - Enum constant in enum class org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
Estimated count may be used.
EXACT - Enum constant in enum class org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
Exact count is required.
execute(Map<String, Object>) - Method in interface org.identityconnectors.common.script.ScriptExecutor
Executes the script with the given arguments.
execute(BatchTaskExecutor) - Method in interface org.identityconnectors.framework.api.operations.batch.BatchTask
 
execute(BatchTaskExecutor) - Method in class org.identityconnectors.framework.api.operations.batch.CreateBatchTask
execute(BatchTaskExecutor) - Method in class org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
execute(BatchTaskExecutor) - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
execute(CreateBatchTask) - Method in interface org.identityconnectors.framework.api.operations.batch.BatchTaskExecutor
 
execute(DeleteBatchTask) - Method in interface org.identityconnectors.framework.api.operations.batch.BatchTaskExecutor
 
execute(UpdateBatchTask) - Method in interface org.identityconnectors.framework.api.operations.batch.BatchTaskExecutor
 
executeBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.BatchApiOp
Execute a series of BatchTask.
executeBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.BatchOp
Execute a series of BatchTask.
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.
extendedMatch(String, Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new extended match filter using the provided operator and attribute assertion.
ExtendedMatchFilter - Class in org.identityconnectors.framework.common.objects.filter
 
ExtendedMatchFilter(String, Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.ExtendedMatchFilter
Creates a new extended match filter using the provided operator and attribute assertion.
extractResourceToFile(Class<?>, String, File) - Static method in class org.identityconnectors.common.IOUtil
Extracts the resource to a file.

F

FALSE - Enum constant in enum class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor.FilterResult
 
Filter - Interface in org.identityconnectors.framework.common.objects.filter
Basic interface to match a ConnectorObject.
FilterBuilder - Class in org.identityconnectors.framework.common.objects.filter
FilterBuilder creates a filter that will match any ConnectorObject that satisfies all of the selection criteria that were specified using this builder.
FilteredResultsHandlerVisitor - Class in org.identityconnectors.framework.common.objects.filter
A FilteredResultsHandlerVisitor can accept the ConnectorObject.
FilteredResultsHandlerVisitor(boolean) - Constructor for class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
FilteredResultsHandlerVisitor.FilterResult - Enum Class in org.identityconnectors.framework.common.objects.filter
 
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.
FilterVisitor<R,P> - Interface in org.identityconnectors.framework.common.objects.filter
A visitor of Filters, in the style of the visitor design pattern.
find(String) - 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.
find(String, Set<AttributeInfo>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoUtil
Find the AttributeInfo of the given name in the Set.
findBigDecimal(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the big decimal value from the specified (single-valued) attribute.
findBigInteger(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the big integer value from the specified (single-valued) attribute.
findBoolean(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the boolean value from the specified (single-valued) attribute.
findByte(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the byte value from the specified (single-valued) attribute.
findByteArray(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the byte array value from the specified (single-valued) attribute.
findCharacter(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the character value from the specified (single-valued) attribute.
findConnectorInfo(ConnectorKey) - Method in interface org.identityconnectors.framework.api.ConnectorInfoManager
Returns the ConnectorInfo that is associated with the specified ConnectorKey.
findDate(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the date value from the specified (single-valued) attribute that contains a long.
findDouble(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the double value from the specified (single-valued) attribute.
findFloat(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the float value from the specified (single-valued) attribute.
findGuardedByteArray(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the guarded byte array value from the specified (single-valued) attribute.
findGuardedString(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the guarded string value from the specified (single-valued) attribute.
findImmediateChildElement(Node, String) - Static method in class org.identityconnectors.common.XmlUtil
Find an immediate child of the given name
findInteger(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the integer value from the specified (single-valued) attribute.
findList(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Return a list of attributes.
findLong(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the long value from the specified (single-valued) attribute.
findMap(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the map value from the specified (single-valued) attribute.
findObjectClassInfo(String) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the ObjectClassInfo for the given type.
findOperationOptionInfo(String) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the OperationOptionInfo for the given name.
findString(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the string value from the specified (single-valued) attribute.
findStringList(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Return the multivalued attribute as a list of strings.
first - Variable in class org.identityconnectors.common.Pair
 
flush() - Method in interface org.identityconnectors.framework.common.serializer.BinaryObjectSerializer
Flushes the underlying stream.
flush() - Method in interface org.identityconnectors.framework.common.serializer.XmlObjectSerializer
Flushes the underlying stream.
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

generate(PublicKey) - Static method in class org.identityconnectors.common.Session
Generate a new Session using the provided PublicKey.
generateKeyPair() - Static method in class org.identityconnectors.common.security.SecurityUtil
Generating an EC key pair using the P-521 curve.
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() - Method in class org.identityconnectors.framework.common.objects.filter.AttributeFilter
Get the internal attribute.
getAttribute(Element, String) - Static method in class org.identityconnectors.common.XmlUtil
Return the value of an attribute on an element.
getAttributeByName(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Get an attribute by if it exists else null.
getAttributeInfo() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
getAttributes() - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
 
getAttributes() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
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.
getBigIntegerValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the big integer 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.common.ConnectorKeyRange
 
getBundleName() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
getBundleVersion() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
getBundleVersionRange() - Method in class org.identityconnectors.common.ConnectorKeyRange
 
getByteArrayValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the byte array value from the specified (single-valued) attribute.
getByteValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the byte value from the specified (single-valued) attribute.
getCeiling() - Method in class org.identityconnectors.common.VersionRange
 
getCharacterValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the character value from the specified (single-valued) attribute.
getComplete() - Method in class org.identityconnectors.framework.common.objects.BatchResult
 
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.
getConnectorCategory() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Get the category this connector belongs to.
getConnectorDisplayName() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Returns a friendly name suitable for display in the UI.
getConnectorFacadeKey() - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Gets the unique generated identifier of this ConnectorFacade.
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
getConnectorName() - Method in class org.identityconnectors.common.ConnectorKeyRange
 
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.
getCreateAttributes() - Method in class org.identityconnectors.framework.api.operations.batch.CreateBatchTask
 
getCurrentPasswordValue(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the current password value from the provided set of Attribute s.
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 double 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.
getError() - Method in class org.identityconnectors.framework.common.objects.BatchResult
 
getExactConnectorKey() - Method in class org.identityconnectors.common.ConnectorKeyRange
 
getFailOnError() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the state of the failOnError option; defaults to false.
getField() - Method in class org.identityconnectors.framework.common.objects.SortKey
Returns the sort key field.
getFilter() - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
Get the internal filter that is being negated.
getFilters() - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
getFilters() - Method in class org.identityconnectors.framework.common.objects.filter.CompositeFilter
 
getFilters() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
getFirstChildElement(Node) - Static method in class org.identityconnectors.common.XmlUtil
Returns the First child element or null if none found
getFlags() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Returns the set of flags associated with the attribute.
getFloatValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the float value from the specified (single-valued) attribute.
getFloor() - Method in class org.identityconnectors.common.VersionRange
 
getFrameworkVersion() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Returns the version of the framework.
getGroup(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get name of the group for this configuration property.
getGuardedByteArrayValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the GuardedByteArray value from the specified (single-valued) attribute.
getGuardedStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the GuardedString value from the specified (single-valued) attribute.
getHeartbeatInterval() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the heartbeat interval (in seconds) to use for the connection.
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.
getId() - Method in class org.identityconnectors.common.Session
Retrieve the Session identifier for this Session.
getInstance() - Static method in class org.identityconnectors.common.security.EncryptorFactory
Get the singleton instance of the EncryptorFactory.
getInstance() - Static method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get the singleton instance of the ConnectorFacadeFactory.
getInstance() - Static method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Returns the instance of this factory.
getInstance() - Static method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Get the singleton instance of the ObjectSerializerFactory.
getIntegerValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the integer value from the specified (single-valued) attribute.
getInterfaces(Class<?>, Class<T>) - Static method in class org.identityconnectors.common.ReflectionUtil
Get all interfaces the extends the type provided.
getKey() - Method in class org.identityconnectors.common.Pair
getKey() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the remote framework key.
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.AndFilter
 
getLeft() - Method in class org.identityconnectors.framework.common.objects.filter.CompositeFilter
 
getLeft() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
getLocalManager(URL...) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager from a list of bundle URLs.
getLog(Class<?>) - Static method in class org.identityconnectors.common.logging.Log
Get the logger for the particular class.
getLog(Class<?>, String) - 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.
getManagedInstance() - Static method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get the singleton instance of the stateful ConnectorFacadeFactory .
getMapValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the map value from the specified (single-valued) attribute.
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.
getMessage() - Method in class org.identityconnectors.framework.api.operations.batch.BatchEmptyResult
 
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 minor component.
getMinEvictableIdleTimeMillis() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Minimum time to wait before evicting an idle object.
getMinIdle() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Minimum number of idle objects.
getMinor() - Method in class org.identityconnectors.common.Version
Returns this version number's minor component.
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.filter.PresenceFilter
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() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
Returns the connector object that changed.
getObject() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Returns the object that changed.
getObject(ObjectClass, Uid, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.GetApiOp
Get a particular ConnectorObject based on the Uid.
getObjectClass() - Method in interface org.identityconnectors.framework.api.operations.batch.BatchTask
Return the ObjectClass used for this task.
getObjectClass() - Method in class org.identityconnectors.framework.api.operations.batch.CreateBatchTask
Return the ObjectClass used for this task.
getObjectClass() - Method in class org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
Return the ObjectClass used for this task.
getObjectClass() - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
Return the ObjectClass used for this task.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Gets the ObjectClass for this object.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns the object class.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
If the change described by this SyncDelta.DELETE and the deleted object value is null, this method returns the ObjectClass of the deleted object.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Gets the ObjectClass of the object that deleted.
getObjectClassInfo() - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the set of object classes that are defined in the schema, regardless of which operations support them.
getObjectClassValue() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
Get the name of the object class.
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 interface org.identityconnectors.framework.api.ConfigurationProperty
Set of operations for which this property must be specified.
getOperator() - Method in class org.identityconnectors.framework.common.objects.filter.ExtendedMatchFilter
 
getOptions() - Method in class org.identityconnectors.framework.api.operations.batch.CreateBatchTask
 
getOptions() - Method in class org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
 
getOptions() - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
 
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.
getPagedResultsCookie() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the opaque cookie which is used by the Connector to track its position in the set of query results.
getPagedResultsCookie() - Method in class org.identityconnectors.framework.common.objects.SearchResult
Returns the opaque cookie which should be used with the next paged results search request.
getPagedResultsOffset() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the index within the result set of the first result which should be returned.
getPageSize() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the requested page results page size or 0 if paged results are not required.
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.
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() - Method in class org.identityconnectors.common.event.ConnectorEvent
 
getProperty(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
Get a particular ConfigurationProperty by name.
getPropertyNames() - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
Get the list of properties names for this Configuration.
getPublicKey() - Method in class org.identityconnectors.common.Session
Retrieve the PublicKey for this Session.
getQualifier() - Method in class org.identityconnectors.common.Session
Retrieve the Session qualifier for this Session.
getRateLimit(Class<? extends APIOperation>) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Gets the rate limit map for the operation provided.
getReader() - Method in class org.identityconnectors.common.StringPrintWriter
Return a reader for the accumulated string.
getRemainingPagedResults() - Method in class org.identityconnectors.framework.common.objects.SearchResult
Returns an estimate of the total number of remaining results to be returned in subsequent paged results search requests.
getRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager for a remote framework.
getRequireSerial() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Return the state of the allowParallel option; defaults to false.
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) - Static method in class org.identityconnectors.common.IOUtil
Read the entire stream into a String and return it.
getResourceAsString(Class<?>, String, Charset) - Static method in class org.identityconnectors.common.IOUtil
Read the entire stream into a String and return it.
getResourcePath(Class<?>, String) - Static method in class org.identityconnectors.common.IOUtil
Get the path to a resource base on the package of given class.
getResult() - Method in class org.identityconnectors.framework.common.objects.BatchResult
 
getResultId() - Method in class org.identityconnectors.framework.common.objects.BatchResult
 
getResultsHandlerConfiguration() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Get the configuration of the ResultsHandler chain of the Search operation.
getReturnValue() - Method in interface org.identityconnectors.framework.common.objects.Subscription
Get the return value associated with establishing this subscription.
getRevision() - Method in class org.identityconnectors.common.Version
Returns this version number's minor component.
getRevision() - Method in class org.identityconnectors.framework.common.objects.Uid
Return the string representation of the revision value of the
getRight() - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
getRight() - Method in class org.identityconnectors.framework.common.objects.filter.CompositeFilter
 
getRight() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
getRunAsUser() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Get the account to run the operation as..
getRunWithPassword() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Get the password to run the operation as..
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.
getSortKeys() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the sort keys which should be used for ordering the ConnectorObjects returned by this search request.
getSpecialAttributes(Set<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.
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() - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the set of object classes that apply to a particular operation.
getSupportedObjectClassesByOperation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the supported object classes for the given 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() - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the set of operation options that apply to a particular operation.
getSupportedOptionsByOperation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the supported options for the given operation.
getTimeout() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the timeout (in milliseconds) to use for the connection.
getTimeout(Class<? extends APIOperation>) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Gets the rate limit map based on the operation provided.
getToken() - Method in class org.identityconnectors.framework.common.objects.BatchResult
 
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.
getTokens() - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
getTopic() - Method in class org.identityconnectors.common.event.ConnectorEvent
 
getTotalPagedResults() - Method in class org.identityconnectors.framework.common.objects.SearchResult
Returns the total number of paged results in adherence with the OperationOptions.getTotalPagedResultsPolicy() in the request or SearchResult.NO_COUNT if paged results were not requested, the count policy is NONE, or the total number of paged results is unknown.
getTotalPagedResultsPolicy() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
getTotalPagedResultsPolicy() - Method in class org.identityconnectors.framework.common.objects.SearchResult
Returns the policy that was used to calculate the totalPagedResults.
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 class org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
 
getUid() - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
 
getUid() - Method in exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
getUid() - Method in exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
getUid() - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the Uid attribute from the set of attributes.
getUid() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Get the native identifier for this object.
getUid() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns the uid.
getUid() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
Returns the Uid of the connector object that changed.
getUid() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Gets the Uid of the object that changed.
getUidAttribute(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the Uid from the specified set of attributes.
getUidIfGetOperation(Filter) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Check if SearchOp was invoked from GetApiOp or SearchApiOp.
getUidValue() - Method in class org.identityconnectors.framework.common.objects.Uid
Obtain a string representation of the value of this attribute, which value uniquely identifies a object on the target resource.
getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager for a remote framework but the connection is not checked and not initialised.
getUnconditionallySupportedOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Returns the set of operations that are always supported.
getUpdateType() - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
 
getUseSSL() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns true if we are to use SSL to connect.
getValue() - Method in class org.identityconnectors.common.Pair
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 with a value for the specified Attribute that is lexically greater than the value of the specified Attribute.
GreaterThanFilter - Class in org.identityconnectors.framework.common.objects.filter
 
GreaterThanFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
Determine if the ConnectorObject Attribute value is greater than the one provided in the filter.
GreaterThanOrEqualFilter - Class in org.identityconnectors.framework.common.objects.filter
 
GreaterThanOrEqualFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
greaterThanOrEqualTo(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically greater than or equal to the value of the specified Attribute.
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.
groupMessageKey() - Element in annotation interface org.identityconnectors.framework.spi.ConfigurationProperty
Grouping of properties for UI.
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(Object) - Method in interface org.identityconnectors.framework.common.serializer.XmlObjectResultsHandler
 
handle(ConnectorObject) - Method in interface org.identityconnectors.framework.common.objects.ResultsHandler
Invoked each time a matching ConnectorObject is returned from a query request.
handle(SyncDelta) - Method in interface org.identityconnectors.framework.common.objects.SyncResultsHandler
Called to handle a delta in the stream.
handleEvent(ConnectorEvent) - Method in interface org.identityconnectors.common.event.ConnectorEventHandler
Called by the ConnectorEventPublisher service to notify the listener of an event.
handleResult(SearchResult) - Method in interface org.identityconnectors.framework.spi.SearchResultsHandler
Invoked when the request has completed successfully.
handleResult(SyncToken) - Method in interface org.identityconnectors.framework.spi.SyncTokenResultsHandler
Invoked when the request has completed successfully.
hasAsynchronousResults() - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
hasAttribute(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Determines if the set as the attribute specified.
hashCode() - Method in class org.identityconnectors.common.ConnectorKeyRange
 
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.Session
 
hashCode() - Method in class org.identityconnectors.common.Version
 
hashCode() - Method in class org.identityconnectors.common.VersionRange
 
hashCode() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
hashCode() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
hashCode() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns a hash code based on uid
hashCode() - Method in class org.identityconnectors.framework.common.objects.Schema
Create a hash code from all the object info objects.
hashCode() - Method in class org.identityconnectors.framework.common.objects.SearchResult
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
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.
hasToken(String) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
helpMessageKey() - Element in annotation interface org.identityconnectors.framework.spi.ConfigurationProperty
Change the default help message key.

I

ignore() - Element in annotation interface org.identityconnectors.framework.spi.ConfigurationClass
List of properties which should be excluded from configuration properties.
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) - Static method in class org.identityconnectors.common.StringUtil
Finds the index of the first digit.
indexOfDigit(String, int) - Static method in class org.identityconnectors.common.StringUtil
Finds the index of the first digit and starts from the index specified.
indexOfIgnoreCase(String, String) - Static method in class org.identityconnectors.common.StringUtil
Finds the start index of the comparison string regards of case.
indexOfNonDigit(String) - Static method in class org.identityconnectors.common.StringUtil
Finds the index of the first non digit.
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.
info(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
info(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
INFO - Enum constant in enum class org.identityconnectors.common.logging.Log.Level
Maps to java.util.logging.Level.INFO.
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.AlreadyExistsException
Sets the Uid of existing Object.
initUid(Uid) - Method in exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
Sets the Uid.
inputStreamToBytes(InputStream) - Static method in class org.identityconnectors.common.IOUtil
Takes a 'InputStream' and returns a byte array.
intersection(Collection<T>, Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns the intersection of two Collections as an unmodifiable set.
InvalidAttributeValueException - Exception in org.identityconnectors.framework.common.exceptions
InvalidAttributeValueException is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.
InvalidAttributeValueException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with null as its detail message.
InvalidAttributeValueException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with the specified detail message.
InvalidAttributeValueException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with the specified detail message and cause.
InvalidAttributeValueException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
InvalidCredentialException - Exception in org.identityconnectors.framework.common.exceptions
InvalidCredentialException signals that user authentication failed.
InvalidCredentialException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidCredentialException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidCredentialException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidCredentialException(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(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
 
InvalidPasswordException(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.
isAscendingOrder() - Method in class org.identityconnectors.framework.common.objects.SortKey
Returns true if this sort key is in ascending order, or false if it is in descending order.
isBlank(String) - Static method in class org.identityconnectors.common.StringUtil
Checks if a String is whitespace, empty ("") or null.
isCaseInsensitiveMap(Map<?, ?>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns true if the given map is a case-insensitive map.
isCaseInsensitiveSet(Set<?>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns true if the given set is a case-insensitive set.
isCeilingInclusive() - Method in class org.identityconnectors.common.VersionRange
 
isConfidential() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Is this a confidential property whose value should be encrypted by the application when persisted?
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.
isEmpty() - Method in class org.identityconnectors.common.VersionRange
Returns whether this version range is empty.
isEmpty(String) - Static method in class org.identityconnectors.common.StringUtil
Determines if a string is empty.
isEmpty(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Determine if Collection is empty or not, protects against null being passed in.
isEnableAttributesToGetSearchResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEnableCaseInsensitiveFilter() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEnabled(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the ConnectorObject is enable.
isEnableFilteredResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEnableNormalizingResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isError() - Method in class org.identityconnectors.common.logging.Log
 
isExact() - Method in class org.identityconnectors.common.VersionRange
Returns whether this version range contains only a single version.
isFloorInclusive() - Method in class org.identityconnectors.common.VersionRange
 
isInfo() - Method in class org.identityconnectors.common.logging.Log
 
isInRange(Version) - Method in class org.identityconnectors.common.VersionRange
 
isInRange(ConnectorKey) - Method in class org.identityconnectors.common.ConnectorKeyRange
 
isLockedOut(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the ConnectorObject is locked out.
isLoggable(Class<?>, Log.Level) - Method in interface org.identityconnectors.common.logging.LogSpi
Determines if the it should be logged based on Class and Level.
isLoggable(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.SanitizedLogger
 
isLoggable(Log.Level) - Method in class org.identityconnectors.common.logging.Log
Determine if its log-able at this level within this class.
isMultiValued() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if this attribute can handle multiple values.
isNotBlank(String) - Static method in class org.identityconnectors.common.StringUtil
Checks if a String is not empty (""), not null and not whitespace only.
isNotEmpty(String) - Static method in class org.identityconnectors.common.StringUtil
Determines if a string is not empty.
isOk() - Method in class org.identityconnectors.common.logging.Log
 
isOperational() - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Return whether this ConnectorFacade is operational.
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.
isQueryRequired() - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
isReadable() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is readable.
isReadOnly() - Method in class org.identityconnectors.common.security.GuardedByteArray
Returns true if this byte array has been marked read-only.
isReadOnly() - Method in class org.identityconnectors.common.security.GuardedString
Returns true if this string has been marked read-only.
isRequired() - 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 if 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.
isUnsubscribed() - Method in interface org.identityconnectors.framework.common.objects.Subscription
Indicates whether this Subscription is currently unsubscribed.
isUpdateable() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is writable on update.
isWarning() - Method in class org.identityconnectors.common.logging.Log
 
isWhitespace(char) - Static method in class org.identityconnectors.common.StringUtil
Determine if this is a white space character.

J

join(Object[], char) - Static method in class org.identityconnectors.common.IOUtil
 
join(Object[], char, int, int) - Static method in class org.identityconnectors.common.IOUtil
 
join(Collection<String>, char) - Static method in class org.identityconnectors.common.IOUtil
 

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.
LEFT_CLOSED - Static variable in class org.identityconnectors.common.VersionRange
The left endpoint is closed and is included in the range.
LEFT_OPEN - Static variable in class org.identityconnectors.common.VersionRange
The left endpoint is open and is excluded from the range.
lessThan(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically less than the value of the specified Attribute.
LessThanFilter - Class in org.identityconnectors.framework.common.objects.filter
 
LessThanFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
LessThanOrEqualFilter - Class in org.identityconnectors.framework.common.objects.filter
 
LessThanOrEqualFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
 
lessThanOrEqualTo(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically less than or equal to the value of the specified Attribute.
listAttributeNames() - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the name of attributes this Accessor was created with.
loadClass(String, Class<?>) - Static method in class org.identityconnectors.common.security.SecurityUtil
Load a class with a given name.
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.
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<?>, StackTraceElement, Log.Level, String, Throwable) - Method in interface org.identityconnectors.common.logging.LogSpi
Log given the class, level, message, and exception.
log(Class<?>, StackTraceElement, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.SanitizedLogger
Sanitize control characters from log messages before delegating to the configured LogSpi class.
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.Log
Lowest level logging method.
log(Class<?>, String, Log.Level, String, Throwable) - Method in interface org.identityconnectors.common.logging.LogSpi
Log given the class, level, message, and exception.
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.SanitizedLogger
Sanitize control characters from log messages before delegating to the configured LogSpi class.
log(Log.Level, Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
Logs based on the parameters given.
Log - Class in org.identityconnectors.common.logging
Yet another logging abstraction.
Log.Level - Enum Class 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.
messageCatalogPaths() - Element in annotation interface org.identityconnectors.framework.spi.ConnectorClass
The resource path(s) to the message catalog.
METHOD_UNKNOWN - Static variable in class org.identityconnectors.common.ReflectionUtil
 
MULTIVALUED - Enum constant in enum class org.identityconnectors.framework.common.objects.AttributeInfo.Flags
 

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.
needToInferCaller(Class<?>, Log.Level) - Method in interface org.identityconnectors.common.logging.LogSpi
Determines if Log need to infer caller based on Class and Level.
needToInferCaller(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.SanitizedLogger
 
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.
newBuilder() - Static method in class org.identityconnectors.common.ConnectorKeyRange
 
newCaseInsensitiveMap() - Static method in class org.identityconnectors.common.CollectionUtil
Creates a case-insensitive map.
newCaseInsensitiveSet() - Static method in class org.identityconnectors.common.CollectionUtil
Creates a case-insensitive set.
newInstance(String) - Static method in class org.identityconnectors.common.script.ScriptExecutorFactory
Creates a ScriptExecutorFactory for the given language.
newInstance(APIConfiguration) - Method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get a new instance of ConnectorFacade.
newInstance(ConnectorInfo, String) - Method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get a new instance of ConnectorFacade.
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
Builds a map from two arrays.
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
 
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(Collection<? extends T>) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable List from a collection.
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.
newReadOnlyMap(Map<T, K>) - Static method in class org.identityconnectors.common.CollectionUtil
 
newReadOnlyMap(T[][]) - Static method in class org.identityconnectors.common.CollectionUtil
 
newReadOnlySet(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable set from a Collection.
newReadOnlySet(T...) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable set from a variable number arguments.
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_COUNT - Static variable in class org.identityconnectors.framework.common.objects.SearchResult
The value provided when no count is known or can reasonably be supplied.
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.
NONE - Enum constant in enum class org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
There should be no count returned.
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.
NOT_CREATABLE - Enum constant in enum class org.identityconnectors.framework.common.objects.AttributeInfo.Flags
 
NOT_READABLE - Enum constant in enum class org.identityconnectors.framework.common.objects.AttributeInfo.Flags
 
NOT_RETURNED_BY_DEFAULT - Enum constant in enum class org.identityconnectors.framework.common.objects.AttributeInfo.Flags
 
NOT_UPDATEABLE - Enum constant in enum class org.identityconnectors.framework.common.objects.AttributeInfo.Flags
 
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.
notifyUpdate() - Method in interface org.identityconnectors.framework.spi.AbstractConfiguration.ConfigurationChangeCallback
 
nullAsEmpty(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Protects from null and returns a new instance of HashSet.
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 .
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.
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) - 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
 
ObjectPoolConfiguration(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
 
Observer<T> - Interface in org.identityconnectors.framework.api
Provides a mechanism for receiving push-based notifications.
of(L, R) - Static method in class org.identityconnectors.common.Pair
Obtains a mutable pair of two objects inferring the generic types.
ok(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
ok(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
OK - Enum constant in enum class org.identityconnectors.common.logging.Log.Level
Maps to java.util.logging.Level.FINE.
onCompleted() - Method in interface org.identityconnectors.framework.api.Observer
Notifies the Observer that the Connector has finished sending push-based notifications.
onError(Throwable) - Method in interface org.identityconnectors.framework.api.Observer
Notifies the Observer that the Connector has experienced an error condition.
onNext(T) - Method in interface org.identityconnectors.framework.api.Observer
Provides the Observer with a new item to observe.
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_FAIL_ON_ERROR - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to specify whether a BatchApiOp should abort processing on the first error encountered in the batch.
OP_PAGE_SIZE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the requested page results page size.
OP_PAGED_RESULTS_COOKIE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies an opaque cookie which is used by the connector to track its position in the set of query results.
OP_PAGED_RESULTS_OFFSET - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the index within the result set of the first result which should be returned.
OP_REQUIRE_SERIAL - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to instruct a connector that batched operations must be executed in serial fashion where possible/applicable.
OP_RUN_AS_USER - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option that specifies an account under which to execute the script/operation.
OP_RUN_WITH_PASSWORD - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with ScriptOnResourceApiOp and possibly others that specifies a password under which to execute the script/operation.
OP_SCOPE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp (in conjunction with OperationOptions.OP_CONTAINER) that specifies how far beneath the specified container to search.
OP_SORT_KEYS - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the sort keys which should be used for ordering the ConnectorObject returned by search request.
OP_TOTAL_PAGED_RESULTS_POLICY - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the policy used for calculating the total number of paged results.
OPERATIONAL_ATTRIBUTE_NAMES - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
 
OperationalAttributeInfos - Class in org.identityconnectors.framework.common.objects
AttributeInfo for each operational attribute.
OperationalAttributes - Class in org.identityconnectors.framework.common.objects
Operational attributes have special meaning and cannot be represented by pure operations.
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.
operations() - Element in annotation interface org.identityconnectors.framework.spi.ConfigurationProperty
List of operations for which this property must be specified.
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(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
OperationTimeoutException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
or(Collection<Filter>) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "OR" filter using the provided list of sub-filters.
or(Filter...) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "OR" filter using the provided list of sub-filters.
or(Filter, Filter) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Logically "OR" together the two specified instances of Filter.
order() - Element in annotation interface org.identityconnectors.framework.spi.ConfigurationProperty
Order in which this property is displayed.
OrFilter - Class in org.identityconnectors.framework.common.objects.filter
 
OrFilter(Collection<Filter>) - Constructor for class org.identityconnectors.framework.common.objects.filter.OrFilter
 
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.event - package org.identityconnectors.common.event
Classes and interfaces for asynchronous event based monitoring of the 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
 
org.identityconnectors.common.script - package org.identityconnectors.common.script
 
org.identityconnectors.common.security - package org.identityconnectors.common.security
 
org.identityconnectors.framework - package org.identityconnectors.framework
Connectors framework is designed to be simple, extensible, flexible, and comprehensive.
org.identityconnectors.framework.api - package org.identityconnectors.framework.api
The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements.
org.identityconnectors.framework.api.operations - package org.identityconnectors.framework.api.operations
 
org.identityconnectors.framework.api.operations.batch - package org.identityconnectors.framework.api.operations.batch
 
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
This is the "Service Provider Interface" package.
org.identityconnectors.framework.spi.operations - package org.identityconnectors.framework.spi.operations
 
overridesEqualsAndHashcode(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Returns true if the given class overrides equals and hashCode.

P

Pair<T1,T2> - Class in org.identityconnectors.common
An arbitrary pair of objects.
Pair() - Constructor for class org.identityconnectors.common.Pair
 
Pair(T1, T2) - Constructor for class org.identityconnectors.common.Pair
 
parse(String) - Static method in class org.identityconnectors.common.Session
Parse the provided Session identifier String and construct a new Session.
parse(String) - Static method in class org.identityconnectors.common.Version
Parses the passed version string.
parse(String) - Static method in class org.identityconnectors.common.VersionRange
Creates a version range from the specified string.
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
PasswordExpiredException signals that a user password has expired.
PasswordExpiredException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PasswordExpiredException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PasswordExpiredException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PasswordExpiredException(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(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PermissionDeniedException
 
PermissionDeniedException(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.
PreconditionFailedException - Exception in org.identityconnectors.framework.common.exceptions
PreconditionFailedException is thrown to indicate that a resource's current version does not match the version provided.
PreconditionFailedException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with null as its detail message.
PreconditionFailedException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with the specified detail message.
PreconditionFailedException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with the specified detail message and cause.
PreconditionFailedException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
PreconditionRequiredException - Exception in org.identityconnectors.framework.common.exceptions
PreconditionRequiredException is thrown to indicate that a resource requires a version, but no version was supplied in the request.
PreconditionRequiredException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with null as its detail message.
PreconditionRequiredException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with the specified detail message.
PreconditionRequiredException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with the specified detail message and cause.
PreconditionRequiredException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with the specified cause and a detail message of (cause==null ? null : cause.toString()) (which typically contains the class and detail message of cause).
PredefinedAttributeInfos - Class in org.identityconnectors.framework.common.objects
 
PredefinedAttributes - Class in org.identityconnectors.framework.common.objects
Defines standard syntax and semantics for common attributes that are not operational in nature.
PresenceFilter - Class in org.identityconnectors.framework.common.objects.filter
A PresenceFilter determines if the attribute provided is present in the ConnectorObject
PresenceFilter(String) - Constructor for class org.identityconnectors.framework.common.objects.filter.PresenceFilter
 
present(String) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new presence filter using the provided attribute name.
PrettyStringBuilder - Class in org.identityconnectors.common
 
PrettyStringBuilder() - Constructor for class org.identityconnectors.common.PrettyStringBuilder
 
PrettyStringBuilder(int, int, String) - Constructor for class org.identityconnectors.common.PrettyStringBuilder
 
print(String[]) - Method in class org.identityconnectors.common.StringPrintWriter
Call print for every string in the array.
println(String[]) - Method in class org.identityconnectors.common.StringPrintWriter
Call println for every string in the array.

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.
qualify(String) - Method in class org.identityconnectors.common.Session
Qualify a previously unqualified Session with the specified qualifier.
qualify(Session) - Method in class org.identityconnectors.common.Session
Qualify a previously unqualified Session using the provided qualified Session as qualifier.
queryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.BatchApiOp
Query an ongoing batch execution for new results.
queryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.BatchOp
Query an ongoing batch execution for new results.
quietClose(InputStream) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the stream.
quietClose(OutputStream) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the stream.
quietClose(Reader) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the reader.
quietClose(Writer) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the writer.
quietClose(Connection) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the connection.
quietClose(ResultSet) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the resultset.
quietClose(Statement) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the statement.

R

randomBytes() - Static method in class org.identityconnectors.common.ByteUtil
Random array of bytes with a random length.
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(Random, int) - Static method in class org.identityconnectors.common.ByteUtil
For those that like the random bytes to be created and returned.
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
 
release() - Method in interface org.identityconnectors.framework.spi.StatefulConfiguration
Release any allocated resources.
RemoteConnectorServerUnavailableException - Exception in org.identityconnectors.framework.common.exceptions
RemoteConnectorServerUnavailableException is thrown when a remote connector server is not available.
RemoteConnectorServerUnavailableException() - Constructor for exception org.identityconnectors.framework.common.exceptions.RemoteConnectorServerUnavailableException
 
RemoteConnectorServerUnavailableException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.RemoteConnectorServerUnavailableException
 
RemoteConnectorServerUnavailableException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.RemoteConnectorServerUnavailableException
 
RemoteConnectorServerUnavailableException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.RemoteConnectorServerUnavailableException
 
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.
RemoteFrameworkConnectionInfo(String, int, GuardedString, boolean, List<TrustManager>, int, long) - Constructor for class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Creates a new instance of RemoteFrameworkConnectionInfo.
removeAttribute(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Removes an attribute by name.
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.
removeToken(String) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
REMOVEVALUES - Enum constant in enum class org.identityconnectors.framework.api.operations.batch.UpdateType
 
replaceVariable(String, String, String) - Static method in class org.identityconnectors.common.StringUtil
Simple variable replacement internally using regular expressions.
required() - Element in annotation interface org.identityconnectors.framework.spi.ConfigurationProperty
Is this property required?
REQUIRED - Enum constant in enum class org.identityconnectors.framework.common.objects.AttributeInfo.Flags
 
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
 
ResolveUsernameOp - Interface in org.identityconnectors.framework.spi.operations
Resolve an object to its Uid based on its username.
ResultsHandler - Interface in org.identityconnectors.framework.common.objects
Callback interface for operations that are returning one or more results.
ResultsHandlerConfiguration - Class in org.identityconnectors.framework.api
SPI search operation has a default ResultsHandler-chain as: NormalizingResultsHandler FilteredResultsHandler AttributesToGetSearchResultsHandler This configuration allow to overconfigure the chain.
ResultsHandlerConfiguration() - Constructor for class org.identityconnectors.framework.api.ResultsHandlerConfiguration
default empty constructor.
ResultsHandlerConfiguration(ResultsHandlerConfiguration) - Constructor for class org.identityconnectors.framework.api.ResultsHandlerConfiguration
Copy constructor.
rethrow() - Method in exception org.identityconnectors.framework.common.exceptions.ConnectorException
Re-throw the original exception.
rethrow() - Method in exception org.identityconnectors.framework.common.exceptions.SocketClosingSoonException
Re-throw the original exception.
RetryableException - Exception in org.identityconnectors.framework.common.exceptions
RetryableException indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.
returnsResults() - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
reverseOrder(SortKey) - Static method in class org.identityconnectors.framework.common.objects.SortKey
Creates a new sort key having the same field as the provided key, but in reverse sort order.
RIGHT_CLOSED - Static variable in class org.identityconnectors.common.VersionRange
The right endpoint is closed and is included in the range.
RIGHT_OPEN - Static variable in class org.identityconnectors.common.VersionRange
The right endpoint is open and is excluded from the range.
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

SanitizedLogger - Class in org.identityconnectors.common.logging
SanitizedLogger(LogSpi) - Constructor for class org.identityconnectors.common.logging.SanitizedLogger
Implementation of LogSpi that sanitizes log messages before delegating to the configured logger.
schema() - Method in interface org.identityconnectors.framework.api.operations.SchemaApiOp
Retrieve the basic schema of this Connector.
schema() - Method in interface org.identityconnectors.framework.spi.operations.SchemaOp
Describes the types of objects this Connector supports.
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.
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.
SearchApiOp - Interface in org.identityconnectors.framework.api.operations
 
SearchOp<T> - Interface in org.identityconnectors.framework.spi.operations
Implement this interface to allow the Connector to search for resource objects.
SearchResult - Class in org.identityconnectors.framework.common.objects
The final result of a query request returned after all connector objects matching the request have been returned.
SearchResult() - Constructor for class org.identityconnectors.framework.common.objects.SearchResult
Creates a new search result with a null paged results cookie and no estimate of the total number of remaining results.
SearchResult(String, int) - Constructor for class org.identityconnectors.framework.common.objects.SearchResult
Creates a new search result with the provided paged results cookie and estimate of the total number of remaining results.
SearchResult(String, SearchResult.CountPolicy, int, int) - Constructor for class org.identityconnectors.framework.common.objects.SearchResult
Creates a new query response with the provided paged results cookie and a count of the total number of resources according to SearchResult.totalPagedResultsPolicy.
SearchResult.CountPolicy - Enum Class in org.identityconnectors.framework.common.objects
An enum of count policy types.
SearchResultsHandler - Interface in org.identityconnectors.framework.spi
A SearchResultsHandler is a completion handler for consuming the results of a search request.
second - Variable in class org.identityconnectors.common.Pair
 
SecurityUtil - Class in org.identityconnectors.common.security
 
serializeBase64Object(Object) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Serializes the given object to Base64 string.
serializeBinaryObject(Object) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Serializes the given object to bytes.
SerializerUtil - Class in org.identityconnectors.framework.common.serializer
Bag of utilities for serialization.
serializeXmlObject(Object, boolean) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Serializes the given object to xml.
Session - Class in org.identityconnectors.common
Encapsulates a Session identifier.
set(Locale) - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Sets the locale for the current thread.
setAsynchronousResults(boolean) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
setAttributesToGet(String...) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setAttributesToGet(Collection<String>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setBundleName(String) - Method in class org.identityconnectors.common.ConnectorKeyRange.Builder
 
setBundleVersion(String) - Method in class org.identityconnectors.common.ConnectorKeyRange.Builder
 
setChangeListener(ConfigurationPropertyChangeListener) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Add a configuration change listener callback handler.
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.
setConnectorName(String) - Method in class org.identityconnectors.common.ConnectorKeyRange.Builder
 
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.
setEnableAttributesToGetSearchResultsHandler(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEnableCaseInsensitiveFilter(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEnableFilteredResultsHandler(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEnableNormalizingResultsHandler(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
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(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
setName(Name) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
setObject(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the object that changed and implicitly sets Uid if object is not null.
setObjectClass(ObjectClass) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
setObjectClass(ObjectClass) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the ObjectClass of the object that deleted.
setOption(String, Object) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Sets a given option and a value for that option.
setPagedResultsCookie(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setPagedResultsOffset(Integer) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setPageSize(Integer) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_PAGE_SIZE
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.
setQueryRequired(boolean) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
setRateLimit(Class<? extends APIOperation>, Map<String, Integer>) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Sets the timeout value for the operation provided.
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
 
setReturnsResults(boolean) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
setRunAsUser(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Set the run as user option.
setRunWithPassword(GuardedString) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Set the run with password option.
setScope(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_SCOPE
setScriptLanguage(String) - Method in class org.identityconnectors.common.script.ScriptBuilder
Sets the language of the script.
setScriptLanguage(String) - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Sets the script language.
setScriptText(String) - Method in class org.identityconnectors.common.script.ScriptBuilder
Sets the text of the script.
setScriptText(String) - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Sets the actual characters of the script.
setSortKeys(List<SortKey>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_SORT_KEYS
setSortKeys(SortKey...) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_SORT_KEYS
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.
setTotalPagedResultsPolicy(SearchResult.CountPolicy) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Sets the policy for calculating the total number of paged results.
setType(Class<?>) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Please see FrameworkUtil.checkAttributeType(Class) for the definitive list of supported types.
setType(Class<?>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
setType(String) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Sets the specified type for the ObjectClassInfo object that is being built.
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.
setValue(T2) - Method in class org.identityconnectors.common.Pair
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/.
skipUnsupported() - Element in annotation interface org.identityconnectors.framework.spi.ConfigurationClass
Silently skips properties with unsupported types.
SocketClosingSoonException - Exception in org.identityconnectors.framework.common.exceptions
 
SocketClosingSoonException() - Constructor for exception org.identityconnectors.framework.common.exceptions.SocketClosingSoonException
 
SortKey - Class in org.identityconnectors.framework.common.objects
A sort key which can be used to specify the order in which connector objects should be included in the results of a search request.
SortKey(String, boolean) - Constructor for class org.identityconnectors.framework.common.objects.SortKey
 
spi2apis(Class<? extends SPIOperation>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Converts a SPIOperation to an set of APIOperation.
SPIOperation - Interface in org.identityconnectors.framework.spi.operations
Tagging interface for the Connector SPI.
startsWith(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that contains as an initial substring the value of the specified Attribute.
StartsWithFilter - Class in org.identityconnectors.framework.common.objects.filter
 
StartsWithFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
StatefulConfiguration - Interface in org.identityconnectors.framework.spi
A Stateful Configuration interface extends the default Configuration and makes the framework keep the same instance.
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
String Utilities.
stripNewlines(String) - Static method in class org.identityconnectors.common.StringUtil
Removes newline characters (0x0a and 0x0d) from a string.
stripXmlAttribute(String, String) - Static method in class org.identityconnectors.common.StringUtil
Removes the attribute from the source string and returns.
stripXmlComments(String) - Static method in class org.identityconnectors.common.StringUtil
Strip XML comments.
subDigitString(String) - Static method in class org.identityconnectors.common.StringUtil
Return the string of digits from string.
subDigitString(String, int) - Static method in class org.identityconnectors.common.StringUtil
Return the string of digits from string.
subscribe(ObjectClass, Filter, Observer<ConnectorObject>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.ConnectorEventSubscriptionApiOp
 
subscribe(ObjectClass, Filter, Observer<ConnectorObject>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.ConnectorEventSubscriptionOp
 
subscribe(ObjectClass, SyncToken, Observer<SyncDelta>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.SyncEventSubscriptionApiOp
Create a subscription to a given sync topic.
subscribe(ObjectClass, SyncToken, Observer<SyncDelta>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.SyncEventSubscriptionOp
 
Subscription - Interface in org.identityconnectors.framework.common.objects
A SubscriptionHandler represents a subscription to an asynchronous event channel.
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 Class in org.identityconnectors.framework.common.objects
The type of change.
SyncEventSubscriptionApiOp - Interface in org.identityconnectors.framework.api.operations
 
SyncEventSubscriptionOp - Interface in org.identityconnectors.framework.spi.operations
ASyncEventSubscriptionOp.
SyncOp - Interface in org.identityconnectors.framework.spi.operations
Poll for synchronization events--i.e., native changes to target objects.
SyncResultsHandler - Interface in org.identityconnectors.framework.common.objects
Callback interface that an application implements in order to handle results from SyncApiOp in a stream-processing fashion.
SyncToken - Class in org.identityconnectors.framework.common.objects
Abstract "place-holder" for synchronization.
SyncToken(Object) - Constructor for class org.identityconnectors.framework.common.objects.SyncToken
Creates a new
SyncTokenResultsHandler - Interface in org.identityconnectors.framework.spi
A SyncTokenResultsHandler is a Callback interface that an application implements in order to handle results from SyncApiOp in a stream-processing fashion.

T

test() - Method in interface org.identityconnectors.framework.api.operations.TestApiOp
Tests the Configuration with the connector.
test() - Method in 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.
TestOp - Interface in org.identityconnectors.framework.spi.operations
Tests the connector Configuration.
toMap(Collection<? extends Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Transform a Collection of Attribute instances into a Map.
toMap(Collection<? extends AttributeInfo>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoUtil
Transform a Collection of AttributeInfo instances into a Map.
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.Session
Retrieve the String representation of this Session.
toString() - Method in class org.identityconnectors.common.Version
 
toString() - Method in class org.identityconnectors.common.VersionRange
 
toString() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
toString() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
toString() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
toString() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
toString() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
 
toString() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EqualsFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
 
toString() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
toString() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
toString() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Add basic debugging of internal data.
toString() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns a string representation acceptible for debugging.
toString() - Method in class org.identityconnectors.framework.common.objects.Schema
toString() - Method in class org.identityconnectors.framework.common.objects.ScriptContext
 
toString() - Method in class org.identityconnectors.framework.common.objects.SortKey
Returns the string representation of this sort key.
toString() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
 
toString() - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
toString(Object) - Method in class org.identityconnectors.common.PrettyStringBuilder
Returns pretty string representation of the object.
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
 
TRUE - Enum constant in enum class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor.FilterResult
 

U

Uid - Class in org.identityconnectors.framework.common.objects
A single-valued attribute that represents the unique identifier of an object within the name-space of the target resource.
Uid(String) - Constructor for class org.identityconnectors.framework.common.objects.Uid
 
Uid(String, String) - Constructor for class org.identityconnectors.framework.common.objects.Uid
 
UNDEFINED - Enum constant in enum class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor.FilterResult
 
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(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(Uid, ObjectClass) - 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.
UPDATE - Enum constant in enum class org.identityconnectors.framework.api.operations.batch.UpdateType
 
UPDATE - Enum constant in enum class org.identityconnectors.framework.common.objects.SyncDeltaType
The change represents a UPDATE in the resource.
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) .
UpdateBatchTask - Class in org.identityconnectors.framework.api.operations.batch
 
UpdateBatchTask(ObjectClass, Uid, Set<Attribute>, OperationOptions, UpdateType) - Constructor for class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
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.
UpdateType - Enum Class in org.identityconnectors.framework.api.operations.batch
 
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 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 class org.identityconnectors.common.logging.Log.Level
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.identityconnectors.framework.api.operations.batch.UpdateType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.identityconnectors.framework.common.objects.AttributeInfo.Flags
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor.FilterResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.identityconnectors.framework.common.objects.SyncDeltaType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.identityconnectors.common.logging.Log.Level
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.identityconnectors.framework.api.operations.batch.UpdateType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.identityconnectors.framework.common.objects.AttributeInfo.Flags
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor.FilterResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.identityconnectors.framework.common.objects.SyncDeltaType
Returns an array containing the constants of this enum class, in the order they are declared.
verifyBase64SHA1Hash(char[], String) - Static method in class org.identityconnectors.common.security.SecurityUtil
Verifies the base 64-encoded SHA1 hash of the input.
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.
Version - Class in org.identityconnectors.common
Encapsulates a version number.
VersionRange - Class in org.identityconnectors.common
A version range is an interval describing a set of versions.
VersionRange(Version, boolean, Version, boolean) - Constructor for class org.identityconnectors.common.VersionRange
 
visitAndFilter(ConnectorObject, AndFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitAndFilter(P, AndFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits an and filter.
visitContainsAllValuesFilter(ConnectorObject, ContainsAllValuesFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitContainsAllValuesFilter(P, ContainsAllValuesFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a containsAll filter.
visitContainsFilter(ConnectorObject, ContainsFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitContainsFilter(P, ContainsFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a contains filter.
visitEndsWithFilter(ConnectorObject, EndsWithFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitEndsWithFilter(P, EndsWithFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a ends with filter.
visitEqualsFilter(ConnectorObject, EqualsFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitEqualsFilter(P, EqualsFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a equality filter.
visitExtendedFilter(ConnectorObject, Filter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitExtendedFilter(P, Filter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a comparison filter.
visitGreaterThanFilter(ConnectorObject, GreaterThanFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitGreaterThanFilter(P, GreaterThanFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a greater than filter.
visitGreaterThanOrEqualFilter(ConnectorObject, GreaterThanOrEqualFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitGreaterThanOrEqualFilter(P, GreaterThanOrEqualFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a greater than or equal to filter.
visitLessThanFilter(ConnectorObject, LessThanFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitLessThanFilter(P, LessThanFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a less than filter.
visitLessThanOrEqualFilter(ConnectorObject, LessThanOrEqualFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitLessThanOrEqualFilter(P, LessThanOrEqualFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a less than or equal to filter.
visitNotFilter(ConnectorObject, NotFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitNotFilter(P, NotFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a not filter.
visitOrFilter(ConnectorObject, OrFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitOrFilter(P, OrFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits an or filter.
visitStartsWithFilter(ConnectorObject, StartsWithFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitStartsWithFilter(P, StartsWithFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a starts with filter.

W

warn(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
warn(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
WARN - Enum constant in enum class org.identityconnectors.common.logging.Log.Level
Maps to java.util.logging.Level.WARNING.
wrap(String, Throwable) - Static method in exception org.identityconnectors.framework.common.exceptions.RetryableException
If Exception parameter passed in is a RetryableException it is simply returned.
wrap(String, Uid) - Static method in exception org.identityconnectors.framework.common.exceptions.RetryableException
Constructs a new RetryableException which signals partial success of create operation.
wrap(Throwable) - Static method in exception org.identityconnectors.framework.common.exceptions.ConnectorException
If Exception parameter passed in is a RuntimeException it is simply returned.
wrapFilter(Filter, boolean) - Static method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
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 J L M N O P Q R S T U V W X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form