- 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(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
-
Ands the left and right filters.
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
-
Determine whether the specified
ConnectorObject
contains an
Attribute
that has the same name as
and contains all of the values of the attribute that
FilterBuilder
placed into this filter.
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsAllValuesFilter
-
- accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
-
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
-
- accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
-
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.EqualsFilter
-
Determines whether the specified
ConnectorObject
contains an
attribute that has the same name and contains a value that is equals the
value of the attribute that
FilterBuilder
placed into this
filter.
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.EqualsFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.ExtendedMatchFilter
-
Framework can not understand this filter, always return true.
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.ExtendedMatchFilter
-
- accept(ConnectorObject) - Method in interface org.identityconnectors.framework.common.objects.filter.Filter
-
- accept(FilterVisitor<R, P>, P) - Method in interface org.identityconnectors.framework.common.objects.filter.Filter
-
Applies a FilterVisitor
to this Filter
.
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
-
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
-
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
-
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
-
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
-
Return the opposite the internal filters return value.
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
-
Takes the result from the left and ORs it w/ the right filter.
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.PresenceFilter
-
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.PresenceFilter
-
- accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
-
- accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
-
- accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
-
- accept(String) - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
-
- access(GuardedByteArray.Accessor) - Method in class org.identityconnectors.common.security.GuardedByteArray
-
Provides access to the clear-text value of the byte array in a controlled
fashion.
- access(byte[]) - Method in interface org.identityconnectors.common.security.GuardedByteArray.Accessor
-
This method will be called with the clear text of the bytes.
- access(GuardedString.Accessor) - Method in class org.identityconnectors.common.security.GuardedString
-
Provides access to the clear-text value of the string in a controlled
fashion.
- access(char[]) - Method in interface org.identityconnectors.common.security.GuardedString.Accessor
-
This method will be called with the clear text of the string.
- ACCOUNT - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
-
Represents a human being in the context of a specific system or
application.
- ACCOUNT_NAME - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
-
- 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
-
- addAttribute(Attribute[]) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- addAttribute(Attribute, Attribute...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- addAttribute(String, Object...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
Adds values to the attribute.
- addAttribute(AttributeBuilder, String, Object...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- addAttribute(String, Collection<?>) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
Adds each object in a collection.
- addAttribute(AttributeBuilder, String, Collection<?>) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- addAttributeInfo(AttributeInfo) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
-
- addAttributes(Collection<Attribute>) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- 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.
- 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
-
- allAPIOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
-
- allSPIOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
-
- AlreadyExistsException - Exception in org.identityconnectors.framework.common.exceptions
-
AlreadyExistsException is thrown to indicate if
CreateApiOp
attempts
to create an object that exists prior to the method execution or
UpdateApiOp
attempts
to rename an object to that exists prior to the method execution.
- AlreadyExistsException() - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
-
- AlreadyExistsException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
-
- AlreadyExistsException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
-
- AlreadyExistsException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
-
- and(Filter, Filter) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
-
Logically "ANDs" together the two specified instances of
Filter
.
- and(Collection<Filter>) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
-
Creates a new "AND" filter using the provided list of sub-filters.
- and(Filter...) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
-
Creates a new "AND" filter using the provided list of sub-filters.
- AndFilter - Class in org.identityconnectors.framework.common.objects.filter
-
- AndFilter(Filter, Filter) - Constructor for class org.identityconnectors.framework.common.objects.filter.AndFilter
-
And the the left and right filters.
- AndFilter(Collection<Filter>) - Constructor for class org.identityconnectors.framework.common.objects.filter.AndFilter
-
- APIConfiguration - Interface in org.identityconnectors.framework.api
-
Interface to show the configuration properties from both the SPI/API based on
the
Connector
makeup.
- 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 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
-
- 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(String) - Static method in class org.identityconnectors.common.IOUtil
-
Calculates the CRC32 checksum of the specified file.
- checksum(File) - Static method in class org.identityconnectors.common.IOUtil
-
Calculates the CRC32 checksum of the specified file.
- clear() - Static method in class org.identityconnectors.common.l10n.CurrentLocale
-
Clears the locale for the current thread.
- clear(byte[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
-
Clears an array of potentially sensitive bytes
- clear(char[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
-
Clears an array of potentially sensitive chars
- clear() - Method in class org.identityconnectors.common.StringPrintWriter
-
Clear out the underlying string writer.
- clearAttributes() - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
Clears all
Attribute
s, 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(char[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
-
Computes the base 64 encoded SHA1 hash of the input.
- computeBase64SHA1Hash(byte[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
-
Computes the base 64 encoded SHA1 hash of the input.
- computeHexSHA1Hash(byte[], boolean) - Static method in class org.identityconnectors.common.security.SecurityUtil
-
Computes the Hex encoded SHA1 hash of the input.
- Configuration - Interface in org.identityconnectors.framework.spi
-
Encapsulates the configuration of a connector.
- ConfigurationClass - Annotation Type in org.identityconnectors.framework.spi
-
- ConfigurationException - Exception in org.identityconnectors.framework.common.exceptions
-
Thrown to indicate there was some configuration problem with one of the
bundles.
- ConfigurationException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
-
- ConfigurationException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
-
- ConfigurationProperties - Interface in org.identityconnectors.framework.api
-
Encapsulates the
Configuration at the SPI layer
and
uses reflection to identify the individual properties that are available for
an application to manipulate.
- ConfigurationProperty - Interface in org.identityconnectors.framework.api
-
- ConfigurationProperty - Annotation Type in org.identityconnectors.framework.spi
-
- 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(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
-
- ConnectionBrokenException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionBrokenException
-
- ConnectionFailedException - Exception in org.identityconnectors.framework.common.exceptions
-
ConnectionFailedException is thrown when a Connector cannot reach the target
resource instance.
- ConnectionFailedException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
-
- ConnectionFailedException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
-
- ConnectionFailedException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
-
- ConnectionFailedException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectionFailedException
-
- 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 Type 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
-
- ConnectorException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
-
Sets the stack trace to the original exception, so this exception can
masquerade as the original only be a
RuntimeException
.
- ConnectorException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
-
Sets the stack trace to the original exception, so this exception can
masquerade as the original only be a
RuntimeException
.
- ConnectorFacade - Interface in org.identityconnectors.framework.api
-
Main interface through which an application invokes Connector operations.
- ConnectorFacadeFactory - Class in org.identityconnectors.framework.api
-
- ConnectorFacadeFactory() - Constructor for class org.identityconnectors.framework.api.ConnectorFacadeFactory
-
- ConnectorInfo - Interface in org.identityconnectors.framework.api
-
The connector meta-data for a given connector.
- ConnectorInfoManager - Interface in org.identityconnectors.framework.api
-
Maintains a list of ConnectorInfo
instances, each of which
describes a connector that is available.
- ConnectorInfoManagerFactory - Class in org.identityconnectors.framework.api
-
An application's primary entry point into connectors.
- ConnectorInfoManagerFactory() - Constructor for class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
-
- ConnectorIOException - Exception in org.identityconnectors.framework.common.exceptions
-
Base exception for all Input-Output (I/O-related) exceptions, including
instance connection failure, socket error and so forth.
- ConnectorIOException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorIOException
-
- ConnectorIOException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorIOException
-
- ConnectorIOException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorIOException
-
- ConnectorIOException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorIOException
-
- ConnectorKey - Class in org.identityconnectors.framework.api
-
Uniquely identifies a connector within an installation.
- ConnectorKey(String, String, String) - Constructor for class org.identityconnectors.framework.api.ConnectorKey
-
- 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
-
- ConnectorObjectBuilder - Class in org.identityconnectors.framework.common.objects
-
- ConnectorObjectBuilder() - Constructor for class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- ConnectorSecurityException - Exception in org.identityconnectors.framework.common.exceptions
-
Base exception for all security-related exceptions.
- ConnectorSecurityException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-
- ConnectorSecurityException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-
- ConnectorSecurityException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-
- ConnectorSecurityException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
-
- contains(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
-
Select only an input ConnectorObject
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(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() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
-
Create a builder with an empty set of options.
- 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
.
- 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
.
- 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.
- 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
-
- getAsStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
-
Get the string value from the specified (single-valued) attribute.
- getAttribute(Element, String) - Static method in class org.identityconnectors.common.XmlUtil
-
Return the value of an attribute on an element.
- getAttribute() - Method in class org.identityconnectors.framework.common.objects.filter.AttributeFilter
-
Get the internal attribute.
- getAttributeByName(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
-
Get an attribute by if it exists else null.
- 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
-
- 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
-
- 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
-
- 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.
- getInstance() - Static method in class org.identityconnectors.common.security.EncryptorFactory
-
- getInstance() - Static method in class org.identityconnectors.framework.api.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
-
- 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.
- 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
-
- 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
-
- getName() - Method in class org.identityconnectors.framework.common.objects.filter.PresenceFilter
-
- getName() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
-
- getName() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
-
- getNameFromAttributes(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
-
Get the
Name
attribute from the specified set of attributes.
- getNameValue() - Method in class org.identityconnectors.framework.common.objects.Name
-
The single value of the attribute that is the unique id of an object.
- getNextElement(Node) - Static method in class org.identityconnectors.common.XmlUtil
-
Get the next right sibling that is an element.
- getObject(ObjectClass, Uid, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.GetApiOp
-
- getObject() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
-
Returns the connector object that changed.
- getObject() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
-
Returns the object that changed.
- getObjectClass() - Method in 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
-
- getObjectClass() - Method in class org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
-
- getObjectClass() - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
-
- getObjectClass() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
-
- 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
-
- getPasswordExpired(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
-
- getPasswordValue(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
-
Get the password value from the provided set of
Attribute
s.
- 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
-
- getPropertyNames() - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
-
- 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, Charset) - Static method in class org.identityconnectors.common.IOUtil
-
Read the entire stream into a String and return it.
- getResourceAsString(Class<?>, String) - Static method in class org.identityconnectors.common.IOUtil
-
Read the entire stream into a String and return it.
- getResourcePath(Class<?>, String) - Static method in class org.identityconnectors.common.IOUtil
-
Get the path to a resource base on the package of given class.
- getResult() - Method in class org.identityconnectors.framework.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
The revision number specifies a given version ot the
object
identified by the
Uid.getUidValue()
- getRight() - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
-
- getRight() - Method in class org.identityconnectors.framework.common.objects.filter.CompositeFilter
-
- getRight() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
-
- getRunAsUser() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
-
Get the account to run the operation as..
- getRunWithPassword() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
-
Get the password to run the operation as..
- getScope() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
-
- 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
ConnectorObject
s 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(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.common.objects.Schema
-
Returns the supported object classes for the given operation.
- getSupportedObjectClassesByOperation() - Method in class org.identityconnectors.framework.common.objects.Schema
-
Returns the set of object classes that apply to a particular operation.
- getSupportedOperations() - Method in interface org.identityconnectors.framework.api.APIConfiguration
-
- getSupportedOperations() - Method in interface org.identityconnectors.framework.api.ConnectorFacade
-
- getSupportedOptionsByOperation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.common.objects.Schema
-
Returns the supported options for the given operation.
- getSupportedOptionsByOperation() - Method in class org.identityconnectors.framework.common.objects.Schema
-
Returns the set of operation options that apply to a particular
operation.
- getTimeout(Class<? extends APIOperation>) - Method in interface org.identityconnectors.framework.api.APIConfiguration
-
Gets the timeout in milliseconds based on the operation provided.
- getTimeout() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
-
Returns the timeout (in milliseconds) to use for the connection.
- getToken() - Method in class org.identityconnectors.framework.common.objects.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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- indexOf(String, char[]) - Static method in class org.identityconnectors.common.StringUtil
-
- indexOf(String, char[], int) - Static method in class org.identityconnectors.common.StringUtil
-
- indexOfDigit(String, int) - Static method in class org.identityconnectors.common.StringUtil
-
Finds the index of the first digit and starts from the index specified.
- indexOfDigit(String) - Static method in class org.identityconnectors.common.StringUtil
-
Finds the index of the first digit.
- indexOfIgnoreCase(String, String) - Static method in class org.identityconnectors.common.StringUtil
-
Finds the start index of the comparison string regards of case.
- indexOfNonDigit(String, int) - Static method in class org.identityconnectors.common.StringUtil
-
Finds the index of the first non digit and starts from the index
specified.
- indexOfNonDigit(String) - Static method in class org.identityconnectors.common.StringUtil
-
Finds the index of the first non digit.
- info(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
-
- info(String, Object...) - Method in class org.identityconnectors.common.logging.Log
-
- INFO - Static variable in class org.identityconnectors.framework.common.objects.Name
-
- init(Configuration) - Method in interface org.identityconnectors.framework.spi.Connector
-
Initialize the connector with its configuration.
- initUid(Uid) - Method in exception org.identityconnectors.framework.common.exceptions.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
Collection
s as an unmodifiable
set.
- InvalidAttributeValueException - Exception in org.identityconnectors.framework.common.exceptions
-
InvalidAttributeValueException is thrown when an attempt is made to add to an
attribute a value that conflicts with the attribute's schema definition.
- InvalidAttributeValueException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
-
Constructs a new InvalidAttributeValueException exception with
null
as its detail message.
- InvalidAttributeValueException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
-
Constructs a new InvalidAttributeValueException exception with the specified
detail message.
- InvalidAttributeValueException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
-
Constructs a new InvalidAttributeValueException exception with the specified
cause and a detail message of
(cause==null ? null : cause.toString()) (which typically
contains the class and detail message of cause).
- InvalidAttributeValueException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
-
Constructs a new InvalidAttributeValueException exception with the specified
detail message and cause.
- InvalidCredentialException - Exception in org.identityconnectors.framework.common.exceptions
-
InvalidCredentialException signals that user authentication failed.
- InvalidCredentialException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
-
- InvalidCredentialException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
-
- InvalidCredentialException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
-
- InvalidCredentialException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
-
- InvalidPasswordException - Exception in org.identityconnectors.framework.common.exceptions
-
Thrown when a password credential is invalid.
- InvalidPasswordException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
-
- InvalidPasswordException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
-
- InvalidPasswordException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
-
- InvalidPasswordException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
-
- 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
-
- is(String) - Method in class org.identityconnectors.framework.common.objects.ObjectClass
-
- is(String) - Method in class org.identityconnectors.framework.common.objects.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(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
-
Determine if
Collection
is empty or not, protects against null
being passed in.
- isEmpty(String) - Static method in class org.identityconnectors.common.StringUtil
-
Determines if a string is empty.
- isEmpty() - Method in class org.identityconnectors.common.VersionRange
-
Returns whether this version range is empty.
- isEnableAttributesToGetSearchResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
-
- isEnableCaseInsensitiveFilter() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
-
- isEnabled(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
-
- 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(ConnectorKey) - Method in class org.identityconnectors.common.ConnectorKeyRange
-
- isInRange(Version) - Method in class org.identityconnectors.common.VersionRange
-
- isLockedOut(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
-
- isLoggable(Log.Level) - Method in class org.identityconnectors.common.logging.Log
-
Determine if its log-able at this level within this class.
- isLoggable(Class<?>, Log.Level) - Method in interface org.identityconnectors.common.logging.LogSpi
-
Determines if the it should be logged based on Class and Level.
- isMultiValued() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
-
Determines if this attribute can handle multiple values.
- isNotBlank(String) - Static method in class org.identityconnectors.common.StringUtil
-
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
-
- 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
-
- 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
-
- isSpecialName(String) - Static method in class org.identityconnectors.framework.common.objects.ObjectClassUtil
-
- 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.
- schema() - Method in interface org.identityconnectors.framework.api.operations.SchemaApiOp
-
- Schema - Class in org.identityconnectors.framework.common.objects
-
Determines the objects supported by a
Connector
.
- Schema(Set<ObjectClassInfo>, Set<OperationOptionInfo>, Map<Class<? extends APIOperation>, Set<ObjectClassInfo>>, Map<Class<? extends APIOperation>, Set<OperationOptionInfo>>) - Constructor for class org.identityconnectors.framework.common.objects.Schema
-
Public only for serialization; please use SchemaBuilder instead.
- schema() - Method in interface org.identityconnectors.framework.spi.operations.SchemaOp
-
Describes the types of objects this
Connector
supports.
- SchemaApiOp - Interface in org.identityconnectors.framework.api.operations
-
- 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
-
- SCOPE_ONE_LEVEL - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
-
- SCOPE_SUBTREE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
-
- Script - Class in org.identityconnectors.common.script
-
Represents a script in a scripting language.
- ScriptBuilder - Class in org.identityconnectors.common.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
-
- ScriptContextBuilder - Class in org.identityconnectors.framework.common.objects
-
- 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
-
- SearchResult.CountPolicy - Enum 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.
- 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
-
- 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
-
- setName(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- setName(Name) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- setName(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
-
- setObject(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
-
Sets the object that changed and implicitly sets Uid if object is not
null.
- setObjectClass(ObjectClass) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- setObjectClass(ObjectClass) - Method in class org.identityconnectors.framework.common.objects.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
-
- 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
-
- setQueryRequired(boolean) - Method in class org.identityconnectors.framework.common.objects.BatchToken
-
- 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
-
- 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
-
- setSortKeys(SortKey...) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
-
- 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
-
- setType(String) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
-
- setType(Class<?>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
-
- setUid(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- setUid(Uid) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
-
- setUid(Uid) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
-
Sets the Uid of the object that changed.
- setUpdateable(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
-
Determines if this attribute writable during update.
- setValue(T2) - Method in class org.identityconnectors.common.Pair
- setValue(Object) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
-
Set the value of the property.
- SHORT_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
-
Attribute that should hold a reasonable value to display for the value of
an object.
- SHORT_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
-
Attribute that should hold a reasonable value for an application to
display as a label for an object.
- SINGLE_QUOTE - Static variable in class org.identityconnectors.common.XmlUtil
-
- SingleValueAttributeFilter - Class in org.identityconnectors.framework.common.objects.filter
-
Get a single value out of the attribute to test w/.
- 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
-
- SPIOperation - Interface in org.identityconnectors.framework.spi.operations
-
- 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, SyncToken, Observer<SyncDelta>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.SyncEventSubscriptionApiOp
-
Create a subscription to a given sync topic.
- 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.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
-
- SyncDeltaBuilder() - Constructor for class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
-
Create a new SyncDeltaBuilder
- SyncDeltaBuilder(SyncDelta) - Constructor for class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
-
Creates a new SyncDeltaBuilder
whose values are initialized
to those of the delta.
- SyncDeltaType - Enum in org.identityconnectors.framework.common.objects
-
The type of change.
- 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.