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

$

$INIT(Object...) - Static method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
$INIT(Object...) - Static method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 

A

AbstractAPIOperation - Class in org.forgerock.openicf.framework.async.impl
 
AbstractAPIOperation(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation
 
AbstractAPIOperation.ResultBuffer<T,R> - Class in org.forgerock.openicf.framework.async.impl
 
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
 
AbstractConnectorFacade - Class in org.identityconnectors.framework.impl.api
Implements all the methods of the facade.
AbstractConnectorFacade(APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Builds up the maps of supported operations and calls.
AbstractConnectorFacade(String, AbstractConnectorInfo) - Constructor for class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Builds up the maps of supported operations and calls.
AbstractConnectorFacade(String, AbstractConnectorInfo, ConfigurationPropertyChangeListener) - Constructor for class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
 
AbstractConnectorFacade(String, APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Creates a reference to an externally managed ConnectorFacade.
AbstractConnectorInfo - Class in org.identityconnectors.framework.impl.api
Common base class shared between local and remote implementations
AbstractConnectorInfo() - Constructor for class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
AbstractFilterTranslator<T> - Class in org.identityconnectors.framework.common.objects.filter
Base class to make it easier to implement Search.
AbstractFilterTranslator() - Constructor for class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
 
AbstractICFBuilder<B> - Class in org.forgerock.openicf.misc.scriptedcommon
 
AbstractICFBuilder(B) - Constructor for class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
AbstractJsonValueResponseHandler() - Constructor for class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.AbstractJsonValueResponseHandler
 
AbstractLoadBalancingAlgorithm<G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Class in org.forgerock.openicf.common.rpc
A AbstractLoadBalancingAlgorithm is a base class to implementing different LoadBalancingAlgorithm for multiple RequestDistributor.
AbstractLoadBalancingAlgorithm(List<RequestDistributor<G, H, P>>) - Constructor for class org.forgerock.openicf.common.rpc.AbstractLoadBalancingAlgorithm
 
AbstractLocalOperationProcessor<V,M extends com.google.protobuf.MessageLite> - Class in org.forgerock.openicf.framework.async.impl
 
AbstractLocalOperationProcessor(long, WebSocketConnectionHolder, M) - Constructor for class org.forgerock.openicf.framework.async.impl.AbstractLocalOperationProcessor
 
AbstractObjectSerializationHandler - Class in org.identityconnectors.framework.impl.serializer
 
AbstractObjectSerializationHandler(Class<?>, String) - Constructor for class org.identityconnectors.framework.impl.serializer.AbstractObjectSerializationHandler
 
AbstractRemoteConnection - Class in org.forgerock.openicf.misc.crest
A NAME does ...
AbstractRemoteConnection(ResourcePath, HttpHost) - Constructor for class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
AbstractRemoteConnection.AbstractJsonValueResponseHandler<T> - Class in org.forgerock.openicf.misc.crest
 
AbstractRemoteConnection.HttpResponseResourceException - Exception in org.forgerock.openicf.misc.crest
The HttpResponseResourceException wraps the ResourceException into HttpResponseException.
AbstractRemoteConnection.JsonValueResponseHandler - Class in org.forgerock.openicf.misc.crest
A ResponseHandler that returns the response body as a JsonValue for successful (2xx) responses.
AbstractRemoteConnection.QueryResultResponseHandler - Class in org.forgerock.openicf.misc.crest
A ResponseHandler that returns the response body as a String for successful (2xx) responses.
AbstractRemoteConnection.ResourceResponseHandler - Class in org.forgerock.openicf.misc.crest
A ResponseHandler that returns the response body as a Resource for successful (2xx) responses.
AbstractRemoteOperationRequest(RemoteOperationContext, long, RemoteRequestFactory.CompletionCallback<V, RuntimeException, WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, RPCMessages.RPCRequest.Builder) - Constructor for class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory.AbstractRemoteOperationRequest
 
AbstractRemoteOperationRequestFactory<V,R extends RemoteOperationRequest<V>> - Class in org.forgerock.openicf.framework.async.impl
 
AbstractRemoteOperationRequestFactory(ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>) - Constructor for class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory
 
AbstractRemoteOperationRequestFactory.AbstractRemoteOperationRequest<V,M extends com.google.protobuf.MessageLite> - Class in org.forgerock.openicf.framework.async.impl
 
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
Determines whether the specified ConnectorObject matches this filter.
accept(FilterVisitor<R, P>, P) - Method in interface org.identityconnectors.framework.common.objects.filter.Filter
Applies a FilterVisitor to this Filter.
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
Determine if the ConnectorObject Attribute value is greater than the one provided in the filter.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
Return false if the attribute is not present otherwise compare the attribute to the ConnectorObject's Attribute.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
Return the opposite the internal filters return value.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
Takes the result from the left and ORs it w/ the right filter.
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.PresenceFilter
Determines if the attribute provided is present in the ConnectorObject.
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
 
accept(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler.PassThroughFilter
 
accept(FilterVisitor<R, P>, P) - Method in class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler.PassThroughFilter
 
access(byte[]) - Method in class org.forgerock.openicf.connectors.xml.util.GuardedByteArrayAccessor
 
access(char[]) - Method in class org.forgerock.openicf.connectors.xml.util.GuardedStringAccessor
 
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.
access(GuardedPasswordAttribute.Accessor) - Method in class org.identityconnectors.ldap.schema.GuardedPasswordAttribute
 
access(Attribute) - Method in interface org.identityconnectors.ldap.schema.GuardedPasswordAttribute.Accessor
 
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_CONTROLS - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
ACCOUNT_DISABLED - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
ACCOUNT_EXPIRES - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
ACCOUNT_EXPIRES_NAME - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
ACCOUNT_NAME - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
This constant defines a specific value of ObjectClass that is reserved for ObjectClass.ACCOUNT.
ACCOUNT_NEVER_EXPIRES - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
acquire() - Method in class org.forgerock.openicf.framework.remote.ReferenceCountedObject
Returns a reference to the reference counted object.
acquire() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl.ReferenceCounter
 
acquireIfNull(T) - Method in class org.forgerock.openicf.framework.remote.ReferenceCountedObject
Returns a reference to the provided object or, if it is null, a reference to the reference counted object.
action(Context, ActionRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
actionAsync(Context, ActionRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
Activator - Class in org.forgerock.openicf.framework.impl.api.osgi.internal
Sample Class Doc
Activator() - Constructor for class org.forgerock.openicf.framework.impl.api.osgi.internal.Activator
 
Activator - Class in org.forgerock.openicf.framework.osgi.internal
Sample Class Doc
Activator() - Constructor for class org.forgerock.openicf.framework.osgi.internal.Activator
 
ActiveDirectoryChangeLogSyncStrategy - Class in org.identityconnectors.ldap.sync.activedirectory
An implementation of the sync operation based on the Update Sequence Numbers in Active Directory.
ActiveDirectoryChangeLogSyncStrategy(LdapConnection, ObjectClass) - Constructor for class org.identityconnectors.ldap.sync.activedirectory.ActiveDirectoryChangeLogSyncStrategy
 
AD_CONTROLS_DATES - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
AD_SPECIAL_ATTRIBUTES - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
adapt(Throwable) - Static method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
Adapts an Exception to a ResourceException.
adaptFromObjectStreamHandler(Class<?>, ObjectStreamHandler) - Static method in class org.identityconnectors.framework.impl.api.StreamHandlerUtil
 
adaptToObjectStreamHandler(Class<?>, Object) - Static method in class org.identityconnectors.framework.impl.api.StreamHandlerUtil
 
add(OperationMessageListener) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
add(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Takes all the attribute from a ConnectorObject and add/overwrite the current attributes.
add(T) - Method in class org.identityconnectors.ldap.GroupHelper.Modification
 
ADD_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
ADD = 1;
addAll(Collection<? extends T>) - Method in class org.identityconnectors.ldap.GroupHelper.Modification
 
addAllAttribute(Iterable<? extends ConnectorObjects.AttributeUnionValue>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
addAllAttributeInfo(Collection<AttributeInfo>) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Add to the ObjectClassInfo that is being built each AttributeInfo in the specified collection.
addAllBatchToken(Iterable<String>) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated string batchToken = 3;
addAllBatchToken(Iterable<String>) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
repeated string batchToken = 1;
addAllCatalogs(Iterable<? extends ConnectorObjects.CatalogMapFieldEntry>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
addAllConfiguration(Iterable<? extends ConnectorObjects.ConfigurationUnionValue>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
addAllConfigurationProperties(Iterable<? extends ConnectorObjects.ConfigurationProperty>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
addAllContextInfoMap(Iterable<? extends RPCMessages.ControlResponse.StringMapFieldEntry>) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
addAllDeclaredObjectClasses(Iterable<String>) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredObjectClasses = 1;
addAllDeclaredOperationOptions(Iterable<String>) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredOperationOptions = 2;
addAllFlags(Iterable<? extends SchemaMessages.AttributeInfo.Flags>) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
addAllFlagsValue(Iterable<Integer>) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
addAllInfoLevel(Iterable<? extends RPCMessages.ControlRequest.InfoLevel>) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
addAllInfoLevelValue(Iterable<Integer>) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
addAllLocalRequestId(Iterable<? extends Long>) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 localRequestId = 2;
addAllOperations(Iterable<? extends ConnectorObjects.SPIOperation>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
addAllOperationsValue(Iterable<Integer>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
addAllRemoteRequestId(Iterable<? extends Long>) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 remoteRequestId = 3;
addAllRequestIds(Iterable<? extends Long>) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated int64 requestIds = 3;
addAllSubFilters(Iterable<? extends FilterMessages.FilterUnionMessage>) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addAllSubFilters(Iterable<? extends FilterMessages.FilterUnionMessage>) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addAllSupportedObjectClassesByOperation(Iterable<? extends SchemaMessages.SupportedMapFieldEntry>) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
addAllSupportedOperations(Iterable<? extends ConnectorObjects.APIOperation>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
addAllSupportedOperationsValue(Iterable<Integer>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
addAllSupportedOptionsByOperation(Iterable<? extends SchemaMessages.SupportedMapFieldEntry>) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
addAllTasks(Iterable<? extends OperationMessages.BatchOpTask>) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
addAllTimeoutMap(Iterable<? extends ConnectorObjects.TimeoutMapFieldEntry>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
addAllValue(Iterable<? extends ConnectorObjects.AttributeMapFieldEntry>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
addAllValue(Iterable<? extends ConnectorObjects.AttributeUnionValue>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
addAllValue(Iterable<? extends ConnectorObjects.StringMapFieldEntry>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
addAllValues(Iterable<? extends ConnectorObjects.OperationOptionUnionValue>) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
addAsyncConnectorInfoManager(AsyncConnectorInfoManager) - Method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
addAsyncRemoteConnectorInfoManager(AsyncRemoteConnectorInfoManager) - Method in class org.forgerock.openicf.framework.remote.LoadBalancingAlgorithmFactory
 
addAttribute(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
addAttribute(int, ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
addAttribute(ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
addAttribute(int, ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
addAttribute(Attribute[]) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds many attributes to the ConnectorObject.
addAttribute(Attribute, Attribute...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds one or many attributes to the ConnectorObject.
addAttribute(String, Object...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds values to the attribute.
addAttribute(AttributeBuilder, String, Object...) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Adds values to the attribute, using a recycled AttributeBuilder.
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
Adds each object in a collection, using a recycled AttributeBuilder.
addAttributeBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
addAttributeBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
addAttributeInfo(AttributeInfo) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Add the specified AttributeInfo object to the ObjectClassInfo that is being built.
addAttributes(Collection<Attribute>) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Add all the Attributes of a Collection.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.UpdateAsyncApiOpImpl
 
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.UpdateApiOp
Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
 
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.UpdateAttributeValuesOp
Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
addAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
addAttributeValues(Set<Attribute>) - Method in class org.identityconnectors.ldap.modify.LdapUpdate
 
addAttributeValuesAsync(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.UpdateAsyncApiOpImpl
 
addAttributeValuesAsync(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.UpdateAsyncApiOp
Update the object specified by the ObjectClass and Uid, adding to the current values of each attribute the values provided.
addAttributeValuesAsync(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
addBatchToken(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated string batchToken = 3;
addBatchToken(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
repeated string batchToken = 1;
addBatchTokenBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated string batchToken = 3;
addBatchTokenBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
repeated string batchToken = 1;
addBinaryOption(String) - Static method in class org.identityconnectors.ldap.LdapUtil
Adds the binary option to the attribute if not present already.
addBind(SQLParam, String) - Method in class org.identityconnectors.dbcommon.FilterWhereBuilder
Add name value pair bindings with operator, this is lazy bindings resolved at FilterWhereBuilder.getWhereClause().
addBind(SQLParam) - Method in class org.identityconnectors.dbcommon.InsertIntoBuilder
Add column name and value pair.
addBind(SQLParam) - Method in class org.identityconnectors.dbcommon.UpdateSetBuilder
Add column name and value pair.
addBind(SQLParam, String) - Method in class org.identityconnectors.dbcommon.UpdateSetBuilder
Add column name and expression value pair.
addCatalogs(ConnectorObjects.CatalogMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
addCatalogs(int, ConnectorObjects.CatalogMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
addCatalogs(ConnectorObjects.CatalogMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
addCatalogs(int, ConnectorObjects.CatalogMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
addCatalogsBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
addCatalogsBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
addChangeCallback(AbstractConfiguration.ConfigurationChangeCallback) - Method in class org.identityconnectors.framework.spi.AbstractConfiguration
 
addCloseListener(CloseListener<T>) - Method in class org.forgerock.openicf.framework.async.CloseableAsyncConnectorInfoManager
 
addCloseListener(CloseListener<RemoteConnectionInfoManagerFactory>) - Method in class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
addCloseListener(CloseListener<ConnectorFramework>) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
addCloseListener(CloseListener<T>) - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
addCloseListener(CloseListener<WebSocketConnectionGroup>) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
addConfiguration(ConnectorObjects.ConfigurationUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
addConfiguration(int, ConnectorObjects.ConfigurationUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
addConfiguration(ConnectorObjects.ConfigurationUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
addConfiguration(int, ConnectorObjects.ConfigurationUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
addConfigurationBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
addConfigurationBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
addConfigurationChangeListener(String, ConfigurationPropertyChangeListener) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
addConfigurationProperties(ConnectorObjects.ConfigurationProperty) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
addConfigurationProperties(int, ConnectorObjects.ConfigurationProperty) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
addConfigurationProperties(ConnectorObjects.ConfigurationProperty.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
addConfigurationProperties(int, ConnectorObjects.ConfigurationProperty.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
addConfigurationPropertiesBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
addConfigurationPropertiesBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
addConnectorBundle(Collection<URL>) - Method in class org.forgerock.openicf.framework.local.AsyncLocalConnectorInfoManager
 
addConnectorBundle(URL...) - Method in class org.forgerock.openicf.framework.local.AsyncLocalConnectorInfoManager
 
addConnectorEventHandler(ConnectorEventHandler) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addConnectorEventHandler(ConnectorEventHandler) - Method in interface org.identityconnectors.common.event.ConnectorEventPublisher
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addConnectorEventHandler(ConnectorEventHandler) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.
addConnectorInfo(LocalConnectorInfoImpl) - Method in class org.forgerock.openicf.framework.local.AsyncLocalConnectorInfoManager
 
addConnectorInfo(V) - Method in class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
addContextInfoMap(RPCMessages.ControlResponse.StringMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
addContextInfoMap(int, RPCMessages.ControlResponse.StringMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
addContextInfoMap(RPCMessages.ControlResponse.StringMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
addContextInfoMap(int, RPCMessages.ControlResponse.StringMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
addContextInfoMapBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
addContextInfoMapBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
addControl(Attribute) - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
addCreateOp(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.api.operations.batch.BatchBuilder
Add a Create operation to the batch.
addDeclaredObjectClasses(String) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredObjectClasses = 1;
addDeclaredObjectClassesBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredObjectClasses = 1;
addDeclaredOperationOptions(String) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredOperationOptions = 2;
addDeclaredOperationOptionsBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredOperationOptions = 2;
addDeleteOp(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.api.operations.batch.BatchBuilder
Add a Delete operation to the batch.
addFlags(SchemaMessages.AttributeInfo.Flags) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
addFlagsValue(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
addInfoLevel(RPCMessages.ControlRequest.InfoLevel) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
addInfoLevelValue(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
addingEntries(Bundle, List<ManifestEntry>) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
addingEntries(Bundle, List<ManifestEntry>) - Method in class org.forgerock.openicf.framework.osgi.internal.AsyncOsgiConnectorInfoManagerImpl
 
addLdapGroupMemberships(String, Collection<String>, LdapContext) - Method in class org.identityconnectors.ldap.GroupHelper
 
addListener(String, String, int) - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
addListener(String, String, int, SSLContextConfigurator) - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
addLocalRequestId(long) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 localRequestId = 2;
addNull(String) - Method in class org.identityconnectors.dbcommon.FilterWhereBuilder
Add null value.
addOperations(ConnectorObjects.SPIOperation) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
addOperationsValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
addPosixGroupMemberships(String, Collection<String>, LdapContext) - Method in class org.identityconnectors.ldap.GroupHelper
 
addRemoteRequestId(long) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 remoteRequestId = 3;
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
addRequestIds(long) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated int64 requestIds = 3;
addScriptArgument(String, Object) - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Adds or sets an argument to pass to the script.
addStringAttrValues(Attributes, String, Set<String>) - Static method in class org.identityconnectors.ldap.LdapUtil
 
addSubFilters(FilterMessages.FilterUnionMessage) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFilters(int, FilterMessages.FilterUnionMessage) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFilters(FilterMessages.FilterUnionMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFilters(int, FilterMessages.FilterUnionMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFilters(FilterMessages.FilterUnionMessage) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFilters(int, FilterMessages.FilterUnionMessage) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFilters(FilterMessages.FilterUnionMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFilters(int, FilterMessages.FilterUnionMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFiltersBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFiltersBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFiltersBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
addSubFiltersBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
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.
addSupportedObjectClassesByOperation(SchemaMessages.SupportedMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
addSupportedObjectClassesByOperation(int, SchemaMessages.SupportedMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
addSupportedObjectClassesByOperation(SchemaMessages.SupportedMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
addSupportedObjectClassesByOperation(int, SchemaMessages.SupportedMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
addSupportedObjectClassesByOperationBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
addSupportedObjectClassesByOperationBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
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.
addSupportedOperations(ConnectorObjects.APIOperation) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
addSupportedOperationsValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
addSupportedOptionsByOperation(SchemaMessages.SupportedMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
addSupportedOptionsByOperation(int, SchemaMessages.SupportedMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
addSupportedOptionsByOperation(SchemaMessages.SupportedMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
addSupportedOptionsByOperation(int, SchemaMessages.SupportedMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
addSupportedOptionsByOperationBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
addSupportedOptionsByOperationBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
addTasks(OperationMessages.BatchOpTask) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
addTasks(int, OperationMessages.BatchOpTask) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
addTasks(OperationMessages.BatchOpTask.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
addTasks(int, OperationMessages.BatchOpTask.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
addTasksBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
addTasksBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
addTimeoutMap(ConnectorObjects.TimeoutMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
addTimeoutMap(int, ConnectorObjects.TimeoutMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
addTimeoutMap(ConnectorObjects.TimeoutMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
addTimeoutMap(int, ConnectorObjects.TimeoutMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
addTimeoutMapBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
addTimeoutMapBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
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(ConnectorObjects.AttributeMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
addValue(int, ConnectorObjects.AttributeMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
addValue(ConnectorObjects.AttributeMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
addValue(int, ConnectorObjects.AttributeMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
addValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
addValue(int, ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
addValue(ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
addValue(int, ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
addValue(ConnectorObjects.StringMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
addValue(int, ConnectorObjects.StringMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
addValue(ConnectorObjects.StringMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
addValue(int, ConnectorObjects.StringMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
addValue(SQLParam) - Method in class org.identityconnectors.dbcommon.UpdateSetBuilder
Add the update value.
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.
addValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
addValueBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
addValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
addValueBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
addValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
addValueBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
addValues(ConnectorObjects.OperationOptionUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
addValues(int, ConnectorObjects.OperationOptionUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
addValues(ConnectorObjects.OperationOptionUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
addValues(int, ConnectorObjects.OperationOptionUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
addValuesBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
addValuesBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
addWebSocketConnectionGroup(WebSocketConnectionGroup) - Method in class org.forgerock.openicf.framework.remote.RemoteServerConnectorInfoManager
 
ADGroupType - Class in org.identityconnectors.ldap
 
ADGroupType() - Constructor for class org.identityconnectors.ldap.ADGroupType
 
ADGroupType(int) - Constructor for class org.identityconnectors.ldap.ADGroupType
 
ADLdapUtil - Class in org.identityconnectors.ldap
 
ADLdapUtil() - Constructor for class org.identityconnectors.ldap.ADLdapUtil
 
ADStaticSchema - Class in org.identityconnectors.ldap.schema
 
ADStaticSchema() - Constructor for class org.identityconnectors.ldap.schema.ADStaticSchema
 
ADUserAccountControl - Class in org.identityconnectors.ldap
 
ADUserAccountControl() - Constructor for class org.identityconnectors.ldap.ADUserAccountControl
 
ALGORITHM - Static variable in class org.forgerock.openicf.framework.remote.security.ECIESEncryptor
 
ALL - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
Represents all collections that contains any object.
ALL_NAME - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
This constant defines a specific value of ObjectClass that is reserved for ObjectClass.ALL.
allAPIOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Return all the known APIOperations.
allNative - Variable in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Some JDBC drivers (ex: DerbyDB) may need to access all the datatypes with native types to get correct value.
allocateRequest(RemoteRequestFactory<R, V, E, G, H, P>) - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
allSPIOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Return all the known SPIOperations.
AlreadyExistsException - Exception in org.identityconnectors.framework.common.exceptions
AlreadyExistsException is thrown to indicate if CreateApiOp attempts to create an object that exists prior to the method execution or UpdateApiOp attempts to rename an object to that exists prior to the method execution.
AlreadyExistsException() - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
AlreadyExistsException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
AlreadyExistsException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
AlreadyExistsException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.AlreadyExistsException
 
and(Query) - Method in interface org.forgerock.openicf.connectors.xml.query.abstracts.Query
 
and(Query) - Method in class org.forgerock.openicf.connectors.xml.query.QueryImpl
 
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.
and(LdapFilter) - Method in class org.identityconnectors.ldap.search.LdapFilter
Logically "ANDs" together this filter with another filter.
AndFilter - Class in org.identityconnectors.framework.common.objects.filter
 
AndFilter(Filter, Filter) - Constructor for class org.identityconnectors.framework.common.objects.filter.AndFilter
And the the left and right filters.
AndFilter(Collection<Filter>) - Constructor for class org.identityconnectors.framework.common.objects.filter.AndFilter
 
ANDFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
ANY_OBJECT_CLASS - Static variable in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
APIConfiguration - Interface in org.identityconnectors.framework.api
Interface to show the configuration properties from both the SPI/API based on the Connector makeup.
apiConfiguration - Variable in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
Contains the Connector Configuration.
APICONFIGURATION_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
APIConfigurationImpl - Class in org.identityconnectors.framework.impl.api
 
APIConfigurationImpl() - Constructor for class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
APIConfigurationImpl(APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
APIOperation - Interface in org.identityconnectors.framework.api.operations
Base interface for all API operations.
APIOperationRunner - Class in org.identityconnectors.framework.impl.api.local.operations
Base class for API operation runners.
APIOperationRunner(OperationalContext) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
Creates the API operation so it can called multiple times.
append(String) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
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.
AppendingAttributes - Class in org.identityconnectors.ldap
An implementation of Attributes which delegates to a given Attributes instance while adding some attributes to the list if already not present, or replacing the existing values if such attributes are present.
AppendingAttributes(Attributes) - Constructor for class org.identityconnectors.ldap.AppendingAttributes
 
applicationThreadPool - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
arrayToHashtable(String[], ConnectorMessages) - Static method in class org.identityconnectors.dbcommon.JNDIUtil
Parses arrays of string as entries of properties.
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
 
assertBlank(String, String) - Method in class org.identityconnectors.dbcommon.LocalizedAssert
Asserts that argument string is blank.
Assertions - Class in org.identityconnectors.common
 
assertNotBlank(String, String) - Method in class org.identityconnectors.dbcommon.LocalizedAssert
Asserts that argument string is not blank.
assertNotNull(T, String) - Method in class org.identityconnectors.dbcommon.LocalizedAssert
Asserts the argument is not null.
assertNull(T, String) - Method in class org.identityconnectors.dbcommon.LocalizedAssert
Asserts the argument is null.
AsyncConnectorFacade - Interface in org.forgerock.openicf.framework.async
A AsyncConnectorFacade.
AsyncConnectorInfoManager - Interface in org.forgerock.openicf.framework.async
An AsyncConnectorInfoManager maintains a list of ConnectorInfo instances, each of which describes a connector that is available.
ASYNCHRONOUSRESULTS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
AsyncLocalConnectorInfoManager - Class in org.forgerock.openicf.framework.local
AsyncLocalConnectorInfoManager.
AsyncLocalConnectorInfoManager(ClassLoader) - Constructor for class org.forgerock.openicf.framework.local.AsyncLocalConnectorInfoManager
 
AsyncOsgiConnectorInfoManagerImpl - Class in org.forgerock.openicf.framework.osgi.internal
The OSGi ConnectorInfoManager Implementation ...
AsyncOsgiConnectorInfoManagerImpl() - Constructor for class org.forgerock.openicf.framework.osgi.internal.AsyncOsgiConnectorInfoManagerImpl
 
AsyncRemoteConnectorInfoManager - Class in org.forgerock.openicf.framework.remote
A AsyncRemoteConnectorInfoManager.
AsyncRemoteConnectorInfoManager(Closeable, RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>) - Constructor for class org.forgerock.openicf.framework.remote.AsyncRemoteConnectorInfoManager
 
AsyncRemoteConnectorInfoManager(RemoteConnectorInfoManager) - Constructor for class org.forgerock.openicf.framework.remote.AsyncRemoteConnectorInfoManager
 
AsyncRemoteConnectorInfoManager(LoadBalancingAlgorithmFactory) - Constructor for class org.forgerock.openicf.framework.remote.AsyncRemoteConnectorInfoManager
 
AsyncRemoteLegacyConnectorInfoManager - Class in org.forgerock.openicf.framework.remote
 
AsyncRemoteLegacyConnectorInfoManager(RemoteFrameworkConnectionInfo, ScheduledExecutorService) - Constructor for class org.forgerock.openicf.framework.remote.AsyncRemoteLegacyConnectorInfoManager
 
asyncTimeout(Promise<T, RuntimeException>) - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation
 
ATT_BUNDLE_NAME - Static variable in class org.forgerock.openicf.framework.impl.api.osgi.internal.ConnectorManifestScanner
 
ATT_BUNDLE_NAME - Static variable in class org.forgerock.openicf.framework.osgi.ConnectorManifestScanner
 
ATT_BUNDLE_VERSION - Static variable in class org.forgerock.openicf.framework.impl.api.osgi.internal.ConnectorManifestScanner
 
ATT_BUNDLE_VERSION - Static variable in class org.forgerock.openicf.framework.osgi.ConnectorManifestScanner
 
ATT_FRAMEWORK_VERSION - Static variable in class org.forgerock.openicf.framework.impl.api.osgi.internal.ConnectorManifestScanner
 
ATT_FRAMEWORK_VERSION - Static variable in class org.forgerock.openicf.framework.osgi.ConnectorManifestScanner
 
attribute(Closure) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, Collection<Object>) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, String...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, long...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, Long...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, char...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, Character...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, double...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, Double...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, float...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, Float...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, int...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, Integer...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, boolean...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, Boolean...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, byte...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, Byte...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, byte[]...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, BigDecimal...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, BigInteger...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, GuardedByteArray...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, GuardedString...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String, Map...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(Attribute...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attribute(AttributeInfo) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
attribute(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
attribute(String, Class<?>) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
attribute(String, Class<?>, Set<AttributeInfo.Flags>) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
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).
attribute2jdbcValue(Object, int) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Convert the attribute to expected jdbc type using java conversions.
ATTRIBUTE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
ATTRIBUTE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
AttributeBuilder - Class in org.identityconnectors.framework.common.objects
Simplifies constructing instances of Attribute.
AttributeBuilder() - Constructor for class org.identityconnectors.framework.common.objects.AttributeBuilder
 
AttributeConvertor - Class in org.identityconnectors.databasetable.mapping
The SQL get/set strategy class implementation convert all jdbc types to attribute supported types.
AttributeConvertor(MappingStrategy) - Constructor for class org.identityconnectors.databasetable.mapping.AttributeConvertor
Final sql mapping
AttributeDelegate - Class in org.forgerock.openicf.misc.scriptedcommon
 
AttributeDelegate(ConnectorObjectBuilder) - Constructor for class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
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.
AttributeInfoDelegate - Class in org.forgerock.openicf.misc.scriptedcommon
 
AttributeInfoDelegate(ObjectClassInfoBuilder) - Constructor for class org.forgerock.openicf.misc.scriptedcommon.AttributeInfoDelegate
 
ATTRIBUTEINFOS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
AttributeInfoUtil - Class in org.identityconnectors.framework.common.objects
Utility methods to retrieve values from instances of AttributeInfo.
AttributeMappingConfig - Class in org.identityconnectors.ldap
 
AttributeMappingConfig(String, String) - Constructor for class org.identityconnectors.ldap.AttributeMappingConfig
 
AttributeNormalizer - Interface in org.identityconnectors.framework.spi
Interface to be implemented by connectors that need to normalize certain attributes.
attributes(Attribute...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attributes(Collection<Attribute>) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
attributes(Closure) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
ATTRIBUTES - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
ATTRIBUTES_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
AttributesAccessor - Class in org.identityconnectors.framework.common.objects
Attributes Accessor convenience methods for accessing attributes.
AttributesAccessor(Set<Attribute>) - Constructor for class org.identityconnectors.framework.common.objects.AttributesAccessor
 
AttributesToGetResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
Simple class for common results handler components that involve OperationOptions.OP_ATTRIBUTES_TO_GET.
AttributesToGetResultsHandler(String[]) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
Keep the attribute to get..
AttributesToGetSearchResultsHandler(ResultsHandler, String[]) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SearchImpl.AttributesToGetSearchResultsHandler
 
AttributesToGetSyncResultsHandler(SyncResultsHandler, String[]) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SyncImpl.AttributesToGetSyncResultsHandler
 
AttributeTests - Class in org.identityconnectors.contract.test
Test that attributes satisfy contract.
AttributeTests() - Constructor for class org.identityconnectors.contract.test.AttributeTests
 
AttributeTypeUtil - Class in org.forgerock.openicf.connectors.xml.util
 
AttributeTypeUtil() - Constructor for class org.forgerock.openicf.connectors.xml.util.AttributeTypeUtil
 
AttributeUtil - Class in org.identityconnectors.framework.common.objects
Utility methods to retrieve values from instances of Attribute.
attrNameEquals(String, String) - Static method in class org.identityconnectors.ldap.LdapUtil
Returns true if the names of the given LDAP attributes are equal.
authenticate(String, GuardedString) - Method in class org.forgerock.openicf.connectors.xml.ConcurrentXMLHandler
 
AUTHENTICATE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
authenticate(String, GuardedString) - Method in interface org.forgerock.openicf.connectors.xml.XMLHandler
 
authenticate(String, GuardedString) - Method in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Simple authentication with two parameters presumed to be user name and password.
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.AuthenticationAsyncApiOpImpl
 
authenticate(Principal) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication
 
authenticate(ServletUpgradeRequest, ServletUpgradeResponse, NameCallback) - Method in interface org.forgerock.openicf.framework.server.jetty.Authenticator
 
authenticate(ServletUpgradeRequest, ServletUpgradeResponse) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator
 
authenticate(ServletUpgradeRequest, ServletUpgradeResponse, NameCallback) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase.ServletAttributeAuthenticator
 
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Attempts to authenticate the given username combination Simple authentication with two parameters presumed to be user name and password.
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.AuthenticationApiOp
Most basic authentication available.
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Most basic authentication available.
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.AuthenticationImpl
Authenticate using the basic credentials.
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.AuthenticateOp
Simple authentication with two parameters presumed to be user name and password.
authenticate(GuardedString) - Method in class org.identityconnectors.ldap.LdapAuthenticate
 
authenticate(String, GuardedString) - Method in class org.identityconnectors.ldap.LdapConnection
 
authenticate(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
authenticateAsync(ObjectClass, String, GuardedString, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.AuthenticationAsyncApiOp
Most basic authentication available.
authenticateAsync(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.AuthenticationAsyncApiOpImpl
 
authenticateAsync(ObjectClass, String, GuardedString, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
AuthenticateOp - Interface in org.identityconnectors.framework.spi.operations
Authenticate an object based on their unique identifier and password.
AUTHENTICATEOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
AUTHENTICATEOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
AuthenticationApiOp - Interface in org.identityconnectors.framework.api.operations
 
AUTHENTICATIONAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
AUTHENTICATIONAPIOP = 1;
AuthenticationApiOpTests - Class in org.identityconnectors.contract.test
Contract test of AuthenticationApiOp
AuthenticationApiOpTests() - Constructor for class org.identityconnectors.contract.test.AuthenticationApiOpTests
 
AuthenticationAsyncApiOp - Interface in org.forgerock.openicf.framework.async
AuthenticationAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
AuthenticationAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, int) - Constructor for class org.forgerock.openicf.framework.async.impl.AuthenticationAsyncApiOpImpl
 
AuthenticationImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
AuthenticationImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.AuthenticationImpl
Pass the configuration etc to the abstract class.
AUTHENTICATIONOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
AUTHENTICATIONOP = 1;
AuthenticationResult(LdapConnection.AuthenticationResultType) - Constructor for class org.identityconnectors.ldap.LdapConnection.AuthenticationResult
 
AuthenticationResult(LdapConnection.AuthenticationResultType, Exception) - Constructor for class org.identityconnectors.ldap.LdapConnection.AuthenticationResult
 
Authenticator - Interface in org.forgerock.openicf.framework.server.jetty
 
awaitStop() - Method in class org.identityconnectors.framework.server.ConnectorServer
Waits for the server to stop.
awaitStop() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
 

B

Base64 - Class in org.identityconnectors.common
Utility package for base64 encoding and decoding.
BASE_64_BINARY - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
basedir - Variable in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
The current project base directory.
basedir - Variable in class org.forgerock.openicf.maven.DocBookResourceMojo
The current project base directory.
BatchApiOp - Interface in org.identityconnectors.framework.api.operations
Execute a series of APIOperation.
BatchApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
BatchApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.BatchApiOpImpl
 
BatchApiOpImpl(ConnectorOperationalContext, Connector, LocalConnectorFacadeImpl.ReferenceCounter) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SubscriptionImpl.BatchApiOpImpl
Creates the API operation so it can called multiple times.
BatchBuilder - Class in org.identityconnectors.framework.api.operations.batch
Builds a list of BatchTask objects.
BatchBuilder() - Constructor for class org.identityconnectors.framework.api.operations.batch.BatchBuilder
 
BatchEmptyResult - Class in org.identityconnectors.framework.api.operations.batch
Object to return in a batch result list when there is no data as a result of the operation, e.g.
BatchEmptyResult(String) - Constructor for class org.identityconnectors.framework.api.operations.batch.BatchEmptyResult
 
BatchImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
BatchImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.BatchImpl
Construct a batch operation.
BatchImpl(ConnectorOperationalContext, Connector, LocalConnectorFacadeImpl.ReferenceCounter) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.BatchImpl
Construct a batch operation.
BatchOp - Interface in org.identityconnectors.framework.spi.operations
Execute a batched list of operations.
BATCHOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
BATCHOPRESULT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
BatchResult - Class in org.identityconnectors.framework.common.objects
 
BatchResult(Object, BatchToken, String, Boolean, Boolean) - Constructor for class org.identityconnectors.framework.common.objects.BatchResult
 
BatchTask<R> - Interface in org.identityconnectors.framework.api.operations.batch
Encapsulate the parameters for an API operation to be executed later.
BatchTaskExecutor - Interface in org.identityconnectors.framework.api.operations.batch
A visitor for executing batch tasks.
BatchTaskExecutorImpl - Class in org.identityconnectors.framework.impl.api.local.operations
A visitor for executing batch tasks.
BatchTaskExecutorImpl(Connector, ConnectorOperationalContext) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.BatchTaskExecutorImpl
 
BatchToken - Class in org.identityconnectors.framework.common.objects
Encapsulates zero or more tokens resulting from submission of a set of batched operations to an external resource via a connector.
BatchToken() - Constructor for class org.identityconnectors.framework.common.objects.BatchToken
 
BatchToken(String) - Constructor for class org.identityconnectors.framework.common.objects.BatchToken
 
BATCHTOKEN_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
BATCHTOKEN_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
BeforeClass(ITestContext) - Method in class org.identityconnectors.contract.test.ContractTestBase
 
BIG_DECIMAL - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
BIG_INTEGER - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
BIGDECIMAL_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
BIGDECIMAL = 9;
BIGDECIMALVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
BIGINTEGER_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
BIGINTEGER = 10;
BIGINTEGERVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
BinaryObjectDecoder - Class in org.identityconnectors.framework.impl.serializer.binary
 
BinaryObjectDecoder(InputStream) - Constructor for class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
BinaryObjectDeserializer - Interface in org.identityconnectors.framework.common.serializer
Interface for reading objects from a stream.
BinaryObjectEncoder - Class in org.identityconnectors.framework.impl.serializer.binary
 
BinaryObjectEncoder(OutputStream) - Constructor for class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
BinaryObjectSerializer - Interface in org.identityconnectors.framework.common.serializer
Interface for writing objects to a stream.
blankCheck(String, String) - Static method in class org.identityconnectors.common.Assertions
Throws IllegalArgumentException if the parameter o is null or blank.
blankChecked(String, String) - Static method in class org.identityconnectors.common.Assertions
Throws IllegalArgumentException if the parameter o is null or blank, otherwise returns the value of the o parameter.
blob2ByteArray(Blob) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Make a blob conversion.
BOOLEAN - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
BOOLEAN_PRIMITIVE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
BOOLEAN_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
BOOLEAN = 6;
BOOLEAN_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
BOOLEAN = 6;
BOOLEANVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
BOOLEANVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
BOOLEANVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
borrowObject() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
Borrow an object from the pool.
BufferedResultsProxy - Class in org.identityconnectors.framework.impl.api
 
BufferedResultsProxy(Object, int, long) - Constructor for class org.identityconnectors.framework.impl.api.BufferedResultsProxy
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
build() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
build() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
build() - Method in class org.identityconnectors.common.ConnectorKeyRange.Builder
 
build() - Method in class org.identityconnectors.common.script.ScriptBuilder
Creates a Script.
build() - Method in class org.identityconnectors.framework.api.operations.batch.BatchBuilder
Return the current task list as a copy of the original.
build(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Creates a attribute with the specified name and a null value.
build(String, Object...) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Creates an Attribute with the name and the values provided.
build(String, Collection<?>) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Creates an Attribute with the name and the values provided.
build() - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
 
build() - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Builds an AttributeInfo object based on the properties set.
build(String, Class<?>, Set<AttributeInfo.Flags>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create an AttributeInfo.
build(String, Class<?>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create an AttributeInfo.
build(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create an AttributeInfo.
build() - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Builds a 'ConnectorObject' based on the attributes and Uid provided.
build() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Constructs an instance of ObjectClassInfo with any characteristics that were previously specified using this builder.
build() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
build(String, Class<?>) - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
build(String) - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
build() - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Creates the OperationOptions.
build() - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Builds the Schema object based on the ObjectClassInfos added so far.
build() - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Creates a ScriptContext.
build() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Creates a SyncDelta.
buildAttributesToGet() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
Builds an OperationOptionInfo for the attribute to get option.
buildContainer() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildCurrentPassword(GuardedString) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the current password of an object on a target system or application.
buildCurrentPassword(char[]) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the current password of an object on a target system or application.
buildDisableDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to disable an object on a target system or application.
buildDisableDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to disable an object on a target system or application.
buildEnabled(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents whether object is enabled on a target system or application.
buildEnableDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to enable an object on a target system or application.
buildEnableDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time to enable an object on a target system or application.
Builder() - Constructor for class org.forgerock.openicf.framework.client.ConnectionManagerConfig.Builder
 
Builder() - Constructor for class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
builder - Variable in class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
BUILDER - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
Builder() - Constructor for class org.identityconnectors.common.ConnectorKeyRange.Builder
 
buildLastLoginDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time of the most recent login for an object (such as an account) on a target system or application.
buildLastLoginDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time of the most recent login for an object (such as an account) on a target system or application.
buildLastPasswordChangeDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time that the password was most recently changed for an object (such as an account) on a target system or application.
buildLastPasswordChangeDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents the date and time that the password was most recently changed for an object (such as an account) on a target system or application.
buildLockOut(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents whether an object is locked out on a target system or application.
buildMemberIdAttribute(LdapConnection, Attribute) - Static method in class org.identityconnectors.ldap.LdapUtil
 
buildMemberIdAttribute(LdapConnection, Attribute) - Static method in class org.identityconnectors.ldap.LdapUtil
 
buildPagedResultsCookie() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildPagedResultsOffset() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildPageSize() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
buildPartial() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
buildPassword(GuardedString) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the password of an object on a target system or application.
buildPassword(char[]) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the password of an object on a target system or application.
buildPasswordChangeInterval(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an pre-defined attribute that represents how often the password must be changed for an object (such as an account) on a target system or application.
buildPasswordExpirationDate(Date) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date and time that a password will expire on a target system or application.
buildPasswordExpirationDate(long) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents the date/time that a password will expire on a target system or application.
buildPasswordExpired(boolean) - Static method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Builds an operational attribute that represents whether the password of an object is expired on a target system or application.
buildResult(HttpContext) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.JsonValueResponseHandler
Returns the response body as a String if the response was successful (a 2xx status code).
buildResult(HttpContext) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.QueryResultResponseHandler
Returns the response body as a String if the response was successful (a 2xx status code).
buildResult(HttpContext) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.ResourceResponseHandler
Returns the response body as a String if the response was successful (a 2xx status code).
buildRunWithPassword() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildRunWithUser() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildScope() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
buildSortKeys() - Static method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
BUNDLE - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BUNDLE_ID - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BUNDLE_SYMBOLICNAME - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BUNDLE_VERSION - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
BundleLibSorter - Class in org.identityconnectors.framework.impl.api.local
 
BundleLibSorter() - Constructor for class org.identityconnectors.framework.impl.api.local.BundleLibSorter
 
BUNDLENAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
BUNDLEVERSION_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
BYTE_ARRAY - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
BYTE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
BYTE = 7;
BYTEARRAY_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
BYTEARRAY = 8;
BYTEARRAYVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
bytesToChars(byte[]) - Static method in class org.identityconnectors.common.security.SecurityUtil
Converts bytes to chars without using any external functions that might allocate additional buffers for the potentially sensitive data.
bytesToHex(byte[], boolean) - Static method in class org.identityconnectors.common.security.SecurityUtil
Computes the Hex encoded input.
ByteUtil - Class in org.identityconnectors.common
Utility package for byte manipulation.
BYTEVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 

C

cacheServerType(LdapConstants.ServerType) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
calculateDiff(ConfigurationPropertiesImpl, Configuration) - Static method in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
Calculate the difference between the given config and the properties.
callInit(Object...) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
callOnCloseConnection(Object...) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
callOnCreateConnection(Object...) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
cancel() - Method in class org.forgerock.openicf.common.rpc.LocalRequest
 
cancel() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
CANCELOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
canCloseNow() - Method in class org.forgerock.openicf.framework.async.CloseableAsyncConnectorInfoManager
 
canCloseNow() - Method in class org.forgerock.openicf.framework.local.AsyncLocalConnectorInfoManager
 
canCloseNow() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
canConvert(Class) - Method in class org.forgerock.openicf.maven.ConfigurationPropertyConverter
 
canConvert(Class) - Method in class org.forgerock.openicf.maven.RemoteFrameworkConnectionInfoConverter
 
canSearchCaseInsensitive() - Static method in class org.identityconnectors.contract.test.SearchApiOpTests
Returns true if tests are configured to enable case insensitive tests SearchApiOpTests.testCaseInsensitiveSearch(ObjectClass).
canSyncAfterOp(Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.SyncApiOpTests
Returns true if tests are configured to test connector's sync after specified operation.
CASEINSENSITIVE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
CASEINSENSITIVE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
CASEINSENSITIVE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
CaseNormalizer - Class in org.identityconnectors.framework.impl.api.local.operations
 
CaseNormalizer() - Constructor for class org.identityconnectors.framework.impl.api.local.operations.CaseNormalizer
 
CATALOGS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
CAUSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
CCLWatchThread - Class in org.identityconnectors.framework.server.impl
A thread that logs errors when its context class loader becomes null.
CCLWatchThread(String) - Constructor for class org.identityconnectors.framework.server.impl.CCLWatchThread
 
CCLWatchThread(ThreadGroup, Runnable, String, long) - Constructor for class org.identityconnectors.framework.server.impl.CCLWatchThread
 
CCLWatchThreadFactory - Class in org.identityconnectors.framework.server.impl
 
ChangeLogAttributes - Class in org.identityconnectors.ldap.sync.sunds
 
ChangeLogAttributes(String, int, int) - Constructor for class org.identityconnectors.ldap.sync.sunds.ChangeLogAttributes
 
CHAR_PRIMITIVE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
CHARACTER - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
CHARACTER_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
CHARACTER = 2;
CHARACTER_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
CHARACTER = 2;
CHARACTERVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
CHARACTERVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
CHARACTERVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
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.
check() - Method in class org.forgerock.openicf.common.rpc.LocalRequest
Check if this object was -ed and don't dispose.
check() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
Check if this object was -ed and don't dispose.
check() - Method in class org.forgerock.openicf.framework.remote.rpc.LocalOperationProcessor
 
check() - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
checkAlive() - Method in class org.forgerock.openicf.connectors.groovy.ScriptedPoolableConnector
 
checkAlive() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConnector
 
checkAlive() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConnector
 
checkAlive() - Method in class org.forgerock.openicf.connectors.ssh.SSHConnector
 
checkAlive() - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Checks if the connector is still alive.
checkAlive() - Method in interface org.identityconnectors.framework.spi.PoolableConnector
Checks if the connector is still alive.
checkAlive() - Method in class org.identityconnectors.ldap.LdapConnection
 
checkAlive() - Method in class org.identityconnectors.ldap.LdapConnector
 
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.
checkedListByFilter(List, Class<T>) - Static method in class org.identityconnectors.ldap.LdapUtil
 
checkIsActive() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
checkMutualVerification(String, String, Pair<String, byte[]>, SecureRandom, SecurityUtil.SRPGroupParameter) - Static method in class org.forgerock.openicf.framework.remote.SecurityUtil
Verifies the client and server secret.
checkObject(ObjectClassInfo, ConnectorObject, Set<Attribute>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Checks if object has expected attributes and values.
checkObject(ObjectClassInfo, ConnectorObject, Set<Attribute>, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Checks if object has expected attributes and values.
checkObjectType(ObjectClass, XSSchema) - Static method in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
checkOperationOptionType(Class<?>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class is a supported type for an OperationOption.
checkOperationOptionValue(Object) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class of the object is a supported attribute type.
checksum(String) - Static method in class org.identityconnectors.common.IOUtil
Calculates the CRC32 checksum of the specified file.
checksum(File) - Static method in class org.identityconnectors.common.IOUtil
Calculates the CRC32 checksum of the specified file.
checkSyncDelta(ObjectClassInfo, SyncDelta, Uid, Set<Attribute>, SyncDeltaType, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Check that passed SyncDelta has exptected values.
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
clear() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
clear() - Method in class org.forgerock.openicf.connectors.xml.util.GuardedByteArrayAccessor
 
clear() - Method in class org.forgerock.openicf.connectors.xml.util.GuardedStringAccessor
 
clear() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
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.
clearAdded() - Method in class org.identityconnectors.ldap.GroupHelper.Modification
 
clearAndFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
clearAPIConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
clearAsynchronousResults() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool asynchronousResults = 6;
clearAttribute() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
clearAttribute() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
clearAttributeInfos() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
clearAttributes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
repeated MapFieldEntry map_field = 2; optional bytes attributes = 2;
clearAttributes() - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Clears all Attributes, for recycling this ConnectionObjectBuilder.
clearAuthenticateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
clearAuthenticateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
clearBatchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
clearBatchOpResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
clearBatchToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated string batchToken = 3;
clearBatchToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
repeated string batchToken = 1;
clearBigDecimalValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
clearBigIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string bigIntegerValue = 11;
clearBooleanValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bool booleanValue = 7;
clearBooleanValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional bool booleanValue = 7;
clearBooleanValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional bool booleanValue = 7;
clearBundleName() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleName = 1;
clearBundleVersion() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleVersion = 2;
clearByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes byteArrayValue = 9;
clearByteValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes byteValue = 8;
clearCancelOpRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
clearCaseInsensitive() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
optional bool caseInsensitive = 1;
clearCaseInsensitive() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
optional bool caseInsensitive = 1;
clearCaseInsensitive() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
optional bool caseInsensitive = 1;
clearCatalogs() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
clearCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
clearCharacterValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string characterValue = 3;
clearCharacterValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string characterValue = 3;
clearCharacterValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string characterValue = 3;
clearCollectionAttribute() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
clearComplete() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool complete = 3;
clearCompleted() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional bool completed = 2;
clearCompleted() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional bool completed = 2;
clearConfidential() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional bool confidential = 3;
clearConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
clearConfigurationChangeEvent() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
clearConfigurationProperties() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
clearConfigurationPropertyChange() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
optional bytes configurationPropertyChange = 1;
clearConnectorCategoryKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorCategoryKey = 2;
clearConnectorDisplayNameKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorDisplayNameKey = 1;
clearConnectorEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
clearConnectorEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
clearConnectorFacadeKey() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional bytes connectorFacadeKey = 2;
clearConnectorInfos() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
optional bytes connectorInfos = 2;
clearConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
clearConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
clearConnectorMessages() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
clearConnectorName() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string connectorName = 3;
clearConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional bytes connectorObject = 6;
clearConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
clearConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
optional bytes connectorObject = 1;
clearConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
clearConnectorPoolConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
clearConnectorPoolingSupported() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional bool connectorPoolingSupported = 2;
clearContainsAllValuesFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
clearContainsFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
clearContextInfoMap() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
clearControlRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
clearControlResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
clearCountry() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string country = 2;
clearCreateAttributes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
optional bytes createAttributes = 2;
clearCreateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
clearCreateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
clearCreateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
clearDeclaredObjectClasses() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredObjectClasses = 1;
clearDeclaredOperationOptions() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredOperationOptions = 2;
clearDeleteOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
clearDeleteOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
clearDeleteRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
clearDeltaType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType deltaType = 2;
clearDisplayMessageKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string displayMessageKey = 6;
clearDoubleValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional double doubleValue = 4;
clearDoubleValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional double doubleValue = 4;
clearDoubleValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional double doubleValue = 4;
clearEmptyResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
clearEnableAttributesToGetSearchResultsHandler() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableAttributesToGetSearchResultsHandler = 4;
clearEnableCaseInsensitiveFilter() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableCaseInsensitiveFilter = 3;
clearEnableFilteredResultsHandler() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableFilteredResultsHandler = 2;
clearEnableNormalizingResultsHandler() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableNormalizingResultsHandler = 1;
clearEndsWithFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
clearEqualsFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
clearError() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool error = 4;
clearError() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
clearEventFilter() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional bytes eventFilter = 2;
clearExceptionClass() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string exceptionClass = 1;
clearExceptionClass() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string exceptionClass = 1;
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
clearField() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
optional string field = 1;
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
clearField(Descriptors.FieldDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
clearFileValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string fileValue = 9;
clearFileValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string fileValue = 9;
clearFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
clearFilter() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
optional bytes filter = 2;
clearFlags() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
clearFloatValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional float floatValue = 5;
clearFloatValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional float floatValue = 5;
clearFloatValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional float floatValue = 5;
clearGetOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
clearGetOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
clearGreaterThanFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
clearGreaterThanOrEqualFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
clearGroupMessageKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string groupMessageKey = 7;
clearGuardedByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes guardedByteArrayValue = 12;
clearGuardedByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional bytes guardedByteArrayValue = 10;
clearGuardedByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional bytes guardedByteArrayValue = 10;
clearGuardedStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes guardedStringValue = 13;
clearGuardedStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional bytes guardedStringValue = 11;
clearGuardedStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional bytes guardedStringValue = 11;
clearHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
clearHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
clearHelpMessageKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string helpMessageKey = 5;
clearInfoLevel() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
clearInnerCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
clearInstance() - Static method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Clear the thread-local instance of the manager.
clearIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional int32 integerValue = 6;
clearIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional int32 integerValue = 6;
clearIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional int32 integerValue = 6;
clearIsArray() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
optional bool isArray = 3;
clearIsArray() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional bool isArray = 3;
clearIsAscending() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
optional bool isAscending = 2;
clearIsContainer() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional bool isContainer = 3;
clearKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
clearKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
clearKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
clearKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
clearKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
clearKey() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
clearKey() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
clearLanguage() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string language = 1;
clearLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
clearLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
clearLessThanFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
clearLessThanOrEqualFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
clearLocalCache() - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Clears the local bundle manager cache.
clearLocalCache() - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
clearLocale() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
clearLocalRequestId() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 localRequestId = 2;
clearLongValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional int64 longValue = 2;
clearLongValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional int64 longValue = 2;
clearLongValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional int64 longValue = 2;
clearMapValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
clearMaxIdle() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int32 maxIdle = 2;
clearMaxObjects() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int32 maxObjects = 1;
clearMaxWait() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int64 maxWait = 3;
clearMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string message = 2;
clearMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string message = 2;
clearMessageId() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
optional int64 messageId = 1;
clearMinEvictableIdleTimeMillis() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int64 minEvictableIdleTimeMillis = 4;
clearMinIdle() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int32 minIdle = 5;
clearName() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
option map_entry = true; optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string name = 4;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional string name = 1;
clearName() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional string name = 2;
clearNotFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
clearObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
optional bytes object = 1;
clearObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
optional bytes object = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
message MapFieldEntry { //option map_entry = true; string key = 1; AttributeCollectionValue value = 2; } optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional string objectClass = 4;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional string objectClass = 1;
clearObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional string objectClass = 1;
clearObjectClassValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string objectClassValue = 13;
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
clearOneof(Descriptors.OneofDescriptor) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
clearOperationRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
clearOperationResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
clearOperations() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional bytes options = 4;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
optional bytes options = 4;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional bytes options = 3;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
repeated AttributeMessage createAttributes = 2; optional bytes options = 3;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional bytes options = 3;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional bytes options = 3;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional bytes options = 3;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional bytes options = 2;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional bytes options = 2;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
FilterUnionMessage filter = 2; optional bytes options = 3;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional bytes options = 3;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional bytes options = 3;
clearOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
repeated AttributeMessage replaceAttributes = 4; optional bytes options = 5;
clearOrder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional int32 order = 1;
clearOrder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional int32 order = 1;
clearOrFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
clearPagedResultsCookie() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional string pagedResultsCookie = 1;
clearPassword() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional bytes password = 3;
clearPayload() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
clearPayload() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
clearPayload() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
clearPreviousUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
clearProducerBufferSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional int32 producerBufferSize = 8;
clearPublicKey() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional bytes publicKey = 3;
clearQualifiedUidValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
clearQuery() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
optional bool query = 1;
clearQueryRequired() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool queryRequired = 5;
clearRemainingPagedResults() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional int32 remainingPagedResults = 4;
clearRemoteCache() - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Clears the remote cache.
clearRemoteCache() - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
clearRemoteRequestId() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 remoteRequestId = 3;
clearReplaceAttributes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional bytes replaceAttributes = 4;
clearRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
clearRequestIds() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated int64 requestIds = 3;
clearRequired() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional bool required = 2;
clearResolveUsernameOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
clearResolveUsernameOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
clearResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
clearResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
clearResultMessage() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
optional string resultMessage = 2;
clearResultsHandlerConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
clearReturnsResults() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool returnsResults = 7;
clearRevision() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string revision = 2;
clearScale() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
optional int32 scale = 2;
clearSchema() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
optional bytes schema = 1;
clearSchemaOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
clearSchemaOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
clearScript() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
clearScriptArguments() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional bytes scriptArguments = 2;
clearScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
clearScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
clearScriptLanguage() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptLanguage = 1;
clearScriptOnConnectorOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
clearScriptOnConnectorOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
clearScriptOnResourceOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
clearScriptOnResourceOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
clearScriptText() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptText = 2;
clearScriptValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
clearScriptValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
clearSearchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
clearSearchOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
clearSequence() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional int64 sequence = 1;
clearSequence() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional int64 sequence = 1;
clearServerType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional .org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType serverType = 2;
clearSessionId() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional string sessionId = 1;
clearSortKeyValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
clearStackTrace() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string stackTrace = 4;
clearStartsWithFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
clearStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string stringValue = 1;
clearStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string stringValue = 1;
clearStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string stringValue = 1;
clearSubFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
clearSubFilters() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
clearSubFilters() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
clearSupportedObjectClassesByOperation() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
clearSupportedObjectClassesByOperation() - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Clears the operation-specific supported classes.
clearSupportedOperations() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
clearSupportedOptionsByOperation() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
clearSupportedOptionsByOperation() - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Clears the operation-specific supported options.
clearSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
clearSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
clearSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
clearSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
clearSyncEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
clearSyncEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
clearSyncOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
clearSyncOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
clearSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
clearSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
clearTaskId() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional string taskId = 2;
clearTaskId() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional string taskId = 1;
clearTasks() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
clearTestOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
clearTestOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
clearTimeoutMap() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
clearToken() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
clearToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
clearToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
clearTotalPagedResults() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional int32 totalPagedResults = 3;
clearTotalPagedResultsPolicy() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy totalPagedResultsPolicy = 2;
clearType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string type = 8;
clearType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType type = 2;
clearType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional string type = 1;
clearType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional .org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType type = 2;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
clearUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
clearUidValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
clearUnscaled() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
optional string unscaled = 1;
clearUpdateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
clearUpdateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
clearUpdateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
clearUpdateType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType updateType = 3;
clearUriValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string uriValue = 8;
clearUriValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string uriValue = 8;
clearUsername() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string username = 2;
clearUsername() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string username = 2;
clearValidateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
clearValidateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
optional bytes value = 1;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string value = 1;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
clearValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string value = 9;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
optional string value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
optional int32 value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string value = 2;
clearValue() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
optional string value = 2;
clearValue() - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Clears value to recycle this AttributeBuilder.
clearValues() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
clearVariant() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string variant = 3;
ClientRemoteConnectorInfoManager - Class in org.forgerock.openicf.framework.client
 
ClientRemoteConnectorInfoManager(TCPNIOTransport, RemoteWSFrameworkConnectionInfo, OperationMessageListener, ReferenceCountedObject<ScheduledExecutorService>.Reference, ConcurrentMap<String, WebSocketConnectionGroup>) - Constructor for class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
ClientRemoteConnectorInfoManager.Statistic - Class in org.forgerock.openicf.framework.client
 
ClientRemoteConnectorInfoManager.Statistic.Action - Enum in org.forgerock.openicf.framework.client
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
clone() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
clone() - Method in class org.identityconnectors.ldap.AppendingAttributes
 
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.forgerock.openicf.common.rpc.RemoteConnectionHolder
Closes this stream and releases any system resources associated with it.
close() - Method in class org.forgerock.openicf.connectors.xml.query.XQueryHandler
 
close() - Method in class org.forgerock.openicf.framework.async.CloseableAsyncConnectorInfoManager
 
close() - Method in class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
close() - Method in interface org.forgerock.openicf.framework.client.RemoteConnectorInfoManager
 
close() - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
close() - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
close() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
close() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionHolder
 
close() - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication
 
close() - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
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
close() - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolEntry
Release the pooled object and puts back to the pool where is was borrowed from.
close() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
close() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
close() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
close(boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 
close() - Method in class org.identityconnectors.ldap.LdapConnection
 
CloseableAsyncConnectorInfoManager<T extends CloseableAsyncConnectorInfoManager<T>> - Class in org.forgerock.openicf.framework.async
 
CloseableAsyncConnectorInfoManager() - Constructor for class org.forgerock.openicf.framework.async.CloseableAsyncConnectorInfoManager
 
CLOSED_EXCEPTION - Static variable in class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
CloseListener<T extends Closeable> - Interface in org.forgerock.openicf.framework
A CloseListener is used to receive Close event of source object.
closeQuietly(Connection) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Deprecated.
@see org.identityconnectors.common.IOUtil.quietClose(Statement);
closeQuietly(DatabaseConnection) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Ignores any exception thrown by the Connection parameter when closed, it also checks for null.
closeQuietly(Statement) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Deprecated.
@see org.identityconnectors.common.IOUtil.quietClose(Statement);
closeQuietly(ResultSet) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Deprecated.
@see org.identityconnectors.common.IOUtil.quietClose(ResultSet);
co(Closure) - Static method in class org.forgerock.openicf.misc.scriptedcommon.ICFObjectBuilder
 
code_id - Static variable in class org.forgerock.openicf.connectors.xml.util.GuardedByteArrayAccessor
 
code_id - Static variable in class org.forgerock.openicf.connectors.xml.util.GuardedStringAccessor
 
COLLECTIONATTRIBUTE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
CollectionUtil - Class in org.identityconnectors.common
 
CommandLineBuilder - Class in org.forgerock.openicf.connectors.ssh
 
CommandLineBuilder(String) - Constructor for class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
commit() - Method in class org.identityconnectors.dbcommon.DatabaseConnection
commit transaction.
CommonObjectMessages - Class in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.BigDecimal - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.BigDecimal
CommonObjectMessages.BigDecimal.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.BigDecimal
CommonObjectMessages.BigDecimalOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.ConnectorKey - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorKey
CommonObjectMessages.ConnectorKey.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorKey
CommonObjectMessages.ConnectorKeyOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.ConnectorObject - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorObject
CommonObjectMessages.ConnectorObject.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorObject
CommonObjectMessages.ConnectorObjectOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.Locale - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.Locale
CommonObjectMessages.Locale.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.Locale
CommonObjectMessages.LocaleOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.QualifiedUid - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.QualifiedUid
CommonObjectMessages.QualifiedUid.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.QualifiedUid
CommonObjectMessages.QualifiedUidOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.Script - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.Script
CommonObjectMessages.Script.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.Script
CommonObjectMessages.ScriptContext - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ScriptContext
CommonObjectMessages.ScriptContext.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ScriptContext
CommonObjectMessages.ScriptContextOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.ScriptOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.SearchResult - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SearchResult
CommonObjectMessages.SearchResult.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SearchResult
CommonObjectMessages.SearchResult.CountPolicy - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy
CommonObjectMessages.SearchResultOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.SortKey - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SortKey
CommonObjectMessages.SortKey.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SortKey
CommonObjectMessages.SortKeyOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.SyncDelta - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncDelta
CommonObjectMessages.SyncDelta.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncDelta
CommonObjectMessages.SyncDelta.SyncDeltaType - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType
CommonObjectMessages.SyncDeltaOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.SyncToken - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncToken
CommonObjectMessages.SyncToken.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncToken
CommonObjectMessages.SyncTokenOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
CommonObjectMessages.Uid - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.Uid
CommonObjectMessages.Uid.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.Uid
CommonObjectMessages.UidOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ComparableAttributeFilter - Class in org.identityconnectors.framework.common.objects.filter
Filter for an attribute value that is comparable.
compare(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.ComparableAttributeFilter
Call compareTo on the attribute values.
compare(File, File) - Method in class org.identityconnectors.framework.impl.api.local.BundleLibSorter
 
compareExistingObjectsByUidOnly() - Static method in class org.identityconnectors.contract.test.SearchApiOpTests
Returns true if tests should compare already existing objects by uid only.
compareTo(Version) - Method in class org.identityconnectors.common.Version
 
ComparisonQuery - Class in org.forgerock.openicf.connectors.xml.query
 
ComparisonQuery(String, String, String) - Constructor for class org.forgerock.openicf.connectors.xml.query.ComparisonQuery
 
complete(RemoteRequest<V, E, G, H, P>) - Method in interface org.forgerock.openicf.common.rpc.RemoteRequestFactory.CompletionCallback
 
complete() - Method in class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
complete() - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
complete() - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
complete() - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
COMPLETE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
COMPLETED_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
COMPLETED_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
composeError(HttpRequestPacket, HttpStatus, String) - Static method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketFilter
 
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.
computeBasicAuthentication(String, GuardedString) - Static method in class org.forgerock.openicf.framework.client.ConnectionManager
 
computeHexSHA1Hash(byte[], boolean) - Static method in class org.identityconnectors.common.security.SecurityUtil
Computes the Hex encoded SHA1 hash of the input.
ConcurrentXMLHandler - Class in org.forgerock.openicf.connectors.xml
Sample Class Doc
ConcurrentXMLHandler(XMLConfiguration, Schema, XSSchemaSet) - Constructor for class org.forgerock.openicf.connectors.xml.ConcurrentXMLHandler
 
CONFIDENTIAL_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
configuration - Variable in class org.forgerock.openicf.maven.PropertyBag
 
CONFIGURATION - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
configuration - Variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
Configuration - Interface in org.identityconnectors.framework.spi
Encapsulates the configuration of a connector.
CONFIGURATION_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
CONFIGURATIONCHANGEEVENT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
ConfigurationClass - Annotation Type in org.identityconnectors.framework.spi
The Configuration interface is traversed through reflection.
ConfigurationException - Exception in org.identityconnectors.framework.common.exceptions
Thrown to indicate there was some configuration problem with one of the bundles.
ConfigurationException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConfigurationException
 
ConfigurationProperties - Interface in org.identityconnectors.framework.api
Encapsulates the Configuration at the SPI layer and uses reflection to identify the individual properties that are available for an application to manipulate.
CONFIGURATIONPROPERTIES_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
ConfigurationPropertiesImpl - Class in org.identityconnectors.framework.impl.api
 
ConfigurationPropertiesImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
ConfigurationProperty - Interface in org.identityconnectors.framework.api
Represents at the API level a property of a Connector's Configuration at the SPI layer.
ConfigurationProperty - Annotation Type in org.identityconnectors.framework.spi
The Configuration interface is traversed through reflection.
configurationPropertyChange(List<ConfigurationProperty>) - Method in interface org.identityconnectors.framework.api.ConfigurationPropertyChangeListener
Receives notification that an ConfigurationProperty has been changed to connector.
CONFIGURATIONPROPERTYCHANGE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
ConfigurationPropertyChangeListener - Interface in org.identityconnectors.framework.api
A ConfigurationPropertyChangeListener receives the change of ConfigurationProperty.
ConfigurationPropertyConverter - Class in org.forgerock.openicf.maven
 
ConfigurationPropertyConverter() - Constructor for class org.forgerock.openicf.maven.ConfigurationPropertyConverter
 
ConfigurationPropertyImpl - Class in org.identityconnectors.framework.impl.api
 
ConfigurationPropertyImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
ConfigurationPropertyImpl(ConfigurationPropertyImpl) - Constructor for class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
ConfigurationTests - Class in org.identityconnectors.contract.test
Tests for Configuration of the Connector Under Test
ConfigurationTests() - Constructor for class org.identityconnectors.contract.test.ConfigurationTests
 
configure(WebSocketServletFactory) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
configure(ConnectorFramework) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
Overwrite with custom implementation.
configure() - Method in class org.identityconnectors.contract.test.FrameworkModule
 
configureComponent(Object, PlexusConfiguration, ExpressionEvaluator, ClassRealm, ConfigurationListener) - Method in class org.forgerock.openicf.maven.CustomComponentConfigurator
 
conn - Variable in class org.identityconnectors.ldap.LdapModifyOperation
 
conn - Variable in class org.identityconnectors.ldap.sync.sunds.SunDSChangeLogSyncStrategy
 
connect() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
connect(RemoteWSFrameworkConnectionInfo) - Method in class org.forgerock.openicf.framework.client.ConnectionManager
 
connect(RemoteWSFrameworkConnectionInfo) - Method in class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
CONNECT_PROMISE - Static variable in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
CONNECTION - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
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
 
connectionGroups - Variable in class org.forgerock.openicf.framework.client.ConnectionManager
 
connectionGroups - Variable in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
ConnectionManager - Class in org.forgerock.openicf.framework.client
 
ConnectionManager(OperationMessageListener, ConnectionManagerConfig) - Constructor for class org.forgerock.openicf.framework.client.ConnectionManager
 
ConnectionManager.GracefulCloseEvent - Class in org.forgerock.openicf.framework.client
FilterChainEvent to gracefully complete the request-response processing when Connection is getting closed by the remote host.
ConnectionManager.RemoteConnectionContext - Class in org.forgerock.openicf.framework.client
 
ConnectionManagerConfig - Class in org.forgerock.openicf.framework.client
 
ConnectionManagerConfig() - Constructor for class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
ConnectionManagerConfig.Builder - Class in org.forgerock.openicf.framework.client
 
ConnectionManagerFactory - Class in org.forgerock.openicf.framework.client
 
ConnectionManagerFactory() - Constructor for class org.forgerock.openicf.framework.client.ConnectionManagerFactory
 
ConnectionPrincipal<T extends ConnectionPrincipal<T>> - Class in org.forgerock.openicf.framework.remote
 
ConnectionPrincipal(OperationMessageListener, ConcurrentMap<String, WebSocketConnectionGroup>) - Constructor for class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
ConnectionProcessor - Class in org.identityconnectors.framework.server.impl
 
ConnectionProcessor(ConnectorServer, Socket) - Constructor for class org.identityconnectors.framework.server.impl.ConnectionProcessor
 
connectionTimeOutInMs - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
Connector - Interface in org.identityconnectors.framework.spi
This is the main interface to declare a connector.
CONNECTOR_BUNDLE_NAME - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_INFO - Static variable in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
CONNECTOR_INFO_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
CONNECTOR_INFO = 0;
CONNECTOR_KEY_LIST - Static variable in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
CONNECTOR_NAME - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_REGISTERED - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_UNREGISTERING - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
CONNECTOR_VERSION - Static variable in class org.identityconnectors.common.event.ConnectorEvent
 
ConnectorAPIOperationRunner - Class in org.identityconnectors.framework.impl.api.local.operations
Subclass of APIOperationRunner for operations that require a connector.
ConnectorAPIOperationRunner(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
Creates the API operation so it can called multiple times.
ConnectorAPIOperationRunnerProxy - Class in org.identityconnectors.framework.impl.api.local.operations
Proxy for APIOperationRunner that takes care of setting up underlying connector and creating the implementation of APIOperationRunner.
ConnectorAPIOperationRunnerProxy(ConnectorOperationalContext, Constructor<? extends APIOperationRunner>) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy
Create an APIOperationRunnerProxy
ConnectorBundleManifest - Class in org.identityconnectors.framework.impl.api.local
Model for the ConnectorBundleManifest.
ConnectorBundleManifest() - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
ConnectorBundleManifestParser - Class in org.identityconnectors.framework.impl.api.local
 
ConnectorBundleManifestParser(String, Manifest) - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser
 
CONNECTORCATEGORYKEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
ConnectorClass - Annotation Type in org.identityconnectors.framework.spi
This annotation must be present on each connector class.
CONNECTORDISPLAYNAMEKEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
ConnectorDocBuilder - Class in org.forgerock.openicf.maven
A ConnectorDocBuilder .
ConnectorDocBuilder(ConnectorMojoBridge) - Constructor for class org.forgerock.openicf.maven.ConnectorDocBuilder
 
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
 
ConnectorEventSubscriptionApiOpImp(ConnectorOperationalContext, Connector, LocalConnectorFacadeImpl.ReferenceCounter) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SubscriptionImpl.ConnectorEventSubscriptionApiOpImp
Creates the API operation so it can called multiple times.
ConnectorEventSubscriptionApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
ConnectorEventSubscriptionApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.ConnectorEventSubscriptionApiOpImpl
 
ConnectorEventSubscriptionOp - Interface in org.identityconnectors.framework.spi.operations
A ConnectorEventSubscriptionOp.
CONNECTOREVENTSUBSCRIPTIONOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
CONNECTOREVENTSUBSCRIPTIONOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
ConnectorException - Exception in org.identityconnectors.framework.common.exceptions
Base exception for the Connector framework.
ConnectorException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
 
ConnectorException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
Sets a message for the Exception.
ConnectorException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ConnectorException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ConnectorFacade - Interface in org.identityconnectors.framework.api
Main interface through which an application invokes Connector operations.
ConnectorFacadeFactory - Class in org.identityconnectors.framework.api
Allows an application to obtain a connector instance.
ConnectorFacadeFactory() - Constructor for class org.identityconnectors.framework.api.ConnectorFacadeFactory
 
ConnectorFacadeFactoryImpl - Class in org.identityconnectors.framework.impl.api
 
ConnectorFacadeFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
 
CONNECTORFACADEKEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
ConnectorFramework - Class in org.forgerock.openicf.framework
 
ConnectorFramework(ClassLoader) - Constructor for class org.forgerock.openicf.framework.ConnectorFramework
 
connectorFramework - Variable in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator
 
ConnectorFrameworkFactory - Class in org.forgerock.openicf.framework
A ConnectorFrameworkFactory initialize a new ConnectorFramework and counts the references to that instance.
ConnectorFrameworkFactory() - Constructor for class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
ConnectorFrameworkServiceFactory - Class in org.forgerock.openicf.framework.osgi.internal
 
ConnectorFrameworkServiceFactory(AsyncOsgiConnectorInfoManagerImpl) - Constructor for class org.forgerock.openicf.framework.osgi.internal.ConnectorFrameworkServiceFactory
 
ConnectorHelper - Class in org.identityconnectors.contract.test
Class holding various helper methods used by contract test suite
ConnectorHelper() - Constructor for class org.identityconnectors.contract.test.ConnectorHelper
 
ConnectorInfo - Interface in org.identityconnectors.framework.api
The connector meta-data for a given connector.
connectorInfo - Variable in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
ConnectorInfo
ConnectorInfoManager - Interface in org.identityconnectors.framework.api
Maintains a list of ConnectorInfo instances, each of which describes a connector that is available.
ConnectorInfoManagerFactory - Class in org.identityconnectors.framework.api
An application's primary entry point into connectors.
ConnectorInfoManagerFactory() - Constructor for class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
 
ConnectorInfoManagerFactoryImpl - Class in org.identityconnectors.framework.impl.api
 
ConnectorInfoManagerFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
ConnectorInfoReportMojo - Class in org.forgerock.openicf.maven
Goal generate a Connector Report.
ConnectorInfoReportMojo() - Constructor for class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
CONNECTORINFOS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
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
 
CONNECTORKEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
CONNECTORKEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
ConnectorKeyRange - Class in org.identityconnectors.common
A ConnectorKeyRange identifies a range of ConnectorKeys.
ConnectorKeyRange.Builder - Class in org.identityconnectors.common
 
ConnectorManifestScanner - Class in org.forgerock.openicf.framework.impl.api.osgi.internal
The ConnectorManifestScanner ...
ConnectorManifestScanner(Version) - Constructor for class org.forgerock.openicf.framework.impl.api.osgi.internal.ConnectorManifestScanner
 
ConnectorManifestScanner - Class in org.forgerock.openicf.framework.osgi
The ConnectorManifestScanner ...
ConnectorManifestScanner(Version) - Constructor for class org.forgerock.openicf.framework.osgi.ConnectorManifestScanner
 
ConnectorMessages - Interface in org.identityconnectors.framework.common.objects
Message catalog for a given connector.
CONNECTORMESSAGES_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
ConnectorMessagesImpl - Class in org.identityconnectors.framework.impl.api
 
ConnectorMessagesImpl() - Constructor for class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
 
CONNECTORNAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
ConnectorObject - Class in org.identityconnectors.framework.common.objects
A ConnectorObject represents an object (e.g., an Account or a Group) on the target resource.
ConnectorObject(ObjectClass, Set<? extends Attribute>) - Constructor for class org.identityconnectors.framework.common.objects.ConnectorObject
Public only for serialization; please use ConnectorObjectBuilder.
CONNECTOROBJECT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
CONNECTOROBJECT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
CONNECTOROBJECT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
CONNECTOROBJECT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
ConnectorObjectBuilder - Class in org.identityconnectors.framework.common.objects
Builder class to create a ConnectorObject.
ConnectorObjectBuilder() - Constructor for class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
ConnectorObjectDelegate - Class in org.forgerock.openicf.misc.scriptedcommon
 
ConnectorObjectDelegate(ConnectorObjectBuilder) - Constructor for class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
ConnectorObjects - Class in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.APIConfiguration - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.APIConfiguration
ConnectorObjects.APIConfiguration.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.APIConfiguration
ConnectorObjects.APIConfigurationOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.APIOperation - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.APIOperation
ConnectorObjects.AttributeCollectionValue - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeCollectionValue
ConnectorObjects.AttributeCollectionValue.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeCollectionValue
ConnectorObjects.AttributeCollectionValueOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.AttributeMapFieldEntry - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry
ConnectorObjects.AttributeMapFieldEntry.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry
ConnectorObjects.AttributeMapFieldEntry.ValueCase - Enum in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.AttributeMapFieldEntryOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.AttributeMapValue - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeMapValue
ConnectorObjects.AttributeMapValue.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeMapValue
ConnectorObjects.AttributeMapValueOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.AttributeMessage - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeMessage
ConnectorObjects.AttributeMessage.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeMessage
ConnectorObjects.AttributeMessageOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.AttributeUnionValue - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeUnionValue
ConnectorObjects.AttributeUnionValue.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeUnionValue
ConnectorObjects.AttributeUnionValue.PayloadCase - Enum in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.AttributeUnionValueOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.CatalogMapFieldEntry - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry
ConnectorObjects.CatalogMapFieldEntry.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry
ConnectorObjects.CatalogMapFieldEntryOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.ConfigurationCollectionValue - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConfigurationCollectionValue
ConnectorObjects.ConfigurationCollectionValue.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConfigurationCollectionValue
ConnectorObjects.ConfigurationCollectionValueOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.ConfigurationProperty - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConfigurationProperty
ConnectorObjects.ConfigurationProperty.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConfigurationProperty
ConnectorObjects.ConfigurationPropertyOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.ConfigurationUnionValue - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConfigurationUnionValue
ConnectorObjects.ConfigurationUnionValue.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConfigurationUnionValue
ConnectorObjects.ConfigurationUnionValue.PayloadCase - Enum in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.ConfigurationUnionValueOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.ConnectorInfo - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorInfo
ConnectorObjects.ConnectorInfo.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorInfo
ConnectorObjects.ConnectorInfoOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.ConnectorMessages - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorMessages
ConnectorObjects.ConnectorMessages.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorMessages
ConnectorObjects.ConnectorMessagesOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.ObjectPoolConfiguration - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration
ConnectorObjects.ObjectPoolConfiguration.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration
ConnectorObjects.ObjectPoolConfigurationOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.OperationOptionMapFieldEntry - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationOptionMapFieldEntry
ConnectorObjects.OperationOptionMapFieldEntry.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationOptionMapFieldEntry
ConnectorObjects.OperationOptionMapFieldEntryOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.OperationOptionUnionValue - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationOptionUnionValue
ConnectorObjects.OperationOptionUnionValue.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationOptionUnionValue
ConnectorObjects.OperationOptionUnionValue.PayloadCase - Enum in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.OperationOptionUnionValueOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.ResultsHandlerConfiguration - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration
ConnectorObjects.ResultsHandlerConfiguration.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration
ConnectorObjects.ResultsHandlerConfigurationOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.SPIOperation - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.SPIOperation
ConnectorObjects.StringMapFieldEntry - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.StringMapFieldEntry
ConnectorObjects.StringMapFieldEntry.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.StringMapFieldEntry
ConnectorObjects.StringMapFieldEntryOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.SyncTokenTest - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncTokenTest
ConnectorObjects.SyncTokenTest.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncTokenTest
ConnectorObjects.SyncTokenTestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorObjects.TimeoutMapFieldEntry - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry
ConnectorObjects.TimeoutMapFieldEntry.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry
ConnectorObjects.TimeoutMapFieldEntryOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
ConnectorOperationalContext - Class in org.identityconnectors.framework.impl.api.local.operations
Simple structure to pass more variables through the constructor of APIOperationRunner.
ConnectorOperationalContext(LocalConnectorInfoImpl, APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
 
CONNECTORPOOLCONFIGURATION_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
CONNECTORPOOLINGSUPPORTED_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
ConnectorPoolKey(ConnectorKey, ConfigurationPropertiesImpl, ObjectPoolConfiguration) - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager.ConnectorPoolKey
 
ConnectorPoolManager - Class in org.identityconnectors.framework.impl.api.local
 
ConnectorPoolManager() - Constructor for class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
 
ConnectorPoolManager.ConnectorPoolKey - Class in org.identityconnectors.framework.impl.api.local
 
CONNECTORS_DTD - Static variable in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 
ConnectorSecurityException - Exception in org.identityconnectors.framework.common.exceptions
Base exception for all security-related exceptions.
ConnectorSecurityException() - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
 
ConnectorSecurityException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
 
ConnectorSecurityException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
 
ConnectorSecurityException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
 
ConnectorServer - Class in org.forgerock.openicf.framework.server
 
ConnectorServer() - Constructor for class org.forgerock.openicf.framework.server.ConnectorServer
 
ConnectorServer - Class in org.identityconnectors.framework.server
Connector server interface.
ConnectorServer() - Constructor for class org.identityconnectors.framework.server.ConnectorServer
 
ConnectorServerImpl - Class in org.identityconnectors.framework.server.impl
 
ConnectorServerImpl() - Constructor for class org.identityconnectors.framework.server.impl.ConnectorServerImpl
 
ConnectorUtils - Class in org.forgerock.openicf.maven
A ConnectorUtils class provide helper methods to use in the Velocity template.
ConnectorUtils() - Constructor for class org.forgerock.openicf.maven.ConnectorUtils
 
container() - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
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.
CONTAINSALLVALUESFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
ContainsFilter - Class in org.identityconnectors.framework.common.objects.filter
 
ContainsFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
CONTAINSFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
containsInterface(Class<?>, Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Determine if the target class implements the provided interface.
ContainsQuery - Class in org.forgerock.openicf.connectors.xml.query
 
ContainsQuery(String, String, boolean) - Constructor for class org.forgerock.openicf.connectors.xml.query.ContainsQuery
 
CONTEXT_INFO_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
CONTEXT_INFO = 1;
CONTEXTINFOMAP_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
ContractException - Exception in org.identityconnectors.contract.exceptions
Generic Contract Tests exception.
ContractException() - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
 
ContractException(String) - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
Sets a message for the Exception.
ContractException(Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ContractException(String, Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ContractException
Sets the stack trace to the original exception, so this exception can masquerade as the original only be a RuntimeException.
ContractITCase - Class in org.identityconnectors.contract.test
A ContractITCase is the factory of the OpenICF connector contract tests.
ContractITCase() - Constructor for class org.identityconnectors.contract.test.ContractITCase
 
ContractTestBase - Class in org.identityconnectors.contract.test
Base class of all contract tests.
ContractTestBase() - Constructor for class org.identityconnectors.contract.test.ContractTestBase
 
CONTROLREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
CONTROLRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
convert(Throwable) - Static method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
Converts the throwable object to a new Map object that representing itself.
convertMSEpochToISO8601(Attribute) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
convertPrimitiveToWrapper(String) - Static method in class org.forgerock.openicf.connectors.xml.util.AttributeTypeUtil
 
convertToInt(String, int) - Static method in class org.identityconnectors.ldap.sync.sunds.SunDSChangeLogSyncStrategy
 
convertValue(Attribute) - Method in interface org.forgerock.openicf.misc.crest.VisitorParameter
Converts the attribute value from ICF to JSON.
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.
COUNTRY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
create(ObjectClass, Set<Attribute>) - Method in class org.forgerock.openicf.connectors.xml.ConcurrentXMLHandler
 
CREATE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
create(ObjectClass, Set<Attribute>) - Method in interface org.forgerock.openicf.connectors.xml.XMLHandler
 
create(ObjectClass, Set<Attribute>) - Method in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
create() - Method in class org.forgerock.openicf.connectors.xml.xsdparser.XSDAnnotationFactory
 
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
The Connector developer is responsible for taking the attributes given (which always includes the ObjectClass) and create an object and its Uid.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.CreateAsyncApiOpImpl
 
create(Object, WebSocketPolicy) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFListenerImpl
 
create(Context, CreateRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
CREATE() - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
create(Integer...) - Static method in class org.identityconnectors.common.Version
Creates a new version from components.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Creates a row in the database representing an account.
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 class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Create a target object based on the specified attributes.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.CreateImpl
Calls the create method on the Connector side.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.CreateOp
The Connector developer is responsible for taking the attributes given (which always includes the ObjectClass) and create an object and its Uid.
create(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
create(String, SearchResult) - Static method in class org.identityconnectors.ldap.LdapEntry
 
create(String, Attributes) - Static method in class org.identityconnectors.ldap.LdapEntry
 
create(String, GuardedString) - Static method in class org.identityconnectors.ldap.schema.GuardedPasswordAttribute
 
create(String) - Static method in class org.identityconnectors.ldap.schema.GuardedPasswordAttribute
 
create(ObjectClass, Name, Attributes) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
CREATE_OR_UPDATE() - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
CREATE_OR_UPDATE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
CREATE_OR_UPDATE = 0;
CREATE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
CREATE = 2;
createADGroupType(LdapConnection, String) - Static method in class org.identityconnectors.ldap.ADGroupType
 
createADUserAccountControl(LdapConnection, String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
createAndExpression(Query, Query) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createAndExpression(Filter, Filter) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create an AND expression if the native resource supports AND.
createAndExpression(Filter, Filter) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create an AND expression if the native resource supports AND.
createAndExpression(FilterWhereBuilder, FilterWhereBuilder) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createAndExpression(T, T) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create an AND expression if the native resource supports AND.
createAndExpression(LdapFilter, LdapFilter) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
CreateApiOp - Interface in org.identityconnectors.framework.api.operations
 
CREATEAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
CREATEAPIOP = 2;
CreateApiOpTests - Class in org.identityconnectors.contract.test
Contract test of CreateApiOp operation.
CreateApiOpTests() - Constructor for class org.identityconnectors.contract.test.CreateApiOpTests
 
createAsync(ObjectClass, Set<Attribute>, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.CreateAsyncApiOp
Create a target object based on the specified attributes.
createAsync(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.CreateAsyncApiOpImpl
 
createAsync(ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
createAsync(Context, CreateRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
CreateAsyncApiOp - Interface in org.forgerock.openicf.framework.async
CreateAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
CreateAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.CreateAsyncApiOpImpl
 
createAttribute(ObjectClass, String, LdapEntry, boolean) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
Returns an empty attribute instead of null when emptyWhenNotFound is true.
createAttributeInfo(String, Set<AttributeInfo.Flags>, Set<AttributeInfo.Flags>) - Method in class org.identityconnectors.ldap.LdapAttributeType
 
CREATEATTRIBUTES_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
createBasic(String, GuardedString) - Static method in class org.forgerock.openicf.framework.remote.security.SharedSecretPrincipal
 
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.
createBean(ConfigurationPropertiesImpl, Class<? extends Configuration>) - Static method in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
Given a configuration class and populated properties, creates a bean for it.
createBinding(Binding, OperationType, ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.connectors.groovy.ScriptedPoolableConnector
 
createBinding(Binding, OperationType, ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConnector
 
createBinding(Binding, OperationType, ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConnector
 
createBinding(Binding, OperationType, ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
createBuilder() - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createByteMessage(byte[]) - Static method in class org.forgerock.openicf.common.rpc.RemoteRequest.MessageElement
 
createCancellationException(Throwable) - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
createCancellationException(Throwable) - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
createConfigurationProperties(Configuration) - Static method in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
Given a configuration class, creates the configuration properties for it.
createConnectorFacade(DataProvider) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Creates connector facade, initializes connector configuration from dataProvider and validates configuration and/or tests connection.
createConnectorFacadeKey(RemoteOperationContext) - Method in class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory
 
createConnectorFacadeWithWrongConfiguration(DataProvider, Map<?, ?>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Creates connector facade with wrong configuration.
createConnectorInfo(Collection<WorkingBundleInfo>, ClassLoader) - Static method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
Final pass - create connector infos
createConnectorKey() - Method in class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory
 
createContainsAllValuesExpression(ContainsAllValuesFilter, boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createContainsAllValuesExpression(ContainsAllValuesFilter, boolean) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create a CONTAINS-ALL-VALUES expression if the native resource supports a contains all values.
createContainsAllValuesExpression(ContainsAllValuesFilter, boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create a CONTAINS-ALL-VALUES expression if the native resource supports a contains all values.
createContainsAllValuesExpression(ContainsAllValuesFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a CONTAINS-ALL-VALUES expression if the native resource supports a contains all values.
createContainsAllValuesExpression(ContainsAllValuesFilter, boolean) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createContainsExpression(ContainsFilter, boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createContainsExpression(ContainsFilter, boolean) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create a CONTAINS expression if the native resource supports CONTAINS.
createContainsExpression(ContainsFilter, boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create a CONTAINS expression if the native resource supports CONTAINS.
createContainsExpression(ContainsFilter, boolean) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createContainsExpression(ContainsFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a CONTAINS expression if the native resource supports CONTAINS.
createContainsExpression(ContainsFilter, boolean) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createCustomizerScript(Class, Binding) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
createCustomizerScript(Class, Binding) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
createCustomizerScript(Class, Binding) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
createCustomizerScript(Class, Binding) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
createData(ITestContext, Method) - Method in class org.identityconnectors.contract.test.ValidateApiOpTests
 
createDataProvider() - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
createDefaultAPIConfiguration() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Loads the Connector and Configuration class in order to determine the proper default configuration parameters.
createDefaultAPIConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
createDefaultAPIConfiguration(LocalConnectorInfoImpl) - Static method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
Create an instance of the APIConfiguration object to setup the framework etc..
createDefaultAuthenticator() - Static method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
createDefaultSearchControls() - Static method in class org.identityconnectors.ldap.search.LdapInternalSearch
 
createDummyMessages() - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
 
createDummyMessages() - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
createDummyMessages() - Static method in class org.identityconnectors.test.common.TestHelpers
Creates an dummy message catalog ideal for unit testing.
createEndsWithExpression(EndsWithFilter, boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createEndsWithExpression(EndsWithFilter, boolean) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create a ENDS-WITH expression if the native resource supports ENDS-WITH.
createEndsWithExpression(EndsWithFilter, boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create a ENDS-WITH expression if the native resource supports ENDS-WITH.
createEndsWithExpression(EndsWithFilter, boolean) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createEndsWithExpression(EndsWithFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a ENDS-WITH expression if the native resource supports ENDS-WITH.
createEndsWithExpression(EndsWithFilter, boolean) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createEqualsExpression(EqualsFilter, boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createEqualsExpression(EqualsFilter, boolean) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create a EQUALS expression if the native resource supports EQUALS.
createEqualsExpression(EqualsFilter, boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create a EQUALS expression if the native resource supports EQUALS.
createEqualsExpression(EqualsFilter, boolean) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createEqualsExpression(EqualsFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a EQUALS expression if the native resource supports EQUALS.
createEqualsExpression(EqualsFilter, boolean) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createErrorResponse(long, Throwable) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
createFalseExpression() - Method in class org.forgerock.openicf.connectors.xml.query.ContainsQuery
 
createFilterTranslator(ObjectClass, OperationOptions) - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
createFilterTranslator(ObjectClass, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Creates a filter translator that will translate a specified filter into one or more native queries.
createFilterTranslator(ObjectClass, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
createFilterTranslator(ObjectClass, OperationOptions) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Creates a Database Table filter translator.
createFilterTranslator(ObjectClass, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.SearchOp
Creates a filter translator that will translate a specified filter into one or more native queries.
createFilterTranslator(ObjectClass, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
createGreaterThanExpression(GreaterThanFilter, boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createGreaterThanExpression(GreaterThanFilter, boolean) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create a GREATER-THAN expression if the native resource supports GREATER-THAN.
createGreaterThanExpression(GreaterThanFilter, boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create a GREATER-THAN expression if the native resource supports GREATER-THAN.
createGreaterThanExpression(GreaterThanFilter, boolean) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createGreaterThanExpression(GreaterThanFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a GREATER-THAN expression if the native resource supports GREATER-THAN.
createGreaterThanExpression(GreaterThanFilter, boolean) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createGreaterThanOrEqualExpression(GreaterThanOrEqualFilter, boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createGreaterThanOrEqualExpression(GreaterThanOrEqualFilter, boolean) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create a GREATER-THAN-EQUAL expression if the native resource supports GREATER-THAN-EQUAL.
createGreaterThanOrEqualExpression(GreaterThanOrEqualFilter, boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create a GREATER-THAN-EQUAL expression if the native resource supports GREATER-THAN-EQUAL.
createGreaterThanOrEqualExpression(GreaterThanOrEqualFilter, boolean) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createGreaterThanOrEqualExpression(GreaterThanOrEqualFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a GREATER-THAN-EQUAL expression if the native resource supports GREATER-THAN-EQUAL.
createGreaterThanOrEqualExpression(GreaterThanOrEqualFilter, boolean) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createHandshakeMessage(PublicKey) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
CreateImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
CreateImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.CreateImpl
Initializes the operation works.
createInstances(ITestContext) - Method in class org.identityconnectors.contract.test.ContractITCase
 
createInstantiatedObject(String, String) - Static method in class org.forgerock.openicf.connectors.xml.util.AttributeTypeUtil
 
createLessThanExpression(LessThanFilter, boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createLessThanExpression(LessThanFilter, boolean) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create a LESS-THAN expression if the native resource supports LESS-THAN.
createLessThanExpression(LessThanFilter, boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create a LESS-THAN expression if the native resource supports LESS-THAN.
createLessThanExpression(LessThanFilter, boolean) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createLessThanExpression(LessThanFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a LESS-THAN expression if the native resource supports LESS-THAN.
createLessThanExpression(LessThanFilter, boolean) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createLessThanOrEqualExpression(LessThanOrEqualFilter, boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createLessThanOrEqualExpression(LessThanOrEqualFilter, boolean) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create a LESS-THAN-EQUAL expression if the native resource supports LESS-THAN-EQUAL.
createLessThanOrEqualExpression(LessThanOrEqualFilter, boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create a LESS-THAN-EQUAL expression if the native resource supports LESS-THAN-EQUAL.
createLessThanOrEqualExpression(LessThanOrEqualFilter, boolean) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createLessThanOrEqualExpression(LessThanOrEqualFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a LESS-THAN-EQUAL expression if the native resource supports LESS-THAN-EQUAL.
createLessThanOrEqualExpression(LessThanOrEqualFilter, boolean) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createLoadBalancer(List<RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>>) - Method in class org.forgerock.openicf.framework.remote.FailoverLoadBalancingAlgorithmFactory
 
createLoadBalancer(List<RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>>) - Method in class org.forgerock.openicf.framework.remote.LoadBalancingAlgorithmFactory
 
createLoadBalancer(List<RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>>) - Method in class org.forgerock.openicf.framework.remote.RoundRobinLoadBalancingAlgorithmFactory
 
createLogging(Class<? extends APIOperation>, T) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
createLoggingProxy(Class<? extends APIOperation>, APIOperation) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Creates a logging proxy.
createMappingStrategy(Connection, DatabaseTableConfiguration) - Method in class org.identityconnectors.databasetable.DatabaseTableConnection
The strategy utility
createMessageElement(P, long) - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
createMessageElement(RemoteOperationContext, long) - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
createMutual(X509Certificate) - Static method in class org.forgerock.openicf.framework.remote.security.SharedSecretPrincipal
 
createName(ObjectClass, LdapEntry) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
Creates a Name for the given entry.
createNativeSchema() - Method in class org.identityconnectors.ldap.LdapConnection
 
createObject(ConnectorFacade, DataProvider, ObjectClassInfo, String, String, int, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
gets the attributes for you, appending the qualifier to the attribute name
createObject(ConnectorFacade, DataProvider, ObjectClassInfo, String, int, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
gets the attributes for you
CreateOp - Interface in org.identityconnectors.framework.spi.operations
The Connector developer is responsible for taking the attributes given (which always includes the ObjectClass) and create an object and its Uid.
CREATEOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
CREATEOP = 2;
createOpenICFWebSocketApplication(ConnectorFramework, String) - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
createOperationRequest(RemoteOperationContext) - Method in class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory.AbstractRemoteOperationRequest
 
createOperationRequest(RemoteOperationContext) - Method in class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory
 
createOperationRequest(RemoteOperationContext) - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
createOperationResponse(RemoteOperationContext, V) - Method in class org.forgerock.openicf.framework.remote.rpc.LocalOperationProcessor
 
CREATEOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
CREATEOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
createOrExpression(Query, Query) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createOrExpression(Filter, Filter) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create an OR expression if the native resource supports OR.
createOrExpression(Filter, Filter) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create an OR expression if the native resource supports OR.
createOrExpression(FilterWhereBuilder, FilterWhereBuilder) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createOrExpression(T, T) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create an OR expression if the native resource supports OR.
createOrExpression(LdapFilter, LdapFilter) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createPasswordConnection(String, int, String) - Method in class org.forgerock.openicf.connectors.ssh.SSHConnection
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.AuthenticateOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.AuthenticationAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.BatchOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.BatchApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.ConnectorEventSubscriptionOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.ConnectorEventSubscriptionApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.CreateOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.CreateAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.DeleteOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.DeleteAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.GetOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.GetAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.ResolveUsernameOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.ResolveUsernameAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.SchemaOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.SchemaAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.ScriptOnConnectorOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.ScriptOnConnectorAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.ScriptOnResourceOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.ScriptOnResourceAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.SearchOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.SearchAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.SyncOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.SyncAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.SyncEventSubscriptionOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.SyncEventSubscriptionApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.TestOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.TestAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.UpdateOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.UpdateAsyncApiOpImpl
 
createProcessor(long, WebSocketConnectionHolder, OperationMessages.ValidateOpRequest) - Static method in class org.forgerock.openicf.framework.async.impl.ValidateAsyncApiOpImpl
 
createPublicKey(byte[]) - Static method in class org.forgerock.openicf.framework.remote.SecurityUtil
Create a public key from encoded byte array.
createRemoteMessage(long) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
createRemoteRequest(P, long, RemoteRequestFactory.CompletionCallback<V, E, G, H, P>) - Method in interface org.forgerock.openicf.common.rpc.RemoteRequestFactory
 
createRequest(int, RPCMessages.RPCRequest.Builder) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
CREATEREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
createResponse(long, RPCMessages.RPCResponse.Builder) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
createRPCRequest(RemoteOperationContext) - Method in class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory
 
createSocket(ProtocolHandler, HttpRequestPacket, WebSocketListener...) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication
Creates a customized WebSocket implementation.
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.
createSSHConnection() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
createSSLConfig(SSLContextConfigurator) - Method in class org.forgerock.openicf.framework.server.ConnectorServer
create SSL Configuration
createSSLContext() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
createSSLContextConfigurator(ConnectionManagerConfig) - Method in class org.forgerock.openicf.framework.client.ConnectionManager
 
createStartsWithExpression(StartsWithFilter, boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
createStartsWithExpression(StartsWithFilter, boolean) - Method in class org.forgerock.openicf.csvfile.CSVFilterTranslator
Should be overridden by subclasses to create a STARTS-WITH expression if the native resource supports STARTS-WITH.
createStartsWithExpression(StartsWithFilter, boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
Should be overridden by subclasses to create a STARTS-WITH expression if the native resource supports STARTS-WITH.
createStartsWithExpression(StartsWithFilter, boolean) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
createStartsWithExpression(StartsWithFilter, boolean) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Should be overridden by subclasses to create a STARTS-WITH expression if the native resource supports STARTS-WITH.
createStartsWithExpression(StartsWithFilter, boolean) - Method in class org.identityconnectors.ldap.search.LdapFilterTranslator
 
createStringMessage(String) - Static method in class org.forgerock.openicf.common.rpc.RemoteRequest.MessageElement
 
createTestConfiguration(Class<? extends Connector>, Configuration) - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
Method for convenient testing of local connectors.
createTestConfiguration(Class<? extends Connector>, Set<String>, PropertyBag, String) - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
Method for convenient testing of local connectors.
createTestConfiguration(Class<? extends Connector>, Configuration) - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
createTestConfiguration(Class<? extends Connector>, Set<String>, PropertyBag, String) - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
createTestConfiguration(Class<? extends Connector>, Configuration) - Static method in class org.identityconnectors.test.common.TestHelpers
Method for convenient testing of local connectors.
createTestConfiguration(Class<? extends Connector>, PropertyBag, String) - Static method in class org.identityconnectors.test.common.TestHelpers
Method for convenient testing of local connectors.
createTimeoutProxy(Class<? extends APIOperation>, APIOperation) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Creates the timeout proxy for the given operation.
createTrueExpression() - Method in class org.forgerock.openicf.connectors.xml.query.ContainsQuery
 
createUid(ObjectClass, LdapEntry) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
Creates a Uid for the given entry.
createUid(ObjectClass, String) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
createUid(String, Attributes) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
createWebSocket(ServletUpgradeRequest, ServletUpgradeResponse) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator
 
createWebSocketFilter() - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketAddOn
 
CRESTFilterVisitor - Class in org.forgerock.openicf.misc.crest
A CRESTFilterVisitor converts ICF Filter to CREST QueryFilter.
CRESTFilterVisitor() - Constructor for class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
CSVFileConfiguration - Class in org.forgerock.openicf.csvfile
Extends the AbstractConfiguration class to provide all of the possible configuration parameters consumed by the CSVFile connector.
CSVFileConfiguration() - Constructor for class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
CSVFileConnector - Class in org.forgerock.openicf.csvfile
Main implementation of the CSVFile Connector
CSVFileConnector() - Constructor for class org.forgerock.openicf.csvfile.CSVFileConnector
 
CSVFilterTranslator - Class in org.forgerock.openicf.csvfile
 
CSVFilterTranslator() - Constructor for class org.forgerock.openicf.csvfile.CSVFilterTranslator
 
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.
CustomComponentConfigurator - Class in org.forgerock.openicf.maven
A CustomComponentConfigurator which adds the project's runtime classpath elements to the plugin classpath.
CustomComponentConfigurator() - Constructor for class org.forgerock.openicf.maven.CustomComponentConfigurator
 
CUSTOMIZED_CONNECTION - Static variable in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConnector
 

D

data(ITestContext) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Return all the base ObjectClasss.
DatabaseConnection - Class in org.identityconnectors.dbcommon
The DatabaseConnection wraps the JDBC connection.
DatabaseConnection(Connection) - Constructor for class org.identityconnectors.dbcommon.DatabaseConnection
Use the Configuration passed in to immediately connect to a database.
DatabaseFilterTranslator - Class in org.identityconnectors.dbcommon
DatabaseFilterTranslator abstract class translate filters to database WHERE clause The resource specific getAttributeName must be provided in real translator.
DatabaseFilterTranslator(ObjectClass, OperationOptions) - Constructor for class org.identityconnectors.dbcommon.DatabaseFilterTranslator
DatabaseFilterTranslator translate filters to database WHERE clause.
DatabaseQueryBuilder - Class in org.identityconnectors.dbcommon
The Database Query builder creates the database query.
DatabaseQueryBuilder(String, Set<String>) - Constructor for class org.identityconnectors.dbcommon.DatabaseQueryBuilder
DatabaseQuery Constructor, construct selectFrom from table name, columns and where clause.
DatabaseQueryBuilder(String) - Constructor for class org.identityconnectors.dbcommon.DatabaseQueryBuilder
DatabaseQuery Constructor which takes advantage of prepared selectFrom SQL clause.
DatabaseQueryBuilder.OrderBy - Class in org.identityconnectors.dbcommon
The Required order by data subclass.
DatabaseTableConfiguration - Class in org.identityconnectors.databasetable
Implements the Configuration interface to provide all the necessary parameters to initialize the JDBC Connector.
DatabaseTableConfiguration() - Constructor for class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
DatabaseTableConnection - Class in org.identityconnectors.databasetable
Wraps JDBC connections extends the DatabaseConnection overriding the test method.
DatabaseTableConnector - Class in org.identityconnectors.databasetable
The database table DatabaseTableConnector is a basic, but easy to use DatabaseTableConnector for accounts in a relational database.
DatabaseTableConnector() - Constructor for class org.identityconnectors.databasetable.DatabaseTableConnector
 
DatabaseTableConstants - Class in org.identityconnectors.databasetable
The database table constants
DatabaseTableFilterTranslator - Class in org.identityconnectors.databasetable
Database table filter translator
DatabaseTableFilterTranslator(DatabaseTableConnector, ObjectClass, OperationOptions) - Constructor for class org.identityconnectors.databasetable.DatabaseTableFilterTranslator
 
DatabaseTableSQLUtil - Class in org.identityconnectors.databasetable
The SQL helper/util class
DataProvider - Interface in org.identityconnectors.contract.data
DataProvider is a facility used for getting (reading/generating) data for Contract test suite.
dataProvider - Variable in class org.identityconnectors.contract.test.ObjectClassRunner
 
date2String(Date) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Date to string.
debugTrace() - Method in enum org.forgerock.openicf.misc.scriptedcommon.OperationType
 
DECLAREDOBJECTCLASSES_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
DECLAREDOPERATIONOPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
decode(String) - Static method in class org.identityconnectors.common.Base64
Decodes a specified base64-encoded String and returns the resulting bytes.
decreaseConnectionPermits() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
decrypt(byte[]) - Method in class org.forgerock.openicf.framework.remote.security.ECIESEncryptor
 
decrypt(byte[]) - Method in interface org.identityconnectors.common.security.Encryptor
Decrypts the given byte array.
decrypt(byte[]) - Method in class org.identityconnectors.common.security.impl.EncryptorImpl
 
decrypt(GuardedString) - Static method in class org.identityconnectors.common.security.SecurityUtil
Decrypts the value of a GuardedString.
decrypt(GuardedByteArray) - Static method in class org.identityconnectors.common.security.SecurityUtil
Decrypts the value of a GuardedByteArray.
decryptPassword(byte[]) - Method in class org.identityconnectors.ldap.sync.sunds.PasswordDecryptor
Decrypts the password value using the configured symmetric key.
DEFAULT_CASE_IGNORE_VISITOR - Static variable in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
DEFAULT_CASE_SENSITIVE_VISITOR - Static variable in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
DEFAULT_CONFIG - Static variable in class org.forgerock.openicf.framework.client.ConnectionManager
 
DEFAULT_DRIVER - Static variable in class org.identityconnectors.databasetable.DatabaseTableConstants
The default value for the RA_DRIVER resource attribute.
DEFAULT_NAME - Static variable in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
DEFAULT_SCHEDULER - Variable in class org.forgerock.openicf.framework.client.ConnectionManager
The default scheduler which should be used when the application does not provide one.
DEFAULT_TEMPLATE - Static variable in class org.identityconnectors.databasetable.DatabaseTableConstants
The default connect URL template.
DEFAULT_TEST_CLASSES - Static variable in class org.identityconnectors.contract.test.ContractITCase
 
DefaultSearchStrategy - Class in org.identityconnectors.ldap.search
 
DefaultSearchStrategy(boolean) - Constructor for class org.identityconnectors.ldap.search.DefaultSearchStrategy
 
DefaultSearchStrategy(boolean, SortKey[]) - Constructor for class org.identityconnectors.ldap.search.DefaultSearchStrategy
 
DefaultStrategy - Class in org.identityconnectors.databasetable.mapping
The SQL get/set strategy class implementation delegate all activity to dbcommon SQLUtil functions
DefaultStrategy() - Constructor for class org.identityconnectors.databasetable.mapping.DefaultStrategy
Final sql mapping
defaultValue(ConfigurationProperty) - Static method in class org.forgerock.openicf.maven.ConnectorUtils
Convert the encapsulated value of the property.
define(OperationOptionInfo) - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
define(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create a new AttributeInfoBuilder.
define(String, Class<?>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Convenience method to create a new AttributeInfoBuilder.
defineObjectClass(ObjectClassInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another ObjectClassInfo to the schema.
defineObjectClass(ObjectClassInfo, Class<? extends SPIOperation>...) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another ObjectClassInfo to the schema.
defineObjectClass(String, Set<AttributeInfo>) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another ObjectClassInfo to the schema.
defineOperationOption(OperationOptionInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
defineOperationOption(OperationOptionInfo, Class<? extends SPIOperation>...) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
defineOperationOption(String, Class<?>) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Adds another OperationOptionInfo to the schema.
delegate - Variable in class org.identityconnectors.ldap.AppendingAttributes
 
delegates - Variable in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
delegateToTag(Class<? extends AbstractICFBuilder>, Closure) - Method in class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
DelegatingAsyncConnectorInfoManager - Class in org.forgerock.openicf.framework
 
DelegatingAsyncConnectorInfoManager(boolean) - Constructor for class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
DelegatingTimeoutProxy - Class in org.identityconnectors.framework.impl.api
Delegating timeout proxy that selects the appropriate timeout handler depending on the method.
DelegatingTimeoutProxy(Object, long, int) - Constructor for class org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy
Create a new MethodTimeoutProxy.
delete(ObjectClass, Uid) - Method in class org.forgerock.openicf.connectors.xml.ConcurrentXMLHandler
 
DELETE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
delete(ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
delete(ObjectClass, Uid) - Method in interface org.forgerock.openicf.connectors.xml.XMLHandler
 
delete(ObjectClass, Uid) - Method in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
delete(ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
The Connector developer is responsible for calling the native delete methods to remove the object specified by its unique id.
delete(ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.DeleteAsyncApiOpImpl
 
delete(Context, DeleteRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
delete(ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
DELETE() - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
DELETE(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
DELETE(Uid) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
delete(File) - Static method in class org.identityconnectors.common.IOUtil
Recursively delete all the files in a directory and the directory.
delete(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Deletes a row from the table.
delete(ObjectClass, Uid, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.DeleteApiOp
Delete the object that the specified Uid identifies (if any).
delete(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Delete the object that the specified Uid identifies (if any).
delete(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.DeleteImpl
Calls the delete method on the Connector side.
delete(ObjectClass, Uid, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.DeleteOp
The Connector developer is responsible for calling the native delete methods to remove the object specified by its unique id.
delete(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
DELETE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
DELETE = 1;
DeleteApiOp - Interface in org.identityconnectors.framework.api.operations
 
DELETEAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
DELETEAPIOP = 3;
DeleteApiOpTests - Class in org.identityconnectors.contract.test
Contract test of DeleteApiOp
DeleteApiOpTests() - Constructor for class org.identityconnectors.contract.test.DeleteApiOpTests
 
deleteAsync(ObjectClass, Uid, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.DeleteAsyncApiOp
Delete the object that the specified Uid identifies (if any).
deleteAsync(ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.DeleteAsyncApiOpImpl
 
deleteAsync(ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
deleteAsync(Context, DeleteRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
DeleteAsyncApiOp - Interface in org.forgerock.openicf.framework.async
DeleteAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
DeleteAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.DeleteAsyncApiOpImpl
 
DeleteBatchTask - Class in org.identityconnectors.framework.api.operations.batch
 
DeleteBatchTask(ObjectClass, Uid, OperationOptions) - Constructor for class org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
Delete the object that the specified Uid identifies (if any).
deleteConnectorEventHandler(ConnectorEventHandler) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
Deletes an observer from the set of observers of this object.
deleteConnectorEventHandler(ConnectorEventHandler) - Method in interface org.identityconnectors.common.event.ConnectorEventPublisher
Deletes an observer from the set of observers of this object.
deleteConnectorEventHandler(ConnectorEventHandler) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
Deletes an observer from the set of observers of this object.
DeleteImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
DeleteImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.DeleteImpl
Initializes the operation works.
deleteObject(ConnectorFacade, ObjectClass, Uid, boolean, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs deletion of object specified by uid.
DeleteOp - Interface in org.identityconnectors.framework.spi.operations
Operation interface to delete objects from the target resource.
DELETEOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
DELETEOP = 3;
DELETEOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
DELETEOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
DELETEREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
delta(Closure) - Static method in class org.forgerock.openicf.misc.scriptedcommon.ICFObjectBuilder
 
DELTATYPE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
derive(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
Derives another RemoteConnectorInfoManagerImpl with a different RemoteFrameworkConnectionInfo but with the same metadata.
descendingOrder(String) - Static method in class org.identityconnectors.framework.common.objects.SortKey
Creates a new descending-order sort key for the provided field.
describeRule() - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFListenerImpl
 
DESCRIPTION - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Attribute that should hold the value of the object's description, if one is available.
DESCRIPTION - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Attribute that should hold the value of the object's description, if one is available.
deserialize(ObjectDecoder) - Method in class org.identityconnectors.framework.impl.serializer.EnumSerializationHandler
 
deserialize(ObjectDecoder) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectSerializationHandler
Called to deserialize the object.
deserializeBase64Object(String) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Deserializes the given object from Base64 String.
deserializeBinaryObject(byte[]) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Deserializes the given object from bytes.
deserializeLegacy(ByteString) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
Deprecated.
deserializeMessage(M, Class<T>) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
deserializeXmlObject(String, boolean) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Deserializes the given object from xml.
deserializeXmlStream(InputSource, XmlObjectResultsHandler, boolean) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Deserializes XML objects from a stream NOTE: Consider using SerializerUtil.deserializeXmlObject(String,boolean) for convenience deserializing a single object.
deserializeXmlStream(InputSource, XmlObjectResultsHandler, boolean) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
destroy() - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
destroy() - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketServlet
 
destroy() - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
destroy() - Method in class org.forgerock.openicf.framework.server.Main
 
destroy() - Method in class org.identityconnectors.framework.server.Main
 
destroyInstance(ConnectorFramework) - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
destroyInstance(T) - Method in class org.forgerock.openicf.framework.remote.ReferenceCountedObject
Invoked when a reference is released and the reference count will become zero.
DIFF_NET_JAVA_FOR_DATE_AND_TIMES - Static variable in class org.identityconnectors.ldap.ADLdapUtil
 
DirSyncControl - Class in org.identityconnectors.ldap.sync.activedirectory
 
DirSyncControl() - Constructor for class org.identityconnectors.ldap.sync.activedirectory.DirSyncControl
 
DirSyncControl(byte[]) - Constructor for class org.identityconnectors.ldap.sync.activedirectory.DirSyncControl
 
DirSyncResponseControl - Class in org.identityconnectors.ldap.sync.activedirectory
 
DirSyncResponseControl(String, boolean, byte[]) - Constructor for class org.identityconnectors.ldap.sync.activedirectory.DirSyncResponseControl
 
disable(Class<? extends SPIOperation>...) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
disable(Class<? extends SPIOperation>...) - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
DISABLE_DATE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the disable date for an object.
DISABLE_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the disable date for an object.
DISPLAYMESSAGEKEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
dispose() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConnector
 
dispose() - Method in class org.forgerock.openicf.connectors.ssh.SSHConnection
 
dispose() - Method in class org.forgerock.openicf.connectors.ssh.SSHConnector
Disposes of SSHConnector's resources.
dispose() - Method in class org.forgerock.openicf.connectors.xml.ConcurrentXMLHandler
 
dispose() - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
dispose() - Method in interface org.forgerock.openicf.connectors.xml.XMLHandler
 
dispose() - Method in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
dispose() - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Disposes of the CSVFileConnector's resources.
dispose() - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
dispose() - Method in interface org.forgerock.openicf.misc.scriptedcommon.ScriptedConnection
Release internal resources.
dispose() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
dispose() - Method in class org.identityconnectors.common.security.GuardedByteArray
Clears the in-memory representation of the byte array.
dispose() - Method in class org.identityconnectors.common.security.GuardedString
Clears the in-memory representation of the string.
dispose() - Method in interface org.identityconnectors.contract.data.DataProvider
free the allocated resources
dispose() - Method in class org.identityconnectors.contract.data.GroovyDataProvider
 
dispose() - Method in class org.identityconnectors.contract.test.ConfigurationTests
Free up the resources
dispose() - Method in class org.identityconnectors.contract.test.ContractTestBase
Dispose the test environment, do the cleanup.
dispose() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Dispose the test environment, do the cleanup
dispose() - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Disposes of the DatabaseTableConnector's resources.
dispose() - Method in class org.identityconnectors.dbcommon.DatabaseConnection
Closes the internal Connection.
dispose() - Method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Dispose of all connector pools, resources, etc.
dispose() - Method in class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
Dispose of all object pools and other resources associated with this class.
dispose(ConnectorPoolManager.ConnectorPoolKey) - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
 
dispose() - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
 
dispose() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
 
dispose() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
 
dispose() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
dispose() - Method in class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
Dispose of all object pools and other resources associated with this class.
dispose() - Method in interface org.identityconnectors.framework.spi.Connector
Dispose of any resources the Connector uses.
dispose() - Method in class org.identityconnectors.ldap.LdapConnector
 
disposeObject(T) - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
Disposes the object.
DISTRIBUTION - Static variable in class org.identityconnectors.ldap.ADGroupType
 
DocBookResourceMojo - Class in org.forgerock.openicf.maven
A DocBookResourceMojo generate the DocBook xml.
DocBookResourceMojo() - Constructor for class org.forgerock.openicf.maven.DocBookResourceMojo
 
doClose() - Method in class org.forgerock.openicf.framework.async.CloseableAsyncConnectorInfoManager
 
doClose() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
doClose() - Method in class org.forgerock.openicf.framework.client.ConnectionManager
 
doClose() - Method in class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
doClose() - Method in class org.forgerock.openicf.framework.remote.AsyncRemoteConnectorInfoManager
 
doClose() - Method in class org.forgerock.openicf.framework.remote.AsyncRemoteLegacyConnectorInfoManager
 
doClose() - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
Closes this manager and releases any system resources associated with it.
doClose() - Method in class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
doClose() - Method in class org.forgerock.openicf.framework.remote.RemoteServerConnectorInfoManager
 
doClose() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
doClose() - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.SinglePrincipal
 
doClose() - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator.SinglePrincipal
 
doCreate(Name, Attributes, LdapContext) - Method in class org.identityconnectors.ldap.modify.LdapCreate
 
doECDH(KeyPair, PublicKey) - Static method in class org.forgerock.openicf.framework.remote.SecurityUtil
Do an Diffie–Hellman key exchange with EC keys.
DOMAIN_LOCAL - Static variable in class org.identityconnectors.ldap.ADGroupType
 
DONT_EXPIRE_PASSWORD - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
DONT_EXPIRE_PASSWORD_NAME - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
doSearch(LdapContext, List<String>, String, SearchControls, LdapSearchResultsHandler) - Method in class org.identityconnectors.ldap.search.DefaultSearchStrategy
 
doSearch(LdapContext, List<String>, String, SearchControls, LdapSearchResultsHandler) - Method in class org.identityconnectors.ldap.search.LdapSearchStrategy
 
doSearch(LdapContext, List<String>, String, SearchControls, LdapSearchResultsHandler) - Method in class org.identityconnectors.ldap.search.PagedSearchStrategy
 
doSearch(LdapContext, List<String>, String, SearchControls, LdapSearchResultsHandler) - Method in class org.identityconnectors.ldap.search.SimplePagedSearchStrategy
 
doSearch(LdapContext, List<String>, String, SearchControls, LdapSearchResultsHandler) - Method in class org.identityconnectors.ldap.search.VlvIndexSearchStrategy
 
doServerUpgrade(FilterChainContext, HttpContent) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketFilter
 
DOTNET_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
DOTNET = 2;
DOUBLE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
DOUBLE_PRIMITIVE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
DOUBLE_QUOTE - Static variable in class org.identityconnectors.common.XmlUtil
 
DOUBLE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
DOUBLE = 3;
DOUBLE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
DOUBLE = 3;
DOUBLEVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
DOUBLEVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
DOUBLEVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
doUpdate(ObjectClass, Uid, OperationMessages.UpdateOpRequest.UpdateType, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.UpdateAsyncApiOpImpl
 
DuplicateFilteringResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
 
DuplicateFilteringResultsHandler(SearchResultsHandler) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.DuplicateFilteringResultsHandler
Filter chain for producers.

E

E4JWrapper - Class in org.forgerock.openicf.connectors.ssh
 
E4JWrapper(Expect4j) - Constructor for class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
E4JWrapper(Expect4j, SSHConfiguration) - Constructor for class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
EchoMessage - Class in org.identityconnectors.framework.impl.api.remote.messages
For test purposes only
EchoMessage(Object, String) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.EchoMessage
 
ECIESEncryptor - Class in org.forgerock.openicf.framework.remote.security
 
ECIESEncryptor(KeyPair, PublicKey) - Constructor for class org.forgerock.openicf.framework.remote.security.ECIESEncryptor
 
ElementIdentifierFieldType - Enum in org.forgerock.openicf.connectors.xml.util
 
EMPTY - Static variable in class org.identityconnectors.common.IOUtil
Empty "" string.
EMPTY_STR - Static variable in class org.identityconnectors.databasetable.DatabaseTableConstants
The null column default value
EMPTYRESULT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
ENABLE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the enable status of an object.
ENABLE_DATE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the enable date for an object.
ENABLE_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the enable date for an object.
ENABLE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the enable status of an object.
ENABLEATTRIBUTESTOGETSEARCHRESULTSHANDLER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
ENABLECASEINSENSITIVEFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
enableEmptyString - Variable in class org.identityconnectors.databasetable.DatabaseTableConfiguration
The empty string setting allow conversion of a null into an empty string for not-null char columns
ENABLEFILTEREDRESULTSHANDLER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
enableLogging(Logger) - Method in class org.forgerock.openicf.maven.ConfigurationPropertyConverter
 
enableLogging(Logger) - Method in class org.forgerock.openicf.maven.RemoteFrameworkConnectionInfoConverter
 
ENABLENORMALIZINGRESULTSHANDLER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
encode(byte[]) - Static method in class org.identityconnectors.common.Base64
Returns a String of base64-encoded characters to represent the specified data array.
encodeAttribute(ObjectClass, Attribute) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
encodeControls(Set<Attribute>) - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
encodePassword(ObjectClass, Attribute) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
ENCODING_VERSION - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
Version for the overall encoding - if we need to change anything in the encoder, we will need to bump this and handle appropriately
encrypt(byte[]) - Method in class org.forgerock.openicf.framework.remote.security.ECIESEncryptor
 
encrypt(byte[]) - Method in interface org.identityconnectors.common.security.Encryptor
Encrypts the given byte array.
encrypt(byte[]) - Method in class org.identityconnectors.common.security.impl.EncryptorImpl
 
ENCRYPTED_TEXT_PASSWORD_ALLOWED - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
Encryptor - Interface in org.identityconnectors.common.security
Responsible for encrypting/decrypting bytes.
EncryptorFactory - Class in org.identityconnectors.common.security
 
EncryptorFactory() - Constructor for class org.identityconnectors.common.security.EncryptorFactory
 
EncryptorFactoryImpl - Class in org.identityconnectors.common.security.impl
 
EncryptorFactoryImpl() - Constructor for class org.identityconnectors.common.security.impl.EncryptorFactoryImpl
 
EncryptorImpl - Class in org.identityconnectors.common.security.impl
 
EncryptorImpl(boolean) - Constructor for class org.identityconnectors.common.security.impl.EncryptorImpl
 
endsWith(String, char) - Static method in class org.identityconnectors.common.StringUtil
Determines if the string parameter 'str' ends with the character value.
endsWith(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that contains as a final substring the value of the specified Attribute.
EndsWithFilter - Class in org.identityconnectors.framework.common.objects.filter
 
EndsWithFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
ENDSWITHFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
enqueue(Object) - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
ENTRY_DN_ATTRS - Static variable in class org.identityconnectors.ldap.LdapEntry
 
EnumSerializationHandler - Class in org.identityconnectors.framework.impl.serializer
 
EnumSerializationHandler(Class<? extends Enum<?>>, String) - Constructor for class org.identityconnectors.framework.impl.serializer.EnumSerializationHandler
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
equals(Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
equals(Object) - Method in class org.forgerock.openicf.framework.remote.security.SharedSecretPrincipal
 
equals(Object, Object) - Static method in class org.identityconnectors.common.CollectionUtil
Equality function that properly handles arrays, lists, maps, lists of arrays, and maps of arrays.
equals(Object, Object, boolean) - Static method in class org.identityconnectors.common.CollectionUtil
Equality function that properly handles arrays, lists, maps, lists of arrays, and maps of arrays.
equals(Object) - Method in class org.identityconnectors.common.ConnectorKeyRange
 
equals(Object) - Method in class org.identityconnectors.common.EqualsHashCodeBuilder
Determine equality based on the value of the members append to the builder.
equals(Object) - Method in class org.identityconnectors.common.GUID
Returns true if the value parameter is a GUID and the VMID is equal.
equals(Object) - Method in class org.identityconnectors.common.Pair
equals(Object) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
equals(Object) - Method in class org.identityconnectors.common.script.Script
 
equals(Object) - Method in class org.identityconnectors.common.security.GuardedByteArray
 
equals(Object) - Method in class org.identityconnectors.common.security.GuardedString
 
equals(Object) - Method in class org.identityconnectors.common.Version
 
equals(Object) - Method in class org.identityconnectors.common.VersionRange
 
equals(Object) - Method in class org.identityconnectors.dbcommon.SQLParam
 
equals(Object) - Method in class org.identityconnectors.framework.api.ConnectorKey
 
equals(Object) - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
equals(Object) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.Attribute
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.ObjectClass
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns true if o is a QualifiedUid and the object class and uid match.
equals(Object) - Method in class org.identityconnectors.framework.common.objects.Schema
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SearchResult
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SyncDelta
 
equals(Object) - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
equals(Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
equals(Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
equals(Object) - Method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager.ConnectorPoolKey
 
equals(Object) - Method in class org.identityconnectors.ldap.AttributeMappingConfig
 
equals(Object) - Method in class org.identityconnectors.ldap.GroupHelper.GroupMembership
 
equals(Object) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
equals(Object) - Method in class org.identityconnectors.ldap.ObjectClassMappingConfig
 
equals(Object) - Method in class org.identityconnectors.ldap.search.LdapFilter
 
EqualsFilter - Class in org.identityconnectors.framework.common.objects.filter
Determines whether an object contains an attribute that matches a specific attribute value.
EqualsFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.EqualsFilter
Public only as an artifact of the implementation.
EQUALSFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
EqualsHashCodeBuilder - Class in org.identityconnectors.common
Builder to simplify implementing the Object.equals(Object) and Object.hashCode() methods.
EqualsHashCodeBuilder() - Constructor for class org.identityconnectors.common.EqualsHashCodeBuilder
Construct the builder.
equalTo(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically equal to the value of the specified Attribute.
error(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
error(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
ERROR_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
ERROR_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
ERROR_MESSAGE - Static variable in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
escape(StringBuilder, String, char) - Static method in class org.identityconnectors.common.XmlUtil
Escapes the given string and appends to the given buffer
escapeAttrValue(Object, StringBuilder) - Static method in class org.identityconnectors.ldap.LdapUtil
Escapes the given attribute value to the given StringBuilder.
escapeDNValueOfJNDIReservedChars(String) - Static method in class org.identityconnectors.ldap.LdapUtil
Escape DN value of JNDI reserved characters forward slash (/)
ESTIMATE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
ESTIMATE = 1;
evaluateScript(String, Binding, Closure<Object>) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConnector
 
evaluateScript(String, Binding, Closure<Object>) - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConnector
 
evaluateScript(String, Binding, Closure<Object>) - Method in class org.forgerock.openicf.connectors.ssh.SSHConnector
 
evaluateScript(String, Binding, Closure<Object>) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
evaluator - Variable in class org.forgerock.openicf.maven.PropertyBag
 
EVENTFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
evictIdle(long, TimeUnit) - Method in class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
 
EXACT_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
EXACT = 2;
EXCEPTIONCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
EXCEPTIONCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
execute(Context, HttpUriRequest, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
execute(Context, HttpUriRequest, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
execute(ConnectorFacade) - Method in class org.forgerock.openicf.framework.async.impl.AbstractLocalOperationProcessor
 
execute() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
execute() - Method in class org.forgerock.openicf.maven.HelpMojo
execute() - Method in class org.forgerock.openicf.maven.ReducePomMojo
execute(Context, HttpUriRequest, HttpAsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
execute(Map<String, Object>) - Method in interface org.identityconnectors.common.script.ScriptExecutor
Executes the script with the given arguments.
execute(BatchTaskExecutor) - Method in interface org.identityconnectors.framework.api.operations.batch.BatchTask
 
execute(CreateBatchTask) - Method in interface org.identityconnectors.framework.api.operations.batch.BatchTaskExecutor
 
execute(DeleteBatchTask) - Method in interface org.identityconnectors.framework.api.operations.batch.BatchTaskExecutor
 
execute(UpdateBatchTask) - Method in interface org.identityconnectors.framework.api.operations.batch.BatchTaskExecutor
 
execute(BatchTaskExecutor) - Method in class org.identityconnectors.framework.api.operations.batch.CreateBatchTask
 
execute(BatchTaskExecutor) - Method in class org.identityconnectors.framework.api.operations.batch.DeleteBatchTask
 
execute(BatchTaskExecutor) - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
 
execute(CreateBatchTask) - Method in class org.identityconnectors.framework.impl.api.local.operations.BatchTaskExecutorImpl
 
execute(DeleteBatchTask) - Method in class org.identityconnectors.framework.impl.api.local.operations.BatchTaskExecutorImpl
 
execute(UpdateBatchTask) - Method in class org.identityconnectors.framework.impl.api.local.operations.BatchTaskExecutorImpl
 
execute() - Method in class org.identityconnectors.ldap.modify.LdapCreate
 
execute() - Method in class org.identityconnectors.ldap.modify.LdapDelete
 
execute(LdapSearchResultsHandler) - Method in class org.identityconnectors.ldap.search.LdapInternalSearch
 
execute() - Method in class org.identityconnectors.ldap.search.LdapSearch
 
execute(ResultsHandler) - Method in class org.identityconnectors.ldap.search.LdapSearch
Performs the search and passes the resulting ConnectorObjects to the given handler.
executeAddAttributeValues(String, ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeAuthenticate(String, ObjectClass, String, GuardedString, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Execute a series of BatchTask.
executeBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.BatchApiOpImpl
 
executeBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.BatchApiOp
Execute a series of BatchTask.
executeBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Execute a series of BatchTask.
executeBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.BatchImpl
executeBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.SubscriptionImpl
 
executeBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.BatchOp
Execute a series of BatchTask.
executeCreate(String, ObjectClass, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeDelete(String, ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeGetLatestSyncToken(String, ObjectClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeMessage(Runnable) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
executeOperation(ConnectorFacade, M) - Method in class org.forgerock.openicf.framework.async.impl.AbstractLocalOperationProcessor
 
executeQuery(ObjectClass, Query, ResultsHandler, OperationOptions) - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
executeQuery(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
ConnectorFacade calls this method once for each native query that the FilterTranslator produces in response to the Filter passed into SearchApiOp.
executeQuery(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeQuery(String, ObjectClass, Filter, Closure<Boolean>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeQuery(ObjectClass, FilterWhereBuilder, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Search for rows ConnectorFacade calls this method once for each native query that the FilterTranslator produces in response to the Filter passed into SearchApiOp.
executeQuery(ObjectClass, T, ResultsHandler, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.SearchOp
ConnectorFacade calls this method once for each native query that the FilterTranslator produces in response to the Filter passed into SearchApiOp.
executeQuery(ObjectClass, LdapFilter, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
executeRemoveAttributeValues(String, ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeReport() - Method in class org.forgerock.openicf.maven.ConnectorDocBuilder
Execute the generation of the report.
executeReport(Locale) - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
Execute the generation of the report.
executeResolveUsername(String, ObjectClass, String, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeRunScriptOnResource(String, ScriptContext, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeSchema(String, Class<? extends Connector>) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeSync(String, ObjectClass, SyncToken, Closure<Boolean>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeTest(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeUpdate(String, ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
executeUpdateStatement(Connection, String, SQLParam...) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Executes DML sql statement.
expect(String) - Method in class org.identityconnectors.dbcommon.ExpectProxy
Program the expected method call.
expectAndReturn(String, Object) - Method in class org.identityconnectors.dbcommon.ExpectProxy
Program the expected function call.
expectAndThrow(String, Throwable) - Method in class org.identityconnectors.dbcommon.ExpectProxy
Program the expected method call.
ExpectProxy<T> - Class in org.identityconnectors.dbcommon
This is a Test helper class for testing expected method calls and return values of interfaces.
ExpectProxy() - Constructor for class org.identityconnectors.dbcommon.ExpectProxy
 
expectSingleValue(ConnectorObject, String, Class<T>) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
expectSingleValue(ConnectorObject, String) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
extendedMatch(String, Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new extended match filter using the provided operator and attribute assertion.
ExtendedMatchFilter - Class in org.identityconnectors.framework.common.objects.filter
 
ExtendedMatchFilter(String, Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.ExtendedMatchFilter
Creates a new extended match filter using the provided operator and attribute assertion.
extract(StackTraceElement[], Collection<String>) - Method in class org.identityconnectors.common.logging.Log
 
extractResourceToFile(Class<?>, String, File) - Static method in class org.identityconnectors.common.IOUtil
Extracts the resource to a file.

F

fail1() - Method in enum org.forgerock.openicf.misc.scriptedcommon.OperationType
 
fail2(Class<?>) - Method in enum org.forgerock.openicf.misc.scriptedcommon.OperationType
 
FAILED_EXCEPTION - Static variable in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation
 
failOnError - Variable in class org.forgerock.openicf.maven.DocBookResourceMojo
 
failOnError(String, Exception) - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
FailoverLoadBalancingAlgorithm<G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Class in org.forgerock.openicf.common.rpc
A fail-over load balancing algorithm provides fault tolerance across multiple underlying RequestDistributors.
FailoverLoadBalancingAlgorithm(List<RequestDistributor<G, H, P>>) - Constructor for class org.forgerock.openicf.common.rpc.FailoverLoadBalancingAlgorithm
 
FailoverLoadBalancingAlgorithmFactory - Class in org.forgerock.openicf.framework.remote
 
FailoverLoadBalancingAlgorithmFactory() - Constructor for class org.forgerock.openicf.framework.remote.FailoverLoadBalancingAlgorithmFactory
 
fetchGroupMembersByRange(LdapConnection, SearchResult) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
fetchGroupMembersByRange(LdapConnection, LdapEntry) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
fetchPrivateKey() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
fetchPrivateKey() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
fetchTokenGroupsByDn(LdapConnection, LdapEntry) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
FIELD_CAUSE - Static variable in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
FIELD_CLASS - Static variable in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
FIELD_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
FIELD_MESSAGE - Static variable in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
FIELD_STACK_TRACE - Static variable in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
FIELD_TYPE_ANONYMOUS_FIELD - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
FIELD_TYPE_END_OBJECT - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
FIELD_TYPE_NAMED_FIELD - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
FILE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
FILE = 8;
FILEVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
FILEVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
fillConfiguration(Configuration, Map<String, ? extends Object>) - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
 
fillConfiguration(Configuration, Map<String, ? extends Object>) - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
fillConfiguration(Configuration, Map<String, ? extends Object>) - Static method in class org.identityconnectors.test.common.TestHelpers
Fills a configuration bean with data from the given map.
FILTER - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
Filter - Interface in org.identityconnectors.framework.common.objects.filter
Basic interface to match a ConnectorObject.
FILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
FilterBuilder - Class in org.identityconnectors.framework.common.objects.filter
FilterBuilder creates a filter that will match any ConnectorObject that satisfies all of the selection criteria that were specified using this builder.
FilteredResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
 
FilteredResultsHandler(ResultsHandler, Filter) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler
Filter chain for producers.
FilteredResultsHandler.PassThroughFilter - Class in org.identityconnectors.framework.impl.api.local.operations
Use a pass through filter to use if a null filter is provided.
FilteredResultsHandlerVisitor - Class in org.identityconnectors.framework.common.objects.filter
A FilteredResultsHandlerVisitor can accept the ConnectorObject.
FilteredResultsHandlerVisitor(boolean) - Constructor for class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
FilteredResultsHandlerVisitor.FilterResult - Enum in org.identityconnectors.framework.common.objects.filter
 
FilterMessages - Class in org.forgerock.openicf.common.protobuf
 
FilterMessages.AndFilter - Class in org.forgerock.openicf.common.protobuf
CompositeFilter Protobuf type org.forgerock.openicf.common.protobuf.AndFilter
FilterMessages.AndFilter.Builder - Class in org.forgerock.openicf.common.protobuf
CompositeFilter Protobuf type org.forgerock.openicf.common.protobuf.AndFilter
FilterMessages.AndFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.ContainsAllValuesFilter - Class in org.forgerock.openicf.common.protobuf
AttributeFilter Protobuf type org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter
FilterMessages.ContainsAllValuesFilter.Builder - Class in org.forgerock.openicf.common.protobuf
AttributeFilter Protobuf type org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter
FilterMessages.ContainsAllValuesFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.ContainsFilter - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ContainsFilter
FilterMessages.ContainsFilter.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ContainsFilter
FilterMessages.ContainsFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.EndsWithFilter - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.EndsWithFilter
FilterMessages.EndsWithFilter.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.EndsWithFilter
FilterMessages.EndsWithFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.EqualsFilter - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.EqualsFilter
FilterMessages.EqualsFilter.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.EqualsFilter
FilterMessages.EqualsFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.FilterUnionMessage - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.FilterUnionMessage
FilterMessages.FilterUnionMessage.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.FilterUnionMessage
FilterMessages.FilterUnionMessage.FilterCase - Enum in org.forgerock.openicf.common.protobuf
 
FilterMessages.FilterUnionMessageOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.GreaterThanFilter - Class in org.forgerock.openicf.common.protobuf
ComparableAttributeFilter Protobuf type org.forgerock.openicf.common.protobuf.GreaterThanFilter
FilterMessages.GreaterThanFilter.Builder - Class in org.forgerock.openicf.common.protobuf
ComparableAttributeFilter Protobuf type org.forgerock.openicf.common.protobuf.GreaterThanFilter
FilterMessages.GreaterThanFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.GreaterThanOrEqualFilter - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter
FilterMessages.GreaterThanOrEqualFilter.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter
FilterMessages.GreaterThanOrEqualFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.LessThanFilter - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.LessThanFilter
FilterMessages.LessThanFilter.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.LessThanFilter
FilterMessages.LessThanFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.LessThanOrEqualFilter - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter
FilterMessages.LessThanOrEqualFilter.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter
FilterMessages.LessThanOrEqualFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.NotFilter - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.NotFilter
FilterMessages.NotFilter.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.NotFilter
FilterMessages.NotFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.OrFilter - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OrFilter
FilterMessages.OrFilter.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OrFilter
FilterMessages.OrFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.PresenceFilter - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.PresenceFilter
FilterMessages.PresenceFilter.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.PresenceFilter
FilterMessages.PresenceFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
FilterMessages.StartsWithFilter - Class in org.forgerock.openicf.common.protobuf
StringFilter Protobuf type org.forgerock.openicf.common.protobuf.StartsWithFilter
FilterMessages.StartsWithFilter.Builder - Class in org.forgerock.openicf.common.protobuf
StringFilter Protobuf type org.forgerock.openicf.common.protobuf.StartsWithFilter
FilterMessages.StartsWithFilterOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
filterOutByModifiersNames(Map<String, List<Object>>) - Method in class org.identityconnectors.ldap.sync.ibm.IBMDSChangeLogSyncStrategy
 
filterOutByModifiersNames(Map<String, List<Object>>) - Method in class org.identityconnectors.ldap.sync.sunds.SunDSChangeLogSyncStrategy
 
FilterTranslator<T> - Interface in org.identityconnectors.framework.common.objects.filter
 
filterUid(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Returns a mutable copy of the original set with the uid attribute removed.
FilterVisitor<R,P> - Interface in org.identityconnectors.framework.common.objects.filter
A visitor of Filters, in the style of the visitor design pattern.
FilterWhereBuilder - Class in org.identityconnectors.dbcommon
The Filter Where builder is component intended to be used within subclass of AbstractFilterTranslator to help create the database WHERE query clause.
FilterWhereBuilder() - Constructor for class org.identityconnectors.dbcommon.FilterWhereBuilder
 
finalize() - Method in class org.forgerock.openicf.framework.remote.ReferenceCountedObject.Reference
Provide a finalizer because reference counting is intended for expensive rarely created resources which should not be accidentally left around.
find(String, Set<AttributeInfo>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoUtil
Find the AttributeInfo of the given name in the Set.
find(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Find the named attribute.
find(String, Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Find the Attribute of the given name in the Set.
find(String) - Method in class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
Finds the ConnectorFacade in the cache.
findAttributeValue(Attribute, AttributeInfo) - Static method in class org.forgerock.openicf.connectors.xml.util.AttributeTypeUtil
 
findBigDecimal(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the big decimal value from the specified (single-valued) attribute.
findBigInteger(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the big integer value from the specified (single-valued) attribute.
findBoolean(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the boolean value from the specified (single-valued) attribute.
findByte(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the byte value from the specified (single-valued) attribute.
findByteArray(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the byte array value from the specified (single-valued) attribute.
findCharacter(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the character value from the specified (single-valued) attribute.
findConnectorInfo(ConnectorKey) - Method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
findConnectorInfo(ConnectorKey) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
findConnectorInfo(ConnectorKey) - Method in class org.forgerock.openicf.framework.remote.AsyncRemoteLegacyConnectorInfoManager
 
findConnectorInfo(ConnectorKey) - Method in class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
findConnectorInfo(CommonObjectMessages.ConnectorKey) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
findConnectorInfo(ConnectorKey) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
findConnectorInfo(ConnectorKey) - Method in interface org.identityconnectors.framework.api.ConnectorInfoManager
Returns the ConnectorInfo that is associated with the specified ConnectorKey.
findConnectorInfo(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
findConnectorInfo(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
findConnectorInfoAsync(ConnectorKey) - Method in interface org.forgerock.openicf.framework.async.AsyncConnectorInfoManager
Add a promise which will be fulfilled with the ConnectorInfo for the given .
findConnectorInfoAsync(ConnectorKeyRange) - Method in interface org.forgerock.openicf.framework.async.AsyncConnectorInfoManager
Add a promise which will be fulfilled with the ConnectorInfo for the given .
findConnectorInfoAsync(ConnectorKey) - Method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
findConnectorInfoAsync(ConnectorKeyRange) - Method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
findConnectorInfoAsync(ConnectorKeyRange) - Method in class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
findConnectorInfoAsync(ConnectorKey) - Method in class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
findConnectorInfoAsync(ConnectorKey) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
findConnectorInfoAsync(ConnectorKeyRange) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
findDate(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the date value from the specified (single-valued) attribute that contains a long.
findDouble(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the double value from the specified (single-valued) attribute.
findEntries(LdapSearchResultsHandler, LdapConnection, String, String...) - Static method in class org.identityconnectors.ldap.search.LdapSearches
 
findEntryDN(LdapConnection, ObjectClass, Uid) - Static method in class org.identityconnectors.ldap.search.LdapSearches
Returns the DN of the entry identified by the given Uid.
findFloat(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the float value from the specified (single-valued) attribute.
findGuardedByteArray(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the guarded byte array value from the specified (single-valued) attribute.
findGuardedString(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the guarded string value from the specified (single-valued) attribute.
findImmediateChildElement(Node, String) - Static method in class org.identityconnectors.common.XmlUtil
Find an immediate child of the given name
findInteger(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the integer value from the specified (single-valued) attribute.
findJavaClassType(String) - Static method in class org.forgerock.openicf.connectors.xml.util.SchemaParserUtil
 
findList(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Return a list of attributes.
findLong(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the long value from the specified (single-valued) attribute.
findMap(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the map value from the specified (single-valued) attribute.
findObject(LdapConnection, ObjectClass, LdapFilter, String...) - Static method in class org.identityconnectors.ldap.search.LdapSearches
 
findObjectClassInfo(String) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the ObjectClassInfo for the given type.
findObjects(LdapConnection, ObjectClass, String, Attribute, String...) - Static method in class org.identityconnectors.ldap.search.LdapSearches
 
findOperationOptionInfo(String) - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the OperationOptionInfo for the given name.
findString(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the string value from the specified (single-valued) attribute.
findStringList(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Return the multivalued attribute as a list of strings.
first - Variable in class org.identityconnectors.common.Pair
 
FLAGS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
FLOAT - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
FLOAT_PRIMITIVE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
FLOAT_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
FLOAT = 4;
FLOAT_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
FLOAT = 4;
FLOATVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
FLOATVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
FLOATVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
flush() - Method in interface org.identityconnectors.framework.common.serializer.BinaryObjectSerializer
Flushes the underlying stream.
flush() - Method in interface org.identityconnectors.framework.common.serializer.XmlObjectSerializer
Flushes the underlying stream.
flush() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
flush() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
flush() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 
forceCompare(Object, Object) - Static method in class org.identityconnectors.common.CollectionUtil
Forces the compare of two comparable objects and removes any warnings generated by the compiler.
forEntryDN(String) - Static method in class org.identityconnectors.ldap.search.LdapFilter
 
format(String, String, Object...) - Method in interface org.identityconnectors.framework.common.objects.ConnectorMessages
Formats the given message key in the CurrentLocale.
format(String, String, Object...) - Method in class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
 
format(String, String, Object...) - Method in class org.identityconnectors.ldap.LdapConnection
 
formatUrlTemplate() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Format a URL given a template.
forNativeFilter(String) - Static method in class org.identityconnectors.ldap.search.LdapFilter
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.ValueCase
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.PayloadCase
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.PayloadCase
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.PayloadCase
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.FilterCase
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
 
forNumber(int) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
 
FrameworkModule - Class in org.identityconnectors.contract.test
A NAME does ...
FrameworkModule(DataProvider) - Constructor for class org.identityconnectors.contract.test.FrameworkModule
 
FrameworkUtil - Class in org.identityconnectors.framework.common
 
fromAttribute(Attribute, Encryptor) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
fromConfiguration(ConverterLookup, PlexusConfiguration, Class, Class, ClassLoader, ExpressionEvaluator, ConfigurationListener) - Method in class org.forgerock.openicf.maven.ConfigurationPropertyConverter
 
fromConfiguration(ConverterLookup, PlexusConfiguration, Class, Class, ClassLoader, ExpressionEvaluator, ConfigurationListener) - Method in class org.forgerock.openicf.maven.RemoteFrameworkConnectionInfoConverter
 
fromException(Throwable, int) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
fromExceptionMessage(RPCMessages.ExceptionMessage) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
fromUid(Uid) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
FULL_ALGORITHM - Static variable in class org.forgerock.openicf.framework.remote.security.ECIESEncryptor
 
FunctionQuery - Class in org.forgerock.openicf.connectors.xml.query
 
FunctionQuery(String[], String, boolean) - Constructor for class org.forgerock.openicf.connectors.xml.query.FunctionQuery
 

G

g() - Method in class org.forgerock.openicf.framework.remote.SecurityUtil.SRPGroupParameter
 
generate(ConnectorDocBuilder, Context, String) - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
generate(ConnectorDocBuilder, Context, String) - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
generate(String, Class<?>) - Method in interface org.identityconnectors.contract.data.DataProvider
Random generator uses a pattern to generate a random sequence based on given pattern.
generate(String) - Method in interface org.identityconnectors.contract.data.DataProvider
generates a random string dynamically.
generate() - Method in class org.identityconnectors.contract.data.groovy.Random
create a random value, that is created once.
generate(String, Class<?>) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Random generator uses a pattern to generate a random sequence based on given pattern.
generate(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
generates a random string dynamically.
generate(String) - Static method in class org.identityconnectors.contract.data.RandomGenerator
generate a random string based on given pattern
generate(String, Class<?>) - Static method in class org.identityconnectors.contract.data.RandomGenerator
generates a random string based on given pattern, finally tries to call constructor on the given class accepting a string argument.
generateDocument(ConnectorDocBuilder, Context, String, File, String) - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
generateKeyPair() - Static method in class org.forgerock.openicf.framework.remote.SecurityUtil
Generating an EC key pair using the P-521 curve.
generateVerifier(String, String, SecureRandom, SecurityUtil.SRPGroupParameter) - Static method in class org.forgerock.openicf.framework.remote.SecurityUtil
Generate Secure Remote Password (SRP)
genericUpdate(String, OperationType, ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
get() - Method in class org.forgerock.openicf.framework.remote.ReferenceCountedObject.Reference
Returns the referenced object.
get() - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Gets the locale from the current thread.
get(Class<?>, String, String, int, boolean) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
get(Class<?>, String, String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
get(String) - Method in interface org.identityconnectors.contract.data.DataProvider
Acquire a property value for given name
get(String, int) - Method in interface org.identityconnectors.contract.data.DataProvider
Aquire a property value marked with given iteration, for example i1.testProperty
Get - Class in org.identityconnectors.contract.data.groovy
Lazily get a property This is a Helper class, users of tests will access methods: Lazy.random(Object) and Lazy.get(Object))
Get(Object) - Constructor for class org.identityconnectors.contract.data.groovy.Get
 
get(Object) - Static method in class org.identityconnectors.contract.data.groovy.Lazy
retrieve value of another property dynamically
get(String, String, boolean) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Main get method.
get(Class<?>, String, String, int, boolean) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
get(Class<?>, String, String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
get(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Acquire a property value for given name
get(String, int) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Aquire a property value marked with given iteration, for example i1.testProperty
get(DataProvider, String, Class<?>, String, String, int, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
get(DataProvider, String, Class<?>, String, String, String, int, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
get(String) - Method in class org.identityconnectors.ldap.AppendingAttributes
 
getAccountObjectClasses() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getAccountSearchFilter() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getAccountSynchronizationFilter() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getAccountUserNameAttributes() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getAdded() - Method in class org.identityconnectors.ldap.GroupHelper.Modification
 
getADLdapDatefromJavaDate(Date) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
getADTimeFromISO8601Date(String) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
getADTimeFromJavaDate(Date) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
getAll() - Method in class org.identityconnectors.ldap.AppendingAttributes
 
getAllInterfaces(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Builds a Set of interfaces from the target class.
getAllowBlank() - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getAllSupportedAttributeTypes() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
 
getAllSupportedConfigTypes() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
 
getAndFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
getAndFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
getAndFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
getAndFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
getAndFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
getAndFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
getAndFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
getAPIConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
getAPIConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
getAPIConfiguration() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
getAPIConfiguration() - Method in interface org.forgerock.openicf.framework.remote.LoadBalancingConnectorFacadeContext
Loads the Connector and Configuration class in order to determine the proper default configuration parameters.
getAPIConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
 
getAPIConfigurationBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
getAPIConfigurationOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
getAPIConfigurationOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
getAPIConfigurationOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
GetApiOp - Interface in org.identityconnectors.framework.api.operations
Get a particular ConnectorObject based on the Uid.
GETAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
GETAPIOP = 4;
getApiOperationRunner(ConnectorOperationalContext, Connector) - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy
 
getAPIOperations() - Method in class org.identityconnectors.contract.test.AttributeTests
 
getAPIOperations() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ContractTestBase
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.GetApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.MultiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
getAPIOperations() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.TestApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
Ask the subclasses for the APIOperation.
getAPIOperations() - Method in class org.identityconnectors.contract.test.ValidateApiOpTests
Ask the subclasses for the APIOperation.
GetApiOpTests - Class in org.identityconnectors.contract.test
Contract test of GetApiOp
GetApiOpTests() - Constructor for class org.identityconnectors.contract.test.GetApiOpTests
 
getArguments() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
 
getArray() - Method in class org.forgerock.openicf.connectors.xml.util.GuardedByteArrayAccessor
 
getArray() - Method in class org.forgerock.openicf.connectors.xml.util.GuardedStringAccessor
 
getAsResource(JsonValue) - Static method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
getAsResourceException(JsonValue) - Static method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
getAsStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the string value from the specified (single-valued) attribute.
GetAsyncApiOp - Interface in org.forgerock.openicf.framework.async
GetAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
GetAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.GetAsyncApiOpImpl
 
getAsyncConnectorInfoManager() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
getAsyncConnectorInfoManager() - Method in interface org.forgerock.openicf.framework.client.RemoteConnectorInfoManager
 
getAsynchronousResults() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool asynchronousResults = 6;
getAsynchronousResults() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional bool asynchronousResults = 6;
getAsynchronousResults() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional bool asynchronousResults = 6;
getAsyncOperationCheckSupported(Class<T>) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
getAsyncRemoteConnectorInfoManager() - Method in class org.forgerock.openicf.framework.remote.LoadBalancingAlgorithmFactory
 
getAttribute(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttribute(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttribute(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttribute() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttribute() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttribute() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntryOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
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.
getAttributeBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeByName(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Get an attribute by if it exists else null.
getAttributeCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeDescription(String) - Method in interface org.identityconnectors.ldap.LdapNativeSchema
 
getAttributeDescription(String) - Method in class org.identityconnectors.ldap.schema.ADStaticSchema
 
getAttributeDescription(String) - Method in class org.identityconnectors.ldap.schema.LdapStaticSchema
 
getAttributeDescription(String) - Method in class org.identityconnectors.ldap.ServerNativeSchema
 
getAttributeDescription(String) - Method in class org.identityconnectors.ldap.StaticNativeSchema
 
getAttributeIDsToAppend() - Method in class org.identityconnectors.ldap.AppendingAttributes
 
getAttributeInfo() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
getAttributeInfos() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
getAttributeInfos() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
getAttributeInfos() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
getAttributeInfosBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
getAttributeInfosOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
getAttributeInfosOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
getAttributeInfosOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
getAttributeList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeNamespace(String) - Method in enum org.forgerock.openicf.connectors.xml.util.NamespaceLookupUtil
 
getAttributeOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntryOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributeOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
getAttributePrefix(String) - Method in enum org.forgerock.openicf.connectors.xml.util.NamespaceLookupUtil
 
getAttributes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
repeated MapFieldEntry map_field = 2; optional bytes attributes = 2;
getAttributes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
repeated MapFieldEntry map_field = 2; optional bytes attributes = 2;
getAttributes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObjectOrBuilder
repeated MapFieldEntry map_field = 2; optional bytes attributes = 2;
getAttributes(DataProvider, ObjectClassInfo, String, String, int, boolean, boolean, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
get attribute values (concatenates the qualifier with the name)
getAttributes() - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
 
getAttributes() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Get the set of attributes that represent this object.
getAttributes() - Method in class org.identityconnectors.ldap.LdapEntry
 
getAttributeSet(String) - Method in interface org.identityconnectors.contract.data.DataProvider
converts the given property submap to Attribute set.
getAttributeSet(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
 
getAttributesReturnedByDefault(LdapConnection, ObjectClass) - Static method in class org.identityconnectors.ldap.search.LdapSearch
 
getAttributesToGet() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Get the string array of attribute names to return in the object.
getAttributesToSynchronize() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getAttributeToAppend(String) - Method in class org.identityconnectors.ldap.AppendingAttributes
 
getAttributeValues(String, LdapName, Attributes) - Static method in class org.identityconnectors.ldap.LdapModifyOperation
 
getAuthenticateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
getAuthenticateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
getAuthenticateOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
getAuthenticateOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
getAuthenticateOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
getAuthenticateOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
getAuthenticateOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
getAuthenticateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
getAuthenticateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
getAuthenticateOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
getAuthenticateOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
getAuthenticateOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
getAuthenticateOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
getAuthenticateOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
getAuthenticateScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the Authenticate script FileName
getAuthenticationType() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getAuthenticationType() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getAuthority() - Method in class org.forgerock.openicf.framework.client.ConnectionManager.RemoteConnectionContext
 
getAuthType() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getBaseContexts() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getBaseContextsAsLdapNames() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getBaseContextsToSynchronize() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getBaseContextsToSynchronizeAsLdapNames() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getBasedir() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getBasedir() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getBasicAttributes(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Filter out any special attribute from the specified set.
getBatchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
getBatchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
getBatchOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
getBatchOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
getBatchOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
getBatchOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
getBatchOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
getBatchOpResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
getBatchOpResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
getBatchOpResult() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
getBatchOpResultBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
getBatchOpResultOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
getBatchOpResultOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
getBatchOpResultOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
getBatchToken(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated string batchToken = 3;
getBatchToken(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
repeated string batchToken = 3;
getBatchToken(int) - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
repeated string batchToken = 3;
getBatchToken(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
repeated string batchToken = 1;
getBatchToken(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
repeated string batchToken = 1;
getBatchToken(int) - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
repeated string batchToken = 1;
getBatchTokenBytes(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated string batchToken = 3;
getBatchTokenBytes(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
repeated string batchToken = 3;
getBatchTokenBytes(int) - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
repeated string batchToken = 3;
getBatchTokenBytes(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
repeated string batchToken = 1;
getBatchTokenBytes(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
repeated string batchToken = 1;
getBatchTokenBytes(int) - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
repeated string batchToken = 1;
getBatchTokenCount() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated string batchToken = 3;
getBatchTokenCount() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
repeated string batchToken = 3;
getBatchTokenCount() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
repeated string batchToken = 3;
getBatchTokenCount() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
repeated string batchToken = 1;
getBatchTokenCount() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
repeated string batchToken = 1;
getBatchTokenCount() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
repeated string batchToken = 1;
getBatchTokenList() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated string batchToken = 3;
getBatchTokenList() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
repeated string batchToken = 3;
getBatchTokenList() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
repeated string batchToken = 3;
getBatchTokenList() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
repeated string batchToken = 1;
getBatchTokenList() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
repeated string batchToken = 1;
getBatchTokenList() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
repeated string batchToken = 1;
getBigDecimalValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
getBigDecimalValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
getBigDecimalValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
getBigDecimalValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the big decimal value from the specified (single-valued) attribute.
getBigDecimalValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
getBigDecimalValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
getBigDecimalValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
getBigDecimalValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
getBigIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string bigIntegerValue = 11;
getBigIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional string bigIntegerValue = 11;
getBigIntegerValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional string bigIntegerValue = 11;
getBigIntegerValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the big integer value from the specified (single-valued) attribute.
getBigIntegerValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string bigIntegerValue = 11;
getBigIntegerValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional string bigIntegerValue = 11;
getBigIntegerValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional string bigIntegerValue = 11;
getBLANK() - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getBlockSize() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getBooleanValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bool booleanValue = 7;
getBooleanValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional bool booleanValue = 7;
getBooleanValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional bool booleanValue = 7;
getBooleanValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional bool booleanValue = 7;
getBooleanValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional bool booleanValue = 7;
getBooleanValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional bool booleanValue = 7;
getBooleanValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional bool booleanValue = 7;
getBooleanValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional bool booleanValue = 7;
getBooleanValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional bool booleanValue = 7;
getBooleanValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the boolean value from the specified (single-valued) attribute.
getBuild() - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getBuilder() - Method in class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
getBuildOutputDirectory() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getBuildOutputDirectory() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getBundleName() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleName = 1;
getBundleName() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
optional string bundleName = 1;
getBundleName() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKeyOrBuilder
optional string bundleName = 1;
getBundleName() - Method in class org.identityconnectors.common.ConnectorKeyRange
 
getBundleName() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
getBundleName() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
getBundleNameBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleName = 1;
getBundleNameBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
optional string bundleName = 1;
getBundleNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKeyOrBuilder
optional string bundleName = 1;
getBundleParentClassLoader() - Method in class org.identityconnectors.framework.server.ConnectorServer
Gets the class loader that will be used as the parent of the bundle class loaders.
getBundleURLs() - Method in class org.identityconnectors.framework.server.ConnectorServer
Gets the bundle URLs for connectors to expose by this server.
getBundleVersion() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleVersion = 2;
getBundleVersion() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
optional string bundleVersion = 2;
getBundleVersion() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKeyOrBuilder
optional string bundleVersion = 2;
getBundleVersion() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
getBundleVersion() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
getBundleVersionBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleVersion = 2;
getBundleVersionBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
optional string bundleVersion = 2;
getBundleVersionBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKeyOrBuilder
optional string bundleVersion = 2;
getBundleVersionRange() - Method in class org.identityconnectors.common.ConnectorKeyRange
 
getByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes byteArrayValue = 9;
getByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional bytes byteArrayValue = 9;
getByteArrayValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional bytes byteArrayValue = 9;
getByteArrayValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the byte array value from the specified (single-valued) attribute.
getByteValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes byteValue = 8;
getByteValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional bytes byteValue = 8;
getByteValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional bytes byteValue = 8;
getByteValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the byte value from the specified (single-valued) attribute.
getCancelOpRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
getCancelOpRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
getCancelOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
getCancelOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
getCancelOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
getCancelOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
getCancelOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
getCaseInsensitive() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
optional bool caseInsensitive = 1;
getCaseInsensitive() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
optional bool caseInsensitive = 1;
getCaseInsensitive() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValueOrBuilder
optional bool caseInsensitive = 1;
getCaseInsensitive() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
optional bool caseInsensitive = 1;
getCaseInsensitive() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
optional bool caseInsensitive = 1;
getCaseInsensitive() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValueOrBuilder
optional bool caseInsensitive = 1;
getCaseInsensitive() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
optional bool caseInsensitive = 1;
getCaseInsensitive() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
optional bool caseInsensitive = 1;
getCaseInsensitive() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValueOrBuilder
optional bool caseInsensitive = 1;
getCatalogs(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogs(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogs(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessagesOrBuilder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogs() - Method in class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
 
getCatalogsBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessagesOrBuilder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessagesOrBuilder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessagesOrBuilder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCatalogsOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessagesOrBuilder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
getCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
getCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
getCause() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCauseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
getCause() - Method in exception org.forgerock.openicf.misc.crest.AbstractRemoteConnection.HttpResponseResourceException
 
getCause() - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
Returns the cause of original throwable or null if the cause is nonexistent or unknown.
getCauseBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
getCauseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
getCauseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
getCauseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCauseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
getCeiling() - Method in class org.identityconnectors.common.VersionRange
 
getChangeListener() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
getChangeLogBlockSize() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getChangeLogColumn() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Log Column is required be SyncOp
getChangeLogContext() - Method in class org.identityconnectors.ldap.sync.sunds.ChangeLogAttributes
 
getChangeNumberAttribute() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getChannel() - Method in class org.forgerock.openicf.connectors.ssh.SSHConnection
 
getCharacterValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string characterValue = 3;
getCharacterValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional string characterValue = 3;
getCharacterValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional string characterValue = 3;
getCharacterValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string characterValue = 3;
getCharacterValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional string characterValue = 3;
getCharacterValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional string characterValue = 3;
getCharacterValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string characterValue = 3;
getCharacterValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string characterValue = 3;
getCharacterValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string characterValue = 3;
getCharacterValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the character value from the specified (single-valued) attribute.
getCharacterValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string characterValue = 3;
getCharacterValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional string characterValue = 3;
getCharacterValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional string characterValue = 3;
getCharacterValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string characterValue = 3;
getCharacterValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional string characterValue = 3;
getCharacterValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional string characterValue = 3;
getCharacterValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string characterValue = 3;
getCharacterValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string characterValue = 3;
getCharacterValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string characterValue = 3;
getClasspath() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getClazz() - Method in class org.identityconnectors.contract.data.groovy.Random
 
getClientConnectionManagerFactoryClass() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerFactory
 
getClientConnectionManagerFactoryClass() - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
getCollectionAttribute() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
getCollectionAttribute() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
getCollectionAttribute() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntryOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
getCollectionAttributeBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
getCollectionAttributeOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
getCollectionAttributeOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
getCollectionAttributeOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntryOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
getColumnName(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Convert the attribute name to resource specific columnName
getColumnName() - Method in class org.identityconnectors.dbcommon.DatabaseQueryBuilder.OrderBy
The column name.
getColumnType(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
The required type is cached
getColumnValues(ResultSet) - Method in class org.identityconnectors.databasetable.DatabaseTableConnection
Get the Column Values map
getColumnValues(MappingStrategy, ResultSet) - Static method in class org.identityconnectors.databasetable.DatabaseTableSQLUtil
Read one row from database result set and convert it to columnValues map.
getColumnValues(ResultSet) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Read one row from database result set and convert a columns to attribute set.
getCommand() - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getComplete() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool complete = 3;
getComplete() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional bool complete = 3;
getComplete() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional bool complete = 3;
getComplete() - Method in class org.identityconnectors.framework.common.objects.BatchResult
 
getCompleted() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional bool completed = 2;
getCompleted() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
optional bool completed = 2;
getCompleted() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponseOrBuilder
optional bool completed = 2;
getCompleted() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional bool completed = 2;
getCompleted() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
optional bool completed = 2;
getCompleted() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponseOrBuilder
optional bool completed = 2;
getConfidential() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional bool confidential = 3;
getConfidential() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional bool confidential = 3;
getConfidential() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional bool confidential = 3;
getConfiguration(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfiguration(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfiguration(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfiguration() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getConfiguration() - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
getConfiguration() - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Gets the Configuration context for this connector.
getConfiguration() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
getConfiguration() - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Return the configuration that was passed to Connector.init(Configuration).
getConfiguration() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
getConfiguration() - Method in interface org.identityconnectors.framework.spi.Connector
Return the configuration that was passed to Connector.init(Configuration).
getConfiguration() - Method in class org.identityconnectors.ldap.LdapConnection
 
getConfiguration() - Method in class org.identityconnectors.ldap.LdapConnector
 
getConfigurationBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationChangeEvent() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
getConfigurationChangeEvent() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
getConfigurationChangeEvent() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
getConfigurationChangeEventBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
getConfigurationChangeEventOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
getConfigurationChangeEventOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
getConfigurationChangeEventOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
getConfigurationCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
getConfigurationProperties(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationProperties(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationProperties(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationProperties() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getConfigurationProperties() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getConfigurationProperties(DataProvider) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Gets ConfigurationProperties for the connector
getConfigurationProperties() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Gets instance of the configuration properties.
getConfigurationProperties() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Gets instance of the configuration properties.
getConfigurationPropertiesBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertiesOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
getConfigurationPropertyChange() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
optional bytes configurationPropertyChange = 1;
getConfigurationPropertyChange() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
optional bytes configurationPropertyChange = 1;
getConfigurationPropertyChange() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEventOrBuilder
optional bytes configurationPropertyChange = 1;
getConnection() - Method in class org.identityconnectors.dbcommon.DatabaseConnection
Get the internal JDBC connection.
getConnectionContext() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
getConnectionHandler() - Method in interface org.forgerock.openicf.misc.scriptedcommon.ScriptedConnection
The connection needs to provide a generic handler object that will be used by every scripts to connect to the remote system
getConnectionInfoManager() - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getConnectionManagerConfig() - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getConnectionManagerFactory() - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getConnectionPrincipal() - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
getConnectionTimeout() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getConnectionTimeout() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getConnector() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
 
getConnector() - Method in class org.identityconnectors.framework.impl.api.local.operations.GetImpl
 
getConnectorAttribute(String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
getConnectorAttribute(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
getConnectorCategory() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Get the category this connector belongs to.
getConnectorCategory() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getConnectorCategoryKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorCategoryKey = 2;
getConnectorCategoryKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional string connectorCategoryKey = 2;
getConnectorCategoryKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional string connectorCategoryKey = 2;
getConnectorCategoryKey() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getConnectorCategoryKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorCategoryKey = 2;
getConnectorCategoryKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional string connectorCategoryKey = 2;
getConnectorCategoryKeyBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional string connectorCategoryKey = 2;
getConnectorClass() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
getConnectorClass() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
 
getConnectorConfigurationClass() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
getConnectorDisplayName() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Returns a friendly name suitable for display in the UI.
getConnectorDisplayName() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getConnectorDisplayNameKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorDisplayNameKey = 1;
getConnectorDisplayNameKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional string connectorDisplayNameKey = 1;
getConnectorDisplayNameKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional string connectorDisplayNameKey = 1;
getConnectorDisplayNameKey() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getConnectorDisplayNameKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorDisplayNameKey = 1;
getConnectorDisplayNameKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional string connectorDisplayNameKey = 1;
getConnectorDisplayNameKeyBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional string connectorDisplayNameKey = 1;
getConnectorEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
getConnectorEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
getConnectorEventSubscriptionOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
getConnectorEventSubscriptionOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
getConnectorEventSubscriptionOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
getConnectorEventSubscriptionOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
getConnectorEventSubscriptionOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
getConnectorEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
getConnectorEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
getConnectorEventSubscriptionOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
getConnectorEventSubscriptionOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
getConnectorEventSubscriptionOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
getConnectorEventSubscriptionOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
getConnectorEventSubscriptionOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
getConnectorFacade() - Method in class org.identityconnectors.contract.test.ContractTestBase
Always need a ConnectorFacade.
getConnectorFacadeKey() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional bytes connectorFacadeKey = 2;
getConnectorFacadeKey() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional bytes connectorFacadeKey = 2;
getConnectorFacadeKey() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional bytes connectorFacadeKey = 2;
getConnectorFacadeKey() - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Gets the unique generated identifier of this ConnectorFacade.
getConnectorFacadeKey() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Gets the unique generated identifier of this ConnectorFacade.
getConnectorFacadeKey() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
 
getConnectorFramework() - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
getConnectorFrameworkFactory() - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
Overwrite with custom implementation.
getConnectorInfo() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
getConnectorInfo() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
getConnectorInfoManager() - Method in class org.forgerock.openicf.maven.ConnectorDocBuilder
 
getConnectorInfos() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
optional bytes connectorInfos = 2;
getConnectorInfos() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
optional bytes connectorInfos = 2;
getConnectorInfos() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponseOrBuilder
optional bytes connectorInfos = 2;
getConnectorInfos() - Method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
getConnectorInfos() - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
getConnectorInfos() - Method in class org.forgerock.openicf.framework.remote.AsyncRemoteLegacyConnectorInfoManager
 
getConnectorInfos() - Method in class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
getConnectorInfos() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
getConnectorInfos() - Method in interface org.identityconnectors.framework.api.ConnectorInfoManager
Returns the list of ConnectorInfo instances.
getConnectorInfos() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
getConnectorInfos() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 
getConnectorInfos() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
getConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
getConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
getConnectorKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
getConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
getConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
getConnectorKey() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
getConnectorKey() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation
 
getConnectorKey() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Uniquely identifies this connector in a given installation.
getConnectorKey() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getConnectorKey() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
 
getConnectorKeyBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
getConnectorKeyBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
getConnectorKeyOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
getConnectorKeyOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
getConnectorKeyOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
getConnectorKeyOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
getConnectorKeyOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
getConnectorKeyOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
getConnectorKeys() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 
getConnectorKeys() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
getConnectorMessages() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
getConnectorMessages() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
getConnectorMessages() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
getConnectorMessages() - Method in class org.identityconnectors.framework.spi.AbstractConfiguration
 
getConnectorMessages() - Method in interface org.identityconnectors.framework.spi.Configuration
getConnectorMessagesBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
getConnectorMessagesOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
getConnectorMessagesOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
getConnectorMessagesOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
getConnectorName() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string connectorName = 3;
getConnectorName() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
optional string connectorName = 3;
getConnectorName() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKeyOrBuilder
optional string connectorName = 3;
getConnectorName() - Method in class org.identityconnectors.common.ConnectorKeyRange
 
getConnectorName() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
getConnectorNameBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string connectorName = 3;
getConnectorNameBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
optional string connectorName = 3;
getConnectorNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKeyOrBuilder
optional string connectorName = 3;
getConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional bytes connectorObject = 6;
getConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional bytes connectorObject = 6;
getConnectorObject() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional bytes connectorObject = 6;
getConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
getConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
getConnectorObject() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
getConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
optional bytes connectorObject = 1;
getConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
optional bytes connectorObject = 1;
getConnectorObject() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponseOrBuilder
optional bytes connectorObject = 1;
getConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
getConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
getConnectorObject() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
getConnectorObjectBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
getConnectorObjectBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
getConnectorObjectOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
getConnectorObjectOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
getConnectorObjectOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
getConnectorObjectOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
getConnectorObjectOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
getConnectorObjectOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
getConnectorPoolConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
getConnectorPoolConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
getConnectorPoolConfiguration() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
getConnectorPoolConfiguration() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Gets the connector pooling configuration.
getConnectorPoolConfiguration() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Gets the connector pooling configuration.
getConnectorPoolConfigurationBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
getConnectorPoolConfigurationOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
getConnectorPoolConfigurationOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
getConnectorPoolConfigurationOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
getConnectorPoolingSupported() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional bool connectorPoolingSupported = 2;
getConnectorPoolingSupported() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
optional bool connectorPoolingSupported = 2;
getConnectorPoolingSupported() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
optional bool connectorPoolingSupported = 2;
getContainer() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Convenience method that returns OperationOptions.OP_CONTAINER.
getContainsAllValuesFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
getContainsAllValuesFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
getContainsAllValuesFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
getContainsAllValuesFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
getContainsAllValuesFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
getContainsAllValuesFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
getContainsAllValuesFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
getContainsFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
getContainsFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
getContainsFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
getContainsFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
getContainsFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
getContainsFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
getContainsFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
getContent(Element) - Static method in class org.identityconnectors.common.XmlUtil
Return the content of the given element.
getContentHandler(AnnotationContext, String, ErrorHandler, EntityResolver) - Method in class org.forgerock.openicf.connectors.xml.xsdparser.XSDAnnotationParser
 
getContextInfoMap(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMap(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMap(int) - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponseOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapBuilderList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapCount() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponseOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapList() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponseOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponseOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextInfoMapOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponseOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
getContextPath() - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
getContractTestClasses(ITestContext) - Method in class org.identityconnectors.contract.test.ContractITCase
 
getControlRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
getControlRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
getControlRequest() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
getControlRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
getControlRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
getControlRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
getControlRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
getControlResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
getControlResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
getControlResponse() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
getControlResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
getControlResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
getControlResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
getControlResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
getCountry() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string country = 2;
getCountry() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
optional string country = 2;
getCountry() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.LocaleOrBuilder
optional string country = 2;
getCountryBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string country = 2;
getCountryBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
optional string country = 2;
getCountryBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.LocaleOrBuilder
optional string country = 2;
getCreateableAttributes(DataProvider, ObjectClassInfo, String, int, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Get createable attributes' values.
getCreateAttributes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
optional bytes createAttributes = 2;
getCreateAttributes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
optional bytes createAttributes = 2;
getCreateAttributes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequestOrBuilder
optional bytes createAttributes = 2;
getCreateAttributes() - Method in class org.identityconnectors.framework.api.operations.batch.CreateBatchTask
 
getCreateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
getCreateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
getCreateOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
getCreateOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
getCreateOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
getCreateOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
getCreateOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
getCreateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
getCreateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
getCreateOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
getCreateOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
getCreateOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
getCreateOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
getCreateOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
getCreateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
getCreateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
getCreateRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
getCreateRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
getCreateRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
getCreateRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
getCreateRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
getCreateScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the Create script FileName
getCredentials() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getCsvFile() - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
getCtrlC() - Static method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getCtrlD() - Static method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getCurrentClassLoader() - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Returns the current thread-local class loader
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.
getCustomConfiguration() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getCustomizerClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getCustomizerScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getCustomSensitiveConfiguration() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getDash() - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getDatabase() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
getDataProvider(ITestContext) - Method in class org.identityconnectors.contract.test.ContractITCase
 
getDataProvider() - Static method in class org.identityconnectors.contract.test.ContractTestBase
Gets preconfigured DataProvider instance
getDataSource() - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
getDatasource() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Return the datasource
getDatasourceConnection(String, Hashtable<?, ?>) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Get the connection from the datasource.
getDatasourceConnection(String, String, GuardedString, Hashtable<?, ?>) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Get the connection from the dataSource with specified user and password.
getDatasourceConnection(String, String, GuardedString) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Get the connection from the dataSource with specified user and password.
getDatasourceConnection(String) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Get the connection from the datasource.
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.
getDebug() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Returns true if debugging operation has been requested.
getDeclaredObjectClasses(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredObjectClasses = 1;
getDeclaredObjectClasses(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated string declaredObjectClasses = 1;
getDeclaredObjectClasses(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated string declaredObjectClasses = 1;
getDeclaredObjectClassesBytes(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredObjectClasses = 1;
getDeclaredObjectClassesBytes(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated string declaredObjectClasses = 1;
getDeclaredObjectClassesBytes(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated string declaredObjectClasses = 1;
getDeclaredObjectClassesCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredObjectClasses = 1;
getDeclaredObjectClassesCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated string declaredObjectClasses = 1;
getDeclaredObjectClassesCount() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated string declaredObjectClasses = 1;
getDeclaredObjectClassesList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredObjectClasses = 1;
getDeclaredObjectClassesList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated string declaredObjectClasses = 1;
getDeclaredObjectClassesList() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated string declaredObjectClasses = 1;
getDeclaredOperationOptions(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptions(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptions(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptionsBytes(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptionsBytes(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptionsBytes(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptionsCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptionsCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptionsCount() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptionsList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptionsList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated string declaredOperationOptions = 2;
getDeclaredOperationOptionsList() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated string declaredOperationOptions = 2;
getDecorateClosure() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getDecoratedObject(HttpClient) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getDefaultAPIConfiguration() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getDefaultAuthMethod() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
getDefaultAuthMethod() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getDefaultConfigurationProperties(DataProvider, ConnectorInfoManager) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
 
getDefaultConnectorBundleParentClassLoader() - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
getDefaultContentType() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getDefaultCustomizerScriptName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getDefaultEncryptor() - Method in class org.identityconnectors.common.security.EncryptorFactory
Default encryptor that encrypts/descrypts using a default key.
getDefaultEncryptor() - Method in class org.identityconnectors.common.security.impl.EncryptorFactoryImpl
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
getDefaultInstance() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
getDefaultInstanceForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
getDefaultRequestHeaders() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getDefaultSupportedOperations(Class<? extends Connector>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines the default set of operations that a Connector supports.
getDelegates() - Method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
getDeleteOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
getDeleteOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
getDeleteOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
getDeleteOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
getDeleteOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
getDeleteOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
getDeleteOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
getDeleteOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
getDeleteOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
getDeleteOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
getDeleteOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
getDeleteOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
getDeleteOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
getDeleteOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
getDeleteRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
getDeleteRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
getDeleteRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
getDeleteRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
getDeleteRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
getDeleteRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
getDeleteRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
getDeleteScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the Delete script FileName
getDeltaType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType deltaType = 2;
getDeltaType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType deltaType = 2;
getDeltaType() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType deltaType = 2;
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.
getDeltaTypeValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType deltaType = 2;
getDeltaTypeValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType deltaType = 2;
getDeltaTypeValue() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType deltaType = 2;
getDescription(Locale) - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
Get the localized report description.
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
getDescriptor() - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
getDescriptor() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
getDescriptorForType() - Method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
getDescriptorForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
getDisabledGlobalASTTransformations() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Returns the list of disabled global AST transformation class names.
getDisplayMessageKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string displayMessageKey = 6;
getDisplayMessageKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string displayMessageKey = 6;
getDisplayMessageKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string displayMessageKey = 6;
getDisplayMessageKey() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getDisplayMessageKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string displayMessageKey = 6;
getDisplayMessageKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string displayMessageKey = 6;
getDisplayMessageKeyBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string displayMessageKey = 6;
getDisplayName(ConnectorInfo, ObjectClassInfo, String) - Static method in class org.forgerock.openicf.maven.ConnectorUtils
Convenience method to build the display name key for an object class.
getDisplayName(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get the display name for this configuration property.
getDisplayName(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the display name for this configuration property.
getDisplayNameKey() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
Convenience method to build the display name key for an object class.
getDn() - Method in class org.identityconnectors.ldap.LdapAuthenticate
 
getDN() - Method in class org.identityconnectors.ldap.LdapEntry
 
getDoubleValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional double doubleValue = 4;
getDoubleValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional double doubleValue = 4;
getDoubleValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional double doubleValue = 4;
getDoubleValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional double doubleValue = 4;
getDoubleValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional double doubleValue = 4;
getDoubleValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional double doubleValue = 4;
getDoubleValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional double doubleValue = 4;
getDoubleValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional double doubleValue = 4;
getDoubleValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional double doubleValue = 4;
getDoubleValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the double value from the specified (single-valued) attribute.
getDriverMangerConnection(String, String, String, GuardedString) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Gets a Connection using the basic driver manager.
getDriverMangerConnection(String, String, String, GuardedString, Properties) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Gets a Connection using the basic driver manager.
getDriverMangerConnection(String, String, Properties) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Gets a Connection using the basic driver manager.
getEffectiveClassPath() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
getEffectiveContents() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
getEffectiveLdapClasses(ObjectClass) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
Returns the LDAP object class to which the given framework object class is mapped in a transitive manner, i.e., together with any superior object classes, any superiors thereof, etc..
getEffectiveNativeLibraries() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
getEffectiveObjectClasses(String) - Method in interface org.identityconnectors.ldap.LdapNativeSchema
Returns the effective LDAP object classes that an entry of a given object class would have, that is, including any superior object classes, any superiors thereof, etc.
getEffectiveObjectClasses(String) - Method in class org.identityconnectors.ldap.schema.ADStaticSchema
 
getEffectiveObjectClasses(String) - Method in class org.identityconnectors.ldap.schema.LdapStaticSchema
 
getEffectiveObjectClasses(String) - Method in class org.identityconnectors.ldap.ServerNativeSchema
 
getEffectiveObjectClasses(String) - Method in class org.identityconnectors.ldap.StaticNativeSchema
 
getEmbeddedBundles() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
getEmptyResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
getEmptyResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
getEmptyResult() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
getEmptyResultBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
getEmptyResultOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
getEmptyResultOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
getEmptyResultOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
getEnableAttributesToGetSearchResultsHandler() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableAttributesToGetSearchResultsHandler = 4;
getEnableAttributesToGetSearchResultsHandler() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
optional bool enableAttributesToGetSearchResultsHandler = 4;
getEnableAttributesToGetSearchResultsHandler() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfigurationOrBuilder
optional bool enableAttributesToGetSearchResultsHandler = 4;
getEnableCaseInsensitiveFilter() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableCaseInsensitiveFilter = 3;
getEnableCaseInsensitiveFilter() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
optional bool enableCaseInsensitiveFilter = 3;
getEnableCaseInsensitiveFilter() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfigurationOrBuilder
optional bool enableCaseInsensitiveFilter = 3;
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.
getEnableFilteredResultsHandler() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableFilteredResultsHandler = 2;
getEnableFilteredResultsHandler() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
optional bool enableFilteredResultsHandler = 2;
getEnableFilteredResultsHandler() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfigurationOrBuilder
optional bool enableFilteredResultsHandler = 2;
getEnableNormalizingResultsHandler() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableNormalizingResultsHandler = 1;
getEnableNormalizingResultsHandler() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
optional bool enableNormalizingResultsHandler = 1;
getEnableNormalizingResultsHandler() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfigurationOrBuilder
optional bool enableNormalizingResultsHandler = 1;
getEncryptor() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
getEndsWithFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
getEndsWithFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
getEndsWithFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
getEndsWithFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
getEndsWithFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
getEndsWithFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
getEndsWithFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
getEntry(LdapConnection, LdapName, String...) - Static method in class org.identityconnectors.ldap.search.LdapSearches
 
getEntryDN(ObjectClass, Name) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
getEntryDN() - Method in class org.identityconnectors.ldap.search.LdapFilter
 
getEntryDN(LdapConnection, ObjectClass, Uid) - Static method in class org.identityconnectors.ldap.search.LdapSearches
Returns the DN of the entry identified by the given Uid.
getEofMatch() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getEqualsFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
getEqualsFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
getEqualsFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
getEqualsFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
getEqualsFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
getEqualsFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
getEqualsFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
getError() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool error = 4;
getError() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional bool error = 4;
getError() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional bool error = 4;
getError() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
getError() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
getError() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
getError() - Method in class org.identityconnectors.framework.common.objects.BatchResult
 
getErrorBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
getErrorOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
getErrorOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
getErrorOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
getEventFilter() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional bytes eventFilter = 2;
getEventFilter() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
optional bytes eventFilter = 2;
getEventFilter() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequestOrBuilder
optional bytes eventFilter = 2;
getExactConnectorKey() - Method in class org.identityconnectors.common.ConnectorKeyRange
 
getException() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 
getException() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePart
 
getExceptionClass() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string exceptionClass = 1;
getExceptionClass() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
optional string exceptionClass = 1;
getExceptionClass() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string exceptionClass = 1;
getExceptionClass() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
optional string exceptionClass = 1;
getExceptionClass() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCauseOrBuilder
optional string exceptionClass = 1;
getExceptionClass() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessageOrBuilder
optional string exceptionClass = 1;
getExceptionClass() - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
Gets the class name of the original exception.
getExceptionClassBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string exceptionClass = 1;
getExceptionClassBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
optional string exceptionClass = 1;
getExceptionClassBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string exceptionClass = 1;
getExceptionClassBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
optional string exceptionClass = 1;
getExceptionClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCauseOrBuilder
optional string exceptionClass = 1;
getExceptionClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessageOrBuilder
optional string exceptionClass = 1;
getExceptionHandler() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
getExcludes() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getExcludes() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getExecutorService() - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
getExpect() - Method in class org.forgerock.openicf.connectors.ssh.SSHConnection
 
getExpect4j() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getExpectedConnectionCount() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getExpectGlobal() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getExpectTimeout() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getExpectTimeout() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getExpression() - Method in interface org.forgerock.openicf.connectors.xml.query.abstracts.QueryPart
 
getExpression() - Method in class org.forgerock.openicf.connectors.xml.query.ComparisonQuery
 
getExpression() - Method in class org.forgerock.openicf.connectors.xml.query.ContainsQuery
 
getExpression() - Method in class org.forgerock.openicf.connectors.xml.query.FunctionQuery
 
getFacadeKeyFunction() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation
 
getFailOnError() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the state of the failOnError option; defaults to false.
getFailover() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getField() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
optional string field = 1;
getField() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
optional string field = 1;
getField() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKeyOrBuilder
optional string field = 1;
getField() - Method in class org.identityconnectors.framework.common.objects.SortKey
Returns the sort key field.
getFieldBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
optional string field = 1;
getFieldBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
optional string field = 1;
getFieldBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKeyOrBuilder
optional string field = 1;
getFieldDelimiter() - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
getFileValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string fileValue = 9;
getFileValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional string fileValue = 9;
getFileValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional string fileValue = 9;
getFileValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string fileValue = 9;
getFileValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string fileValue = 9;
getFileValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string fileValue = 9;
getFileValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string fileValue = 9;
getFileValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional string fileValue = 9;
getFileValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional string fileValue = 9;
getFileValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string fileValue = 9;
getFileValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string fileValue = 9;
getFileValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string fileValue = 9;
getFilter() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
optional bytes filter = 2;
getFilter() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
optional bytes filter = 2;
getFilter() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequestOrBuilder
optional bytes filter = 2;
getFilter() - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
Get the internal filter that is being negated.
getFilterCase() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
getFilterCase() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
getFilterCase() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
 
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
 
getFirstChangeNumber() - Method in class org.identityconnectors.ldap.sync.sunds.ChangeLogAttributes
 
getFirstChildElement(Node) - Static method in class org.identityconnectors.common.XmlUtil
Returns the First child element or null if none found
getFirstPosixRefAttr(String, Set<String>) - Method in class org.identityconnectors.ldap.LdapModifyOperation
 
getFlags(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlags(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlags(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfoOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlags(List<String>) - Static method in class org.forgerock.openicf.connectors.xml.util.SchemaParserUtil
 
getFlags() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Returns the set of flags associated with the attribute.
getFlagsCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsCount() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfoOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsList() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfoOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsValue(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsValue(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsValue(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfoOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsValueList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsValueList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFlagsValueList() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfoOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
getFloatValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional float floatValue = 5;
getFloatValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional float floatValue = 5;
getFloatValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional float floatValue = 5;
getFloatValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional float floatValue = 5;
getFloatValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional float floatValue = 5;
getFloatValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional float floatValue = 5;
getFloatValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional float floatValue = 5;
getFloatValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional float floatValue = 5;
getFloatValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional float floatValue = 5;
getFloatValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the float value from the specified (single-valued) attribute.
getFloor() - Method in class org.identityconnectors.common.VersionRange
 
getFrameworkVersion() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Returns the version of the framework.
getFrameworkVersion() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
getFromAttribute() - Method in class org.identityconnectors.ldap.AttributeMappingConfig
 
getGetOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
getGetOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
getGetOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
getGetOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
getGetOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
getGetOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
getGetOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
getGetOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
getGetOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
getGetOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
getGetOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
getGetOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
getGetOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
getGetOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
getGlobalMatch() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getGlobalTimeout() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getGlobalTimeoutSec() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getGreaterThanFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
getGreaterThanFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
getGreaterThanFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
getGreaterThanFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
getGreaterThanFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
getGreaterThanFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
getGreaterThanFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
getGreaterThanOrEqualFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
getGreaterThanOrEqualFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
getGreaterThanOrEqualFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
getGreaterThanOrEqualFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
getGreaterThanOrEqualFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
getGreaterThanOrEqualFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
getGreaterThanOrEqualFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
getGroovyScriptEngine() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getGroup(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get name of the group for this configuration property.
getGroup(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get name of the group for this configuration property.
getGroupDN() - Method in class org.identityconnectors.ldap.GroupHelper.GroupMembership
 
getGroupMemberAttribute() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getGroupMessageKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string groupMessageKey = 7;
getGroupMessageKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string groupMessageKey = 7;
getGroupMessageKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string groupMessageKey = 7;
getGroupMessageKey() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getGroupMessageKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string groupMessageKey = 7;
getGroupMessageKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string groupMessageKey = 7;
getGroupMessageKeyBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string groupMessageKey = 7;
getGroupObjectClasses() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getGroupSearchFilter() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getGroupSynchronizationFilter() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getGuardedByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes guardedByteArrayValue = 12;
getGuardedByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional bytes guardedByteArrayValue = 12;
getGuardedByteArrayValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional bytes guardedByteArrayValue = 12;
getGuardedByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional bytes guardedByteArrayValue = 10;
getGuardedByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional bytes guardedByteArrayValue = 10;
getGuardedByteArrayValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional bytes guardedByteArrayValue = 10;
getGuardedByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional bytes guardedByteArrayValue = 10;
getGuardedByteArrayValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional bytes guardedByteArrayValue = 10;
getGuardedByteArrayValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional bytes guardedByteArrayValue = 10;
getGuardedByteArrayValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the GuardedByteArray value from the specified (single-valued) attribute.
getGuardedStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes guardedStringValue = 13;
getGuardedStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional bytes guardedStringValue = 13;
getGuardedStringValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional bytes guardedStringValue = 13;
getGuardedStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional bytes guardedStringValue = 11;
getGuardedStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional bytes guardedStringValue = 11;
getGuardedStringValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional bytes guardedStringValue = 11;
getGuardedStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional bytes guardedStringValue = 11;
getGuardedStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional bytes guardedStringValue = 11;
getGuardedStringValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional bytes guardedStringValue = 11;
getGuardedStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the GuardedString value from the specified (single-valued) attribute.
getHandledObjectType() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
Returns the java class handled by this handler.
getHandledObjectType() - Method in class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
 
getHandledSerialType() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
Returns the type of object being serialized.
getHandledSerialType() - Method in class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
 
getHandlerByObjectType(Class<?>) - Static method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
 
getHandlerBySerialType(String) - Static method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
 
getHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessage() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessage() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessageBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessageBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessageOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessageOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessageOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessageOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessageOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHandshakeMessageOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
getHeaderPassword() - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
getHeaderUid() - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
getHeartbeatInterval() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getHeartbeatInterval() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
Returns the heartbeat interval (in seconds) to use for the connection.
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.
getHelpMessage(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the help message from the message catalog.
getHelpMessageKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string helpMessageKey = 5;
getHelpMessageKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string helpMessageKey = 5;
getHelpMessageKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string helpMessageKey = 5;
getHelpMessageKey() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getHelpMessageKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string helpMessageKey = 5;
getHelpMessageKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string helpMessageKey = 5;
getHelpMessageKeyBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string helpMessageKey = 5;
getHost() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getHost() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getHost() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
NameQoute getter
getHost() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the host to connect to.
getHost() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getHttpAsyncClient() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
getHttpClient() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getHttpHost() - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
getI18N() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getI18N() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getIcfNamespace() - Method in enum org.forgerock.openicf.connectors.xml.util.NamespaceLookupUtil
 
getIDs() - Method in class org.identityconnectors.ldap.AppendingAttributes
 
getIfAddress() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the network interface address to bind to.
getImmediateBundleContents() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
getImmediateClassPath() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
getImmediateNativeLibraries() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
GetImpl - Class in org.identityconnectors.framework.impl.api.local.operations
Uses SearchOp to find the object that is referenced by the Uid provided.
GetImpl(SearchApiOp) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.GetImpl
 
getImportCustomizer(ImportCustomizer) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getImports() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getIncludes() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getIncludes() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getInfoLevel(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevel(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevel(int) - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevel() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
getInfoLevelCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelCount() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelList() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelValue(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelValue(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelValue(int) - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelValueList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelValueList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoLevelValueList() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
getInfoManager(DataProvider) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Tries to create remote or local manager.
getInitClosure() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getInitialConnectionFactoryIndex() - Method in class org.forgerock.openicf.common.rpc.AbstractLoadBalancingAlgorithm
 
getInitialConnectionFactoryIndex() - Method in class org.forgerock.openicf.common.rpc.FailoverLoadBalancingAlgorithm
 
getInitialConnectionFactoryIndex() - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
getInitialConnectionFactoryIndex() - Method in class org.forgerock.openicf.common.rpc.RoundRobinLoadBalancingAlgorithm
 
getInitialContext() - Method in class org.identityconnectors.ldap.LdapConnection
 
getInjector(ITestContext) - Method in class org.identityconnectors.contract.test.ContractITCase
 
getInnerCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
getInnerCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
getInnerCause() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
getInnerCauseBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
getInnerCauseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
getInnerCauseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
getInnerCauseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
getInstance() - Static method in class org.identityconnectors.common.security.EncryptorFactory
Get the singleton instance of the EncryptorFactory.
getInstance() - Static method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get the singleton instance of the ConnectorFacadeFactory.
getInstance() - Static method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Returns the instance of this factory.
getInstance() - Static method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Get the singleton instance of the ObjectSerializerFactory.
getInstance() - Static method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Returns the thread-local instance of the manager
getIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional int32 integerValue = 6;
getIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional int32 integerValue = 6;
getIntegerValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional int32 integerValue = 6;
getIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional int32 integerValue = 6;
getIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional int32 integerValue = 6;
getIntegerValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional int32 integerValue = 6;
getIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional int32 integerValue = 6;
getIntegerValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional int32 integerValue = 6;
getIntegerValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional int32 integerValue = 6;
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.
getInto() - Method in class org.identityconnectors.dbcommon.InsertIntoBuilder
Build the into.
getIoSelectorThreadCount() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getIoWorkerThreadMultiplier() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getIsArray() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
optional bool isArray = 3;
getIsArray() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
optional bool isArray = 3;
getIsArray() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntryOrBuilder
optional bool isArray = 3;
getIsArray() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional bool isArray = 3;
getIsArray() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
optional bool isArray = 3;
getIsArray() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfoOrBuilder
optional bool isArray = 3;
getIsAscending() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
optional bool isAscending = 2;
getIsAscending() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
optional bool isAscending = 2;
getIsAscending() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKeyOrBuilder
optional bool isAscending = 2;
getIsContainer() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional bool isContainer = 3;
getIsContainer() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
optional bool isContainer = 3;
getIsContainer() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfoOrBuilder
optional bool isContainer = 3;
getISO8601DatefromJavaDate(Date) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
getJavaClassType(List<String>) - Static method in class org.forgerock.openicf.connectors.xml.util.SchemaParserUtil
 
getJavaDateFromADTime(String) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
getJdbcDriver() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
getJdbcUrlTemplate() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Return the jdbcUrlTemplate
getJndiProperties() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Return the jndiFactory
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
option map_entry = true; optional string key = 1;
getKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntryOrBuilder
option map_entry = true; optional string key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
getKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntryOrBuilder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
option map_entry = true; optional string key = 1;
getKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntryOrBuilder
option map_entry = true; optional string key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
option map_entry = true; optional string key = 1;
getKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntryOrBuilder
option map_entry = true; optional string key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntryOrBuilder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
option map_entry = true; optional string key = 1;
getKey() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntryOrBuilder
option map_entry = true; optional string key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKey() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKey() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntryOrBuilder
optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKey() - Method in class org.identityconnectors.common.Pair
getKey() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the remote framework key.
getKeyBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
getKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntryOrBuilder
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntryOrBuilder
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntryOrBuilder
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
option map_entry = true; optional string key = 1;
getKeyBytes() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntryOrBuilder
option map_entry = true; optional string key = 1;
getKeyColumn() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Key Column getter
getKeyHash() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the base-64 encoded SHA1 hash of the key.
getKeyManagerFactoryAlgorithm() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getKeyManagers() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getKeyManagers() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the key managers to use for the SSL connection.
getKeyOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
getKeyOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
getKeyOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntryOrBuilder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
getKeyPass() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getKeyStoreBytes() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getKeyStoreFile() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getKeyStorePass() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getKeyStoreProvider() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getKeyStoreType() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getKeyValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKeyValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKeyValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntryOrBuilder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKeyValue() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKeyValue() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getKeyValue() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntryOrBuilder
optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
getLanguage() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string language = 1;
getLanguage() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
optional string language = 1;
getLanguage() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.LocaleOrBuilder
optional string language = 1;
getLanguageBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string language = 1;
getLanguageBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
optional string language = 1;
getLanguageBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.LocaleOrBuilder
optional string language = 1;
getLanguageName() - Method in class org.identityconnectors.common.script.groovy.GroovyScriptExecutorFactory
Returns the name of the language supported by this factory.
getLanguageName() - Method in class org.identityconnectors.common.script.javascript.JavaScriptExecutorFactory
Returns the name of the language supported by this factory.
getLanguageName() - Method in class org.identityconnectors.common.script.ScriptExecutorFactory
Returns the name of the language supported by this factory.
getLastChangeNumber() - Method in class org.identityconnectors.ldap.sync.sunds.ChangeLogAttributes
 
getLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
getLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
getLatestSyncToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
getLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
getLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
getLatestSyncToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
getLatestSyncToken(ObjectClass) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Returns the token corresponding to the most recent synchronization event.
getLatestSyncToken(ObjectClass) - Method in class org.forgerock.openicf.framework.async.impl.SyncAsyncApiOpImpl
 
getLatestSyncToken(ObjectClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Returns the token corresponding to the most recent synchronization event.
getLatestSyncToken(ObjectClass) - Method in interface org.identityconnectors.framework.api.operations.SyncApiOp
Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.
getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Returns the token corresponding to the most recent synchronization event for any instance of the specified object class.
getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.framework.impl.api.local.operations.SyncImpl
 
getLatestSyncToken(ObjectClass) - Method in interface org.identityconnectors.framework.spi.operations.SyncOp
Returns the token corresponding to the most recent synchronization event.
getLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.ldap.LdapConnector
 
getLatestSyncToken() - Method in class org.identityconnectors.ldap.sync.activedirectory.ActiveDirectoryChangeLogSyncStrategy
 
getLatestSyncToken() - Method in interface org.identityconnectors.ldap.sync.LdapSyncStrategy
 
getLatestSyncToken() - Method in class org.identityconnectors.ldap.sync.sunds.SunDSChangeLogSyncStrategy
 
getLatestSyncToken() - Method in class org.identityconnectors.ldap.sync.timestamps.TimestampsSyncStrategy
 
getLatestSyncTokenAsync(ObjectClass) - Method in class org.forgerock.openicf.framework.async.impl.SyncAsyncApiOpImpl
 
getLatestSyncTokenBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
getLatestSyncTokenBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
getLatestSyncTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
getLatestSyncTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
getLatestSyncTokenOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
getLatestSyncTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
getLatestSyncTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
getLatestSyncTokenOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
getLdapAttribute() - Method in class org.identityconnectors.ldap.ADGroupType
 
getLdapAttribute(ObjectClass, String, boolean) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
getLdapAttribute(ObjectClass, Attribute) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
Returns the name of the LDAP attribute which corresponds to the given attribute of the given object class, or null.
getLdapAttributes(ObjectClass, Set<String>, boolean) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
Returns the names of the LDAP attributes which correspond to the given attribute names of the given object class.
getLdapClasses() - Method in class org.identityconnectors.ldap.ObjectClassMappingConfig
 
getLdapClasses(ObjectClass) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
Returns the LDAP object classes to which the given framework object class is mapped.
getLdapGroupMemberships(String) - Method in class org.identityconnectors.ldap.GroupHelper
 
getLdapGroups(String) - Method in class org.identityconnectors.ldap.GroupHelper
 
getLdapNameAttribute(ObjectClass) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
Returns the LDAP attribute which corresponds to Name for the given object class.
getLdapUidAttribute(ObjectClass) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
Returns the LDAP attribute which corresponds to Uid.
getLdapUidAttributes(OperationOptions) - Static method in class org.identityconnectors.ldap.LdapConstants
 
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
 
getLessThanFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
getLessThanFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
getLessThanFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
getLessThanFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
getLessThanFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
getLessThanFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
getLessThanFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
getLessThanOrEqualFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
getLessThanOrEqualFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
getLessThanOrEqualFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
getLessThanOrEqualFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
getLessThanOrEqualFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
getLessThanOrEqualFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
getLessThanOrEqualFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
getLocalAddress() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getLocalConnectorInfoManager(ClassLoader) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getLocale() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
getLocale() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
getLocale() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
getLocale() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getLocale() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getLocaleBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
getLocaleOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
getLocaleOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
getLocaleOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
getLocalManager() - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getLocalManager(URL...) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager from a list of bundle URLs.
getLocalManager(URL...) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
getLocalManager(List<URL>, ClassLoader) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
getLocalRequestId(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 localRequestId = 2;
getLocalRequestId(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated int64 localRequestId = 2;
getLocalRequestId(int) - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated int64 localRequestId = 2;
getLocalRequestIdCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 localRequestId = 2;
getLocalRequestIdCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated int64 localRequestId = 2;
getLocalRequestIdCount() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated int64 localRequestId = 2;
getLocalRequestIdList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 localRequestId = 2;
getLocalRequestIdList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated int64 localRequestId = 2;
getLocalRequestIdList() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated int64 localRequestId = 2;
getLog() - Static method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
getLog(Class<?>) - Static method in class org.identityconnectors.common.logging.Log
Get the logger for the particular class.
getLogger(Class<?>) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getLongValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional int64 longValue = 2;
getLongValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional int64 longValue = 2;
getLongValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional int64 longValue = 2;
getLongValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional int64 longValue = 2;
getLongValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional int64 longValue = 2;
getLongValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional int64 longValue = 2;
getLongValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional int64 longValue = 2;
getLongValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional int64 longValue = 2;
getLongValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional int64 longValue = 2;
getLongValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the long value from the specified (single-valued) attribute.
getMajor() - Method in class org.identityconnectors.common.Version
Returns this version number's major component.
getManagedInstance() - Static method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get the singleton instance of the stateful ConnectorFacadeFactory .
getManagerConfig() - Method in class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
getManifest() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
getMapperByObjectType(Class<?>) - Static method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
 
getMapperBySerialType(String) - Static method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerRegistry
 
getMapValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
getMapValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
getMapValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
getMapValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the map value from the specified (single-valued) attribute.
getMapValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
getMapValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
getMapValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
getMapValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
getMavenProject() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getMavenProject() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getMaxConnections() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the max connections to queue.
getMaxFacadeLifeTime() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the max inactive lifetime of ConnectorFacade to allow.
getMaxIdle() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int32 maxIdle = 2;
getMaxIdle() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
optional int32 maxIdle = 2;
getMaxIdle() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfigurationOrBuilder
optional int32 maxIdle = 2;
getMaxIdle() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Get the maximum number of idle objects.
getMaximumConnectionCount() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getMaxObjects() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int32 maxObjects = 1;
getMaxObjects() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
optional int32 maxObjects = 1;
getMaxObjects() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfigurationOrBuilder
optional int32 maxObjects = 1;
getMaxObjects() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Get the set number of maximum objects (idle+active).
getMaxWait() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int64 maxWait = 3;
getMaxWait() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
optional int64 maxWait = 3;
getMaxWait() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfigurationOrBuilder
optional int64 maxWait = 3;
getMaxWait() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Max time to wait if the pool is waiting for a free object to become available before failing.
getMaxWorkers() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the max worker threads to allow.
getMemberRef() - Method in class org.identityconnectors.ldap.GroupHelper.GroupMembership
 
getMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string message = 2;
getMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
optional string message = 2;
getMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string message = 2;
getMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
optional string message = 2;
getMessage() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCauseOrBuilder
optional string message = 2;
getMessage() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessageOrBuilder
optional string message = 2;
getMessage(String) - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
getMessage(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Format the connector message
getMessage(String, Object...) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Format message with arguments
getMessage() - Method in class org.identityconnectors.framework.api.operations.batch.BatchEmptyResult
 
getMessageBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string message = 2;
getMessageBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
optional string message = 2;
getMessageBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string message = 2;
getMessageBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
optional string message = 2;
getMessageBytes() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCauseOrBuilder
optional string message = 2;
getMessageBytes() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessageOrBuilder
optional string message = 2;
getMessageDistributor() - Method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
getMessageDistributor() - Method in class org.forgerock.openicf.framework.remote.AsyncRemoteConnectorInfoManager
 
getMessageDistributor() - Method in class org.forgerock.openicf.framework.remote.RemoteServerConnectorInfoManager
 
getMessageId() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
optional int64 messageId = 1;
getMessageId() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
optional int64 messageId = 1;
getMessageId() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessageOrBuilder
optional int64 messageId = 1;
getMessageListener() - Method in class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
getMessages() - Method in interface org.identityconnectors.framework.api.ConnectorInfo
Returns the connector messages for this connector.
getMessages() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
getMessageVersion() - Method in class org.forgerock.openicf.common.protobuf.MessageVersion
Gets the version of messages.
getMetaClass() - Method in class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
getMetaClass() - Method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
getMetaClass() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
getMetaClass() - Method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 
getMetaClass() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getMetaClass() - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
getMetaClass() - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getMetaClass() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getMetaClass() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeInfoDelegate
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.ICFObjectBuilder
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.SchemaDelegate
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
getMetaClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
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.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int64 minEvictableIdleTimeMillis = 4;
getMinEvictableIdleTimeMillis() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
optional int64 minEvictableIdleTimeMillis = 4;
getMinEvictableIdleTimeMillis() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfigurationOrBuilder
optional int64 minEvictableIdleTimeMillis = 4;
getMinEvictableIdleTimeMillis() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Minimum time to wait before evicting an idle object.
getMinIdle() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int32 minIdle = 5;
getMinIdle() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
optional int32 minIdle = 5;
getMinIdle() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfigurationOrBuilder
optional int32 minIdle = 5;
getMinIdle() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Minimum number of idle objects.
getMinimumConnectionCount() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getMinimumRecompilationInterval() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getMinor() - Method in class org.identityconnectors.common.Version
Returns this version number's minor component.
getMinWorkers() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the min worker threads to allow.
getModifiersNamesToFilterOut() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getModifiersNamesToFilterOutAsLdapNames() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getName() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
option map_entry = true; optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
option map_entry = true; optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessageOrBuilder
option map_entry = true; optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string name = 4;
getName() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string name = 4;
getName() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string name = 4;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilterOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfoOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
optional string name = 1;
getName() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfoOrBuilder
optional string name = 1;
getName() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional string name = 2;
getName() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
optional string name = 2;
getName() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntryOrBuilder
optional string name = 2;
getName() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
getName() - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
getName() - Method in class org.forgerock.openicf.framework.remote.security.SharedSecretPrincipal
 
getName() - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator.SinglePrincipal
 
getName(Locale) - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
Get the localized report name.
getName() - Method in class org.identityconnectors.dbcommon.SQLParam
Accessor for the name property.
getName() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get the unique name of the configuration property.
getName() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
getName() - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Get the name of the attribute that is being built.
getName() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
The native name of the attribute.
getName() - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the Name attribute from the set of attributes.
getName() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
Gets the Name of the object.
getName() - Method in class org.identityconnectors.framework.common.objects.filter.AttributeFilter
Name of the attribute to find in the ConnectorObject.
getName() - Method in class org.identityconnectors.framework.common.objects.filter.PresenceFilter
Name of the attribute to find in the ConnectorObject.
getName() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
getName() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
getName() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the unique name of the configuration property.
getName() - Method in class org.identityconnectors.ldap.sync.sunds.LdifParser.NameValue
 
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
option map_entry = true; optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
option map_entry = true; optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessageOrBuilder
option map_entry = true; optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string name = 4;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string name = 4;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string name = 4;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilterOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfoOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
optional string name = 1;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfoOrBuilder
optional string name = 1;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional string name = 2;
getNameBytes() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
optional string name = 2;
getNameBytes() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntryOrBuilder
optional string name = 2;
getNameFromAttributes(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the Name attribute from the specified set of attributes.
getNamespace() - Method in class org.forgerock.openicf.connectors.xml.util.NamespaceEntry
 
getNameValue() - Method in class org.identityconnectors.framework.common.objects.Name
The single value of the attribute that is the unique id of an object.
getNativeFilter() - Method in class org.identityconnectors.ldap.search.LdapFilter
 
getNewInstance(OperationMessageListener, ConnectionManagerConfig) - Method in class org.forgerock.openicf.framework.client.ConnectionManagerFactory
Returns the instance of this factory.
getNewlineString() - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
getNextElement(Node) - Static method in class org.identityconnectors.common.XmlUtil
Get the next right sibling that is an element.
getNextRequestId() - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
getNormalizer(ObjectClass) - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
 
getNotFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
getNotFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
getNotFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
getNotFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
getNotFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
getNotFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
getNotFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
getNumActive() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool.Statistics
Returns the number of active objects
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.ValueCase
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.PayloadCase
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.PayloadCase
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.PayloadCase
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.FilterCase
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
 
getNumber() - Method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
 
getNumIdle() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool.Statistics
Returns the number of idle objects
getNumSubObjects() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
getNumSubObjects() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Returns the number of anonymous sub-objects.
getNumSubObjects() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
getObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
optional bytes object = 1;
getObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
optional bytes object = 1;
getObject() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponseOrBuilder
optional bytes object = 1;
getObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
optional bytes object = 1;
getObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
optional bytes object = 1;
getObject() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponseOrBuilder
optional bytes object = 1;
getObject(ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.GetAsyncApiOpImpl
 
getObject(ObjectClass, Uid, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.GetApiOp
Get a particular ConnectorObject based on the Uid.
getObject() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
Returns the connector object that changed.
getObject() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Returns the object that changed.
getObject(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Get a particular ConnectorObject based on the Uid.
getObject(ObjectClass, Uid, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.GetImpl
 
getObject() - Method in class org.identityconnectors.framework.impl.api.remote.messages.EchoMessage
 
getObjectAsync(ObjectClass, Uid, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.GetAsyncApiOp
Get a particular ConnectorObject based on the Uid.
getObjectAsync(ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.GetAsyncApiOpImpl
 
getObjectAsync(ObjectClass, Uid, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
message MapFieldEntry { //option map_entry = true; string key = 1; AttributeCollectionValue value = 2; } optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
message MapFieldEntry { //option map_entry = true; string key = 1; AttributeCollectionValue value = 2; } optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObjectOrBuilder
message MapFieldEntry { //option map_entry = true; string key = 1; AttributeCollectionValue value = 2; } optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUidOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional string objectClass = 4;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional string objectClass = 4;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional string objectClass = 4;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequestOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequestOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequestOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequestOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequestOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequestOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequestOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequestOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncTokenOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.SyncOrBuilder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional string objectClass = 1;
getObjectClass() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
optional string objectClass = 1;
getObjectClass() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequestOrBuilder
optional string objectClass = 1;
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
Gets the ObjectClass for this object.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns the object class.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
If the change described by this SyncDelta.DELETE and the deleted object value is null, this method returns the ObjectClass of the deleted object.
getObjectClass() - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Gets the ObjectClass of the object that deleted.
getObjectClass() - Method in class org.identityconnectors.ldap.ObjectClassMappingConfig
 
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
message MapFieldEntry { //option map_entry = true; string key = 1; AttributeCollectionValue value = 2; } optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
message MapFieldEntry { //option map_entry = true; string key = 1; AttributeCollectionValue value = 2; } optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObjectOrBuilder
message MapFieldEntry { //option map_entry = true; string key = 1; AttributeCollectionValue value = 2; } optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUidOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional string objectClass = 4;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional string objectClass = 4;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional string objectClass = 4;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequestOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequestOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequestOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequestOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequestOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequestOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequestOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequestOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncTokenOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.SyncOrBuilder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional string objectClass = 1;
getObjectClassBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
optional string objectClass = 1;
getObjectClassBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequestOrBuilder
optional string objectClass = 1;
getObjectClassesToSynchronize() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getObjectClassFilter(String[]) - Static method in class org.identityconnectors.ldap.LdapUtil
 
getObjectClassFromObjectClassInfo(ObjectClassInfo) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Returns object class based on object class info.
getObjectClassInfo(ObjectClass) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Gets ObjectClassInfo for object class returned by ObjectClassRunner.
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.
getObjectClassMappingConfigs() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getObjectClassValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string objectClassValue = 13;
getObjectClassValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string objectClassValue = 13;
getObjectClassValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string objectClassValue = 13;
getObjectClassValue() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
Get the name of the object class.
getObjectClassValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string objectClassValue = 13;
getObjectClassValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string objectClassValue = 13;
getObjectClassValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string objectClassValue = 13;
getObjects() - Method in class org.identityconnectors.test.common.ToListResultsHandler
 
getOperation(Class<? extends APIOperation>) - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Get an instance of an operation that this facade supports.
getOperation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Return an instance of an API operation.
getOperation() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
 
getOperationalAttributeNames() - Static method in class org.identityconnectors.framework.common.objects.OperationalAttributes
 
getOperationalAttributes() - Method in class org.identityconnectors.ldap.ObjectClassMappingConfig
 
getOperationalContext() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
 
getOperationalContext() - Method in class org.identityconnectors.framework.impl.api.local.operations.APIOperationRunner
Get the current operational context.
getOperationalContext() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunner
Get the current operational context.
getOperationImplementation(Class<? extends APIOperation>) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
getOperationImplementation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Gets the implementation of the given operation.
getOperationImplementation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
 
getOperationImplementation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorFacadeImpl
 
getOperationMessageListener() - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
getOperationMethodName() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
 
getOperationOptionInfo() - Method in class org.identityconnectors.framework.common.objects.Schema
Returns the set of operation options that are defined in the schema, regardless of which operations support them.
getOperationOptionsByOp(ObjectClass, Class<? extends APIOperation>) - Method in class org.identityconnectors.contract.test.ContractTestBase
Gets OperationOptions suitable for specified operation.
getOperationOptionsByOp(ObjectClass, Class<? extends APIOperation>) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Gets OperationOptions suitable for specified operation.
getOperationOptionsByOp(ObjectClass, Class<? extends APIOperation>) - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Gets OperationOptions suitable for specified operation.
getOperationRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
getOperationRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
getOperationRequest() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
getOperationRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
getOperationRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
getOperationRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
getOperationRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
getOperationResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
getOperationResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
getOperationResponse() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
getOperationResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
getOperationResponseMessages(OperationMessages.OperationResponse) - Method in class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory.AbstractRemoteOperationRequest
 
getOperationResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
getOperationResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
getOperationResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
getOperations(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperations(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperations(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperations() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Set of operations for which this property must be specified.
getOperations() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getOperationsCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsValue(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperationsValueList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
getOperator() - Method in class org.identityconnectors.framework.common.objects.filter.ExtendedMatchFilter
 
GETOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
GETOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
getOptionalAttributes(String) - Method in interface org.identityconnectors.ldap.LdapNativeSchema
 
getOptionalAttributes(String) - Method in class org.identityconnectors.ldap.schema.ADStaticSchema
 
getOptionalAttributes(String) - Method in class org.identityconnectors.ldap.schema.LdapStaticSchema
 
getOptionalAttributes(String) - Method in class org.identityconnectors.ldap.ServerNativeSchema
 
getOptionalAttributes(String) - Method in class org.identityconnectors.ldap.StaticNativeSchema
 
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional bytes options = 4;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
optional bytes options = 4;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequestOrBuilder
optional bytes options = 4;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
optional bytes options = 4;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
optional bytes options = 4;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
optional bytes options = 4;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
optional bytes options = 3;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequestOrBuilder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
repeated AttributeMessage createAttributes = 2; optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
repeated AttributeMessage createAttributes = 2; optional bytes options = 3;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequestOrBuilder
repeated AttributeMessage createAttributes = 2; optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
optional bytes options = 3;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequestOrBuilder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
optional bytes options = 3;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequestOrBuilder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
optional bytes options = 3;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequestOrBuilder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional bytes options = 2;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
optional bytes options = 2;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequestOrBuilder
optional bytes options = 2;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional bytes options = 2;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
optional bytes options = 2;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequestOrBuilder
optional bytes options = 2;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
FilterUnionMessage filter = 2; optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
FilterUnionMessage filter = 2; optional bytes options = 3;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequestOrBuilder
FilterUnionMessage filter = 2; optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
optional bytes options = 3;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequestOrBuilder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
optional bytes options = 3;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.SyncOrBuilder
optional bytes options = 3;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
repeated AttributeMessage replaceAttributes = 4; optional bytes options = 5;
getOptions() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
repeated AttributeMessage replaceAttributes = 4; optional bytes options = 5;
getOptions() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequestOrBuilder
repeated AttributeMessage replaceAttributes = 4; optional bytes options = 5;
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.
getOrder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional int32 order = 1;
getOrder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
optional int32 order = 1;
getOrder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
optional int32 order = 1;
getOrder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional int32 order = 1;
getOrder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional int32 order = 1;
getOrder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional int32 order = 1;
getOrder() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getOrFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
getOrFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
getOrFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
getOrFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
getOrFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
getOrFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
getOrFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
getOriginalLocation() - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
getOSGiConnectorInfoManager() - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getOSGiConnectorInfoManager() - Method in class org.forgerock.openicf.framework.osgi.internal.OsgiConnectorFramework
 
getOutputDirectory() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
The output directory when the mojo is run directly from the command line.
getOutputName() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
Get the base name used to create report's output file(s).
getPackage(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Returns the package the class is associated with.
getPagedResultsCookie() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional string pagedResultsCookie = 1;
getPagedResultsCookie() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
optional string pagedResultsCookie = 1;
getPagedResultsCookie() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResultOrBuilder
optional string pagedResultsCookie = 1;
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.
getPagedResultsCookieBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional string pagedResultsCookie = 1;
getPagedResultsCookieBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
optional string pagedResultsCookie = 1;
getPagedResultsCookieBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResultOrBuilder
optional string pagedResultsCookie = 1;
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.
getParams() - Method in class org.identityconnectors.dbcommon.DatabaseQueryBuilder
Values in wrapped object.
getParams() - Method in class org.identityconnectors.dbcommon.FilterWhereBuilder
 
getParams() - Method in class org.identityconnectors.dbcommon.InsertIntoBuilder
 
getParams() - Method in class org.identityconnectors.dbcommon.UpdateSetBuilder
 
getParent() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
getParent() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
getParentLoader() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
getParserForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
getParts() - Method in interface org.forgerock.openicf.connectors.xml.query.abstracts.Query
 
getParts() - Method in class org.forgerock.openicf.connectors.xml.query.QueryImpl
 
getPassphrase() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getPassphrase() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getPassword() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional bytes password = 3;
getPassword() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
optional bytes password = 3;
getPassword() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequestOrBuilder
optional bytes password = 3;
getPassword() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getPassword() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
getPassword() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getPassword() - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
getPassword() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getPassword() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getPassword() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
getPassword() - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the password as a GuardeString.
getPasswordAttribute() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getPasswordAttributeToSynchronize() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getPasswordColumn() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Password Column getter
getPasswordDecryptionInitializationVector() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getPasswordDecryptionKey() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getPasswordExpirationDate(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Retrieve the password expiration date from the ConnectorObject.
getPasswordExpired(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the password expired attribute from a Collection of Attributes.
getPasswordHashAlgorithm() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getPasswordValue(Set<Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the password value from the provided set of Attributes.
getPayloadCase() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
getPayloadCase() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
getPayloadCase() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
 
getPayloadCase() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
getPayloadCase() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
getPayloadCase() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
 
getPayloadCase() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
getPayloadCase() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
getPayloadCase() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
 
getPool(APIConfigurationImpl, LocalConnectorInfoImpl) - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
Get a object pool for this connector if it supports connector pooling.
getPool(ConnectorPoolManager.ConnectorPoolKey) - Static method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager
Get a object pool for this connector if it was created before.
getPool() - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorOperationalContext
 
getPooledObject() - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolEntry
Gets the object which is pooled.
getPort() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getPort() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getPort() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
NameQoute getter
getPort() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the port to connect to.
getPort() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns the port to listen on.
getPort() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getPosixGroupMemberships(Collection<String>) - Method in class org.identityconnectors.ldap.GroupHelper
 
getPosixGroupMemberships() - Method in class org.identityconnectors.ldap.LdapModifyOperation.PosixGroupMember
 
getPosixGroupMembershipsByAttrs(Set<String>) - Method in class org.identityconnectors.ldap.LdapModifyOperation.PosixGroupMember
 
getPosixGroupMembershipsByGroups(List<String>) - Method in class org.identityconnectors.ldap.LdapModifyOperation.PosixGroupMember
 
getPosixGroups(Collection<String>) - Method in class org.identityconnectors.ldap.GroupHelper
 
getPosixRefAttribute() - Static method in class org.identityconnectors.ldap.GroupHelper
Returns the attribute which POSIX group references its members.
getPosixRefAttributes() - Method in class org.identityconnectors.ldap.LdapModifyOperation.PosixGroupMember
 
getPrefix() - Method in class org.forgerock.openicf.connectors.xml.util.NamespaceEntry
 
getPreviousUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
getPreviousUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
getPreviousUid() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
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.
getPreviousUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
getPreviousUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
getPreviousUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
getPreviousUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
getPrincipal() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getPrincipal() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getPrincipalName() - Method in interface org.forgerock.openicf.framework.remote.LoadBalancingConnectorFacadeContext
Gets the principal name of executing ConnectionPrincipal.
getPrivateKey() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getPrivateKey() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getProducerBufferSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional int32 producerBufferSize = 8;
getProducerBufferSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
optional int32 producerBufferSize = 8;
getProducerBufferSize() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
optional int32 producerBufferSize = 8;
getProducerBufferSize() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Get the size of the buffer.
getProducerBufferSize() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Get the size of the buffer.
getProject() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getPromise() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
getPrompt() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getPrompt() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getPromptReady() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getProperties() - Method in class org.identityconnectors.common.event.ConnectorEvent
 
getProperties() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
getProperties(Class<?>) - Static method in class org.identityconnectors.test.common.TestHelpers
Loads Property bag for the specified class.
getProperties(Class<?>, String) - Static method in class org.identityconnectors.test.common.TestHelpers
Loads Property bag for the specified class.
getProperty(String) - Method in class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
getProperty(String) - Method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
getProperty(String) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
getProperty(String) - Method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 
getProperty(String) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getProperty(String) - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
getProperty(String) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getProperty(String) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getProperty(String) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeInfoDelegate
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ICFObjectBuilder
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.SchemaDelegate
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
getProperty(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
getProperty(String) - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
Get a particular ConfigurationProperty by name.
getProperty(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
Get a particular ConfigurationProperty by name.
getProperty(String, Class<T>) - Method in class org.identityconnectors.test.common.PropertyBag
Gets the value of a required property in a type-safe manner.
getProperty(String, Class<T>, T) - Method in class org.identityconnectors.test.common.PropertyBag
Gets a property value, returning a default value when no property with the specified name exists in the bag.
getPropertyBag() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Returns the Map shared between the Connector instances.
getPropertyNames() - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
Get the list of properties names for this Configuration.
getPropertyNames() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
Get the list of properties names for this Configuration.
getProxy(Class<T>) - Method in class org.identityconnectors.dbcommon.ExpectProxy
Return the Proxy implementation of the Interface.
getProxyAddress() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
getProxyAddress() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getProxyHost() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getProxyPassword() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getProxyPort() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getProxyPrincipal() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getPublicKey() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional bytes publicKey = 3;
getPublicKey() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
optional bytes publicKey = 3;
getPublicKey() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessageOrBuilder
optional bytes publicKey = 3;
getQualifiedUidValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
getQualifiedUidValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
getQualifiedUidValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
getQualifiedUidValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
getQualifiedUidValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
getQualifiedUidValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
getQualifiedUidValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
getQuery() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
optional bool query = 1;
getQuery() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
optional bool query = 1;
getQuery() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
optional bool query = 1;
getQueryRequired() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool queryRequired = 5;
getQueryRequired() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional bool queryRequired = 5;
getQueryRequired() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional bool queryRequired = 5;
getQuote() - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getQuoteCharacter() - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
getQuoteSymbol() - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getQuoting() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
NameQoute getter
getReadableAttributesNames(ObjectClassInfo) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Returns set of attributes' names which are readable.
getReader() - Method in class org.identityconnectors.common.StringPrintWriter
Return a reader for the accumulated string.
getRecompileGroovySource() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getReferralsHandling() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getRegexpMatch() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getReleaseClosure() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getReleaseClosure() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getRemaining() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
getRemainingPagedResults() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional int32 remainingPagedResults = 4;
getRemainingPagedResults() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
optional int32 remainingPagedResults = 4;
getRemainingPagedResults() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResultOrBuilder
optional int32 remainingPagedResults = 4;
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.
getRemoteConnection() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation
 
getRemoteConnectionContext() - Method in class org.forgerock.openicf.common.rpc.LocalRequest
 
getRemoteConnectionContext() - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
getRemoteConnectionContext() - Method in interface org.forgerock.openicf.common.rpc.RemoteConnectionHolder
 
getRemoteConnectionContext() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
getRemoteConnectionGroup() - Method in interface org.forgerock.openicf.common.rpc.RemoteConnectionContext
Return the RemoteConnectionGroup

Return the RemoteConnectionGroup in which this instance belongs to.

getRemoteConnectionGroup() - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationContext
 
getRemoteConnectionInfo() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
 
getRemoteConnectionInfoManagerFactory() - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getRemoteFrameworkConnectionInfo() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getRemoteFrameworkConnectionInfo() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getRemoteManager(RemoteWSFrameworkConnectionInfo) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getRemoteManager(LoadBalancingAlgorithmFactory) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager for a remote framework.
getRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
getRemoteOperationContext() - Method in interface org.forgerock.openicf.framework.remote.LoadBalancingConnectorFacadeContext
Get the RemoteOperationContext of executing ConnectionPrincipal
getRemotePrincipal() - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationContext
 
getRemoteRequestId(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 remoteRequestId = 3;
getRemoteRequestId(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated int64 remoteRequestId = 3;
getRemoteRequestId(int) - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated int64 remoteRequestId = 3;
getRemoteRequestIdCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 remoteRequestId = 3;
getRemoteRequestIdCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated int64 remoteRequestId = 3;
getRemoteRequestIdCount() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated int64 remoteRequestId = 3;
getRemoteRequestIdList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 remoteRequestId = 3;
getRemoteRequestIdList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
repeated int64 remoteRequestId = 3;
getRemoteRequestIdList() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequestOrBuilder
repeated int64 remoteRequestId = 3;
getRemoteSessionId() - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
getRemoteURI() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getRemoved() - Method in class org.identityconnectors.ldap.GroupHelper.Modification
 
getReplaceAttributes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional bytes replaceAttributes = 4;
getReplaceAttributes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
optional bytes replaceAttributes = 4;
getReplaceAttributes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequestOrBuilder
optional bytes replaceAttributes = 4;
getRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
getRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
getRequest() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessageOrBuilder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
getRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
getRequestDistributor() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
getRequestDistributor() - Method in interface org.forgerock.openicf.framework.client.RemoteConnectorInfoManager
 
getRequestId() - Method in class org.forgerock.openicf.common.rpc.LocalRequest
 
getRequestId() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
getRequestIds(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated int64 requestIds = 3;
getRequestIds(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
repeated int64 requestIds = 3;
getRequestIds(int) - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponseOrBuilder
repeated int64 requestIds = 3;
getRequestIdsCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated int64 requestIds = 3;
getRequestIdsCount() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
repeated int64 requestIds = 3;
getRequestIdsCount() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponseOrBuilder
repeated int64 requestIds = 3;
getRequestIdsList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated int64 requestIds = 3;
getRequestIdsList() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
repeated int64 requestIds = 3;
getRequestIdsList() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponseOrBuilder
repeated int64 requestIds = 3;
getRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
getRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
getRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessageOrBuilder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
getRequestTime() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
getRequestTimeoutInMs() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
Return the maximum time in millisecond an ClientRemoteConnectorInfoManager wait for a response
getRequired() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional bool required = 2;
getRequired() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional bool required = 2;
getRequired() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional bool required = 2;
getRequiredAttributes(String) - Method in interface org.identityconnectors.ldap.LdapNativeSchema
 
getRequiredAttributes(String) - Method in class org.identityconnectors.ldap.schema.ADStaticSchema
 
getRequiredAttributes(String) - Method in class org.identityconnectors.ldap.schema.LdapStaticSchema
 
getRequiredAttributes(String) - Method in class org.identityconnectors.ldap.ServerNativeSchema
 
getRequiredAttributes(String) - Method in class org.identityconnectors.ldap.StaticNativeSchema
 
getRequireSerial() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Return the state of the allowParallel option; defaults to false.
getResetSyncToken() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getResolveUsernameOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
getResolveUsernameOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
getResolveUsernameOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
getResolveUsernameOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
getResolveUsernameOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
getResolveUsernameOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
getResolveUsernameOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
getResolveUsernameOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
getResolveUsernameOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
getResolveUsernameOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
getResolveUsernameOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
getResolveUsernameOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
getResolveUsernameOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
getResolveUsernameOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
getResolveUsernameScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the Test script FileName
getResourceAsBytes(Class<?>, String) - Static method in class org.identityconnectors.common.IOUtil
Get the resource as a byte array.
getResourceAsProperties(Bundle, String) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
getResourceAsProperties(Bundle, String) - Method in class org.forgerock.openicf.framework.osgi.internal.AsyncOsgiConnectorInfoManagerImpl
 
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() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
getResourcePath() - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
getResourcePath(Class<?>, String) - Static method in class org.identityconnectors.common.IOUtil
Get the path to a resource base on the package of given class.
getResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
getResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
getResponse() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessageOrBuilder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
getResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
getResponseCookie() - Method in class org.identityconnectors.ldap.sync.activedirectory.DirSyncResponseControl
 
getResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
getResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
getResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessageOrBuilder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
getResponsePacket() - Method in class org.forgerock.openicf.framework.client.ConnectionManager.GracefulCloseEvent
 
getResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
getResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
getResult() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
getResult(Object) - Method in class org.forgerock.openicf.connectors.xml.xsdparser.XSDAnnotationParser
 
getResult() - Method in class org.identityconnectors.framework.common.objects.BatchResult
 
getResult() - Method in class org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePart
 
getResultBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
getResultHandler() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
getResultId() - Method in class org.identityconnectors.framework.common.objects.BatchResult
 
getResultMessage() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
optional string resultMessage = 2;
getResultMessage() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
optional string resultMessage = 2;
getResultMessage() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponseOrBuilder
optional string resultMessage = 2;
getResultMessageBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
optional string resultMessage = 2;
getResultMessageBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
optional string resultMessage = 2;
getResultMessageBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponseOrBuilder
optional string resultMessage = 2;
getResultOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
getResultOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
getResultOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
getResultSequence() - Method in class org.forgerock.openicf.connectors.xml.query.XQueryHandler
 
getResultsHandlerConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
getResultsHandlerConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
getResultsHandlerConfiguration() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
getResultsHandlerConfiguration() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Get the configuration of the ResultsHandler chain of the Search operation.
getResultsHandlerConfiguration() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Get the configuration of the ResultsHandler chain of the Search operation.
getResultsHandlerConfiguration() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
getResultsHandlerConfigurationBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
getResultsHandlerConfigurationOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
getResultsHandlerConfigurationOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
getResultsHandlerConfigurationOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
getReturnsResults() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool returnsResults = 7;
getReturnsResults() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional bool returnsResults = 7;
getReturnsResults() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional bool returnsResults = 7;
getReturnValue() - Method in interface org.identityconnectors.framework.common.objects.Subscription
Get the return value associated with establishing this subscription.
getRevision() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string revision = 2;
getRevision() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
optional string revision = 2;
getRevision() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.UidOrBuilder
optional string revision = 2;
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()

getRevisionBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string revision = 2;
getRevisionBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
optional string revision = 2;
getRevisionBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.UidOrBuilder
optional string revision = 2;
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
 
getRINamespace() - Method in enum org.forgerock.openicf.connectors.xml.util.NamespaceLookupUtil
 
getRoots(CompilerConfiguration, GroovyClassLoader) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getRunAsContext(String, GuardedString) - Method in class org.identityconnectors.ldap.LdapConnection
 
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..
getScale() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
optional int32 scale = 2;
getScale() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
optional int32 scale = 2;
getScale() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimalOrBuilder
optional int32 scale = 2;
getScheduledThreadPoolSize() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getSchema() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
optional bytes schema = 1;
getSchema() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
optional bytes schema = 1;
getSchema() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponseOrBuilder
optional bytes schema = 1;
getSchema() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Need a schema
getSchemaMapping() - Method in class org.identityconnectors.ldap.LdapConnection
 
getSchemaOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
getSchemaOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
getSchemaOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
getSchemaOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
getSchemaOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
getSchemaOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
getSchemaOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
getSchemaOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
getSchemaOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
getSchemaOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
getSchemaOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
getSchemaOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
getSchemaOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
getSchemaOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
getSchemaScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the Schema script FileName
getScope() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Convenience method that returns OperationOptions.OP_SCOPE.
getScope(String) - Static method in class org.identityconnectors.ldap.ADGroupType
 
getScript() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
getScript() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
getScript() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContextOrBuilder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
getScriptArguments() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional bytes scriptArguments = 2;
getScriptArguments() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
optional bytes scriptArguments = 2;
getScriptArguments() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContextOrBuilder
optional bytes scriptArguments = 2;
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.
getScriptBaseClass() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Gets the name of the base class for scripts.
getScriptBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
getScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContext() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContext() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContextBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContextBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContextOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContextOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContextOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContextOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContextOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptContextOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
getScriptedConfiguration() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
getScriptEvaluator() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
getScriptExtensions() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Gets extensions used to find a groovy files
getScriptLanguage() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptLanguage = 1;
getScriptLanguage() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
optional string scriptLanguage = 1;
getScriptLanguage() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptOrBuilder
optional string scriptLanguage = 1;
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).
getScriptLanguageBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptLanguage = 1;
getScriptLanguageBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
optional string scriptLanguage = 1;
getScriptLanguageBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptOrBuilder
optional string scriptLanguage = 1;
getScriptOnConnectorOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
getScriptOnConnectorOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
getScriptOnConnectorOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
getScriptOnConnectorOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
getScriptOnConnectorOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
getScriptOnConnectorOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
getScriptOnConnectorOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
getScriptOnConnectorOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
getScriptOnConnectorOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
getScriptOnConnectorOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
getScriptOnConnectorOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
getScriptOnConnectorOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
getScriptOnConnectorOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
getScriptOnConnectorOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
getScriptOnResourceOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
getScriptOnResourceOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
getScriptOnResourceOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
getScriptOnResourceOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
getScriptOnResourceOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
getScriptOnResourceOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
getScriptOnResourceOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
getScriptOnResourceOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
getScriptOnResourceOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
getScriptOnResourceOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
getScriptOnResourceOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
getScriptOnResourceOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
getScriptOnResourceOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
getScriptOnResourceOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
getScriptOnResourceScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the ScriptOnResource script FileName
getScriptOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
getScriptOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
getScriptOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContextOrBuilder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
getScriptRoots() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
getScriptText() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptText = 2;
getScriptText() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
optional string scriptText = 2;
getScriptText() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptOrBuilder
optional string scriptText = 2;
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.
getScriptTextBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptText = 2;
getScriptTextBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
optional string scriptText = 2;
getScriptTextBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptOrBuilder
optional string scriptText = 2;
getScriptValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getScriptValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
getSearchFilter(OperationOptions) - Static method in class org.identityconnectors.ldap.LdapConstants
 
getSearchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
getSearchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
getSearchOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
getSearchOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
getSearchOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
getSearchOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
getSearchOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
getSearchOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
getSearchOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
getSearchOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
getSearchOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
getSearchOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
getSearchOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
getSearchOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
getSearchScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the Search script FileName
getSendControlC() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getSendControlD() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getSender() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getSenderln() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getSendFunction() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
getSequence() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional int64 sequence = 1;
getSequence() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
optional int64 sequence = 1;
getSequence() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponseOrBuilder
optional int64 sequence = 1;
getSequence() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional int64 sequence = 1;
getSequence() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
optional int64 sequence = 1;
getSequence() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.SyncOrBuilder
optional int64 sequence = 1;
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
getSerializedSize() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
getServerInfo() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 
getServerInfo() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
getServerInfo(LdapConnection, ResultsHandler) - Static method in class org.identityconnectors.ldap.LdapUtil
 
getServerManager(String) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
getServerType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional .org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType serverType = 2;
getServerType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
optional .org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType serverType = 2;
getServerType() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType serverType = 2;
getServerType() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getServerType() - Method in class org.identityconnectors.ldap.LdapConnection
 
getServerTypeValue() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional .org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType serverType = 2;
getServerTypeValue() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
optional .org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType serverType = 2;
getServerTypeValue() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType serverType = 2;
getService(Bundle, ServiceRegistration<ConnectorFrameworkFactory>) - Method in class org.forgerock.openicf.framework.osgi.internal.ConnectorFrameworkServiceFactory
 
getServiceAddress() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
getServiceAddress() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getSession() - Method in class org.forgerock.openicf.connectors.ssh.SSHConnection
 
getSessionId() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional string sessionId = 1;
getSessionId() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
optional string sessionId = 1;
getSessionId() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessageOrBuilder
optional string sessionId = 1;
getSessionIdBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional string sessionId = 1;
getSessionIdBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
optional string sessionId = 1;
getSessionIdBytes() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessageOrBuilder
optional string sessionId = 1;
getShortNameLdapAttributes() - Method in class org.identityconnectors.ldap.ObjectClassMappingConfig
 
getSingleResult() - Method in class org.identityconnectors.ldap.search.LdapSearch
Executes the query against all configured base DNs and returns the first ConnectorObject or null.
getSingleValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the Object value from the specified (single-valued) attribute.
getSiteRenderer() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getSkippedAttributesForUpdateToNullValue() - Static method in class org.identityconnectors.contract.test.UpdateApiOpTests
 
getSms() - Method in class org.identityconnectors.databasetable.DatabaseTableConnection
Accessor for the sms property
getSortedFiles(File) - Static method in class org.identityconnectors.framework.impl.api.local.BundleLibSorter
Returns the sorted libs from the given bundle directory.
getSortedURLs(File) - Static method in class org.identityconnectors.framework.impl.api.local.BundleLibSorter
 
getSortKeys() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Returns the sort keys which should be used for ordering the ConnectorObjects returned by this search request.
getSortKeyValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
getSortKeyValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
getSortKeyValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
getSortKeyValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
getSortKeyValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
getSortKeyValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
getSortKeyValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
getSourceEncoding() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getSourceEncoding() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getSourceEncoding() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Gets the currently configured source file encoding.
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.
getSQL() - Method in class org.identityconnectors.dbcommon.DatabaseQueryBuilder
Return full sql statement string.
getSQL() - Method in class org.identityconnectors.dbcommon.UpdateSetBuilder
Build the set SQL.
getSQLAttributeType(int) - Method in class org.identityconnectors.databasetable.mapping.AttributeConvertor
 
getSQLAttributeType(int) - Method in class org.identityconnectors.databasetable.mapping.DefaultStrategy
 
getSQLAttributeType(int) - Method in class org.identityconnectors.databasetable.mapping.JdbcConvertor
 
getSQLAttributeType(int) - Method in interface org.identityconnectors.databasetable.mapping.MappingStrategy
Convert database type to connector supported set of attribute types
getSQLAttributeType(int) - Method in class org.identityconnectors.databasetable.mapping.NativeTimestampsStrategy
 
getSQLAttributeType(int) - Method in class org.identityconnectors.databasetable.mapping.StringStrategy
 
getSQLAttributeType(int) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Convert database type to connector supported set of attribute types Can be redefined for different databases.
getSQLParam(Attribute, ObjectClass, OperationOptions) - Method in class org.identityconnectors.databasetable.DatabaseTableFilterTranslator
 
getSQLParam(ResultSet, int, String, int) - Method in class org.identityconnectors.databasetable.mapping.AttributeConvertor
 
getSQLParam(ResultSet, int, String, int) - Method in class org.identityconnectors.databasetable.mapping.DefaultStrategy
 
getSQLParam(ResultSet, int, String, int) - Method in class org.identityconnectors.databasetable.mapping.JdbcConvertor
 
getSQLParam(ResultSet, int, String, int) - Method in interface org.identityconnectors.databasetable.mapping.MappingStrategy
Retrieve the SQL value from result set
getSQLParam(ResultSet, int, String, int) - Method in class org.identityconnectors.databasetable.mapping.NativeTimestampsStrategy
 
getSQLParam(ResultSet, int, String, int) - Method in class org.identityconnectors.databasetable.mapping.StringStrategy
 
getSQLParam(Attribute, ObjectClass, OperationOptions) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
Get the SQLParam for given attribute.
getSQLParam(ResultSet, int, String, int) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Retrieve the SQL value from result set.
getSqlType() - Method in class org.identityconnectors.dbcommon.SQLParam
Sql Type.
getStackTrace() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string stackTrace = 4;
getStackTrace() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
optional string stackTrace = 4;
getStackTrace() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessageOrBuilder
optional string stackTrace = 4;
getStackTrace(Throwable) - Static method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
Gets the stack trace from a Throwable as a String.
getStackTraceBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string stackTrace = 4;
getStackTraceBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
optional string stackTrace = 4;
getStackTraceBytes() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessageOrBuilder
optional string stackTrace = 4;
getStartsWithFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
getStartsWithFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
getStartsWithFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
getStartsWithFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
getStartsWithFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
getStartsWithFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
getStartsWithFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
getStartTime() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 
getStartTime() - Method in class org.identityconnectors.framework.server.ConnectorServer
Gets the time when the servers was started last time.
getStartTime() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
 
getStatistics() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
Gets a snapshot of the pool's stats at a point in time.
getString() - Method in class org.identityconnectors.common.StringPrintWriter
Return the string in the internal string writer.
getString(String, String, int) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
getString(String, String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets data value by the specified parameters
getString(String, String, int) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
getString(String, String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets data value by the specified parameters
getString(DataProvider, String, String, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
no sequence number or qualifier, appends objectclass to name
getStringAttrValue(Attributes, String) - Static method in class org.identityconnectors.ldap.LdapUtil
Return the value of the ldapAttrName parameter cast to a String.
getStringAttrValues(Attributes, String) - Static method in class org.identityconnectors.ldap.LdapUtil
Return the case insensitive set of values of the ldapAttrName parameter cast to a String.
getStringProperty(String) - Method in class org.identityconnectors.test.common.PropertyBag
Gets a required property value known to be of string type.
getStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string stringValue = 1;
getStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional string stringValue = 1;
getStringValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional string stringValue = 1;
getStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string stringValue = 1;
getStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional string stringValue = 1;
getStringValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional string stringValue = 1;
getStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string stringValue = 1;
getStringValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string stringValue = 1;
getStringValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string stringValue = 1;
getStringValue(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Get the string value from the specified (single-valued) attribute.
getStringValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string stringValue = 1;
getStringValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
optional string stringValue = 1;
getStringValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValueOrBuilder
optional string stringValue = 1;
getStringValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string stringValue = 1;
getStringValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional string stringValue = 1;
getStringValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional string stringValue = 1;
getStringValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string stringValue = 1;
getStringValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string stringValue = 1;
getStringValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string stringValue = 1;
getStructuralObjectClasses() - Method in interface org.identityconnectors.ldap.LdapNativeSchema
 
getStructuralObjectClasses() - Method in class org.identityconnectors.ldap.schema.ADStaticSchema
 
getStructuralObjectClasses() - Method in class org.identityconnectors.ldap.schema.LdapStaticSchema
 
getStructuralObjectClasses() - Method in class org.identityconnectors.ldap.ServerNativeSchema
 
getStructuralObjectClasses() - Method in class org.identityconnectors.ldap.StaticNativeSchema
 
getSubFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
getSubFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
getSubFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.NotFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
getSubFilterBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
getSubFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
getSubFilterOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
getSubFilterOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.NotFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
getSubFilters(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFilters(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFilters(int) - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.AndFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFilters(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFilters(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFilters(int) - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.OrFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersBuilderList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersBuilderList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersCount() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersCount() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersCount() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.AndFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersCount() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersCount() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersCount() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.OrFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersList() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.AndFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersList() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.OrFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.AndFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.OrFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.AndFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSubFiltersOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.OrFilterOrBuilder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
getSuccessors() - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
getSudo() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getSudoCommand() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getSudoCommand() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getSupportedLanguages() - Static method in class org.identityconnectors.common.script.ScriptExecutorFactory
Returns the set of supported languages.
getSupportedObjectClassesByOperation(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperation(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperation(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
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.
getSupportedObjectClassesByOperationBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationBuilderList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationCount() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationList() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedObjectClassesByOperationOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
getSupportedOpClasses(List<String>) - Static method in class org.forgerock.openicf.connectors.xml.util.SchemaParserUtil
 
getSupportedOperations(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperations(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperations(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperations() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Get the set of operations that this ConnectorFacade will support.
getSupportedOperations() - Method in interface org.identityconnectors.framework.api.ConnectorFacade
Get the set of operations that this ConnectorFacade will support.
getSupportedOperations() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Get the set of operations that this ConnectorFacade will support.
getSupportedOperations() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Get the set of operations that this ConnectorFacade will support.
getSupportedOperationsCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsValue(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOperationsValueList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
getSupportedOptionsByOperation(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperation(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperation(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
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.
getSupportedOptionsByOperationBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationBuilderList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationCount() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationCount() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationList() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedOptionsByOperationOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.SchemaOrBuilder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
getSupportedProtocols(List<String>) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication
 
getSuppressPassword() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
If set to true then the password will not be returned.
getSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
getSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
getSync() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
getSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
getSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
getSync() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
getSyncBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
getSyncBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
getSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
getSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
getSyncDelta() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
getSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
getSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
getSyncDelta() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.SyncOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
getSyncDeltaBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
getSyncDeltaBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
getSyncDeltaOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
getSyncDeltaOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
getSyncDeltaOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
getSyncDeltaOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
getSyncDeltaOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
getSyncDeltaOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.SyncOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
getSyncEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
getSyncEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
getSyncEventSubscriptionOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
getSyncEventSubscriptionOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
getSyncEventSubscriptionOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
getSyncEventSubscriptionOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
getSyncEventSubscriptionOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
getSyncEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
getSyncEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
getSyncEventSubscriptionOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
getSyncEventSubscriptionOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
getSyncEventSubscriptionOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
getSyncEventSubscriptionOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
getSyncEventSubscriptionOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
getSyncFileRetentionCount() - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
getSyncOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
getSyncOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
getSyncOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
getSyncOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
getSyncOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
getSyncOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
getSyncOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
getSyncOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
getSyncOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
getSyncOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
getSyncOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
getSyncOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
getSyncOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
getSyncOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
getSyncOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
getSyncOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
getSyncOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
getSyncOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
getSyncOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
getSyncOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
getSyncScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the Sync script FileName
getSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
getSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
getSyncToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncTokenOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
getSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
getSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
getSyncToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.SyncOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
getSyncTokenBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
getSyncTokenBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
getSyncTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
getSyncTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
getSyncTokenOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncTokenOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
getSyncTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
getSyncTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
getSyncTokenOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.SyncOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
getTable() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
The table name
getTargetDirectory() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Gets the target directory for writing classes.
getTargetDirectoryName() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getTaskId() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional string taskId = 2;
getTaskId() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional string taskId = 2;
getTaskId() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional string taskId = 2;
getTaskId() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional string taskId = 1;
getTaskId() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional string taskId = 1;
getTaskId() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional string taskId = 1;
getTaskIdBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional string taskId = 2;
getTaskIdBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional string taskId = 2;
getTaskIdBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional string taskId = 2;
getTaskIdBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional string taskId = 1;
getTaskIdBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional string taskId = 1;
getTaskIdBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional string taskId = 1;
getTasks(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasks(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasks(int) - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksBuilderList() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksCount() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksCount() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksCount() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksList() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksList() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksList() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTasksOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequestOrBuilder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
getTemplateDirectory() - Method in class org.forgerock.openicf.maven.ConnectorInfoReportMojo
 
getTemplateDirectory() - Method in class org.forgerock.openicf.maven.DocBookResourceMojo
 
getTerminalType() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getTerminalType() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getTestName() - Method in class org.identityconnectors.contract.test.AttributeTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.GetApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.MultiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
getTestName() - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Gets Test name
getTestName() - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
 
getTestOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
getTestOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
getTestOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
getTestOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
getTestOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
getTestOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
getTestOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
getTestOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
getTestOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
getTestOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
getTestOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
getTestOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
getTestOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
getTestOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
getTestScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the Test script FileName
getTestSuiteAttribute(String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets test suite attribute
getTestSuiteAttribute(String, String) - Method in interface org.identityconnectors.contract.data.DataProvider
Gets test suite attribute
getTestSuiteAttribute(String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets test suite attribute
getTestSuiteAttribute(String, String) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
Gets test suite attribute
getTimeout() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation
 
getTimeout(Class<? extends APIOperation>) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Gets the timeout in milliseconds based on the operation provided.
getTimeout() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the timeout (in milliseconds) to use for the connection.
getTimeout(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Gets the timeout in milliseconds based on the operation provided.
getTimeoutMap(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMap(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMap(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMap() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
getTimeoutMapBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMapOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
getTimeoutMatch() - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
getToAttribute() - Method in class org.identityconnectors.ldap.AttributeMappingConfig
 
getToken() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
getToken() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
getToken() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
getToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.SyncOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
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.
getTokenBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
getTokenBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getTokenBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
getTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
getTokenOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
getTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getTokenOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getTokenOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getTokenOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.SyncOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
getTokens() - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
getTolerance() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Returns the requested error tolerance.
getTopic() - Method in class org.identityconnectors.common.event.ConnectorEvent
 
getTotalPagedResults() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional int32 totalPagedResults = 3;
getTotalPagedResults() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
optional int32 totalPagedResults = 3;
getTotalPagedResults() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResultOrBuilder
optional int32 totalPagedResults = 3;
getTotalPagedResults() - Method in class org.identityconnectors.framework.common.objects.SearchResult
Returns the total number of paged results in adherence with the OperationOptions.getTotalPagedResultsPolicy() in the request or SearchResult.NO_COUNT if paged results were not requested, the count policy is NONE, or the total number of paged results is unknown.
getTotalPagedResultsPolicy() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy totalPagedResultsPolicy = 2;
getTotalPagedResultsPolicy() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
optional .org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy totalPagedResultsPolicy = 2;
getTotalPagedResultsPolicy() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResultOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy totalPagedResultsPolicy = 2;
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.
getTotalPagedResultsPolicyValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy totalPagedResultsPolicy = 2;
getTotalPagedResultsPolicyValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
optional .org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy totalPagedResultsPolicy = 2;
getTotalPagedResultsPolicyValue() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResultOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy totalPagedResultsPolicy = 2;
getTrim() - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
getTrustManager() - Method in class org.forgerock.openicf.maven.RemoteFrameworkConnectionInfoConverter
Create a trust manager that trusts all certificates It is not using a particular keyStore
getTrustManagerFactoryAlgorithm() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getTrustManagers() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
getTrustManagers() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns the list of TrustManager's. to use when establishing the connection.
getTrustStoreBytes() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getTrustStoreFile() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getTrustStorePass() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getTrustStoreProvider() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getTrustStoreType() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
getType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string type = 8;
getType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string type = 8;
getType() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string type = 8;
getType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType type = 2;
getType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
optional .org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType type = 2;
getType() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType type = 2;
getType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional string type = 1;
getType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
optional string type = 1;
getType() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfoOrBuilder
optional string type = 1;
getType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional .org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType type = 2;
getType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
optional .org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType type = 2;
getType() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType type = 2;
getType() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get the type of the property.
getType() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
The basic type associated with this attribute.
getType() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
getType() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
getType() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
getType() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the type of the property.
getType(String) - Static method in class org.identityconnectors.ldap.ADGroupType
 
getType() - Method in class org.identityconnectors.ldap.LdapConnection.AuthenticationResult
 
getTypeBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string type = 8;
getTypeBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string type = 8;
getTypeBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string type = 8;
getTypeBytes() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional string type = 1;
getTypeBytes() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
optional string type = 1;
getTypeBytes() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfoOrBuilder
optional string type = 1;
getTypeValue() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType type = 2;
getTypeValue() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
optional .org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType type = 2;
getTypeValue() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType type = 2;
getTypeValue() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional .org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType type = 2;
getTypeValue() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
optional .org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType type = 2;
getTypeValue() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType type = 2;
getUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUidOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
getUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
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.
getUidAttribute() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidIfGetOperation(Filter) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Check if SearchOp was invoked from GetApiOp or SearchApiOp.
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUidOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
getUidValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
getUidValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
getUidValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
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.
getUidValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
getUidValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
getUidValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
getUidValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.api.ConnectorInfoManagerFactory
Creates the ConnectorInfoManager for a remote framework but the connection is not checked and not initialised.
getUnCheckedRemoteManager(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.ConnectorInfoManagerFactoryImpl
 
getUnconditionallySupportedOperations() - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Returns the set of operations that are always supported.
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
getUnknownFields() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
getUnscaled() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
optional string unscaled = 1;
getUnscaled() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
optional string unscaled = 1;
getUnscaled() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimalOrBuilder
optional string unscaled = 1;
getUnscaledBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
optional string unscaled = 1;
getUnscaledBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
optional string unscaled = 1;
getUnscaledBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimalOrBuilder
optional string unscaled = 1;
getUpdateableAttributes(DataProvider, ObjectClassInfo, String, String, int, boolean, boolean) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Get updateable attributes' values.
getUpdateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
getUpdateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
getUpdateOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
getUpdateOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
getUpdateOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
getUpdateOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
getUpdateOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
getUpdateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
getUpdateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
getUpdateOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
getUpdateOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
getUpdateOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
getUpdateOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
getUpdateOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
getUpdateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
getUpdateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
getUpdateRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
getUpdateRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
getUpdateRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
getUpdateRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
getUpdateRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
getUpdateScriptFileName() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Return the Update script FileName
getUpdateType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType updateType = 3;
getUpdateType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType updateType = 3;
getUpdateType() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType updateType = 3;
getUpdateType() - Method in class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
 
getUpdateTypeValue() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType updateType = 3;
getUpdateTypeValue() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType updateType = 3;
getUpdateTypeValue() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType updateType = 3;
getUriValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string uriValue = 8;
getUriValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional string uriValue = 8;
getUriValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional string uriValue = 8;
getUriValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string uriValue = 8;
getUriValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string uriValue = 8;
getUriValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string uriValue = 8;
getUriValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string uriValue = 8;
getUriValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
optional string uriValue = 8;
getUriValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValueOrBuilder
optional string uriValue = 8;
getUriValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string uriValue = 8;
getUriValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
optional string uriValue = 8;
getUriValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValueOrBuilder
optional string uriValue = 8;
getUrlPattern() - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
getUser() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
getUser() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
getUser() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
getUsername() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string username = 2;
getUsername() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
optional string username = 2;
getUsername() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequestOrBuilder
optional string username = 2;
getUsername() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string username = 2;
getUsername() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
optional string username = 2;
getUsername() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequestOrBuilder
optional string username = 2;
getUsername() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
getUsername() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
getUsernameBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string username = 2;
getUsernameBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
optional string username = 2;
getUsernameBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequestOrBuilder
optional string username = 2;
getUsernameBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string username = 2;
getUsernameBytes() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
optional string username = 2;
getUsernameBytes() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequestOrBuilder
optional string username = 2;
getUserNameLdapAttributes(ObjectClass) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
getUseSSL() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Returns true if we are to use SSL to connect.
getUseSSL() - Method in class org.identityconnectors.framework.server.ConnectorServer
Returns true if we are to use SSL.
getValidateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
getValidateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
getValidateOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
getValidateOpRequestBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
getValidateOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
getValidateOpRequestOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
getValidateOpRequestOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
getValidateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
getValidateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
getValidateOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
getValidateOpResponseBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
getValidateOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
getValidateOpResponseOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
getValidateOpResponseOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
getValidConnectionQuery() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
connection validation query getter
getValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
optional bytes value = 1;
getValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
optional bytes value = 1;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncTokenOrBuilder
optional bytes value = 1;
getValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string value = 1;
getValue() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
optional string value = 1;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.UidOrBuilder
optional string value = 1;
getValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValue(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessageOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValue(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string value = 9;
getValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string value = 9;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string value = 9;
getValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
optional string value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
optional string value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntryOrBuilder
optional string value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
getValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTestOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
getValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
optional int32 value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
optional int32 value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntryOrBuilder
optional int32 value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
optional string value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilterOrBuilder
optional string value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
optional string value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilterOrBuilder
optional string value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
optional string value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilterOrBuilder
optional string value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
optional string value = 2;
getValue() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
optional string value = 2;
getValue() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntryOrBuilder
optional string value = 2;
getValue() - Method in class org.identityconnectors.common.Pair
getValue() - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
getValue() - Method in class org.identityconnectors.dbcommon.SQLParam
The param value.
getValue() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Get the value from the property.
getValue() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
getValue() - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Return any current value of the attribute that is being built.
getValue() - Method in class org.identityconnectors.framework.common.objects.filter.SingleValueAttributeFilter
Value to test against.
getValue() - Method in class org.identityconnectors.framework.common.objects.filter.StringFilter
Get the string value from the afore mentioned attribute.
getValue() - Method in class org.identityconnectors.framework.common.objects.SyncToken
Returns the value for the token.
getValue() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Get the value from the property.
getValue() - Method in class org.identityconnectors.ldap.sync.sunds.LdifParser.NameValue
 
getValueBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
getValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string value = 1;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
optional string value = 1;
getValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.UidOrBuilder
optional string value = 1;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string value = 9;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
optional string value = 9;
getValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationPropertyOrBuilder
optional string value = 9;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
optional string value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
optional string value = 2;
getValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntryOrBuilder
optional string value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
optional string value = 2;
getValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilterOrBuilder
optional string value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
optional string value = 2;
getValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilterOrBuilder
optional string value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
optional string value = 2;
getValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilterOrBuilder
optional string value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
optional string value = 2;
getValueBytes() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
optional string value = 2;
getValueBytes() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntryOrBuilder
optional string value = 2;
getValueCase() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
getValueCase() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
getValueCase() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntryOrBuilder
 
getValueCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessageOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
 
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
 
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
 
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
 
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
 
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
 
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
 
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
 
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
 
getValueDescriptor() - Method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
 
getValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessageOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessageOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
getValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTestOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilder() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValueOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
getValueOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessageOrBuilder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
getValueOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValueOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
getValues(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValues(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValues(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValues() - Method in class org.identityconnectors.dbcommon.InsertIntoBuilder
Build the values.
getValuesBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesCount() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesCount() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesOrBuilder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesOrBuilder(int) - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesOrBuilderList() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getValuesOrBuilderList() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntryOrBuilder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
getVariant() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string variant = 3;
getVariant() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
optional string variant = 3;
getVariant() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.LocaleOrBuilder
optional string variant = 3;
getVariantBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string variant = 3;
getVariantBytes() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
optional string variant = 3;
getVariantBytes() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.LocaleOrBuilder
optional string variant = 3;
getVerbose() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Returns true if verbose operation has been requested.
getVersion() - Method in class org.identityconnectors.common.Version
Returns this version as a string.
getVersion() - Static method in class org.identityconnectors.testcommon.TstCommon
 
getVlvSortAttribute() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
getWarningLevel() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Gets the currently configured warning level.
getWebsocketCreator() - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
Overwrite with custom implementation.
getWebSocketIdleTimeoutInMs() - Method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
Return the maximum time, in milliseconds, a WebSocket may be idle before being timed out.
getWhere() - Method in class org.identityconnectors.dbcommon.FilterWhereBuilder
 
getWhereClause() - Method in class org.identityconnectors.dbcommon.FilterWhereBuilder
Gets the where clause.
getXml() - Method in class org.identityconnectors.framework.impl.api.remote.messages.EchoMessage
 
getXmlFilePath() - Method in class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
getXsdFilePath() - Method in class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
getXsdIcfFilePath() - Method in class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
getXsdSchema() - Method in class org.forgerock.openicf.connectors.xml.xsdparser.SchemaParser
 
GLOBAL - Static variable in class org.identityconnectors.ldap.ADGroupType
 
globalConnectionGroups - Variable in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
globalConnectionGroups - Variable in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication
 
globalConnectionGroups - Variable in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator
 
GracefulCloseEvent(HttpResponsePacket) - Constructor for class org.forgerock.openicf.framework.client.ConnectionManager.GracefulCloseEvent
 
greaterThan(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically greater than the value of the specified Attribute.
GreaterThanFilter - Class in org.identityconnectors.framework.common.objects.filter
 
GreaterThanFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
Determine if the ConnectorObject Attribute value is greater than the one provided in the filter.
GREATERTHANFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
GreaterThanOrEqualFilter - Class in org.identityconnectors.framework.common.objects.filter
 
GreaterThanOrEqualFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
GREATERTHANOREQUALFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
greaterThanOrEqualTo(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically greater than or equal to the value of the specified Attribute.
GROOVY - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
GROOVY_LANG_GROOVY_OBJECT - Static variable in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
 
GroovyDataProvider - Class in org.identityconnectors.contract.data
Default implementation of DataProvider.
GroovyDataProvider() - Constructor for class org.identityconnectors.contract.data.GroovyDataProvider
default constructor
GroovyDataProvider(String) - Constructor for class org.identityconnectors.contract.data.GroovyDataProvider
 
GroovyScriptExecutorFactory - Class in org.identityconnectors.common.script.groovy
Creates a new ScriptExecutorFactory for executing Groovy scripts.
GroovyScriptExecutorFactory() - Constructor for class org.identityconnectors.common.script.groovy.GroovyScriptExecutorFactory
Make sure we blow up if Groovy does not exist.
GROUP - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
Represents a collection that contains an object (such as an account).
GROUP_MEMBERS_MAXRANGE - Static variable in class org.identityconnectors.ldap.ADLdapUtil
 
GROUP_NAME - Static variable in class org.identityconnectors.framework.common.objects.ObjectClass
This constant defines a specific value of ObjectClass that is reserved for ObjectClass.GROUP.
GROUP_SCOPE_NAME - Static variable in class org.identityconnectors.ldap.ADGroupType
 
GROUP_TYPE_NAME - Static variable in class org.identityconnectors.ldap.ADGroupType
 
GroupHelper - Class in org.identityconnectors.ldap
 
GroupHelper(LdapConnection) - Constructor for class org.identityconnectors.ldap.GroupHelper
 
groupHelper - Variable in class org.identityconnectors.ldap.LdapModifyOperation
 
GroupHelper.GroupMembership - Class in org.identityconnectors.ldap
 
GroupHelper.Modification<T> - Class in org.identityconnectors.ldap
 
GroupMembership(String, String) - Constructor for class org.identityconnectors.ldap.GroupHelper.GroupMembership
 
GROUPMESSAGEKEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
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.
GROUPTYPE - Static variable in class org.identityconnectors.ldap.ADGroupType
The groupType attribute
GUARDED_BYTE_ARRAY - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
GUARDED_STRING - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
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.
GUARDEDBYTEARRAY_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
GUARDEDBYTEARRAY = 9;
GuardedByteArrayAccessor - Class in org.forgerock.openicf.connectors.xml.util
 
GuardedByteArrayAccessor() - Constructor for class org.forgerock.openicf.connectors.xml.util.GuardedByteArrayAccessor
 
GUARDEDBYTEARRAYVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
GUARDEDBYTEARRAYVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
GUARDEDBYTEARRAYVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
GuardedPasswordAttribute - Class in org.identityconnectors.ldap.schema
 
GuardedPasswordAttribute() - Constructor for class org.identityconnectors.ldap.schema.GuardedPasswordAttribute
 
GuardedPasswordAttribute.Accessor - Interface in org.identityconnectors.ldap.schema
 
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.
GUARDEDSTRING_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
GUARDEDSTRING = 10;
GuardedStringAccessor - Class in org.forgerock.openicf.connectors.xml.util
 
GuardedStringAccessor() - Constructor for class org.forgerock.openicf.connectors.xml.util.GuardedStringAccessor
 
GUARDEDSTRINGVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
GUARDEDSTRINGVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
GUARDEDSTRINGVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
guessObjectClass(LdapConnection, Attribute) - Static method in class org.identityconnectors.ldap.LdapUtil
 
GUID - Class in org.identityconnectors.common
Create a globally unique identifier.
GUID() - Constructor for class org.identityconnectors.common.GUID
 
guidDashedStringtoByteString(String) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
guidStringtoByteString(String) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 

H

handle(Object) - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
handle(ConnectorObject) - Method in interface org.identityconnectors.framework.common.objects.ResultsHandler
Invoked each time a matching ConnectorObject is returned from a query request.
handle(SyncDelta) - Method in interface org.identityconnectors.framework.common.objects.SyncResultsHandler
Called to handle a delta in the stream.
handle(Object) - Method in interface org.identityconnectors.framework.common.serializer.XmlObjectResultsHandler
 
handle(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.DuplicateFilteringResultsHandler
 
handle(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler
 
handle(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.NormalizingResultsHandler
 
handle(SyncDelta) - Method in class org.identityconnectors.framework.impl.api.local.operations.NormalizingSyncResultsHandler
 
handle(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.SearchImpl.AttributesToGetSearchResultsHandler
Handle the object w/ reduced attributes.
handle(SyncDelta) - Method in class org.identityconnectors.framework.impl.api.local.operations.SyncImpl.AttributesToGetSyncResultsHandler
 
handle(Object) - Method in interface org.identityconnectors.framework.impl.api.ObjectStreamHandler
 
handle(String, SearchResult) - Method in interface org.identityconnectors.ldap.search.LdapSearchResultsHandler
 
handle(ConnectorObject) - Method in class org.identityconnectors.test.common.ToListResultsHandler
 
handleEvent(ConnectorEvent) - Method in interface org.identityconnectors.common.event.ConnectorEventHandler
Called by the ConnectorEventPublisher service to notify the listener of an event.
handleException(E) - Method in class org.forgerock.openicf.common.rpc.LocalRequest
 
handleExceptionMessage(RPCMessages.ExceptionMessage) - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
handleHandshake(FilterChainContext, HttpContent) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketFilter
 
handleIncomingMessage(H, Object) - Method in class org.forgerock.openicf.common.rpc.LocalRequest
 
handleIncomingMessage(H, Object) - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
handleIncomingMessage(WebSocketConnectionHolder, Object) - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
handleOperationResponseMessages(WebSocketConnectionHolder, M) - Method in class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory.AbstractRemoteOperationRequest
 
handler - Variable in class org.forgerock.openicf.framework.remote.AsyncRemoteLegacyConnectorInfoManager
 
HANDLER - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
handleRemoteMessage(WebSocketConnectionHolder, RPCMessages.RemoteMessage) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
handleRequestMessage(WebSocketConnectionHolder, long, RPCMessages.RPCRequest) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
handleResponseMessage(WebSocketConnectionHolder, MessageLite) - Method in class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory.AbstractRemoteOperationRequest
 
handleResponseMessage(WebSocketConnectionHolder, long, RPCMessages.RPCResponse) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
handleResponseMessage(WebSocketConnectionHolder, MessageLite) - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
handleResult(V) - Method in class org.forgerock.openicf.common.rpc.LocalRequest
 
handleResult(SearchResult) - Method in class org.identityconnectors.framework.impl.api.local.operations.DuplicateFilteringResultsHandler
 
handleResult(SearchResult) - Method in interface org.identityconnectors.framework.spi.SearchResultsHandler
Invoked when the request has completed successfully.
handleResult(SyncToken) - Method in interface org.identityconnectors.framework.spi.SyncTokenResultsHandler
Invoked when the request has completed successfully.
handleText(XmlPullParser, Sink) - Method in class org.forgerock.openicf.maven.xhtml.XhtmlCustomParser
handshake(WebSocketConnectionHolder, RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
handshake(Principal, WebSocketConnectionHolder, RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
handshake(RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionHolder
 
handshake(WebSocketConnectionHolder, RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.SinglePrincipal
 
handshake(WebSocketConnectionHolder, RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator.SinglePrincipal
 
HANDSHAKEMESSAGE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
HANDSHAKEMESSAGE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
hasAll() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
hasAPIConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
hasAPIConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
hasAPIConfiguration() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
hasAsynchronousResults() - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
hasAttribute(String) - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Determines if the set as the attribute specified.
hasAttributeInfos() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
hasAttributeInfos() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
hasAttributeInfos() - Method in interface org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
hasAuthenticateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
hasAuthenticateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
hasAuthenticateOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
hasAuthenticateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
hasAuthenticateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
hasAuthenticateOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
hasBatchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
hasBatchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
hasBatchOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
hasBatchOpResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
hasBatchOpResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
hasBatchOpResult() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
hasBinaryOption(String) - Static method in class org.identityconnectors.ldap.LdapUtil
Returns true if the attribute has the binary option, e.g., userCertificate;binary.
hasCancelOpRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
hasCancelOpRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
hasCancelOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
hasCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
hasCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
hasCause() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCauseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
hasConfigurationChangeEvent() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
hasConfigurationChangeEvent() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
hasConfigurationChangeEvent() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
hasConnectorEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
hasConnectorEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
hasConnectorEventSubscriptionOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
hasConnectorEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
hasConnectorEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
hasConnectorEventSubscriptionOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
hasConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
hasConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
hasConnectorKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
hasConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
hasConnectorKey() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
hasConnectorKey() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
hasConnectorMessages() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
hasConnectorMessages() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
hasConnectorMessages() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfoOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
hasConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
hasConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
hasConnectorObject() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
hasConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
hasConnectorObject() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
hasConnectorObject() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
hasConnectorPoolConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
hasConnectorPoolConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
hasConnectorPoolConfiguration() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
hasControlRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
hasControlRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
hasControlRequest() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
hasControlResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
hasControlResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
hasControlResponse() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
hasCreateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
hasCreateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
hasCreateOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
hasCreateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
hasCreateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
hasCreateOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
hasCreateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
hasCreateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
hasCreateRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
hasDeleteOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
hasDeleteOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
hasDeleteOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
hasDeleteOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
hasDeleteOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
hasDeleteOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
hasDeleteRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
hasDeleteRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
hasDeleteRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
hasEmptyResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
hasEmptyResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
hasEmptyResult() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
hasError() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
hasError() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
hasError() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
hasFreeConnectionPermit() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
hasGetOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
hasGetOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
hasGetOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
hasGetOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
hasGetOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
hasGetOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
hasHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
hasHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
hasHandshakeMessage() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
hasHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
hasHandshakeMessage() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
hasHandshakeMessage() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
hashCode() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
hashCode() - Method in class org.forgerock.openicf.framework.remote.security.SharedSecretPrincipal
 
hashCode(Object) - Static method in class org.identityconnectors.common.CollectionUtil
hashCode function that properly handles arrays, collections, maps, collections of arrays, and maps of arrays.
hashCode() - Method in class org.identityconnectors.common.ConnectorKeyRange
 
hashCode() - Method in class org.identityconnectors.common.EqualsHashCodeBuilder
Determine the hashcode based on the various members.
hashCode() - Method in class org.identityconnectors.common.GUID
Get the hashcode of the VMID.
hashCode() - Method in class org.identityconnectors.common.Pair
hashCode() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
hashCode() - Method in class org.identityconnectors.common.script.Script
 
hashCode() - Method in class org.identityconnectors.common.security.GuardedByteArray
 
hashCode() - Method in class org.identityconnectors.common.security.GuardedString
 
hashCode() - Method in class org.identityconnectors.common.Version
 
hashCode() - Method in class org.identityconnectors.common.VersionRange
 
hashCode() - Method in class org.identityconnectors.dbcommon.SQLParam
 
hashCode() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
hashCode() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
hashCode() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns a hash code based on uid
hashCode() - Method in class org.identityconnectors.framework.common.objects.Schema
Create a hash code from all the object info objects.
hashCode() - Method in class org.identityconnectors.framework.common.objects.SearchResult
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
 
hashCode() - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
hashCode() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
hashCode() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
hashCode() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorPoolManager.ConnectorPoolKey
 
hashCode() - Method in class org.identityconnectors.ldap.AttributeMappingConfig
 
hashCode() - Method in class org.identityconnectors.ldap.GroupHelper.GroupMembership
 
hashCode() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
hashCode() - Method in class org.identityconnectors.ldap.ObjectClassMappingConfig
 
hashCode() - Method in class org.identityconnectors.ldap.search.LdapFilter
 
hashPassword(Attribute, String) - Method in class org.identityconnectors.ldap.LdapModifyOperation
 
hasInnerCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
hasInnerCause() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
hasInnerCause() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessageOrBuilder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
hasKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
hasKey() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
hasKey() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntryOrBuilder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
hasLast() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
hasLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
hasLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
hasLatestSyncToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
hasLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
hasLatestSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
hasLatestSyncToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
hasLocale() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
hasLocale() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
hasLocale() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
hasMore() - Method in class org.identityconnectors.ldap.sync.activedirectory.DirSyncResponseControl
 
hasOperationRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
hasOperationRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
hasOperationRequest() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
hasOperationResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
hasOperationResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
hasOperationResponse() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
hasPreviousUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
hasPreviousUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
hasPreviousUid() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
hasRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
hasRequest() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
hasRequest() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessageOrBuilder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
hasResolveUsernameOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
hasResolveUsernameOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
hasResolveUsernameOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
hasResolveUsernameOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
hasResolveUsernameOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
hasResolveUsernameOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
hasResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
hasResponse() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
hasResponse() - Method in interface org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessageOrBuilder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
hasResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
hasResult() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
hasResult() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
hasResultsHandlerConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
hasResultsHandlerConfiguration() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
hasResultsHandlerConfiguration() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfigurationOrBuilder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
hasSchemaOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
hasSchemaOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
hasSchemaOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
hasSchemaOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
hasSchemaOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
hasSchemaOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
hasScript() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
hasScript() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
hasScript() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContextOrBuilder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
hasScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
hasScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
hasScriptContext() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
hasScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
hasScriptContext() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
hasScriptContext() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
hasScriptOnConnectorOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
hasScriptOnConnectorOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
hasScriptOnConnectorOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
hasScriptOnConnectorOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
hasScriptOnConnectorOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
hasScriptOnConnectorOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
hasScriptOnResourceOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
hasScriptOnResourceOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
hasScriptOnResourceOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
hasScriptOnResourceOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
hasScriptOnResourceOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
hasScriptOnResourceOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
hasSearchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
hasSearchOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
hasSearchOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
hasSearchOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
hasSearchOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
hasSearchOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
hasSubFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
hasSubFilter() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
hasSubFilter() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.NotFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
hasSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
hasSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
hasSync() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
hasSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
hasSync() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
hasSync() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
hasSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
hasSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
hasSyncDelta() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
hasSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
hasSyncDelta() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
hasSyncDelta() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.SyncOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
hasSyncEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
hasSyncEventSubscriptionOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
hasSyncEventSubscriptionOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
hasSyncEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
hasSyncEventSubscriptionOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
hasSyncEventSubscriptionOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
hasSyncOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
hasSyncOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
hasSyncOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
hasSyncOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
hasSyncOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
hasSyncOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
hasSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
hasSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
hasSyncToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncTokenOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
hasSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
hasSyncToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
hasSyncToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.SyncOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
hasTestOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
hasTestOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
hasTestOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
hasTestOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
hasTestOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
hasTestOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
hasToken() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
hasToken() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
hasToken() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
hasToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
hasToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
hasToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
hasToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
hasToken() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
hasToken() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.SyncOrBuilder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
hasToken(String) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
hasUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUidOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDeltaOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResultOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUid() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
hasUpdateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
hasUpdateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
hasUpdateOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
hasUpdateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
hasUpdateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
hasUpdateOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
hasUpdateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
hasUpdateRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
hasUpdateRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTaskOrBuilder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
hasValidateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
hasValidateOpRequest() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
hasValidateOpRequest() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequestOrBuilder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
hasValidateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
hasValidateOpResponse() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
hasValidateOpResponse() - Method in interface org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponseOrBuilder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
hasValue() - Method in interface org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTestOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
hasValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
hasValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
hasValue() - Method in interface org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilterOrBuilder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
healthChecker - Variable in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication
 
HelloRequest - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent the first time we connect to a given server.
HelloRequest(int) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
HelloResponse - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent in response to a HelloRequest.
HelloResponse(Throwable, Map<String, Object>, List<ConnectorKey>, List<RemoteConnectorInfoImpl>) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 
HELPMESSAGEKEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
HelpMojo - Class in org.forgerock.openicf.maven
Display help information on openicf-maven-plugin.
HelpMojo() - Constructor for class org.forgerock.openicf.maven.HelpMojo
 
HttpResponseResourceException(ResourceException) - Constructor for exception org.forgerock.openicf.misc.crest.AbstractRemoteConnection.HttpResponseResourceException
 

I

IBMDSChangeLogSyncStrategy - Class in org.identityconnectors.ldap.sync.ibm
A NAME does ...
IBMDSChangeLogSyncStrategy(LdapConnection, ObjectClass) - Constructor for class org.identityconnectors.ldap.sync.ibm.IBMDSChangeLogSyncStrategy
 
ICF_CONTAINER_TAG - Static variable in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
ICF_NAMESPACE_PREFIX - Static variable in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
ICFObjectBuilder - Class in org.forgerock.openicf.misc.scriptedcommon
 
ICFObjectBuilder(Class<? extends Connector>) - Constructor for class org.forgerock.openicf.misc.scriptedcommon.ICFObjectBuilder
 
id(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
ID - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
idleConnectionInPoolTimeoutInMs - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
idleConnectionTimeoutInMs - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
implClass - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerFactory
 
inconsistencyCounter - Variable in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
inconsistent() - Method in class org.forgerock.openicf.common.rpc.LocalRequest
Signs that the object state is inconsistent.
inconsistent() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
Signs that the object state is inconsistent.
inconsistent() - Method in class org.forgerock.openicf.framework.remote.rpc.LocalOperationProcessor
 
inconsistent() - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
increaseConnectionPermits() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
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
 
INFOLEVEL_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
init(Configuration) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConnector
 
init(Configuration) - Method in class org.forgerock.openicf.connectors.ssh.SSHConnector
Callback method to receive the Configuration.
init() - Method in class org.forgerock.openicf.connectors.xml.ConcurrentXMLHandler
 
init(Configuration) - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
init() - Method in interface org.forgerock.openicf.connectors.xml.XMLHandler
 
init() - Method in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
init(Configuration) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Callback method to receive the Configuration.
init() - Method in class org.forgerock.openicf.framework.client.ConnectionManager
 
init() - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
init() - Method in class org.forgerock.openicf.framework.server.ConnectorServer
Initialize this ConnectorServer instance.
init(ServletConfig) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketServlet
 
init(String[]) - Method in class org.forgerock.openicf.framework.server.Main
 
init(Configuration) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
init() - Method in class org.identityconnectors.contract.test.ConfigurationTests
Initialize the unit test
init(Configuration) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Init the connector Initialize the connector with its configuration.
init(String[]) - Method in class org.identityconnectors.framework.server.Main
 
init(Configuration) - Method in interface org.identityconnectors.framework.spi.Connector
Initialize the connector with its configuration.
init(Configuration) - Method in class org.identityconnectors.ldap.LdapConnector
 
INIT_PARAM_CONNECTION_FACTORY_METHOD - Static variable in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
INIT_PARAM_CONNECTION_METHOD_DEFAULT - Static variable in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
INIT_PARAM_CONNECTOR_FRAMEWORK_FACTORY_CLASS - Static variable in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
initGroovyEngine() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
initGroovyEngine() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
initialiseEncryptor() - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
initialize(XSSchema, XSSchema) - Method in enum org.forgerock.openicf.connectors.xml.util.NamespaceLookupUtil
 
initialize(Properties) - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
initializeFilterChain(ConnectionManagerConfig) - Method in class org.forgerock.openicf.framework.client.ConnectionManager
 
initializeNIOTransport(ConnectionManagerConfig) - Method in class org.forgerock.openicf.framework.client.ConnectionManager
 
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.
INNERCAUSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
inputStreamToBytes(InputStream) - Static method in class org.identityconnectors.common.IOUtil
Takes a 'InputStream' and returns a byte array.
InsertIntoBuilder - Class in org.identityconnectors.dbcommon
The update set builder create the database update statement.
InsertIntoBuilder() - Constructor for class org.identityconnectors.dbcommon.InsertIntoBuilder
 
INSTANCE - Static variable in class org.forgerock.openicf.csvfile.CSVFilterTranslator
 
INSTANCE - Static variable in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
INSTANCE - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
 
INT_PRIMITIVE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
INTEGER - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
INTEGER_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
INTEGER = 5;
INTEGER_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
INTEGER = 5;
INTEGERVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
INTEGERVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
INTEGERVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
internalGetFieldAccessorTable() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
 
internalGetValueMap() - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
 
intersection(Collection<T>, Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns the intersection of two Collections as an unmodifiable set.
INVALID_JNDI_ENTRY - Static variable in class org.identityconnectors.dbcommon.JNDIUtil
 
InvalidAttributeValueException - Exception in org.identityconnectors.framework.common.exceptions
InvalidAttributeValueException is thrown when an attempt is made to add to an attribute a value that conflicts with the attribute's schema definition.
InvalidAttributeValueException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with null as its detail message.
InvalidAttributeValueException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with the specified detail message.
InvalidAttributeValueException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with the specified cause and a detail message of (cause==null ?
InvalidAttributeValueException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidAttributeValueException
Constructs a new InvalidAttributeValueException exception with the specified detail message and cause.
InvalidCredentialException - Exception in org.identityconnectors.framework.common.exceptions
InvalidCredentialException signals that user authentication failed.
InvalidCredentialException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidCredentialException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidCredentialException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidCredentialException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidCredentialException
 
InvalidPasswordException - Exception in org.identityconnectors.framework.common.exceptions
Thrown when a password credential is invalid.
InvalidPasswordException() - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
 
InvalidPasswordException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
 
InvalidPasswordException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
 
InvalidPasswordException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.InvalidPasswordException
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.dbcommon.ExpectProxy
The InvocationHandler method.
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.BufferedResultsProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.LoggingProxy
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.MethodTimeoutProxy
 
invoke(Object, Method, Object[]) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler
 
invokeCloseListener(CloseListener<T>) - Method in class org.forgerock.openicf.framework.async.CloseableAsyncConnectorInfoManager
 
invokeCloseListener(CloseListener<RemoteConnectionInfoManagerFactory>) - Method in class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
invokeCloseListener(CloseListener<ConnectorFramework>) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
invokeCloseListener(CloseListener<T>) - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
invokeCloseListener(CloseListener<WebSocketConnectionGroup>) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
invokeMethod(String, Object) - Method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
invokeMethod(String, Object) - Method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeInfoDelegate
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.ICFObjectBuilder
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.SchemaDelegate
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
invokeMethod(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
ioSelectorThreadCount - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
IOUtil - Class in org.identityconnectors.common
IO Utilities.
ioWorkerThreadMultiplier - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
is(String) - Method in class org.identityconnectors.framework.common.objects.Attribute
Determines if the 'name' matches this Attribute.
is(String) - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the name parameter matches this AttributeInfo.
is(String) - Method in class org.identityconnectors.framework.common.objects.ObjectClass
Determines if the 'name' matches this ObjectClass.
is(String) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
Determines if the 'name' matches this ObjectClassInfo.
is(Class<? extends Throwable>) - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
Checks if the exception is the expected class.
isAccountDisabled() - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
isAccountDisabled(String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
isAccountLockOut() - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
isAccountLockOut(String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
isActive() - Method in class org.forgerock.openicf.framework.osgi.OsgiConnectorInfoImpl
 
isAdaptableToObjectStreamHandler(Class<?>) - Static method in class org.identityconnectors.framework.impl.api.StreamHandlerUtil
 
isAllNative() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Accessor for the allNativeproperty
ISARRAY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
ISARRAY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
isAscendent() - Method in class org.identityconnectors.dbcommon.DatabaseQueryBuilder.OrderBy
The ascendent flag.
ISASCENDING_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
isAscendingOrder() - Method in class org.identityconnectors.framework.common.objects.SortKey
Returns true if this sort key is in ascending order, or false if it is in descending order.
isAttrSupported(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute supported.
isBinarySyntax(String) - Method in class org.identityconnectors.ldap.LdapConnection
 
isBlank(String) - Static method in class org.identityconnectors.common.StringUtil
Checks if a String is whitespace, empty ("") or null.
isByte() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest.MessageElement
 
isCaseIgnored() - Method in class org.identityconnectors.ldap.AppendingAttributes
 
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
 
isChanged(int) - Method in class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
isClient() - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
isClosed() - Method in class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
isClosed() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
isConfidential() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Is this a confidential property whose value should be encrypted by the application when persisted?
isConfidential() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Is this a confidential property whose value should be encrypted by the application when persisted?
isConfigurationStateless() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
isConnectorInfo() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
isConnectorKeys() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
isConnectorPoolingSupported() - Method in interface org.identityconnectors.framework.api.APIConfiguration
Determines if this Connector uses the framework's connector pooling.
isConnectorPoolingSupported() - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Determines if this Connector uses the framework's connector pooling.
isConnectorPoolingSupported() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
isContainer() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
isContainer() - Method in class org.identityconnectors.ldap.ObjectClassMappingConfig
 
ISCONTAINER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
isCreateable(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute Createable.
isCreateable() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is writable on create.
isCreateFileIfNotExists() - Method in class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
isCRU(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute creatable, updateable and readable.
isDNAttribute(String) - Static method in class org.identityconnectors.ldap.LdapEntry
 
isDone() - Method in class org.identityconnectors.dbcommon.ExpectProxy
Test that all expected was called in the order.
isDontExpirePassword() - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
isDontExpirePassword(String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
isEchoOff() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
isEchoOff() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
isEmpty(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Determine if Collection is empty or not, protects against null being passed in.
isEmpty(String) - Static method in class org.identityconnectors.common.StringUtil
Determines if a string is empty.
isEmpty() - Method in class org.identityconnectors.common.VersionRange
Returns whether this version range is empty.
isEnableAttributesToGetSearchResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEnableCaseInsensitiveFilter() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEnabled(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the ConnectorObject is enable.
isEnableEmptyString() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Accessor for the enableEmptyString property
isEnableFilteredResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEnableNormalizingResultsHandler() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
isEncryptedTextPasswordAllowed(String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
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.
isFilterWithOrInsteadOfAnd() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isFloorInclusive() - Method in class org.identityconnectors.common.VersionRange
 
isGetGroupMemberId() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isHandHooked() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionHolder
 
isIn() - Method in class org.identityconnectors.dbcommon.FilterWhereBuilder
There is a need to put the content into brackets.
isInfo() - Method in class org.identityconnectors.common.logging.Log
 
isInFrameworkPackageList(String, Collection<String>) - Method in class org.identityconnectors.common.logging.Log
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
isInitialized() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
isInRange(ConnectorKey) - Method in class org.identityconnectors.common.ConnectorKeyRange
 
isInRange(Version) - Method in class org.identityconnectors.common.VersionRange
 
isLdapGroups(String) - Static method in class org.identityconnectors.ldap.LdapConstants
 
isLockedOut(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the ConnectorObject is locked out.
isLoggable(Class<?>, Log.Level) - Method in class org.forgerock.openicf.common.logging.slf4j.SLF4JLog
Use the internal SLF4J logger to determine if the level is worthy of logging.
isLoggable(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.impl.JDKLogger
Use the internal JDK logger to determine if the level is worthy of logging.
isLoggable(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.impl.NoOpLogger
Always returns false because there nothing to do.
isLoggable(Log.Level) - Method in class org.identityconnectors.common.logging.Log
Determine if its log-able at this level within this class.
isLoggable(Class<?>, Log.Level) - Method in interface org.identityconnectors.common.logging.LogSpi
Determines if the it should be logged based on Class and Level.
isLoggable() - Static method in class org.identityconnectors.framework.impl.api.LoggingProxy
 
isMaintainLdapGroupMembership() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isMaintainPosixGroupMembership() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isMatchSubclasses() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectTypeMapper
Should we match subclasses of the given class or only the exact class?
isMatchSubclasses() - Method in class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
 
isMultiValue(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute multiValue.
isMultiValued() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if this attribute can handle multiple values.
isMutual() - Method in class org.forgerock.openicf.framework.remote.security.SharedSecretPrincipal
 
isNativeTimestamps() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Accessor for the nativeTimestamps property
isNormalAccount() - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
isNormalAccount(String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
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.
isNull() - Method in class org.forgerock.openicf.framework.remote.ReferenceCountedObject
 
isObjectClassSupported(ObjectClass) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Identifier which tells if the tested ObjectClass is supported by connector or not, supported means that the ObjectClass is included in the Schema
isOK(StatusLine, HttpEntity) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
isOk() - Method in class org.identityconnectors.common.logging.Log
 
isOperational() - Method in class org.forgerock.openicf.common.rpc.AbstractLoadBalancingAlgorithm
Check if this implementation is operational.
isOperational() - Method in interface org.forgerock.openicf.common.rpc.RequestDistributor
Check if this implementation is operational.
isOperational() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
isOperational() - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
isOperational() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
isOperational() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionHolder
 
isOperationalAttribute(Attribute) - Static method in class org.identityconnectors.framework.common.objects.OperationalAttributes
 
isOSGiEnabled() - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
isOSGiEnabled() - Method in class org.forgerock.openicf.framework.osgi.internal.OsgiConnectorFramework
 
isPasswordCantChange() - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
isPasswordCantChange(String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
isPasswordExpired(ConnectorObject) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determine if the password is expired for this object.
isPasswordExpired() - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
isPasswordExpired(String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
isPasswordNotReq() - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
isPasswordNotReq(String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
isPosixGroups(String) - Static method in class org.identityconnectors.ldap.LdapConstants
 
isPresent(ConnectorObject) - Method in class org.identityconnectors.framework.common.objects.filter.AttributeFilter
Determines if the attribute provided is present in the ConnectorObject.
isQueryRequired() - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
isReadable(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute readable.
isReadable(ObjectClassInfo, String) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute readable.
isReadable() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is readable.
isReadOnly() - Method in class org.identityconnectors.common.security.GuardedByteArray
Returns true if this byte array has been marked read-only.
isReadOnly() - Method in class org.identityconnectors.common.security.GuardedString
Returns true if this string has been marked read-only.
isReadSchema() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isRemoveLogEntryObjectClassFromFilter() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isRequireClientConnectionManager() - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
isRequired(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute required.
isRequired() - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Is this a required property
isRequired() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines whether this attribute is required for creates.
isRequired() - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
isRespectResourcePasswordPolicyChangeAfterReset() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isRethrowAllSQLExceptions() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Accessor for the rethrowAllSQLExceptions property
isReturnedByDefault(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute returnedByDefault.
isReturnedByDefault() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is returned by default.
isRunning - Variable in class org.forgerock.openicf.framework.async.CloseableAsyncConnectorInfoManager
 
isRunning() - Method in class org.forgerock.openicf.framework.async.CloseableAsyncConnectorInfoManager
 
isRunning() - Method in class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
isRunning() - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
isRunning - Variable in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
isRunning() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
isRunning() - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
isSameDistinguishedName(String, LdapContext) - Static method in class org.identityconnectors.ldap.LdapUtil
 
isScopeDomainLocal(String) - Static method in class org.identityconnectors.ldap.ADGroupType
 
isScopeGlobal(String) - Static method in class org.identityconnectors.ldap.ADGroupType
 
isScopeUniversal(String) - Static method in class org.identityconnectors.ldap.ADGroupType
 
isSecure() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
isSelfManaged() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
isServerInfo() - Method in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
isServerMSADFamily(LdapConstants.ServerType) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
isSet() - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Returns true if a thread-local locale is specified on the current thread.
isSetLocale() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
isSetLocale() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
isShutdown() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
Get the state of the pool.
isSmartCardRequired() - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
isSmartCardRequired(String) - Static method in class org.identityconnectors.ldap.ADUserAccountControl
 
isSpecial(Attribute) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determines whether the specified attribute is a special attribute.
isSpecial(AttributeInfo) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determines whether the specified attribute info is for a special attribute.
isSpecial(ObjectClass) - Static method in class org.identityconnectors.framework.common.objects.ObjectClassUtil
Determines whether the specified object class is a special object class.
isSpecialName(String) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Determines whether the specified attribute name is special in the sense of AttributeUtil.createSpecialName(java.lang.String).
isSpecialName(String) - Static method in class org.identityconnectors.framework.common.objects.ObjectClassUtil
Determines whether the specified object class name is special in the sense of ObjectClassUtil.createSpecialName(java.lang.String).
isSsl() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isStarted() - Method in class org.identityconnectors.framework.server.ConnectorServer
Return true if the server is started.
isStarted() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
 
isStartTLS() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isStillHandling() - Method in class org.identityconnectors.framework.impl.api.local.operations.DuplicateFilteringResultsHandler
 
isStopped() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
isString() - Method in class org.forgerock.openicf.common.rpc.RemoteRequest.MessageElement
 
isSupportedAttributeType(Class<?>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class is a supported attribute type.
isSupportedConfigurationType(Class<?>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Determines if the class is a supported configuration type.
isSupportedOperation(Class<? extends APIOperation>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
isSupportUid(ObjectClass) - Method in class org.forgerock.openicf.connectors.xml.ConcurrentXMLHandler
 
isSupportUid(ObjectClass) - Method in interface org.forgerock.openicf.connectors.xml.XMLHandler
 
isSupportUid(ObjectClass) - Method in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
isSynchronizePasswords() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isThrowOperationTimeoutException() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
isThrowOperationTimeoutException() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
isTypeSecurity(String) - Static method in class org.identityconnectors.ldap.ADGroupType
 
isUnderContexts(LdapName, List<LdapName>) - Static method in class org.identityconnectors.ldap.LdapUtil
 
isUnsubscribed() - Method in interface org.identityconnectors.framework.common.objects.Subscription
Indicates whether this Subscription is currently unsubscribed.
isUnusedFor(long, TimeUnit) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
 
isUnusedFor(long, TimeUnit) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl.ReferenceCounter
 
isUpdateable(ObjectClassInfo, Attribute) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Whether is attribute readable.
isUpdateable() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
Determines if the attribute is writable on update.
isUseBlocks() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isUseDNSSRVRecord() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isUsePagedResultControl() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isUseProxy() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
isUseTimestampsForSync() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
isValid() - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
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.
iterator() - Method in interface org.forgerock.openicf.connectors.xml.query.abstracts.Query
 
iterator() - Method in class org.forgerock.openicf.connectors.xml.query.QueryImpl
 
iterator() - Method in class org.identityconnectors.ldap.sync.sunds.LdifParser
 

J

JAVA_SCRIPT - Static variable in class org.identityconnectors.common.script.javascript.JavaScriptExecutorFactory
 
JAVA_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
JAVA = 1;
JavaClassProperties - Class in org.identityconnectors.framework.impl.api.local
Class for translating from a Java class to ConfigurationProperties and from ConfigurationProperties to a java class.
JavaClassProperties() - Constructor for class org.identityconnectors.framework.impl.api.local.JavaClassProperties
 
JavaScriptExecutorFactory - Class in org.identityconnectors.common.script.javascript
Creates a new ScriptExecutorFactory for executing JavaScript scripts.
JavaScriptExecutorFactory() - Constructor for class org.identityconnectors.common.script.javascript.JavaScriptExecutorFactory
Make sure we blow up if JavaScript does not exist.
jdbc2AttributeValue(Object) - Static method in class org.identityconnectors.dbcommon.SQLUtil
The conversion to required attribute type.
JdbcConvertor - Class in org.identityconnectors.databasetable.mapping
The SQL get/set strategy class implementation convert attributes back to database types
JdbcConvertor(MappingStrategy) - Constructor for class org.identityconnectors.databasetable.mapping.JdbcConvertor
Final sql mapping
JDKLogger - Class in org.identityconnectors.common.logging.impl
Provider to integrate with the JDK logger.
JDKLogger() - Constructor for class org.identityconnectors.common.logging.impl.JDKLogger
 
JNDIUtil - Class in org.identityconnectors.dbcommon
Common utility methods regarding JNDI.
join(Collection<String>, char) - Static method in class org.identityconnectors.common.IOUtil
 
join(Object[], char) - Static method in class org.identityconnectors.common.IOUtil
 
join(Object[], char, int, int) - Static method in class org.identityconnectors.common.IOUtil
 
join(String, FilterWhereBuilder, FilterWhereBuilder) - Method in class org.identityconnectors.dbcommon.FilterWhereBuilder
Compound join operator.
JsonValueResponseHandler() - Constructor for class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.JsonValueResponseHandler
 

K

KerberosConfiguration - Class in org.forgerock.openicf.connectors.kerberos
 
KerberosConfiguration() - Constructor for class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
KerberosConnector - Class in org.forgerock.openicf.connectors.kerberos
Main implementation of the ScriptedKerberosConnector Connector.
KerberosConnector() - Constructor for class org.forgerock.openicf.connectors.kerberos.KerberosConnector
 
KEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
KEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
KEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
KEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
KEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
KEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
KEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
keyHash - Variable in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication
 

L

LANGUAGE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
LAST_LOGIN_DATE - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Last login date for an account.
LAST_LOGIN_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Last login date for an account.
LAST_LOGON - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
LAST_PASSWORD_CHANGE_DATE - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Read-only attribute that shows the last date/time the password was changed.
LAST_PASSWORD_CHANGE_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Read-only attribute that shows the last date/time the password was changed.
LATESTSYNCTOKEN_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
LATESTSYNCTOKEN_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
Lazy - Class in org.identityconnectors.contract.data.groovy
Support for lazy evaluation.
Lazy() - Constructor for class org.identityconnectors.contract.data.groovy.Lazy
 
LDAP_GROUPS_NAME - Static variable in class org.identityconnectors.ldap.LdapConstants
 
LDAP_UID_ATTRS_NAME - Static variable in class org.identityconnectors.ldap.LdapConstants
 
LdapAttributeType - Class in org.identityconnectors.ldap
 
LdapAttributeType(Class<?>, Set<AttributeInfo.Flags>) - Constructor for class org.identityconnectors.ldap.LdapAttributeType
 
LdapAuthenticate - Class in org.identityconnectors.ldap
 
LdapAuthenticate(LdapConnection, ObjectClass, String, OperationOptions) - Constructor for class org.identityconnectors.ldap.LdapAuthenticate
 
LdapConfiguration - Class in org.identityconnectors.ldap
Encapsulates the LDAP connector's configuration.
LdapConfiguration() - Constructor for class org.identityconnectors.ldap.LdapConfiguration
 
LdapConnection - Class in org.identityconnectors.ldap
 
LdapConnection(LdapConfiguration) - Constructor for class org.identityconnectors.ldap.LdapConnection
 
LdapConnection.AuthenticationResult - Class in org.identityconnectors.ldap
 
LdapConnection.AuthenticationResultType - Enum in org.identityconnectors.ldap
 
LdapConnector - Class in org.identityconnectors.ldap
 
LdapConnector() - Constructor for class org.identityconnectors.ldap.LdapConnector
 
LdapConstants - Class in org.identityconnectors.ldap
 
LdapConstants.ServerType - Enum in org.identityconnectors.ldap
 
LdapCreate - Class in org.identityconnectors.ldap.modify
 
LdapCreate(LdapConnection, ObjectClass, Set<Attribute>, OperationOptions) - Constructor for class org.identityconnectors.ldap.modify.LdapCreate
 
LdapDelete - Class in org.identityconnectors.ldap.modify
 
LdapDelete(LdapConnection, ObjectClass, Uid, OperationOptions) - Constructor for class org.identityconnectors.ldap.modify.LdapDelete
 
LdapEntry - Class in org.identityconnectors.ldap
 
LdapEntry() - Constructor for class org.identityconnectors.ldap.LdapEntry
 
LdapFilter - Class in org.identityconnectors.ldap.search
Encapsulates an LDAP filter.
LdapFilterTranslator - Class in org.identityconnectors.ldap.search
 
LdapFilterTranslator(LdapSchemaMapping, ObjectClass) - Constructor for class org.identityconnectors.ldap.search.LdapFilterTranslator
 
LdapInternalSearch - Class in org.identityconnectors.ldap.search
A class to perform an LDAP search against a LdapConnection.
LdapInternalSearch(LdapConnection, String, List<String>, LdapSearchStrategy, SearchControls) - Constructor for class org.identityconnectors.ldap.search.LdapInternalSearch
 
LdapModifyOperation - Class in org.identityconnectors.ldap
 
LdapModifyOperation(LdapConnection) - Constructor for class org.identityconnectors.ldap.LdapModifyOperation
 
LdapModifyOperation.PosixGroupMember - Class in org.identityconnectors.ldap
Holds the POSIX ref attributes and the respective group memberships.
LdapNativeSchema - Interface in org.identityconnectors.ldap
Provides an encapsulation of the LDAP server's native schema.
LdapSchemaMapping - Class in org.identityconnectors.ldap.schema
The authoritative description of the mapping between the LDAP schema and the connector schema.
LdapSchemaMapping(LdapConnection) - Constructor for class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
LdapSearch - Class in org.identityconnectors.ldap.search
A class to perform an LDAP search against a LdapConnection.
LdapSearch(LdapConnection, ObjectClass, LdapFilter, ResultsHandler, OperationOptions) - Constructor for class org.identityconnectors.ldap.search.LdapSearch
 
LdapSearch(LdapConnection, ObjectClass, LdapFilter, ResultsHandler, OperationOptions, String...) - Constructor for class org.identityconnectors.ldap.search.LdapSearch
 
LdapSearches - Class in org.identityconnectors.ldap.search
Helper methods for searching.
LdapSearchResultsHandler - Interface in org.identityconnectors.ldap.search
 
LdapSearchStrategy - Class in org.identityconnectors.ldap.search
 
LdapSearchStrategy() - Constructor for class org.identityconnectors.ldap.search.LdapSearchStrategy
 
LdapStaticSchema - Class in org.identityconnectors.ldap.schema
 
LdapStaticSchema() - Constructor for class org.identityconnectors.ldap.schema.LdapStaticSchema
 
LdapSyncStrategy - Interface in org.identityconnectors.ldap.sync
 
LdapUpdate - Class in org.identityconnectors.ldap.modify
 
LdapUpdate(LdapConnection, ObjectClass, Uid, OperationOptions) - Constructor for class org.identityconnectors.ldap.modify.LdapUpdate
 
LdapUtil - Class in org.identityconnectors.ldap
 
LdifParser - Class in org.identityconnectors.ldap.sync.sunds
 
LdifParser(String) - Constructor for class org.identityconnectors.ldap.sync.sunds.LdifParser
 
LdifParser.ChangeSeparator - Class in org.identityconnectors.ldap.sync.sunds
 
LdifParser.Line - Class in org.identityconnectors.ldap.sync.sunds
 
LdifParser.NameValue - Class in org.identityconnectors.ldap.sync.sunds
 
LdifParser.Separator - Class in org.identityconnectors.ldap.sync.sunds
 
LEFT_CLOSED - Static variable in class org.identityconnectors.common.VersionRange
The left endpoint is closed and is included in the range.
LEFT_OPEN - Static variable in class org.identityconnectors.common.VersionRange
The left endpoint is open and is excluded from the range.
lessThan(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically less than the value of the specified Attribute.
LessThanFilter - Class in org.identityconnectors.framework.common.objects.filter
 
LessThanFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
LESSTHANFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
LessThanOrEqualFilter - Class in org.identityconnectors.framework.common.objects.filter
 
LessThanOrEqualFilter(Attribute) - Constructor for class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
 
LESSTHANOREQUALFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
lessThanOrEqualTo(Attribute) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Select only an input ConnectorObject with a value for the specified Attribute that is lexically less than or equal to the value of the specified Attribute.
Line() - Constructor for class org.identityconnectors.ldap.sync.sunds.LdifParser.Line
 
listAllConnectorInfo() - Method in class org.forgerock.openicf.maven.ConnectorDocBuilder
 
listAttributeNames() - Method in class org.identityconnectors.framework.common.objects.AttributesAccessor
Get the name of attributes this Accessor was created with.
listener - Variable in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator
 
listeners - Variable in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionHolder
 
listeners - Variable in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
LoadBalancingAlgorithmFactory - Class in org.forgerock.openicf.framework.remote
 
LoadBalancingAlgorithmFactory() - Constructor for class org.forgerock.openicf.framework.remote.LoadBalancingAlgorithmFactory
 
LoadBalancingConnectorFacadeContext - Interface in org.forgerock.openicf.framework.remote
A LoadBalancingConnectorFacadeContext gives contextual information about the current executing ConnectionPrincipal
LoadBalancingConnectorInfoManager - Class in org.forgerock.openicf.framework.remote
 
LoadBalancingConnectorInfoManager(LoadBalancingAlgorithmFactory) - Constructor for class org.forgerock.openicf.framework.remote.LoadBalancingConnectorInfoManager
 
loadClass(String, Class<?>) - Static method in class org.forgerock.openicf.framework.remote.SecurityUtil
Load a class with a given name.
loadConfiguration(String, Configuration) - Method in interface org.identityconnectors.contract.data.DataProvider
adds to 'cfg' the complete map defined by property 'propertyName'
loadConfiguration(String, Configuration) - Method in class org.identityconnectors.contract.data.GroovyDataProvider
 
loadMessageCatalog(Set<String>, ClassLoader, Class<? extends Connector>) - Static method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
loadPropertiesFile(File) - Static method in class org.identityconnectors.common.IOUtil
Loads the given file as a Properties file.
loadPropertiesFile(String) - Static method in class org.identityconnectors.common.IOUtil
Attempt to load file based on a string base filename.
loadSystemProxy() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
loadSystemProxy() - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
LocalConnectorFacadeImpl - Class in org.identityconnectors.framework.impl.api.local
Implements all the methods of the facade.
LocalConnectorFacadeImpl(LocalConnectorInfoImpl, APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
Builds up the maps of supported operations and calls.
LocalConnectorFacadeImpl(LocalConnectorInfoImpl, String) - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
 
LocalConnectorFacadeImpl(LocalConnectorInfoImpl, String, ConfigurationPropertyChangeListener) - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl
 
LocalConnectorFacadeImpl.ReferenceCounter - Class in org.identityconnectors.framework.impl.api.local
 
LocalConnectorInfoImpl - Class in org.identityconnectors.framework.impl.api.local
 
LocalConnectorInfoImpl() - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
LocalConnectorInfoManagerImpl - Class in org.identityconnectors.framework.impl.api.local
 
LocalConnectorInfoManagerImpl(List<URL>, ClassLoader) - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
LOCALE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
LocalizedAssert - Class in org.identityconnectors.dbcommon
Localized asserts is a set of localized asserts utility method that throws localized exception when assert is not true.
LocalizedAssert(ConnectorMessages) - Constructor for class org.identityconnectors.dbcommon.LocalizedAssert
Creates asserts with messages.
LocalizedAssert(ConnectorMessages, boolean) - Constructor for class org.identityconnectors.dbcommon.LocalizedAssert
Creates asserts with messages with flag whether to localize argument names
LocalOperationProcessor<V> - Class in org.forgerock.openicf.framework.remote.rpc
 
LocalOperationProcessor(long, WebSocketConnectionHolder) - Constructor for class org.forgerock.openicf.framework.remote.rpc.LocalOperationProcessor
 
LocalRequest<V,E extends Exception,G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Class in org.forgerock.openicf.common.rpc
A LocalRequest represents a remotely requested procedure call locally.
LocalRequest(long, H) - Constructor for class org.forgerock.openicf.common.rpc.LocalRequest
 
LOCALREQUESTID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
localRequests - Variable in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
LOCK_OUT - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the lock out attribute for an object.
LOCK_OUT_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the lock out attribute for an object.
LOCKOUT - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
LOCKOUT_TIME - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.forgerock.openicf.common.logging.slf4j.SLF4JLog
Uses the SLF4J logger to log the message.
log(Class<?>, StackTraceElement, Log.Level, String, Throwable) - Method in class org.forgerock.openicf.common.logging.slf4j.SLF4JLog
 
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.impl.JDKLogger
Uses the JDK logger to log the message.
log(Class<?>, StackTraceElement, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.impl.JDKLogger
Uses the JDK logger to log the message.
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.impl.NoOpLogger
Logs nothing.
log(Class<?>, StackTraceElement, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.impl.NoOpLogger
 
Log - Class in org.identityconnectors.common.logging
Yet another logging abstraction.
log(Class<?>, String, Log.Level, String, Throwable) - Method in class org.identityconnectors.common.logging.Log
Lowest level logging method.
log(Log.Level, Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
Logs based on the parameters given.
log(Log.Level, Throwable, String, StackTraceElement[]) - Method in class org.identityconnectors.common.logging.Log
 
log(Class<?>, String, Log.Level, String, Throwable) - Method in interface org.identityconnectors.common.logging.LogSpi
Log given the class, level, message, and exception.
log(Class<?>, StackTraceElement, Log.Level, String, Throwable) - Method in interface org.identityconnectors.common.logging.LogSpi
Log given the class, level, message, and exception.
Log.Level - Enum in org.identityconnectors.common.logging
Basic logging levels.
LOG_SEPARATOR - Static variable in class org.identityconnectors.contract.test.ContractTestBase
 
LOGGER - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
logger - Variable in class org.identityconnectors.framework.server.ConnectorServer
 
loggerName() - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
LoggingProxy - Class in org.identityconnectors.framework.impl.api
Proxy responsible for logging operations from the API.
LoggingProxy(Class<? extends APIOperation>, Object) - Constructor for class org.identityconnectors.framework.impl.api.LoggingProxy
 
LogSpi - Interface in org.identityconnectors.common.logging
Logging 'Service Provider Interface'.
LOGSPI_PROP - Static variable in class org.identityconnectors.common.logging.Log
System property to set the logger class that is most appropriate.
LOGSPI_PROPS_FILE - Static variable in class org.identityconnectors.common.logging.Log
Filename 'connectors.properties' used to for SPI class in the '$(java.home)/lib/' directory.
LONG - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
LONG_PRIMITIVE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
LONG_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
LONG = 1;
LONG_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
LONG = 1;
LONGVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
LONGVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
LONGVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
LOWER_HEX_ARRAY - Static variable in class org.identityconnectors.common.security.SecurityUtil
 

M

Main - Class in org.forgerock.openicf.framework.server
 
Main() - Constructor for class org.forgerock.openicf.framework.server.Main
 
main(String[]) - Static method in class org.forgerock.openicf.framework.server.Main
 
Main - Class in org.identityconnectors.framework.server
 
Main() - Constructor for class org.identityconnectors.framework.server.Main
 
main(String[]) - Static method in class org.identityconnectors.framework.server.Main
 
makeObject() - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
Makes a new instance of the pooled object.
makeReadOnly() - Method in class org.identityconnectors.common.security.GuardedByteArray
Mark this byte array as read-only.
makeReadOnly() - Method in class org.identityconnectors.common.security.GuardedString
Mark this string as read-only.
makeURL(File, String) - Static method in class org.identityconnectors.common.IOUtil
Make a URL from a directory and path.
ManagedAsyncConnectorInfoManager<V extends ConnectorInfo,C extends ManagedAsyncConnectorInfoManager<V,C>> - Class in org.forgerock.openicf.framework.remote
 
ManagedAsyncConnectorInfoManager() - Constructor for class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
ManagedConnectorFacadeFactoryImpl - Class in org.identityconnectors.framework.impl.api
 
ManagedConnectorFacadeFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
 
MAP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
MAP = 11;
MapFilterVisitor - Class in org.forgerock.openicf.misc.scriptedcommon
A MapFilterVisitor converts a Filter to Map.
MapFilterVisitor() - Constructor for class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
MappingStrategy - Interface in org.identityconnectors.databasetable.mapping
The SQL mapping interface.
MAPVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
MAX_VALUE - Static variable in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
MAX_VALUE - Static variable in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 
maxConnectionLifeTimeInMs - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
maxConnectionPerHost - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
MAXIDLE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
MAXOBJECTS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
MAXWAIT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
measure(Future<V>) - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager.Statistic
 
measure(Future<V>, long, TimeUnit) - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager.Statistic
 
measure(Runnable) - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager.Statistic
 
measure(Callable<T>) - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager.Statistic
 
measure(long) - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager.Statistic
 
merge(Set<Attribute>, Set<Attribute>, boolean) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
Merges two connector objects into a single updated object.
mergeAndFilter(FilterMessages.AndFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
mergeAPIConfiguration(ConnectorObjects.APIConfiguration) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
mergeAttribute(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
mergeAttributeInfos(SchemaMessages.AttributeInfo) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
mergeAttributeSets(Set<Attribute>, Set<Attribute>) - Static method in class org.identityconnectors.contract.test.UpdateApiOpTests
Returns new attribute set which contains all attributes from both sets.
mergeAuthenticateOpRequest(OperationMessages.AuthenticateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
mergeAuthenticateOpResponse(OperationMessages.AuthenticateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
mergeBatchOpRequest(OperationMessages.BatchOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
mergeBatchOpResult(OperationMessages.BatchOpResult) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
mergeBigDecimalValue(CommonObjectMessages.BigDecimal) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
mergeCancelOpRequest(RPCMessages.CancelOpRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
mergeCause(RPCMessages.ExceptionMessage.InnerCause) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
mergeCollectionAttribute(ConnectorObjects.AttributeCollectionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
mergeConfigurationChangeEvent(OperationMessages.ConfigurationChangeEvent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
mergeConfigurationProperties(ConfigurationProperties) - Method in class org.forgerock.openicf.maven.PropertyBag
 
mergeConnectorEventSubscriptionOpRequest(OperationMessages.ConnectorEventSubscriptionOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
mergeConnectorEventSubscriptionOpResponse(OperationMessages.ConnectorEventSubscriptionOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
mergeConnectorKey(CommonObjectMessages.ConnectorKey) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
mergeConnectorKey(CommonObjectMessages.ConnectorKey) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
mergeConnectorMessages(ConnectorObjects.ConnectorMessages) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
mergeConnectorObject(CommonObjectMessages.ConnectorObject) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
mergeConnectorObject(CommonObjectMessages.ConnectorObject) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
mergeConnectorPoolConfiguration(ConnectorObjects.ObjectPoolConfiguration) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
mergeContainsAllValuesFilter(FilterMessages.ContainsAllValuesFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
mergeContainsFilter(FilterMessages.ContainsFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
mergeControlRequest(RPCMessages.ControlRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
mergeControlResponse(RPCMessages.ControlResponse) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
mergeCreateOpRequest(OperationMessages.CreateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
mergeCreateOpResponse(OperationMessages.CreateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
mergeCreateRequest(OperationMessages.CreateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
mergeDeleteOpRequest(OperationMessages.DeleteOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
mergeDeleteOpResponse(OperationMessages.DeleteOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
mergeDeleteRequest(OperationMessages.DeleteOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
mergeEmptyResult(OperationMessages.BatchEmptyResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
mergeEndsWithFilter(FilterMessages.EndsWithFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
mergeEqualsFilter(FilterMessages.EqualsFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
mergeError(RPCMessages.ExceptionMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
mergeFrom(CommonObjectMessages.BigDecimal) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
mergeFrom(CommonObjectMessages.ConnectorKey) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
mergeFrom(CommonObjectMessages.ConnectorObject) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
mergeFrom(CommonObjectMessages.Locale) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
mergeFrom(CommonObjectMessages.QualifiedUid) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
mergeFrom(CommonObjectMessages.Script) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
mergeFrom(CommonObjectMessages.ScriptContext) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
mergeFrom(CommonObjectMessages.SearchResult) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
mergeFrom(CommonObjectMessages.SortKey) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
mergeFrom(CommonObjectMessages.SyncDelta) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
mergeFrom(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
mergeFrom(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
mergeFrom(ConnectorObjects.APIConfiguration) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
mergeFrom(ConnectorObjects.AttributeCollectionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
mergeFrom(ConnectorObjects.AttributeMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
mergeFrom(ConnectorObjects.AttributeMapValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
mergeFrom(ConnectorObjects.AttributeMessage) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
mergeFrom(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
mergeFrom(ConnectorObjects.CatalogMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
mergeFrom(ConnectorObjects.ConfigurationCollectionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
mergeFrom(ConnectorObjects.ConfigurationProperty) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
mergeFrom(ConnectorObjects.ConfigurationUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
mergeFrom(ConnectorObjects.ConnectorInfo) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
mergeFrom(ConnectorObjects.ConnectorMessages) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
mergeFrom(ConnectorObjects.ObjectPoolConfiguration) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
mergeFrom(ConnectorObjects.OperationOptionMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
mergeFrom(ConnectorObjects.OperationOptionUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
mergeFrom(ConnectorObjects.ResultsHandlerConfiguration) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
mergeFrom(ConnectorObjects.StringMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
mergeFrom(ConnectorObjects.SyncTokenTest) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
mergeFrom(ConnectorObjects.TimeoutMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
mergeFrom(FilterMessages.AndFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
mergeFrom(FilterMessages.ContainsAllValuesFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
mergeFrom(FilterMessages.ContainsFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
mergeFrom(FilterMessages.EndsWithFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
mergeFrom(FilterMessages.EqualsFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
mergeFrom(FilterMessages.FilterUnionMessage) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
mergeFrom(FilterMessages.GreaterThanFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
mergeFrom(FilterMessages.GreaterThanOrEqualFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
mergeFrom(FilterMessages.LessThanFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
mergeFrom(FilterMessages.LessThanOrEqualFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
mergeFrom(FilterMessages.NotFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
mergeFrom(FilterMessages.OrFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
mergeFrom(FilterMessages.PresenceFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
mergeFrom(FilterMessages.StartsWithFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
mergeFrom(OperationMessages.AuthenticateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
mergeFrom(OperationMessages.AuthenticateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
mergeFrom(OperationMessages.BatchEmptyResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
mergeFrom(OperationMessages.BatchOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
mergeFrom(OperationMessages.BatchOpResult) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
mergeFrom(OperationMessages.BatchOpTask) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
mergeFrom(OperationMessages.ConfigurationChangeEvent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
mergeFrom(OperationMessages.ConnectorEventSubscriptionOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
mergeFrom(OperationMessages.ConnectorEventSubscriptionOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
mergeFrom(OperationMessages.CreateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
mergeFrom(OperationMessages.CreateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
mergeFrom(OperationMessages.DeleteOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
mergeFrom(OperationMessages.DeleteOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
mergeFrom(OperationMessages.GetOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
mergeFrom(OperationMessages.GetOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
mergeFrom(OperationMessages.OperationRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
mergeFrom(OperationMessages.OperationResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
mergeFrom(OperationMessages.ResolveUsernameOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
mergeFrom(OperationMessages.ResolveUsernameOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
mergeFrom(OperationMessages.SchemaOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
mergeFrom(OperationMessages.SchemaOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
mergeFrom(OperationMessages.ScriptOnConnectorOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
mergeFrom(OperationMessages.ScriptOnConnectorOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
mergeFrom(OperationMessages.ScriptOnResourceOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
mergeFrom(OperationMessages.ScriptOnResourceOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
mergeFrom(OperationMessages.SearchOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
mergeFrom(OperationMessages.SearchOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
mergeFrom(OperationMessages.SyncEventSubscriptionOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
mergeFrom(OperationMessages.SyncEventSubscriptionOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
mergeFrom(OperationMessages.SyncOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
mergeFrom(OperationMessages.SyncOpRequest.LatestSyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
mergeFrom(OperationMessages.SyncOpRequest.Sync) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
mergeFrom(OperationMessages.SyncOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
mergeFrom(OperationMessages.SyncOpResponse.LatestSyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
mergeFrom(OperationMessages.SyncOpResponse.Sync) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
mergeFrom(OperationMessages.TestOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
mergeFrom(OperationMessages.TestOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
mergeFrom(OperationMessages.UpdateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
mergeFrom(OperationMessages.UpdateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
mergeFrom(OperationMessages.ValidateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
mergeFrom(OperationMessages.ValidateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
mergeFrom(RPCMessages.CancelOpRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
mergeFrom(RPCMessages.ControlRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
mergeFrom(RPCMessages.ControlResponse) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
mergeFrom(RPCMessages.ControlResponse.StringMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
mergeFrom(RPCMessages.ExceptionMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
mergeFrom(RPCMessages.ExceptionMessage.InnerCause) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
mergeFrom(RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
mergeFrom(RPCMessages.PingMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
mergeFrom(RPCMessages.RemoteMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
mergeFrom(RPCMessages.RPCRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
mergeFrom(RPCMessages.RPCResponse) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
mergeFrom(SchemaMessages.AttributeInfo) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
mergeFrom(SchemaMessages.ObjectClassInfo) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
mergeFrom(SchemaMessages.OperationOptionInfo) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
mergeFrom(SchemaMessages.Schema) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
mergeFrom(Message) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
mergeFrom(SchemaMessages.SupportedMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
mergeFrom(CodedInputStream, ExtensionRegistryLite) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
mergeGetOpRequest(OperationMessages.GetOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
mergeGetOpResponse(OperationMessages.GetOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
mergeGreaterThanFilter(FilterMessages.GreaterThanFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
mergeGreaterThanOrEqualFilter(FilterMessages.GreaterThanOrEqualFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
mergeHandshakeMessage(RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
mergeHandshakeMessage(RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
mergeInnerCause(RPCMessages.ExceptionMessage.InnerCause) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
mergeIntoBean(ConfigurationPropertiesImpl, Configuration) - Static method in class org.identityconnectors.framework.impl.api.local.JavaClassProperties
Given a configuration bean and populated properties, merges the properties into the bean.
mergeKey(CommonObjectMessages.Locale) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
mergeLatestSyncToken(OperationMessages.SyncOpRequest.LatestSyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
mergeLatestSyncToken(OperationMessages.SyncOpResponse.LatestSyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
mergeLessThanFilter(FilterMessages.LessThanFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
mergeLessThanOrEqualFilter(FilterMessages.LessThanOrEqualFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
mergeLocale(CommonObjectMessages.Locale) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
mergeMapValue(ConnectorObjects.AttributeMapValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
mergeNotFilter(FilterMessages.NotFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
mergeOperationRequest(OperationMessages.OperationRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
mergeOperationResponse(OperationMessages.OperationResponse) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
mergeOrFilter(FilterMessages.OrFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
mergePreviousUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
mergeQualifiedUidValue(CommonObjectMessages.QualifiedUid) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
mergeRequest(RPCMessages.RPCRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
mergeResolveUsernameOpRequest(OperationMessages.ResolveUsernameOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
mergeResolveUsernameOpResponse(OperationMessages.ResolveUsernameOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
mergeResponse(RPCMessages.RPCResponse) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
mergeResult(CommonObjectMessages.SearchResult) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
mergeResultsHandlerConfiguration(ConnectorObjects.ResultsHandlerConfiguration) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
mergeSchemaOpRequest(OperationMessages.SchemaOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
mergeSchemaOpResponse(OperationMessages.SchemaOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
mergeScript(CommonObjectMessages.Script) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
mergeScriptContext(CommonObjectMessages.ScriptContext) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
mergeScriptContext(CommonObjectMessages.ScriptContext) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
mergeScriptOnConnectorOpRequest(OperationMessages.ScriptOnConnectorOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
mergeScriptOnConnectorOpResponse(OperationMessages.ScriptOnConnectorOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
mergeScriptOnResourceOpRequest(OperationMessages.ScriptOnResourceOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
mergeScriptOnResourceOpResponse(OperationMessages.ScriptOnResourceOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
mergeScriptValue(CommonObjectMessages.Script) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
mergeScriptValue(CommonObjectMessages.Script) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
mergeSearchOpRequest(OperationMessages.SearchOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
mergeSearchOpResponse(OperationMessages.SearchOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
mergeSortKeyValue(CommonObjectMessages.SortKey) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
mergeStartsWithFilter(FilterMessages.StartsWithFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
mergeSubFilter(FilterMessages.FilterUnionMessage) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
mergeSync(OperationMessages.SyncOpRequest.Sync) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
mergeSync(OperationMessages.SyncOpResponse.Sync) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
mergeSyncDelta(CommonObjectMessages.SyncDelta) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
mergeSyncDelta(CommonObjectMessages.SyncDelta) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
mergeSyncEventSubscriptionOpRequest(OperationMessages.SyncEventSubscriptionOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
mergeSyncEventSubscriptionOpResponse(OperationMessages.SyncEventSubscriptionOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
mergeSyncOpRequest(OperationMessages.SyncOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
mergeSyncOpResponse(OperationMessages.SyncOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
mergeSyncToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
mergeSyncToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
mergeTestOpRequest(OperationMessages.TestOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
mergeTestOpResponse(OperationMessages.TestOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
mergeToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
mergeToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
mergeToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
mergeUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
mergeUidValue(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
mergeUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
mergeUpdateOpRequest(OperationMessages.UpdateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
mergeUpdateOpResponse(OperationMessages.UpdateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
mergeUpdateRequest(OperationMessages.UpdateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
mergeValidateOpRequest(OperationMessages.ValidateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
mergeValidateOpResponse(OperationMessages.ValidateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
mergeValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
mergeValue(ConnectorObjects.AttributeCollectionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
mergeValue(ConnectorObjects.AttributeCollectionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
mergeValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
mergeValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
mergeValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
mergeValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
Message - Interface in org.identityconnectors.framework.impl.api.remote.messages
Marker interface for all messages.
MESSAGE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
MESSAGE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
MESSAGE_VERSION - Static variable in class org.forgerock.openicf.common.protobuf.MessageVersion
 
messageDistributor - Variable in class org.forgerock.openicf.framework.remote.AsyncRemoteConnectorInfoManager
 
messageDistributor - Variable in class org.forgerock.openicf.framework.remote.RemoteServerConnectorInfoManager
 
MESSAGEID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
MessageListener<G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Interface in org.forgerock.openicf.common.rpc
 
MessagesUtil - Class in org.forgerock.openicf.framework.remote
The MessagesUtil contains a collection of methods to convert between OpenICF object and Protocol Buffer Message classes.
MessageVersion - Class in org.forgerock.openicf.common.protobuf
A MessageVersion identifies the version of the Protocol Buffer message version.
METHOD_UNKNOWN - Static variable in class org.identityconnectors.common.ReflectionUtil
 
methodMissing(String, Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
MethodTimeoutProxy - Class in org.identityconnectors.framework.impl.api
General-purpose timeout proxy for providing timeouts on all methods on the underlying object.
MethodTimeoutProxy(Object, long) - Constructor for class org.identityconnectors.framework.impl.api.MethodTimeoutProxy
Create a new MethodTimeoutProxy.
MIN_VALUE - Static variable in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
MIN_VALUE - Static variable in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 
MINEVICTABLEIDLETIMEMILLIS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
MINIDLE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
Modification() - Constructor for class org.identityconnectors.ldap.GroupHelper.Modification
 
MODIFIED - Static variable in class org.identityconnectors.contract.test.SyncApiOpTests
 
MODIFIED - Static variable in class org.identityconnectors.contract.test.UpdateApiOpTests
 
modifyLdapGroupMemberships(GroupHelper.Modification<GroupHelper.GroupMembership>, LdapContext) - Method in class org.identityconnectors.ldap.GroupHelper
 
modifyPosixGroupMemberships(GroupHelper.Modification<GroupHelper.GroupMembership>, LdapContext) - Method in class org.identityconnectors.ldap.GroupHelper
 
MS_DS_USER_ACCOUNT_AUTOLOCKED - Static variable in class org.identityconnectors.ldap.LdapConstants
 
MS_DS_USER_ACCOUNT_DISABLED - Static variable in class org.identityconnectors.ldap.LdapConstants
 
MS_DS_USER_PASSWORD_EXPIRED - Static variable in class org.identityconnectors.ldap.LdapConstants
 
MS_GUID_ATTR - Static variable in class org.identityconnectors.ldap.LdapConstants
 
MS_SID_ATTR - Static variable in class org.identityconnectors.ldap.LdapConstants
 
MS_TOKEN_GROUPS_ATTR - Static variable in class org.identityconnectors.ldap.LdapConstants
 
MS_USR_ACCT_CTRL_ATTR - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
MSDS_USR_ACCT_CTRL_ATTR - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
MSG - Static variable in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
 
MULTI_OBJECT_ELEMENT - Static variable in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 
MULTI_VALUE_TYPE_PREFIX - Static variable in class org.identityconnectors.contract.data.GroovyDataProvider
prefix of default values that are multi
MultiOpTests - Class in org.identityconnectors.contract.test
Tests which use many APIOperations to do the test scenario
MultiOpTests() - Constructor for class org.identityconnectors.contract.test.MultiOpTests
 
MULTIVALUED_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
MULTIVALUED = 2;

N

N() - Method in class org.forgerock.openicf.framework.remote.SecurityUtil.SRPGroupParameter
 
name(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
name(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
Name - Class in org.identityconnectors.framework.common.objects
A single-valued attribute that represents the user-friendly identifier of an object on a target resource.
Name(String) - Constructor for class org.identityconnectors.framework.common.objects.Name
 
NAME - Static variable in class org.identityconnectors.framework.common.objects.Name
 
NAME - Static variable in class org.identityconnectors.framework.common.objects.Uid
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
NAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
namesEqual(String, String) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Compares two attribute names for equality.
namesEqual(String, String) - Static method in class org.identityconnectors.framework.common.objects.ObjectClassUtil
Compares two object class names for equality.
NamespaceEntry - Class in org.forgerock.openicf.connectors.xml.util
 
NamespaceEntry(String, String) - Constructor for class org.forgerock.openicf.connectors.xml.util.NamespaceEntry
 
NamespaceLookupUtil - Enum in org.forgerock.openicf.connectors.xml.util
 
NameValue(String, String) - Constructor for class org.identityconnectors.ldap.sync.sunds.LdifParser.NameValue
 
nativeTimestamps - Variable in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Some JDBC drivers (ex: Oracle) may not be able to get correct string representation of TIMESTAMP data type of the column from the database table.
NativeTimestampsStrategy - Class in org.identityconnectors.databasetable.mapping
The SQL get/set strategy class implementation read native timestamps, and convert the value to the string
NativeTimestampsStrategy(MappingStrategy) - Constructor for class org.identityconnectors.databasetable.mapping.NativeTimestampsStrategy
Final sql mapping
needsBinaryOption(String) - Method in class org.identityconnectors.ldap.LdapConnection
 
needToInferCaller(Class<?>, Log.Level) - Method in class org.forgerock.openicf.common.logging.slf4j.SLF4JLog
The caller is extracted only if the Level is OK (Debug).
needToInferCaller(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.impl.JDKLogger
 
needToInferCaller(Class<?>, Log.Level) - Method in class org.identityconnectors.common.logging.impl.NoOpLogger
 
needToInferCaller(Class<?>, Log.Level) - Method in interface org.identityconnectors.common.logging.LogSpi
Determines if Log need to infer caller based on Class and Level.
newAPIOperationProxy(Class<? extends APIOperation>, InvocationHandler) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Creates a new APIOperation proxy given a handler.
newBinaryDeserializer(InputStream) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Creates a BinaryObjectDeserializer for reading objects from the given stream.
newBinaryDeserializer(InputStream) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
newBinarySerializer(OutputStream) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Creates a BinaryObjectSerializer for writing objects to the given stream.
newBinarySerializer(OutputStream) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
newBuilder(CommonObjectMessages.BigDecimal) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
newBuilder(CommonObjectMessages.ConnectorKey) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
newBuilder(CommonObjectMessages.ConnectorObject) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
newBuilder(CommonObjectMessages.Locale) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
newBuilder(CommonObjectMessages.QualifiedUid) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
newBuilder(CommonObjectMessages.Script) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
newBuilder(CommonObjectMessages.ScriptContext) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
newBuilder(CommonObjectMessages.SearchResult) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
newBuilder(CommonObjectMessages.SortKey) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
newBuilder(CommonObjectMessages.SyncDelta) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
newBuilder(CommonObjectMessages.SyncToken) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
newBuilder(CommonObjectMessages.Uid) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
newBuilder(ConnectorObjects.APIConfiguration) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
newBuilder(ConnectorObjects.AttributeCollectionValue) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
newBuilder(ConnectorObjects.AttributeMapFieldEntry) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
newBuilder(ConnectorObjects.AttributeMapValue) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
newBuilder(ConnectorObjects.AttributeMessage) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
newBuilder(ConnectorObjects.AttributeUnionValue) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
newBuilder(ConnectorObjects.CatalogMapFieldEntry) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
newBuilder(ConnectorObjects.ConfigurationCollectionValue) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
newBuilder(ConnectorObjects.ConfigurationProperty) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
newBuilder(ConnectorObjects.ConfigurationUnionValue) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
newBuilder(ConnectorObjects.ConnectorInfo) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
newBuilder(ConnectorObjects.ConnectorMessages) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
newBuilder(ConnectorObjects.ObjectPoolConfiguration) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
newBuilder(ConnectorObjects.OperationOptionMapFieldEntry) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
newBuilder(ConnectorObjects.OperationOptionUnionValue) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
newBuilder(ConnectorObjects.ResultsHandlerConfiguration) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
newBuilder(ConnectorObjects.StringMapFieldEntry) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
newBuilder(ConnectorObjects.SyncTokenTest) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
newBuilder(ConnectorObjects.TimeoutMapFieldEntry) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
newBuilder(FilterMessages.AndFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
newBuilder(FilterMessages.ContainsAllValuesFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
newBuilder(FilterMessages.ContainsFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
newBuilder(FilterMessages.EndsWithFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
newBuilder(FilterMessages.EqualsFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
newBuilder(FilterMessages.FilterUnionMessage) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
newBuilder(FilterMessages.GreaterThanFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
newBuilder(FilterMessages.GreaterThanOrEqualFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
newBuilder(FilterMessages.LessThanFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
newBuilder(FilterMessages.LessThanOrEqualFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
newBuilder(FilterMessages.NotFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
newBuilder(FilterMessages.OrFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
newBuilder(FilterMessages.PresenceFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
newBuilder(FilterMessages.StartsWithFilter) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
newBuilder(OperationMessages.AuthenticateOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
newBuilder(OperationMessages.AuthenticateOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
newBuilder(OperationMessages.BatchEmptyResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
newBuilder(OperationMessages.BatchOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
newBuilder(OperationMessages.BatchOpResult) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
newBuilder(OperationMessages.BatchOpTask) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
newBuilder(OperationMessages.ConfigurationChangeEvent) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
newBuilder(OperationMessages.ConnectorEventSubscriptionOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
newBuilder(OperationMessages.ConnectorEventSubscriptionOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
newBuilder(OperationMessages.CreateOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
newBuilder(OperationMessages.CreateOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
newBuilder(OperationMessages.DeleteOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
newBuilder(OperationMessages.DeleteOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
newBuilder(OperationMessages.GetOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
newBuilder(OperationMessages.GetOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
newBuilder(OperationMessages.OperationRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
newBuilder(OperationMessages.OperationResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
newBuilder(OperationMessages.ResolveUsernameOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
newBuilder(OperationMessages.ResolveUsernameOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
newBuilder(OperationMessages.SchemaOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
newBuilder(OperationMessages.SchemaOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
newBuilder(OperationMessages.ScriptOnConnectorOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
newBuilder(OperationMessages.ScriptOnConnectorOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
newBuilder(OperationMessages.ScriptOnResourceOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
newBuilder(OperationMessages.ScriptOnResourceOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
newBuilder(OperationMessages.SearchOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
newBuilder(OperationMessages.SearchOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
newBuilder(OperationMessages.SyncEventSubscriptionOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
newBuilder(OperationMessages.SyncEventSubscriptionOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
newBuilder(OperationMessages.SyncOpRequest.LatestSyncToken) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
newBuilder(OperationMessages.SyncOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
newBuilder(OperationMessages.SyncOpRequest.Sync) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
newBuilder(OperationMessages.SyncOpResponse.LatestSyncToken) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
newBuilder(OperationMessages.SyncOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
newBuilder(OperationMessages.SyncOpResponse.Sync) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
newBuilder(OperationMessages.TestOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
newBuilder(OperationMessages.TestOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
newBuilder(OperationMessages.UpdateOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
newBuilder(OperationMessages.UpdateOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
newBuilder(OperationMessages.ValidateOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
newBuilder(OperationMessages.ValidateOpResponse) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
newBuilder(RPCMessages.CancelOpRequest) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
newBuilder(RPCMessages.ControlRequest) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
newBuilder(RPCMessages.ControlResponse) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
newBuilder(RPCMessages.ControlResponse.StringMapFieldEntry) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
newBuilder(RPCMessages.ExceptionMessage.InnerCause) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
newBuilder(RPCMessages.ExceptionMessage) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
newBuilder(RPCMessages.HandshakeMessage) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
newBuilder(RPCMessages.PingMessage) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
newBuilder(RPCMessages.RemoteMessage) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
newBuilder(RPCMessages.RPCRequest) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
newBuilder(RPCMessages.RPCResponse) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
newBuilder(SchemaMessages.AttributeInfo) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
newBuilder(SchemaMessages.ObjectClassInfo) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
newBuilder(SchemaMessages.OperationOptionInfo) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
newBuilder(SchemaMessages.Schema) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
newBuilder() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
newBuilder(SchemaMessages.SupportedMapFieldEntry) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
newBuilder() - Static method in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
newBuilder() - Static method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
newBuilder() - Static method in class org.identityconnectors.common.ConnectorKeyRange
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
newBuilderForType() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
newBuilderForType(GeneratedMessageV3.BuilderParent) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
newBuilderFrom(RemoteFrameworkConnectionInfo) - Static method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
newCaseInsensitiveMap() - Static method in class org.identityconnectors.common.CollectionUtil
Creates a case-insensitive map.
newCaseInsensitiveSet() - Static method in class org.identityconnectors.common.CollectionUtil
Creates a case-insensitive set.
newInstance(APIConfiguration) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
newInstance(ConnectorInfo, String) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
newInstance(ConnectorInfo, String, ConfigurationPropertyChangeListener) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
newInstance(ConnectorInfo, Function<RemoteConnectorInfoImpl, APIConfiguration, RuntimeException>) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
newInstance(ConnectorKey, Function<RemoteConnectorInfoImpl, APIConfiguration, RuntimeException>) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
newInstance() - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
newInstance(APIConfiguration) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
newInstance(ConnectorInfo, String) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
newInstance(Iterable<RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>>) - Method in class org.forgerock.openicf.framework.remote.LoadBalancingAlgorithmFactory
 
newInstance(ConnectorKey, Function<LoadBalancingConnectorFacadeContext, APIConfiguration, RuntimeException>) - Method in class org.forgerock.openicf.framework.remote.LoadBalancingConnectorInfoManager
 
newInstance(WebSocketConnectionHolder, ConnectorInfo, String) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
newInstance() - Method in class org.forgerock.openicf.framework.remote.ReferenceCountedObject
Invoked when a reference is acquired and the current reference count is zero.
newInstance(String) - Static method in class org.identityconnectors.common.script.ScriptExecutorFactory
Creates a ScriptExecutorFactory for the given language.
newInstance(APIConfiguration) - Method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get a new instance of ConnectorFacade.
newInstance(ConnectorInfo, String) - Method in class org.identityconnectors.framework.api.ConnectorFacadeFactory
Get a new instance of ConnectorFacade.
newInstance(APIConfiguration) - Method in class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
Get a new instance of ConnectorFacade.
newInstance(ConnectorInfo, String) - Method in class org.identityconnectors.framework.impl.api.ConnectorFacadeFactoryImpl
 
newInstance(APIConfiguration) - Method in class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
Get a new instance of ConnectorFacade.
newInstance(ConnectorInfo, String) - Method in class org.identityconnectors.framework.impl.api.ManagedConnectorFacadeFactoryImpl
 
newInstance() - Static method in class org.identityconnectors.framework.server.ConnectorServer
Get the singleton instance of the ConnectorServer.
newList(Collection<? extends T>) - Static method in class org.identityconnectors.common.CollectionUtil
Create a modifiable list from the Collection provided.
newList(T...) - Static method in class org.identityconnectors.common.CollectionUtil
Create a modifiable list from the arguments.
newManagedInstance(ConnectorInfo, String) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
newManagedInstance(ConnectorInfo, String, ConfigurationPropertyChangeListener) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
newMap(Properties) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K, T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K, T, K, T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T, K, T, K, T, K, T, K, T, K, T, K) - Static method in class org.identityconnectors.common.CollectionUtil
 
newMap(T[], K[]) - Static method in class org.identityconnectors.common.CollectionUtil
Builds a map from two arrays.
newMapFromLists(List<T>, List<K>) - Static method in class org.identityconnectors.common.CollectionUtil
Converts two List to a map.
newRandomEncryptor() - Method in class org.identityconnectors.common.security.EncryptorFactory
Creates a new encryptor initialized with a random encryption key.
newRandomEncryptor() - Method in class org.identityconnectors.common.security.impl.EncryptorFactoryImpl
 
newReadOnlyList(List<? extends T>) - Static method in class org.identityconnectors.common.CollectionUtil
Create an unmodifiable List based on the List passed in checks for null and returns an empty list if null is passed in.
newReadOnlyList(T...) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable List from a variable number arguments.
newReadOnlyList(Collection<? extends T>) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable List from a collection.
newReadOnlyMap(Map<T, K>) - Static method in class org.identityconnectors.common.CollectionUtil
 
newReadOnlyMap(T[][]) - Static method in class org.identityconnectors.common.CollectionUtil
 
newReadOnlySet(T...) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable set from a variable number arguments.
newReadOnlySet(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Creates an unmodifiable set from a Collection.
newScriptExecutor(ClassLoader, String, boolean) - Method in class org.identityconnectors.common.script.groovy.GroovyScriptExecutorFactory
Creates a script executor for the given script.
newScriptExecutor(ClassLoader, String, boolean) - Method in class org.identityconnectors.common.script.javascript.JavaScriptExecutorFactory
Creates a script executor for the given script.
newScriptExecutor(ClassLoader, String, boolean) - Method in class org.identityconnectors.common.script.ScriptExecutorFactory
Creates a script executor for the given script.
newSet(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Creates a set that can be modified from the Collection provided.
newSet(T...) - Static method in class org.identityconnectors.common.CollectionUtil
Creates a set that can be modified from the arguments.
newSortedList(Collection<? extends T>) - Static method in class org.identityconnectors.common.CollectionUtil
Create a modifiable sorted List based on the Collection provided.
newThread(Runnable) - Method in class org.identityconnectors.framework.server.impl.CCLWatchThreadFactory
 
newXmlSerializer(Writer, boolean, boolean) - Method in class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
Creates a BinaryObjectSerializer for writing objects to the given stream.
newXmlSerializer(Writer, boolean, boolean) - Method in class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
next() - Method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
next() - Method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 
NO_COUNT - Static variable in class org.identityconnectors.framework.common.objects.SearchResult
The value provided when no count is known or can reasonably be supplied.
NO_DELIM - Static variable in class org.identityconnectors.common.XmlUtil
 
NO_TIMEOUT - Static variable in interface org.identityconnectors.framework.api.operations.APIOperation
Default timeout for all operations.
NONE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
NONE = 0;
NONE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
NONE = 0;
NoOpLogger - Class in org.identityconnectors.common.logging.impl
No operation logger.
NoOpLogger() - Constructor for class org.identityconnectors.common.logging.impl.NoOpLogger
 
NORMAL_ACCOUNT - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
NORMAL_DISABLED - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
NORMAL_ENABLED - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
normalizeAttribute(ObjectClass, Attribute) - Method in class org.identityconnectors.framework.impl.api.local.operations.CaseNormalizer
 
normalizeAttribute(Attribute) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns the normalized value of the attribute.
normalizeAttribute(ObjectClass, Attribute) - Method in interface org.identityconnectors.framework.spi.AttributeNormalizer
 
normalizeAttributes(Set<Attribute>) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns the normalized set of attributes or null if the original set is null.
normalizeFilter(Filter) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns a filter consisting of the original with all attributes normalized.
normalizeLdapString(String) - Static method in class org.identityconnectors.ldap.LdapUtil
Normalize the DN string
normalizeNullValues(String, List<SQLParam>, List<SQLParam>) - Static method in class org.identityconnectors.dbcommon.SQLUtil
The null param value normalizer.
normalizeObject(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns the normalized object.
normalizeSyncDelta(SyncDelta) - Method in class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Returns the normalized sync delta.
NormalizingResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
 
NormalizingResultsHandler(ResultsHandler, ObjectNormalizerFacade) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.NormalizingResultsHandler
 
NormalizingSyncResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
 
NormalizingSyncResultsHandler(SyncResultsHandler, ObjectNormalizerFacade) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.NormalizingSyncResultsHandler
 
not(Filter) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Logically negate the specified Filter.
NOT_CREATABLE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
NOT_CREATABLE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
NOT_CREATABLE = 3;
NOT_READABLE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
NOT_READABLE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
NOT_READABLE = 5;
NOT_RETURNED_BY_DEFAULT - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
NOT_RETURNED_BY_DEFAULT_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
NOT_RETURNED_BY_DEFAULT = 6;
NOT_UPDATEABLE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
NOT_UPDATEABLE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
NOT_UPDATEABLE = 4;
NotFilter - Class in org.identityconnectors.framework.common.objects.filter
Proxy the filter to return the negative of the value.
NotFilter(Filter) - Constructor for class org.identityconnectors.framework.common.objects.filter.NotFilter
Take the value returned from the internal filter and NOT it.
NOTFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
notifyConfigurationChangeListener(String, List<ConfigurationProperty>) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
notifyConfigurationUpdate() - Method in class org.identityconnectors.framework.spi.AbstractConfiguration
 
notifyUpdate() - Method in class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
 
notifyUpdate() - Method in interface org.identityconnectors.framework.spi.AbstractConfiguration.ConfigurationChangeCallback
 
nullAsEmpty(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Protects from null and returns a new instance of HashSet.
nullAsEmpty(Map<T, K>) - Static method in class org.identityconnectors.common.CollectionUtil
Protects from null and returns a new instance of HashMap if the parameter map is null.
nullAsEmpty(Set<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Protects from null and returns a new instance of HashSet if the parameter set is null.
nullAsEmpty(List<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Protects from null and returns a new instance of ArrayList if the parameter list is null .
nullAsEmpty(String[]) - Static method in class org.identityconnectors.ldap.LdapUtil
 
nullCheck(Object, String) - Static method in class org.identityconnectors.common.Assertions
Throws NullPointerException if the parameter o is null.
nullChecked(T, String) - Static method in class org.identityconnectors.common.Assertions
Throws NullPointerException if the parameter o is null, otherwise returns the value of the o parameter.

O

object(Closure) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
object(ConnectorObject) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
OBJECT_CLASS - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
OBJECT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
OBJECT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
OBJECT_MAGIC - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
OBJECT_TYPE_ARRAY - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
OBJECT_TYPE_CLASS - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
OBJECT_TYPE_NULL - Static variable in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
objectClass(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
objectClass(ObjectClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
objectClass(Closure) - Method in class org.forgerock.openicf.misc.scriptedcommon.SchemaDelegate
 
ObjectClass - Class in org.identityconnectors.framework.common.objects
An instance of ObjectClass specifies a category or type of ConnectorObject.
ObjectClass(String) - Constructor for class org.identityconnectors.framework.common.objects.ObjectClass
Create a custom object class.
OBJECTCLASS_ATTR - Static variable in class org.identityconnectors.ldap.LdapConstants
 
OBJECTCLASS_DATAPROVIDER - Static variable in class org.identityconnectors.contract.test.ContractTestBase
Name of TestNG DataProvider to iterate over the supported ObjectClasses
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
OBJECTCLASS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
OBJECTCLASS_OPERATIONS - Static variable in class org.forgerock.openicf.maven.ConnectorDocBuilder
 
OBJECTCLASS_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
OBJECTCLASS = 12;
ObjectClassDelegate - Class in org.forgerock.openicf.misc.scriptedcommon
 
ObjectClassDelegate(SchemaBuilder) - Constructor for class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
ObjectClassInfo - Class in org.identityconnectors.framework.common.objects
Extension of Attribute to distinguish it from a regular attribute.
ObjectClassInfo(String, Set<AttributeInfo>, boolean) - Constructor for class org.identityconnectors.framework.common.objects.ObjectClassInfo
Public only for serialization; Use ObjectClassInfoBuilder instead.
ObjectClassInfoBuilder - Class in org.identityconnectors.framework.common.objects
Simplifies the construction of ObjectClassInfo instances.
ObjectClassInfoBuilder() - Constructor for class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
 
ObjectClassMappingConfig - Class in org.identityconnectors.ldap
Describes how to map a framework object class to an LDAP object class.
ObjectClassMappingConfig(ObjectClass, List<String>, boolean, List<String>, AttributeInfo...) - Constructor for class org.identityconnectors.ldap.ObjectClassMappingConfig
 
ObjectClassRunner - Class in org.identityconnectors.contract.test
Simple base class that will run through all the ObjectClasss.
ObjectClassRunner() - Constructor for class org.identityconnectors.contract.test.ObjectClassRunner
 
ObjectClassUtil - Class in org.identityconnectors.framework.common.objects
Utility methods to for ObjectClass.
OBJECTCLASSVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
ObjectDecoder - Interface in org.identityconnectors.framework.impl.serializer
Interface to abstract away the difference between deserializing xml and binary
ObjectEncoder - Interface in org.identityconnectors.framework.impl.serializer
Interface to abstract away the difference between serializing xml and binary
objectGUIDtoDashedString(Attribute) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
objectGUIDtoString(Attribute) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
ObjectNormalizerFacade - Class in org.identityconnectors.framework.impl.api.local.operations
 
ObjectNormalizerFacade(ObjectClass, AttributeNormalizer) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ObjectNormalizerFacade
Create a new ObjectNormalizer.
ObjectNotFoundException - Exception in org.identityconnectors.contract.exceptions
Exception thrown when the value for a key cannot be resolved.
ObjectNotFoundException() - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(String) - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception org.identityconnectors.contract.exceptions.ObjectNotFoundException
 
ObjectPool<T> - Class in org.identityconnectors.framework.impl.api.local
 
ObjectPool(ObjectPoolHandler<T>, ObjectPoolConfiguration) - Constructor for class org.identityconnectors.framework.impl.api.local.ObjectPool
Create a new ObjectPool
ObjectPool.Statistics - Class in org.identityconnectors.framework.impl.api.local
Statistics bean
ObjectPoolConfiguration - Class in org.identityconnectors.common.pooling
Configuration for pooling objects.
ObjectPoolConfiguration() - Constructor for class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
ObjectPoolConfiguration(ObjectPoolConfiguration) - Constructor for class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
ObjectPoolEntry<T> - Interface in org.identityconnectors.framework.impl.api.local
An ObjectPoolEntry is a borrowed object from pool.
ObjectPoolHandler<T> - Interface in org.identityconnectors.framework.impl.api.local
 
ObjectSerializationHandler - Interface in org.identityconnectors.framework.impl.serializer
Interface to be implemented to handle the serialization/ deserialization of an object.
ObjectSerializerFactory - Class in org.identityconnectors.framework.common.serializer
Serializer factory for serializing connector objects.
ObjectSerializerFactory() - Constructor for class org.identityconnectors.framework.common.serializer.ObjectSerializerFactory
 
ObjectSerializerFactoryImpl - Class in org.identityconnectors.framework.impl.serializer
 
ObjectSerializerFactoryImpl() - Constructor for class org.identityconnectors.framework.impl.serializer.ObjectSerializerFactoryImpl
 
ObjectSerializerRegistry - Class in org.identityconnectors.framework.impl.serializer
 
objectSIDtoString(Attribute) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
objectSIDtoString(byte[]) - Static method in class org.identityconnectors.ldap.ADLdapUtil
 
ObjectStreamHandler - Interface in org.identityconnectors.framework.impl.api
 
ObjectTypeMapper - Interface in org.identityconnectors.framework.impl.serializer
Interface to be implemented to handle the serialization/ deserialization of an object.
ObjectTypeMapperImpl - Class in org.identityconnectors.framework.impl.serializer
 
ObjectTypeMapperImpl(Class<?>, String) - Constructor for class org.identityconnectors.framework.impl.serializer.ObjectTypeMapperImpl
 
Observer<T> - Interface in org.identityconnectors.framework.api
Provides a mechanism for receiving push-based notifications.
oclass - Variable in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
of(L, R) - Static method in class org.identityconnectors.common.Pair
Obtains a mutable pair of two objects inferring the generic types.
OID - Static variable in class org.identityconnectors.ldap.sync.activedirectory.DirSyncControl
 
OID - Static variable in class org.identityconnectors.ldap.sync.activedirectory.DirSyncResponseControl
 
ok(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
ok(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
onAddAsyncConnectorInfoManager(AsyncConnectorInfoManager) - Method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
onBinaryFrame(ByteBuffer, boolean) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onBinaryMessage(byte[]) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onClose(H, int, String) - Method in interface org.forgerock.openicf.common.rpc.MessageListener
Invoked when RemoteConnectionHolder.close() has been called on a particular RemoteConnectionHolder instance.
onClose(WebSocketConnectionHolder, int, String) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
onClose(DataFrame) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
onClose(CloseInfo) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onClosed(T) - Method in interface org.forgerock.openicf.framework.CloseListener
Callback method to be called by source object if its state changed to Closed.
onCompleted() - Method in interface org.identityconnectors.framework.api.Observer
Notifies the Observer that the Connector has finished sending push-based notifications.
onConnect(H) - Method in interface org.forgerock.openicf.common.rpc.MessageListener
Invoked when the opening handshake has been completed for a specific RemoteConnectionHolder instance.
onConnect(WebSocketConnectionHolder) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
onConnect() - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
onConnect() - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onContentReceived(ContentDecoder, IOControl) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.AbstractJsonValueResponseHandler
 
onEntityEnclosed(HttpEntity, ContentType) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.AbstractJsonValueResponseHandler
 
onError(Throwable) - Method in interface org.forgerock.openicf.common.rpc.MessageListener
Invoked when the RemoteConnectionHolder is open and an error occurs processing the request.
onError(Throwable) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
onError(Throwable) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onError(Throwable) - Method in interface org.identityconnectors.framework.api.Observer
Notifies the Observer that the Connector has experienced an error condition.
onFrame(Frame) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onInputStream(InputStream) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onMessage(H, byte[]) - Method in interface org.forgerock.openicf.common.rpc.MessageListener
Invoked when RemoteConnectionHolder.sendBytes(byte[]) has been called on a particular RemoteConnectionHolder instance.
onMessage(H, String) - Method in interface org.forgerock.openicf.common.rpc.MessageListener
Invoked when RemoteConnectionHolder.sendString(String) has been called on a particular RemoteConnectionHolder instance.
onMessage(WebSocketConnectionHolder, String) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
onMessage(WebSocketConnectionHolder, byte[]) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
onMessage(byte[]) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
onMessage(String) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
onNewWebSocketConnectionGroup(WebSocketConnectionGroup) - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
onNewWebSocketConnectionGroup(WebSocketConnectionGroup) - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
onNewWebSocketConnectionGroup(WebSocketConnectionGroup) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator.SinglePrincipal
 
onNext(T) - Method in interface org.identityconnectors.framework.api.Observer
Provides the Observer with a new item to observe.
onPing(H, byte[]) - Method in interface org.forgerock.openicf.common.rpc.MessageListener
Invoked when RemoteConnectionHolder.sendPing(byte[]) has been called on a particular RemoteConnectionHolder instance.
onPing(WebSocketConnectionHolder, byte[]) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
onPing(DataFrame) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
onPing(ByteBuffer) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onPong(H, byte[]) - Method in interface org.forgerock.openicf.common.rpc.MessageListener
Invoked when RemoteConnectionHolder.sendPong(byte[]) has been called on a particular RemoteConnectionHolder instance.
onPong(WebSocketConnectionHolder, byte[]) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
onPong(DataFrame) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
onPong(ByteBuffer) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onReader(Reader) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onResponseReceived(HttpResponse) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.AbstractJsonValueResponseHandler
 
onTextFrame(ByteBuffer, boolean) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
onTextMessage(String) - Method in class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
OP_ATTRIBUTES_TO_GET - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
Determines which attributes to retrieve during SearchApiOp and SyncApiOp.
OP_CONTAINER - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the container under which to perform the search.
OP_DICTIONARY - Static variable in class org.forgerock.openicf.maven.ConnectorDocBuilder
 
OP_FAIL_ON_ERROR - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to specify whether a BatchApiOp should abort processing on the first error encountered in the batch.
OP_PAGE_SIZE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the requested page results page size.
OP_PAGED_RESULTS_COOKIE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies an opaque cookie which is used by the connector to track its position in the set of query results.
OP_PAGED_RESULTS_OFFSET - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the index within the result set of the first result which should be returned.
OP_REQUIRE_SERIAL - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to instruct a connector that batched operations must be executed in serial fashion where possible/applicable.
OP_RUN_AS_USER - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with ScriptOnResourceApiOp and possibly others that specifies an account under which to execute the script/operation.
OP_RUN_WITH_PASSWORD - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with ScriptOnResourceApiOp and possibly others that specifies a password under which to execute the script/operation.
OP_SCOPE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp (in conjunction with OperationOptions.OP_CONTAINER) that specifies how far beneath the specified container to search.
OP_SEARCH_FILTER - Static variable in class org.identityconnectors.ldap.LdapConstants
 
OP_SORT_KEYS - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the sort keys which should be used for ordering the ConnectorObject returned by search request.
OP_TOTAL_PAGED_RESULTS_POLICY - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
An option to use with SearchApiOp that specifies the policy used for calculating the total number of paged results.
OPENICF_PROTOCOL - Static variable in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
OpenICFListenerImpl - Class in org.forgerock.openicf.framework.server.jetty
 
OpenICFListenerImpl() - Constructor for class org.forgerock.openicf.framework.server.jetty.OpenICFListenerImpl
 
OpenICFServerAdapter - Class in org.forgerock.openicf.framework.remote
OpenICFServerAdapter process all messages.
OpenICFServerAdapter(ConnectorFramework, AsyncConnectorInfoManager, boolean) - Constructor for class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
OpenICFWebSocket(ProtocolHandler, HttpRequestPacket, ConnectionPrincipal<?>, WebSocketListener...) - Constructor for class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
OpenICFWebSocketAddOn - Class in org.forgerock.openicf.framework.server.grizzly
 
OpenICFWebSocketAddOn() - Constructor for class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketAddOn
 
OpenICFWebSocketApplication - Class in org.forgerock.openicf.framework.server.grizzly
 
OpenICFWebSocketApplication(ConnectorFramework, String) - Constructor for class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication
 
OpenICFWebSocketApplication.OpenICFWebSocket - Class in org.forgerock.openicf.framework.server.grizzly
 
OpenICFWebSocketApplication.SinglePrincipal - Class in org.forgerock.openicf.framework.server.grizzly
 
OpenICFWebSocketCreator - Class in org.forgerock.openicf.framework.server.jetty
 
OpenICFWebSocketCreator(ConnectorFramework, ScheduledExecutorService) - Constructor for class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator
 
OpenICFWebSocketCreator(ConnectorFramework, OperationMessageListener, Authenticator, ScheduledExecutorService) - Constructor for class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator
 
OpenICFWebSocketCreator.SinglePrincipal - Class in org.forgerock.openicf.framework.server.jetty
 
OpenICFWebSocketFilter - Class in org.forgerock.openicf.framework.server.grizzly
 
OpenICFWebSocketFilter(long) - Constructor for class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketFilter
 
OpenICFWebSocketServlet - Class in org.forgerock.openicf.framework.server.grizzly
 
OpenICFWebSocketServlet(ConnectorFramework) - Constructor for class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketServlet
 
OpenICFWebSocketServletBase - Class in org.forgerock.openicf.framework.server.jetty
 
OpenICFWebSocketServletBase() - Constructor for class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
OpenICFWebSocketServletBase(ConnectorFrameworkFactory) - Constructor for class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
OpenICFWebSocketServletBase(ReferenceCountedObject<ConnectorFramework>.Reference, ScheduledExecutorService) - Constructor for class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase
 
OpenICFWebSocketServletBase.ServletAttributeAuthenticator - Class in org.forgerock.openicf.framework.server.jetty
 
OpenICFWebSocketSessionFactory - Class in org.forgerock.openicf.framework.server.jetty
 
OpenICFWebSocketSessionFactory(WebSocketContainerScope) - Constructor for class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketSessionFactory
 
OPERATION - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
OPERATION_EXPECTS_MESSAGE - Static variable in class org.forgerock.openicf.framework.async.impl.AbstractRemoteOperationRequestFactory.AbstractRemoteOperationRequest
 
OPERATIONAL_ATTRIBUTE_NAMES - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
 
OperationalAttributeInfos - Class in org.identityconnectors.framework.common.objects
AttributeInfo for each operational attribute.
OperationalAttributes - Class in org.identityconnectors.framework.common.objects
Operational attributes have special meaning and cannot be represented by pure operations.
OperationalContext - Class in org.identityconnectors.framework.impl.api.local.operations
OperationalContext - base class for operations that do not require a connector instance.
OperationalContext(LocalConnectorInfoImpl, APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.OperationalContext
Creates a new OperationalContext but it does not initiates the Configuration because the OperationalContext.getConnectorInfo() method must do it when it's called from a block where the classloader of the Thread is set to Connector.
OperationMessageListener - Interface in org.forgerock.openicf.framework.remote.rpc
 
OperationMessages - Class in org.forgerock.openicf.common.protobuf
 
OperationMessages.AuthenticateOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface AuthenticateOp Protobuf type org.forgerock.openicf.common.protobuf.AuthenticateOpRequest
OperationMessages.AuthenticateOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface AuthenticateOp Protobuf type org.forgerock.openicf.common.protobuf.AuthenticateOpRequest
OperationMessages.AuthenticateOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.AuthenticateOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AuthenticateOpResponse
OperationMessages.AuthenticateOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AuthenticateOpResponse
OperationMessages.AuthenticateOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.BatchEmptyResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.BatchEmptyResponse
OperationMessages.BatchEmptyResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.BatchEmptyResponse
OperationMessages.BatchEmptyResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.BatchOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface BatchOp Protobuf type org.forgerock.openicf.common.protobuf.BatchOpRequest
OperationMessages.BatchOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface BatchOp Protobuf type org.forgerock.openicf.common.protobuf.BatchOpRequest
OperationMessages.BatchOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.BatchOpResult - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.BatchOpResult
OperationMessages.BatchOpResult.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.BatchOpResult
OperationMessages.BatchOpResultOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.BatchOpTask - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.BatchOpTask
OperationMessages.BatchOpTask.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.BatchOpTask
OperationMessages.BatchOpTaskOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ConfigurationChangeEvent - Class in org.forgerock.openicf.common.protobuf
Configuration Update Event Protobuf type org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent
OperationMessages.ConfigurationChangeEvent.Builder - Class in org.forgerock.openicf.common.protobuf
Configuration Update Event Protobuf type org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent
OperationMessages.ConfigurationChangeEventOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ConnectorEventSubscriptionOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface ConnectorEventSubscriptionOp Protobuf type org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest
OperationMessages.ConnectorEventSubscriptionOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface ConnectorEventSubscriptionOp Protobuf type org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest
OperationMessages.ConnectorEventSubscriptionOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ConnectorEventSubscriptionOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse
OperationMessages.ConnectorEventSubscriptionOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse
OperationMessages.ConnectorEventSubscriptionOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.CreateOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface CreateOp Protobuf type org.forgerock.openicf.common.protobuf.CreateOpRequest
OperationMessages.CreateOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface CreateOp Protobuf type org.forgerock.openicf.common.protobuf.CreateOpRequest
OperationMessages.CreateOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.CreateOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.CreateOpResponse
OperationMessages.CreateOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.CreateOpResponse
OperationMessages.CreateOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.DeleteOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface DeleteOp Protobuf type org.forgerock.openicf.common.protobuf.DeleteOpRequest
OperationMessages.DeleteOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface DeleteOp Protobuf type org.forgerock.openicf.common.protobuf.DeleteOpRequest
OperationMessages.DeleteOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.DeleteOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.DeleteOpResponse
OperationMessages.DeleteOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.DeleteOpResponse
OperationMessages.DeleteOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.GetOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface GetOp Protobuf type org.forgerock.openicf.common.protobuf.GetOpRequest
OperationMessages.GetOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface GetOp Protobuf type org.forgerock.openicf.common.protobuf.GetOpRequest
OperationMessages.GetOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.GetOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.GetOpResponse
OperationMessages.GetOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.GetOpResponse
OperationMessages.GetOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.OperationRequest - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationRequest
OperationMessages.OperationRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationRequest
OperationMessages.OperationRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.OperationResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationResponse
OperationMessages.OperationResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationResponse
OperationMessages.OperationResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ResolveUsernameOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface ResolveUsernameOp Protobuf type org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest
OperationMessages.ResolveUsernameOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface ResolveUsernameOp Protobuf type org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest
OperationMessages.ResolveUsernameOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ResolveUsernameOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse
OperationMessages.ResolveUsernameOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse
OperationMessages.ResolveUsernameOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SchemaOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface SchemaOp Protobuf type org.forgerock.openicf.common.protobuf.SchemaOpRequest
OperationMessages.SchemaOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface SchemaOp Protobuf type org.forgerock.openicf.common.protobuf.SchemaOpRequest
OperationMessages.SchemaOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SchemaOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SchemaOpResponse
OperationMessages.SchemaOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SchemaOpResponse
OperationMessages.SchemaOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ScriptOnConnectorOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface ScriptOnConnectorOp Protobuf type org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest
OperationMessages.ScriptOnConnectorOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface ScriptOnConnectorOp Protobuf type org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest
OperationMessages.ScriptOnConnectorOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ScriptOnConnectorOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse
OperationMessages.ScriptOnConnectorOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse
OperationMessages.ScriptOnConnectorOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ScriptOnResourceOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface ScriptOnResourceOp Protobuf type org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest
OperationMessages.ScriptOnResourceOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface ScriptOnResourceOp Protobuf type org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest
OperationMessages.ScriptOnResourceOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ScriptOnResourceOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse
OperationMessages.ScriptOnResourceOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse
OperationMessages.ScriptOnResourceOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SearchOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface SearchOp Protobuf type org.forgerock.openicf.common.protobuf.SearchOpRequest
OperationMessages.SearchOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface SearchOp Protobuf type org.forgerock.openicf.common.protobuf.SearchOpRequest
OperationMessages.SearchOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SearchOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SearchOpResponse
OperationMessages.SearchOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SearchOpResponse
OperationMessages.SearchOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SyncEventSubscriptionOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface SyncEventSubscriptionOp Protobuf type org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest
OperationMessages.SyncEventSubscriptionOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface SyncEventSubscriptionOp Protobuf type org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest
OperationMessages.SyncEventSubscriptionOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SyncEventSubscriptionOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse
OperationMessages.SyncEventSubscriptionOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse
OperationMessages.SyncEventSubscriptionOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SyncOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface SyncOp Protobuf type org.forgerock.openicf.common.protobuf.SyncOpRequest
OperationMessages.SyncOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface SyncOp Protobuf type org.forgerock.openicf.common.protobuf.SyncOpRequest
OperationMessages.SyncOpRequest.LatestSyncToken - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken
OperationMessages.SyncOpRequest.LatestSyncToken.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken
OperationMessages.SyncOpRequest.LatestSyncTokenOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SyncOpRequest.Sync - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync
OperationMessages.SyncOpRequest.Sync.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync
OperationMessages.SyncOpRequest.SyncOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SyncOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SyncOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpResponse
OperationMessages.SyncOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpResponse
OperationMessages.SyncOpResponse.LatestSyncToken - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken
OperationMessages.SyncOpResponse.LatestSyncToken.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken
OperationMessages.SyncOpResponse.LatestSyncTokenOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SyncOpResponse.Sync - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync
OperationMessages.SyncOpResponse.Sync.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync
OperationMessages.SyncOpResponse.SyncOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.SyncOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.TestOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface TestOp Protobuf type org.forgerock.openicf.common.protobuf.TestOpRequest
OperationMessages.TestOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface TestOp Protobuf type org.forgerock.openicf.common.protobuf.TestOpRequest
OperationMessages.TestOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.TestOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.TestOpResponse
OperationMessages.TestOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.TestOpResponse
OperationMessages.TestOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.UpdateOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface UpdateOp Protobuf type org.forgerock.openicf.common.protobuf.UpdateOpRequest
OperationMessages.UpdateOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface UpdateOp Protobuf type org.forgerock.openicf.common.protobuf.UpdateOpRequest
OperationMessages.UpdateOpRequest.UpdateType - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType
OperationMessages.UpdateOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.UpdateOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.UpdateOpResponse
OperationMessages.UpdateOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.UpdateOpResponse
OperationMessages.UpdateOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ValidateOpRequest - Class in org.forgerock.openicf.common.protobuf
Interface ValidateApiOp Protobuf type org.forgerock.openicf.common.protobuf.ValidateOpRequest
OperationMessages.ValidateOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Interface ValidateApiOp Protobuf type org.forgerock.openicf.common.protobuf.ValidateOpRequest
OperationMessages.ValidateOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
OperationMessages.ValidateOpResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ValidateOpResponse
OperationMessages.ValidateOpResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ValidateOpResponse
OperationMessages.ValidateOpResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
operationOption(Closure) - Method in class org.forgerock.openicf.misc.scriptedcommon.SchemaDelegate
 
OperationOptionDelegate - Class in org.forgerock.openicf.misc.scriptedcommon
 
OperationOptionDelegate(SchemaBuilder) - Constructor for class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
OperationOptionInfo - Class in org.identityconnectors.framework.common.objects
 
OperationOptionInfo(String, Class<?>) - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
OperationOptionInfoBuilder - Class in org.identityconnectors.framework.common.objects
 
OperationOptionInfoBuilder() - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
OperationOptionInfoBuilder(String, Class<?>) - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
OperationOptions - Class in org.identityconnectors.framework.common.objects
Arbitrary options to be passed into various operations.
OperationOptions(Map<String, Object>) - Constructor for class org.identityconnectors.framework.common.objects.OperationOptions
Public only for serialization; please use OperationOptionsBuilder .
OperationOptionsBuilder - Class in org.identityconnectors.framework.common.objects
Builder for OperationOptions.
OperationOptionsBuilder() - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Create a builder with an empty set of options.
OperationOptionsBuilder(OperationOptions) - Constructor for class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Create a builder from an existing set of options.
OperationRequest - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent to request an operation.
OperationRequest(ConnectorKey, String, Class<? extends APIOperation>, String, List<Object>) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationRequest
 
OPERATIONREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
OperationRequestMoreData - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent by the client to request more data.
OperationRequestMoreData() - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationRequestMoreData
 
OperationRequestStopData - Class in org.identityconnectors.framework.impl.api.remote.messages
Sent by the client to request stop sending data
OperationRequestStopData() - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationRequestStopData
 
OPERATIONRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
OperationResponseEnd - Class in org.identityconnectors.framework.impl.api.remote.messages
Special marker class to mark the end of a response.
OperationResponseEnd() - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationResponseEnd
 
OperationResponsePart - Class in org.identityconnectors.framework.impl.api.remote.messages
Represents one part of a response.
OperationResponsePart(Throwable, Object) - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePart
 
OperationResponsePause - Class in org.identityconnectors.framework.impl.api.remote.messages
Special marker class to ask if the client wants more data.
OperationResponsePause() - Constructor for class org.identityconnectors.framework.impl.api.remote.messages.OperationResponsePause
 
OPERATIONS - Static variable in class org.forgerock.openicf.maven.ConnectorDocBuilder
 
OPERATIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
operationsSupported(ConnectorFacade, ObjectClass, Set<Class<? extends APIOperation>>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if a particular objectclass supports a particular operations To succeed all the operations must be supported.
operationsSupported(ConnectorFacade, Set<Class<? extends APIOperation>>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if ANY objectclass supports a particular operations
operationSupported(ConnectorFacade, ObjectClass, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if a particular objectclass supports a particular operation
operationSupported(ConnectorFacade, ObjectClass, Class<? extends APIOperation>, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if a particular objectclass supports a particular operations
operationSupported(ConnectorFacade, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if ANY objectclass supports a particular operation
operationSupported(ConnectorFacade, Class<? extends APIOperation>, Class<? extends APIOperation>) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
check to see if ANY objectclass supports a particular operation
OperationTimeoutException - Exception in org.identityconnectors.framework.common.exceptions
Thrown when an operation times out.
OperationTimeoutException() - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
OperationTimeoutException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
OperationTimeoutException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
OperationTimeoutException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.OperationTimeoutException
 
OperationType - Enum in org.forgerock.openicf.misc.scriptedcommon
A NAME does ...
OPTIONS - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
options - Variable in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
OPTIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
or(Query) - Method in interface org.forgerock.openicf.connectors.xml.query.abstracts.Query
 
or(Query) - Method in class org.forgerock.openicf.connectors.xml.query.QueryImpl
 
or(Filter, Filter) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Logically "OR" together the two specified instances of Filter.
or(Collection<Filter>) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "OR" filter using the provided list of sub-filters.
or(Filter...) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new "OR" filter using the provided list of sub-filters.
or(LdapFilter) - Method in class org.identityconnectors.ldap.search.LdapFilter
Logically "ORs" together this filter with another filter.
ORDER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
ORDER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
OrderBy(String, Boolean) - Constructor for class org.identityconnectors.dbcommon.DatabaseQueryBuilder.OrderBy
One order by column.
OrFilter - Class in org.identityconnectors.framework.common.objects.filter
 
OrFilter(Filter, Filter) - Constructor for class org.identityconnectors.framework.common.objects.filter.OrFilter
Takes the result of the left and right filter and ORs them.
OrFilter(Collection<Filter>) - Constructor for class org.identityconnectors.framework.common.objects.filter.OrFilter
 
ORFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
org.forgerock.openicf.common.logging.slf4j - package org.forgerock.openicf.common.logging.slf4j
 
org.forgerock.openicf.common.protobuf - package org.forgerock.openicf.common.protobuf
Provide the Google Protocol Buffer Messages required for the Remote OpenICF Server communication.
org.forgerock.openicf.common.rpc - package org.forgerock.openicf.common.rpc
 
org.forgerock.openicf.connectors.groovy - package org.forgerock.openicf.connectors.groovy
 
org.forgerock.openicf.connectors.kerberos - package org.forgerock.openicf.connectors.kerberos
 
org.forgerock.openicf.connectors.scriptedcrest - package org.forgerock.openicf.connectors.scriptedcrest
 
org.forgerock.openicf.connectors.scriptedrest - package org.forgerock.openicf.connectors.scriptedrest
This is the core package for the connector.
org.forgerock.openicf.connectors.scriptedsql - package org.forgerock.openicf.connectors.scriptedsql
This is the core package for the connector.
org.forgerock.openicf.connectors.ssh - package org.forgerock.openicf.connectors.ssh
This is the core package for the connector.
org.forgerock.openicf.connectors.xml - package org.forgerock.openicf.connectors.xml
This is the core package for the connector.
org.forgerock.openicf.connectors.xml.query - package org.forgerock.openicf.connectors.xml.query
 
org.forgerock.openicf.connectors.xml.query.abstracts - package org.forgerock.openicf.connectors.xml.query.abstracts
 
org.forgerock.openicf.connectors.xml.util - package org.forgerock.openicf.connectors.xml.util
 
org.forgerock.openicf.connectors.xml.xsdparser - package org.forgerock.openicf.connectors.xml.xsdparser
 
org.forgerock.openicf.csvfile - package org.forgerock.openicf.csvfile
This is the core package for the connector.
org.forgerock.openicf.framework - package org.forgerock.openicf.framework
OpenICF Connector Framework Package.
org.forgerock.openicf.framework.async - package org.forgerock.openicf.framework.async
OpenICF Asynchronous API package.
org.forgerock.openicf.framework.async.impl - package org.forgerock.openicf.framework.async.impl
 
org.forgerock.openicf.framework.client - package org.forgerock.openicf.framework.client
OpenICF Remote Connector Server Client implementation.
org.forgerock.openicf.framework.impl.api.osgi.internal - package org.forgerock.openicf.framework.impl.api.osgi.internal
 
org.forgerock.openicf.framework.local - package org.forgerock.openicf.framework.local
OpenICF Local Connector Manager Package.
org.forgerock.openicf.framework.osgi - package org.forgerock.openicf.framework.osgi
 
org.forgerock.openicf.framework.osgi.internal - package org.forgerock.openicf.framework.osgi.internal
 
org.forgerock.openicf.framework.remote - package org.forgerock.openicf.framework.remote
OpenICF Remote Procedure Call Package.
org.forgerock.openicf.framework.remote.rpc - package org.forgerock.openicf.framework.remote.rpc
OpenICF Local Connector Manager Package.
org.forgerock.openicf.framework.remote.security - package org.forgerock.openicf.framework.remote.security
OpenICF Remote Per-Host Security Manager Package.
org.forgerock.openicf.framework.server - package org.forgerock.openicf.framework.server
 
org.forgerock.openicf.framework.server.grizzly - package org.forgerock.openicf.framework.server.grizzly
 
org.forgerock.openicf.framework.server.jetty - package org.forgerock.openicf.framework.server.jetty
 
org.forgerock.openicf.maven - package org.forgerock.openicf.maven
 
org.forgerock.openicf.maven.xhtml - package org.forgerock.openicf.maven.xhtml
 
org.forgerock.openicf.misc.crest - package org.forgerock.openicf.misc.crest
 
org.forgerock.openicf.misc.scriptedcommon - package org.forgerock.openicf.misc.scriptedcommon
 
org.identityconnectors.common - package org.identityconnectors.common
Common utilities for all Connectors.
org.identityconnectors.common.event - package org.identityconnectors.common.event
Classes and interfaces for asynchronous event based monitoring of the connectors.
org.identityconnectors.common.l10n - package org.identityconnectors.common.l10n
 
org.identityconnectors.common.logging - package org.identityconnectors.common.logging
This package is responsible for providing logging to the Framework and the Connectors.
org.identityconnectors.common.logging.impl - package org.identityconnectors.common.logging.impl
 
org.identityconnectors.common.pooling - package org.identityconnectors.common.pooling
 
org.identityconnectors.common.script - package org.identityconnectors.common.script
 
org.identityconnectors.common.script.groovy - package org.identityconnectors.common.script.groovy
 
org.identityconnectors.common.script.javascript - package org.identityconnectors.common.script.javascript
 
org.identityconnectors.common.security - package org.identityconnectors.common.security
 
org.identityconnectors.common.security.impl - package org.identityconnectors.common.security.impl
 
org.identityconnectors.contract.data - package org.identityconnectors.contract.data
 
org.identityconnectors.contract.data.groovy - package org.identityconnectors.contract.data.groovy
 
org.identityconnectors.contract.exceptions - package org.identityconnectors.contract.exceptions
 
org.identityconnectors.contract.test - package org.identityconnectors.contract.test
 
org.identityconnectors.databasetable - package org.identityconnectors.databasetable
This is the core package for the connector.
org.identityconnectors.databasetable.mapping - package org.identityconnectors.databasetable.mapping
Database Table Connector Mapping Package Overview Database table connector use the configuration's switches to change the attribute to resource mapping.
org.identityconnectors.dbcommon - package org.identityconnectors.dbcommon
This is a generic bundle that contains many of the utilities needed for any sort of database connector, such as query builders, connection wrappers, and other SQL utilities.
org.identityconnectors.framework - package org.identityconnectors.framework
Connectors framework is designed to be simple, extensible, flexible, and comprehensive.
org.identityconnectors.framework.api - package org.identityconnectors.framework.api
The Connector API presents a consistent view of any Connector, regardless of which operations the connector actually implements.
org.identityconnectors.framework.api.operations - package org.identityconnectors.framework.api.operations
 
org.identityconnectors.framework.api.operations.batch - package org.identityconnectors.framework.api.operations.batch
 
org.identityconnectors.framework.common - package org.identityconnectors.framework.common
 
org.identityconnectors.framework.common.exceptions - package org.identityconnectors.framework.common.exceptions
 
org.identityconnectors.framework.common.objects - package org.identityconnectors.framework.common.objects
 
org.identityconnectors.framework.common.objects.filter - package org.identityconnectors.framework.common.objects.filter
 
org.identityconnectors.framework.common.serializer - package org.identityconnectors.framework.common.serializer
 
org.identityconnectors.framework.impl.api - package org.identityconnectors.framework.impl.api
 
org.identityconnectors.framework.impl.api.local - package org.identityconnectors.framework.impl.api.local
 
org.identityconnectors.framework.impl.api.local.operations - package org.identityconnectors.framework.impl.api.local.operations
 
org.identityconnectors.framework.impl.api.remote - package org.identityconnectors.framework.impl.api.remote
 
org.identityconnectors.framework.impl.api.remote.messages - package org.identityconnectors.framework.impl.api.remote.messages
 
org.identityconnectors.framework.impl.serializer - package org.identityconnectors.framework.impl.serializer
 
org.identityconnectors.framework.impl.serializer.binary - package org.identityconnectors.framework.impl.serializer.binary
 
org.identityconnectors.framework.impl.serializer.xml - package org.identityconnectors.framework.impl.serializer.xml
 
org.identityconnectors.framework.impl.test - package org.identityconnectors.framework.impl.test
 
org.identityconnectors.framework.server - package org.identityconnectors.framework.server
 
org.identityconnectors.framework.server.impl - package org.identityconnectors.framework.server.impl
 
org.identityconnectors.framework.spi - package org.identityconnectors.framework.spi
This is the "Service Provider Interface" package.
org.identityconnectors.framework.spi.operations - package org.identityconnectors.framework.spi.operations
 
org.identityconnectors.ldap - package org.identityconnectors.ldap
 
org.identityconnectors.ldap.modify - package org.identityconnectors.ldap.modify
 
org.identityconnectors.ldap.schema - package org.identityconnectors.ldap.schema
 
org.identityconnectors.ldap.search - package org.identityconnectors.ldap.search
 
org.identityconnectors.ldap.sync - package org.identityconnectors.ldap.sync
 
org.identityconnectors.ldap.sync.activedirectory - package org.identityconnectors.ldap.sync.activedirectory
 
org.identityconnectors.ldap.sync.ibm - package org.identityconnectors.ldap.sync.ibm
 
org.identityconnectors.ldap.sync.sunds - package org.identityconnectors.ldap.sync.sunds
 
org.identityconnectors.ldap.sync.timestamps - package org.identityconnectors.ldap.sync.timestamps
 
org.identityconnectors.test.common - package org.identityconnectors.test.common
 
org.identityconnectors.test.common.spi - package org.identityconnectors.test.common.spi
 
org.identityconnectors.testcommon - package org.identityconnectors.testcommon
 
OsgiConnectorFramework - Class in org.forgerock.openicf.framework.osgi.internal
 
OsgiConnectorFramework(ClassLoader, AsyncOsgiConnectorInfoManagerImpl) - Constructor for class org.forgerock.openicf.framework.osgi.internal.OsgiConnectorFramework
 
OsgiConnectorInfoImpl - Class in org.forgerock.openicf.framework.osgi
 
OsgiConnectorInfoImpl(Bundle) - Constructor for class org.forgerock.openicf.framework.osgi.OsgiConnectorInfoImpl
 
OsgiConnectorInfoManagerImpl - Class in org.forgerock.openicf.framework.impl.api.osgi.internal
The OSGi ConnectorInfoManager Implementation ...
OsgiConnectorInfoManagerImpl() - Constructor for class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
overridesEqualsAndHashcode(Class<?>) - Static method in class org.identityconnectors.common.ReflectionUtil
Returns true if the given class overrides equals and hashCode.

P

PAGEDRESULTSCOOKIE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
PagedSearchStrategy - Class in org.identityconnectors.ldap.search
 
PagedSearchStrategy(int, String, int, SearchResultsHandler, SortKey[]) - Constructor for class org.identityconnectors.ldap.search.PagedSearchStrategy
 
Pair<T1,T2> - Class in org.identityconnectors.common
An arbitrary pair of objects.
Pair() - Constructor for class org.identityconnectors.common.Pair
 
Pair(T1, T2) - Constructor for class org.identityconnectors.common.Pair
 
param(String) - Static method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
parse(Reader, Closure, Closure<Object>) - Method in class org.forgerock.openicf.connectors.scriptedcrest.StreamingJsonSlurper
Parse a JSON data structure from content from a reader
parse(HttpEntity, Closure, Closure<Object>) - Method in class org.forgerock.openicf.connectors.scriptedcrest.StreamingJsonSlurper
 
parse(String) - Static method in class org.identityconnectors.common.Version
Parses the passed version string.
parse(String) - Static method in class org.identityconnectors.common.VersionRange
Creates a version range from the specified string.
parse() - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifestParser
Parses the manifest.
parse(InputSource, XmlObjectResultsHandler, boolean) - Static method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectParser
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseDelimitedFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseDelimitedFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parseFrom(ByteString) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseFrom(ByteString, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseFrom(byte[]) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseFrom(byte[], ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseFrom(InputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseFrom(InputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseFrom(CodedInputStream) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseFrom(CodedInputStream, ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseJsonBody(HttpEntity, boolean) - Method in class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
parseJsonBody(HttpEntity, boolean) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
parseLine(String, char, char) - Static method in class org.identityconnectors.common.StringUtil
Parses a line into a List of strings.
parseQueryResponse(HttpResponse, QueryResourceHandler) - Method in class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
parseQueryResponse(HttpResponse, QueryResourceHandler) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
parser() - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
parseResponse(HttpResponse) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
parseSchema() - Method in class org.forgerock.openicf.connectors.xml.xsdparser.SchemaParser
 
parseString(String) - Static method in class org.identityconnectors.common.XmlUtil
Parses a string without validation and returns the Document.
parseXSDSchema(File) - Static method in class org.forgerock.openicf.connectors.xml.util.SchemaParserUtil
 
PassThroughFilter() - Constructor for class org.identityconnectors.framework.impl.api.local.operations.FilteredResultsHandler.PassThroughFilter
 
PASSWD_CANT_CHANGE - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
PASSWD_CANT_CHANGE_NAME - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
PASSWD_NOTREQD - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
PASSWORD - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
PASSWORD - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Normally this is a write-only attribute.
PASSWORD - Static variable in class org.identityconnectors.ldap.LdapConstants
Overrides the framework-defined password because ours is readable: we can return the password from sync() when doing password synchronization.
PASSWORD_CHANGE_INTERVAL - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Common password policy attribute where the password must be changed every so often.
PASSWORD_CHANGE_INTERVAL_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Common password policy attribute where the password must be changed every so often.
PASSWORD_EXPIRATION_DATE - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Gets/sets the password expiration date for an object.
PASSWORD_EXPIRATION_DATE_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the password expiration date for an object.
PASSWORD_EXPIRED - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributeInfos
Used to determine if a password is expired or to expire a password.
PASSWORD_EXPIRED - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
PASSWORD_EXPIRED_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Gets/sets the password expired for an object.
PASSWORD_EXPIRED_OID - Static variable in class org.identityconnectors.ldap.LdapConnection
 
PASSWORD_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
PASSWORD_NAME - Static variable in class org.identityconnectors.framework.common.objects.OperationalAttributes
Normally this is a write-only attribute.
PASSWORD_NOTREQD_NAME - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
PasswordDecryptor - Class in org.identityconnectors.ldap.sync.sunds
 
PasswordDecryptor(byte[], byte[]) - Constructor for class org.identityconnectors.ldap.sync.sunds.PasswordDecryptor
 
PasswordExpiredException - Exception in org.identityconnectors.framework.common.exceptions
PasswordExpiredException signals that a user password has expired.
PasswordExpiredException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PasswordExpiredException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PasswordExpiredException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
PasswordExpiredException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PasswordExpiredException
 
patch(Context, PatchRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
patchAsync(Context, PatchRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
PermissionDeniedException - Exception in org.identityconnectors.framework.common.exceptions
Thrown when the target resource will not allow a Connector to perform a particular operation.
PermissionDeniedException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PermissionDeniedException
 
PermissionDeniedException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PermissionDeniedException
 
PermissionDeniedException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PermissionDeniedException
 
PermissionDeniedException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PermissionDeniedException
 
plus(String) - Method in class org.identityconnectors.contract.data.groovy.Lazy
overriding plus operation to be able to concatenate Lazy objects to others.
plus(Lazy) - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
PoolableConnector - Interface in org.identityconnectors.framework.spi
To be implemented by connectors that wish to be pooled.
popAll() - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Hack for OIM.
popClassLoader() - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Restores the previous loader as the thread-local classloader.
POSIX_GROUPS_NAME - Static variable in class org.identityconnectors.ldap.LdapConstants
 
PosixGroupMember(String) - Constructor for class org.identityconnectors.ldap.LdapModifyOperation.PosixGroupMember
 
PreconditionFailedException - Exception in org.identityconnectors.framework.common.exceptions
PreconditionFailedException is thrown to indicate that a resource's current version does not match the version provided.
PreconditionFailedException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with null as its detail message.
PreconditionFailedException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with the specified detail message.
PreconditionFailedException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with the specified cause and a detail message of (cause==null ?
PreconditionFailedException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionFailedException
Constructs a new PreconditionFailedException exception with the specified detail message and cause.
PreconditionRequiredException - Exception in org.identityconnectors.framework.common.exceptions
PreconditionRequiredException is thrown to indicate that a resource requires a version, but no version was supplied in the request.
PreconditionRequiredException() - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with null as its detail message.
PreconditionRequiredException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with the specified detail message.
PreconditionRequiredException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with the specified cause and a detail message of (cause==null ?
PreconditionRequiredException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.PreconditionRequiredException
Constructs a new PreconditionRequiredException exception with the specified detail message and cause.
PredefinedAttributeInfos - Class in org.identityconnectors.framework.common.objects
 
PredefinedAttributes - Class in org.identityconnectors.framework.common.objects
Defines standard syntax and semantics for common attributes that are not operational in nature.
prepareCall(String, List<SQLParam>) - Method in class org.identityconnectors.databasetable.DatabaseTableConnection
Indirect call of prepareCall statement with mapped callable statement parameters
prepareCall(String, List<SQLParam>) - Method in class org.identityconnectors.dbcommon.DatabaseConnection
Indirect call of prepareCall statement with mapped callable statement parameters.
prepareStatement(String, List<SQLParam>) - Method in class org.identityconnectors.databasetable.DatabaseTableConnection
Indirect call of prepare statement with mapped prepare statement parameters
prepareStatement(String, List<SQLParam>) - Method in class org.identityconnectors.dbcommon.DatabaseConnection
Indirect call of prepare statement with mapped prepare statement parameters.
prepareStatement(DatabaseQueryBuilder) - Method in class org.identityconnectors.dbcommon.DatabaseConnection
Indirect call of prepare statement using the query builder object.
PresenceFilter - Class in org.identityconnectors.framework.common.objects.filter
A PresenceFilter determines if the attribute provided is present in the ConnectorObject
PresenceFilter(String) - Constructor for class org.identityconnectors.framework.common.objects.filter.PresenceFilter
 
present(String) - Static method in class org.identityconnectors.framework.common.objects.filter.FilterBuilder
Creates a new presence filter using the provided attribute name.
PrettyStringBuilder - Class in org.identityconnectors.common
 
PrettyStringBuilder() - Constructor for class org.identityconnectors.common.PrettyStringBuilder
 
PrettyStringBuilder(int, int, String) - Constructor for class org.identityconnectors.common.PrettyStringBuilder
 
previous() - Method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
previous() - Method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 
previousUid(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
previousUid(Uid) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
PREVIOUSUID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
principalCache - Variable in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator
 
principalIsShuttingDown(Principal) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
print(String[]) - Method in class org.identityconnectors.common.StringPrintWriter
Call print for every string in the array.
println(String[]) - Method in class org.identityconnectors.common.StringPrintWriter
Call println for every string in the array.
printStackTrace(PrintStream) - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
printStackTrace(PrintWriter) - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
process() - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
processCancelOpRequest(WebSocketConnectionHolder, long, RPCMessages.CancelOpRequest) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
processControlRequest(WebSocketConnectionHolder, long, RPCMessages.ControlRequest) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
processControlRequest(RPCMessages.ControlRequest) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
processControlResponse(WebSocketConnectionHolder, long, RPCMessages.ControlResponse) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
processDirectory(File) - Static method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
processExceptionMessage(WebSocketConnectionHolder, long, RPCMessages.ExceptionMessage) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
processHandshakeRequest(WebSocketConnectionHolder, long, RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
processHandshakeResponse(WebSocketConnectionHolder, long, RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
processMessage(WebSocketConnectionHolder, byte[]) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
processOperationRequest(WebSocketConnectionHolder, long, OperationMessages.OperationRequest) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
processOperationResponse(WebSocketConnectionHolder, long, OperationMessages.OperationResponse) - Method in class org.forgerock.openicf.framework.remote.OpenICFServerAdapter
 
processTemplate(VelocityEngine, Context, String, Writer) - Method in class org.forgerock.openicf.maven.ConnectorDocBuilder
Create the velocity template
processURL(URL, boolean) - Static method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoManagerImpl
 
PRODUCERBUFFERSIZE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
propagate() - Method in class org.identityconnectors.ldap.LdapConnection.AuthenticationResult
 
propagate(Exception) - Method in enum org.identityconnectors.ldap.LdapConnection.AuthenticationResultType
 
PropertiesResolver - Class in org.identityconnectors.dbcommon
Resolver of properties in UNIX/ant style.
PropertyBag - Class in org.forgerock.openicf.maven
 
PropertyBag(PlexusConfiguration, ExpressionEvaluator, Logger) - Constructor for class org.forgerock.openicf.maven.PropertyBag
 
PropertyBag - Class in org.identityconnectors.test.common
Encapsulates a read-only bag of properties, which can be accessed in a type-safe manner.
providesAPIConfiguration(ConnectorInfoManager) - Method in class org.identityconnectors.contract.test.FrameworkModule
 
providesConnectorFacade() - Method in class org.identityconnectors.contract.test.FrameworkModule
 
providesConnectorInfoManager() - Method in class org.identityconnectors.contract.test.FrameworkModule
 
providesConnectorKey() - Method in class org.identityconnectors.contract.test.FrameworkModule
 
providesDataProvider() - Method in class org.identityconnectors.contract.test.FrameworkModule
 
PROXY_HOST - Static variable in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
The host to use as proxy.
PROXY_PORT - Static variable in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
The port to use for the proxy.
PUBLICKEY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
pushAll(List<ClassLoader>) - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Hack for OIM.
pushClassLoader(ClassLoader) - Method in class org.identityconnectors.framework.impl.api.local.ThreadClassLoaderManager
Sets the given loader as the thread-local classloader.
put(Attribute) - Method in class org.identityconnectors.ldap.AppendingAttributes
 
put(String, Object) - Method in class org.identityconnectors.ldap.AppendingAttributes
 
PWD_LAST_SET - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 

Q

QualifiedUid - Class in org.identityconnectors.framework.common.objects
A fully-qualified uid.
QualifiedUid(ObjectClass, Uid) - Constructor for class org.identityconnectors.framework.common.objects.QualifiedUid
Create a QualifiedUid.
QUALIFIEDUID_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
QUALIFIEDUID = 14;
QUALIFIEDUIDVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
Query - Interface in org.forgerock.openicf.connectors.xml.query.abstracts
 
query(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
query(Context, QueryRequest, Collection<? super ResourceResponse>) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
QUERY - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
QUERY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
queryAsync(Context, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
queryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Query an ongoing batch execution for new results.
queryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.BatchApiOpImpl
 
queryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.BatchApiOp
Query an ongoing batch execution for new results.
queryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Query an ongoing batch execution for new results.
queryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.BatchImpl
queryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.SubscriptionImpl
 
queryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.BatchOp
Query an ongoing batch execution for new results.
QueryBuilder - Class in org.forgerock.openicf.connectors.xml.query
 
QueryBuilder(Query, ObjectClass) - Constructor for class org.forgerock.openicf.connectors.xml.query.QueryBuilder
 
QueryImpl - Class in org.forgerock.openicf.connectors.xml.query
 
QueryImpl() - Constructor for class org.forgerock.openicf.connectors.xml.query.QueryImpl
 
QueryPart - Interface in org.forgerock.openicf.connectors.xml.query.abstracts
 
QUERYREQUIRED_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
QueryResultResponseHandler(QueryResourceHandler) - Constructor for class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.QueryResultResponseHandler
 
quietClose(Reader) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the reader.
quietClose(InputStream) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the stream.
quietClose(Writer) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the writer.
quietClose(OutputStream) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the stream.
quietClose(Statement) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the statement.
quietClose(Connection) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the connection.
quietClose(ResultSet) - Static method in class org.identityconnectors.common.IOUtil
Quietly closes the resultset.
quietCreateLdapName(String) - Static method in class org.identityconnectors.ldap.LdapUtil
 
quoteName(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Used to escape the table or column name.
quoteName(String, String) - Static method in class org.identityconnectors.databasetable.DatabaseTableSQLUtil
Used to escape the table or column name.

R

random(Object) - Static method in class org.identityconnectors.contract.data.groovy.Lazy
 
random(Object, Class<?>) - Static method in class org.identityconnectors.contract.data.groovy.Lazy
generate a random object based on given pattern.
Random - Class in org.identityconnectors.contract.data.groovy
Generate random strings based on given pattern This is a Helper class, users of tests will access methods: Lazy.random(Object) and Lazy.get(Object))
Random(Object) - Constructor for class org.identityconnectors.contract.data.groovy.Random
Creates a random string based on given pattern.
Random(Object, Class<?>) - Constructor for class org.identityconnectors.contract.data.groovy.Random
Creates a random object of given type
randomBytes(Random, int) - Static method in class org.identityconnectors.common.ByteUtil
For those that like the random bytes to be created and returned.
randomBytes(int) - Static method in class org.identityconnectors.common.ByteUtil
Get a random array of bytes with the length specified.
randomBytes(Random) - Static method in class org.identityconnectors.common.ByteUtil
Random array of bytes with a random length.
randomBytes() - Static method in class org.identityconnectors.common.ByteUtil
Random array of bytes with a random length.
RandomGenerator - Class in org.identityconnectors.contract.data
Random generator uses a pattern to generate a random sequence based on given pattern.
RandomGenerator() - Constructor for class org.identityconnectors.contract.data.RandomGenerator
 
randomString() - Static method in class org.identityconnectors.common.StringUtil
Create a random Unicode string.
randomString(Random) - Static method in class org.identityconnectors.common.StringUtil
Create a random length Unicode string based on the Random object passed in.
randomString(Random, int) - Static method in class org.identityconnectors.common.StringUtil
Create a random string of fixed length based on the Random object passed in.
rawSearch(SearchOp<?>, ObjectClass, Filter, SearchResultsHandler, OperationOptions) - Static method in class org.identityconnectors.framework.impl.api.local.operations.SearchImpl
Public because it is used by TestHelpersImpl.
read(Context, ReadRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
READ_ONLY_CONTROLS - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
readAsync(Context, ReadRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
readBooleanContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readBooleanContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads the value in-line.
readBooleanContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readBooleanField(String, boolean) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readBooleanField(String, boolean) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a boolean.
readBooleanField(String, boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readByteArrayContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readByteArrayContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readByteArrayContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readByteContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readByteContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readByteContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readClassContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readClassContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readClassContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readClassField(String, Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readClassField(String, Class<?>) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a Class.
readClassField(String, Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readDoubleContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readDoubleContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readDoubleContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readDoubleField(String, double) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readDoubleField(String, double) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a double.
readDoubleField(String, double) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readerToString(Reader) - Static method in class org.identityconnectors.common.IOUtil
Takes a 'Reader' and returns the contents as a string.
readFileBytes(File) - Static method in class org.identityconnectors.common.IOUtil
Reads the given file as bytes
readFileUTF8(File) - Static method in class org.identityconnectors.common.IOUtil
Reads the given file as UTF-8
readFloatContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readFloatContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads the value in-line.
readFloatContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readFloatField(String, float) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readFloatField(String, float) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a float.
readFloatField(String, float) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readInputStreamBytes(InputStream, boolean) - Static method in class org.identityconnectors.common.IOUtil
Reads an entire file and returns the bytes.
readIntContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readIntContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads the value in-line.
readIntContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readIntField(String, int) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readIntField(String, int) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads an int.
readIntField(String, int) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readLongContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readLongContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
reads the value in-line.
readLongContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readLongField(String, long) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readLongField(String, long) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a long.
readLongField(String, long) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readObject() - Method in interface org.identityconnectors.framework.common.serializer.BinaryObjectDeserializer
Reads the next object from the stream.
readObject() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
readObject() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readObject() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readObjectContents(int) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readObjectContents(int) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a sub-object
readObjectContents(int) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readObjectField(String, Class<?>, Object) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readObjectField(String, Class<?>, Object) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads an object using the appropriate serializer for that object
readObjectField(String, Class<?>, Object) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readStackTrace() - Method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
readStringContents() - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readStringContents() - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads the value in-line.
readStringContents() - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
readStringField(String, String) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectDecoder
 
readStringField(String, String) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectDecoder
Reads a String.
readStringField(String, String) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
receiveHandshake(RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionHolder
 
receiveLast(long, R) - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
receiveNext(long, T) - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
receiveRequest(R) - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
receiveRequestCancel(long) - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
receiveRequestResponse(H, long, Object) - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
receiveRequestUpdate(H, long, Object) - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
RECOMMENDED_CIPHERS - Static variable in class org.forgerock.openicf.framework.server.ConnectorServer
 
ReducePomMojo - Class in org.forgerock.openicf.maven
Goal generate a new POM and keeps only the minimal information.
ReducePomMojo() - Constructor for class org.forgerock.openicf.maven.ReducePomMojo
 
reduceToAttrsToGet(Set<Attribute>) - Method in class org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
Simple method that clones the object and remove the attribute thats are not in the OperationOptions.OP_ATTRIBUTES_TO_GET set.
reduceToAttrsToGet(ConnectorObject) - Method in class org.identityconnectors.framework.impl.api.local.operations.AttributesToGetResultsHandler
 
ReferenceCountedObject<T> - Class in org.forgerock.openicf.framework.remote
An object which is lazily created when first referenced, and destroyed when the last reference is released.
ReferenceCountedObject() - Constructor for class org.forgerock.openicf.framework.remote.ReferenceCountedObject
Creates a new referenced object whose reference count is initially zero.
ReferenceCountedObject.Reference - Class in org.forgerock.openicf.framework.remote
A reference to the reference counted object which will automatically be released during garbage collection.
ReferenceCounter() - Constructor for class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl.ReferenceCounter
 
ReflectionUtil - Class in org.identityconnectors.common
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.forgerock.openicf.common.protobuf.ConnectorObjects
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.forgerock.openicf.common.protobuf.FilterMessages
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.forgerock.openicf.common.protobuf.OperationMessages
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.forgerock.openicf.common.protobuf.RPCMessages
 
registerAllExtensions(ExtensionRegistryLite) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages
 
registerAllExtensions(ExtensionRegistry) - Static method in class org.forgerock.openicf.common.protobuf.SchemaMessages
 
release() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
release() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
release() - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
release() - Method in class org.forgerock.openicf.framework.remote.ReferenceCountedObject.Reference
Decrements the reference count for the reference counted object if this reference refers to the reference counted instance.
release() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
release() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorFacadeImpl.ReferenceCounter
 
release() - Method in interface org.identityconnectors.framework.spi.StatefulConfiguration
Release any allocated resources.
release() - Method in class org.identityconnectors.ldap.LdapConfiguration
 
releaseResources() - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.AbstractJsonValueResponseHandler
 
REMAININGPAGEDRESULTS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
REMOTE_LIBRARY_MISSING_EXCEPTION - Static variable in class org.forgerock.openicf.framework.ConnectorFramework
 
RemoteAsyncConnectorFacade - Class in org.forgerock.openicf.framework.remote
 
RemoteAsyncConnectorFacade(APIConfigurationImpl, Function<LoadBalancingConnectorFacadeContext, APIConfiguration, RuntimeException>) - Constructor for class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
RemoteAsyncConnectorFacade(RemoteConnectorInfoImpl, Function<LoadBalancingConnectorFacadeContext, APIConfiguration, RuntimeException>) - Constructor for class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
RemoteAsyncConnectorFacade(APIConfigurationImpl) - Constructor for class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
remoteCloseable - Variable in class org.forgerock.openicf.framework.remote.AsyncRemoteConnectorInfoManager
 
RemoteConnection - Class in org.forgerock.openicf.connectors.scriptedcrest
 
RemoteConnection(ScriptedCRESTConfiguration) - Constructor for class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
RemoteConnectionContext<G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Interface in org.forgerock.openicf.common.rpc
A RemoteConnectionContext is a custom context to provide application specific information to create the RemoteRequest.
RemoteConnectionContext(Connection, RemoteWSFrameworkConnectionInfo) - Constructor for class org.forgerock.openicf.framework.client.ConnectionManager.RemoteConnectionContext
 
RemoteConnectionGroup<G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Class in org.forgerock.openicf.common.rpc
A RemoteConnectionGroups represent a remote pair of another instance of RemoteConnectionGroups.
RemoteConnectionGroup(String) - Constructor for class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
RemoteConnectionHolder<G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Interface in org.forgerock.openicf.common.rpc
A RemoteConnectionHolder is a wrapper class for the underlying communication chanel.
RemoteConnectionInfoManagerFactory - Class in org.forgerock.openicf.framework.client
 
RemoteConnectionInfoManagerFactory(OperationMessageListener, ConnectionManagerConfig) - Constructor for class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
RemoteConnectorFacadeImpl - Class in org.identityconnectors.framework.impl.api.remote
Implements all the methods of the facade
RemoteConnectorFacadeImpl(APIConfigurationImpl) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorFacadeImpl
Builds up the maps of supported operations and calls.
RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl, String) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorFacadeImpl
 
RemoteConnectorFacadeImpl(RemoteConnectorInfoImpl, String, ConfigurationPropertyChangeListener) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorFacadeImpl
 
RemoteConnectorInfoImpl - Class in org.forgerock.openicf.framework.remote
 
RemoteConnectorInfoImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, AbstractConnectorInfo) - Constructor for class org.forgerock.openicf.framework.remote.RemoteConnectorInfoImpl
 
RemoteConnectorInfoImpl - Class in org.identityconnectors.framework.impl.api.remote
 
RemoteConnectorInfoImpl() - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
 
RemoteConnectorInfoManager - Interface in org.forgerock.openicf.framework.client
 
RemoteConnectorInfoManagerImpl - Class in org.identityconnectors.framework.impl.api.remote
 
RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
RemoteConnectorInfoManagerImpl(RemoteFrameworkConnectionInfo, boolean) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
 
RemoteFrameworkConnection - Class in org.identityconnectors.framework.impl.api.remote
 
RemoteFrameworkConnection(RemoteFrameworkConnectionInfo) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
RemoteFrameworkConnection(Socket) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
RemoteFrameworkConnectionInfo - Class in org.identityconnectors.framework.api
Encapsulates all the connection information used to connect to a remote instance of the connector framework.
RemoteFrameworkConnectionInfo(String, int, GuardedString) - Constructor for class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Creates a new instance of RemoteFrameworkConnectionInfo, using a clear (non-ssl) connection and a 60-second timeout.
RemoteFrameworkConnectionInfo(String, int, GuardedString, boolean, List<TrustManager>, int) - Constructor for class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Creates a new instance of RemoteFrameworkConnectionInfo.
RemoteFrameworkConnectionInfo(String, int, GuardedString, boolean, List<TrustManager>, int, long) - Constructor for class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
Creates a new instance of RemoteFrameworkConnectionInfo.
RemoteFrameworkConnectionInfoConverter - Class in org.forgerock.openicf.maven
A RemoteFrameworkConnectionInfoConverter.
RemoteFrameworkConnectionInfoConverter() - Constructor for class org.forgerock.openicf.maven.RemoteFrameworkConnectionInfoConverter
 
RemoteOperationContext - Class in org.forgerock.openicf.framework.remote.rpc
 
RemoteOperationContext(Principal, WebSocketConnectionGroup) - Constructor for class org.forgerock.openicf.framework.remote.rpc.RemoteOperationContext
 
RemoteOperationInvocationHandler - Class in org.identityconnectors.framework.impl.api.remote
Invocation handler for all of our operations
RemoteOperationInvocationHandler(RemoteConnectorInfoImpl, String, Class<? extends APIOperation>) - Constructor for class org.identityconnectors.framework.impl.api.remote.RemoteOperationInvocationHandler
 
RemoteOperationRequest<V> - Class in org.forgerock.openicf.framework.remote.rpc
 
RemoteOperationRequest(RemoteOperationContext, long, RemoteRequestFactory.CompletionCallback<V, RuntimeException, WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>) - Constructor for class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
RemoteRequest<V,E extends Exception,G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Class in org.forgerock.openicf.common.rpc
A RemoteRequest represents a locally requested procedure call executed remotely.
RemoteRequest(P, long, RemoteRequestFactory.CompletionCallback<V, E, G, H, P>) - Constructor for class org.forgerock.openicf.common.rpc.RemoteRequest
 
RemoteRequest.MessageElement - Class in org.forgerock.openicf.common.rpc
 
RemoteRequestFactory<R extends RemoteRequest<V,E,G,H,P>,V,E extends Exception,G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Interface in org.forgerock.openicf.common.rpc
A RemoteRequestFactory creates a new RemoteConnectionContext aware RemoteRequest before sending in RemoteConnectionGroup.
RemoteRequestFactory.CompletionCallback<V,E extends Exception,G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Interface in org.forgerock.openicf.common.rpc
 
REMOTEREQUESTID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
remoteRequests - Variable in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
RemoteServerConnectorInfoManager - Class in org.forgerock.openicf.framework.remote
A RemoteServerConnectorInfoManager
RemoteServerConnectorInfoManager() - Constructor for class org.forgerock.openicf.framework.remote.RemoteServerConnectorInfoManager
 
remoteSessionId - Variable in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
RemoteWrappedException - Exception in org.identityconnectors.framework.impl.api.remote
RemoteWrappedException wraps every exception which are received from Remote Connector Server.
RemoteWrappedException(String, String, RemoteWrappedException, String) - Constructor for exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
 
RemoteWSFrameworkConnectionInfo - Class in org.forgerock.openicf.framework.client
 
RemoteWSFrameworkConnectionInfo() - Constructor for class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
RemoteWSFrameworkConnectionInfo.Builder - Class in org.forgerock.openicf.framework.client
 
remove(OperationMessageListener) - Method in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.OpenICFWebSocket
 
remove(String) - Method in class org.identityconnectors.ldap.AppendingAttributes
 
remove(T) - Method in class org.identityconnectors.ldap.GroupHelper.Modification
 
REMOVE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
REMOVE = 2;
removeAll(Collection<? extends T>) - Method in class org.identityconnectors.ldap.GroupHelper.Modification
 
removeAsyncConnectorInfoManager(AsyncConnectorInfoManager) - Method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
 
removeAttribute(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
removeAttribute(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
Removes an attribute by name.
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.UpdateAsyncApiOpImpl
 
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.UpdateApiOp
Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
 
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.UpdateAttributeValuesOp
Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
removeAttributeValues(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
removeAttributeValues(Set<Attribute>) - Method in class org.identityconnectors.ldap.modify.LdapUpdate
 
removeAttributeValuesAsync(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.UpdateAsyncApiOpImpl
 
removeAttributeValuesAsync(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.UpdateAsyncApiOp
Update the object specified by the ObjectClass and Uid, removing from the current values of each attribute the values provided.
removeAttributeValuesAsync(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
removeBinaryOption(String) - Static method in class org.identityconnectors.ldap.LdapUtil
Removes the binary option from the attribute.
removeCatalogs(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
removeCloseListener(CloseListener<CloseableAsyncConnectorInfoManager<T>>) - Method in class org.forgerock.openicf.framework.async.CloseableAsyncConnectorInfoManager
 
removeCloseListener(CloseListener<RemoteConnectionInfoManagerFactory>) - Method in class org.forgerock.openicf.framework.client.RemoteConnectionInfoManagerFactory
 
removeCloseListener(CloseListener<ConnectorFramework>) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
removeCloseListener(CloseListener<T>) - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
removeCloseListener(CloseListener<WebSocketConnectionGroup>) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
removeConfiguration(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
removeConfigurationProperties(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
removeContextInfoMap(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
removeLdapGroupMemberships(String, Collection<String>, LdapContext) - Method in class org.identityconnectors.ldap.GroupHelper
 
removeNonReadableAttributes(ObjectClass, Set<String>) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
removePosixGroupMemberships(Set<GroupHelper.GroupMembership>, LdapContext) - Method in class org.identityconnectors.ldap.GroupHelper
 
removeRequest(long) - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
removeScriptArgument(String) - Method in class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Removes the given script argument.
removeSubFilters(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
removeSubFilters(int) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
removeSupportedObjectClass(Class<? extends SPIOperation>, ObjectClassInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Removes the given ObjectClassInfo as a supported ObjectClass for the given operation.
removeSupportedObjectClassesByOperation(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
removeSupportedOperationOption(Class<? extends SPIOperation>, OperationOptionInfo) - Method in class org.identityconnectors.framework.common.objects.SchemaBuilder
Removes the given OperationOptionInfo as a supported option for the given operation.
removeSupportedOptionsByOperation(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
removeTasks(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
removeTimeoutMap(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
removeToken(String) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
removeValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
removeValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
removeValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
removeValues(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
removingEntries(Bundle, List<ManifestEntry>) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.OsgiConnectorInfoManagerImpl
 
removingEntries(Bundle, List<ManifestEntry>) - Method in class org.forgerock.openicf.framework.osgi.internal.AsyncOsgiConnectorInfoManagerImpl
 
rename(ObjectClass, String, Name) - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
REPLACE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
REPLACE = 0;
REPLACEATTRIBUTES_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
replaceVariable(String, String, String) - Static method in class org.identityconnectors.common.StringUtil
Simple variable replacement internally using regular expressions.
REQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
RequestDistributor<G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Interface in org.forgerock.openicf.common.rpc
A RequestDistributor delivers the RemoteRequest to the connected endpoint.
requestDistributors - Variable in class org.forgerock.openicf.common.rpc.AbstractLoadBalancingAlgorithm
 
REQUESTIDS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
requestMessage - Variable in class org.forgerock.openicf.framework.async.impl.AbstractLocalOperationProcessor
 
REQUESTS_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
REQUESTS = 2;
requestTimeoutInMs - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
REQUIRED_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
REQUIRED_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
REQUIRED = 1;
resolve(List<? extends WorkingBundleInfo>) - Static method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
Populates the effective properties (effectiveClassPath, effectiveContents, etc.) while taking into account any embedded bundles.
resolveProperties(Properties, Properties) - Static method in class org.identityconnectors.dbcommon.PropertiesResolver
Resolves properties.
resolveProperties(Properties) - Static method in class org.identityconnectors.dbcommon.PropertiesResolver
Resolve properties containing already known values.
RESOLVEUSERNAME - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Resolve an object to its Uid based on its username.
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.ResolveUsernameAsyncApiOpImpl
 
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Attempts to resolve the given username Resolve an object to its Uid based on its username.
resolveUsername(ObjectClass, String, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.ResolveUsernameApiOp
Resolve the given authentication username to the corresponding Uid.
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Resolve the given authentication username to the corresponding Uid.
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.ResolveUsernameImpl
Resolve the username to an Uid.
resolveUsername(ObjectClass, String, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.ResolveUsernameOp
Resolve an object to its Uid based on its username.
resolveUsername() - Method in class org.identityconnectors.ldap.LdapAuthenticate
 
resolveUsername(ObjectClass, String, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
ResolveUsernameApiOp - Interface in org.identityconnectors.framework.api.operations
 
RESOLVEUSERNAMEAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
RESOLVEUSERNAMEAPIOP = 5;
ResolveUsernameApiOpTests - Class in org.identityconnectors.contract.test
ResolveUsernameApiOpTests() - Constructor for class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
resolveUsernameAsync(ObjectClass, String, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.ResolveUsernameAsyncApiOpImpl
 
resolveUsernameAsync(ObjectClass, String, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.ResolveUsernameAsyncApiOp
Resolve the given authentication username to the corresponding Uid.
resolveUsernameAsync(ObjectClass, String, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
ResolveUsernameAsyncApiOp - Interface in org.forgerock.openicf.framework.async
ResolveUsernameAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
ResolveUsernameAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.ResolveUsernameAsyncApiOpImpl
 
ResolveUsernameImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
ResolveUsernameImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ResolveUsernameImpl
Pass the configuration etc to the abstract class.
ResolveUsernameOp - Interface in org.identityconnectors.framework.spi.operations
Resolve an object to its Uid based on its username.
RESOLVEUSERNAMEOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
RESOLVEUSERNAMEOP = 4;
RESOLVEUSERNAMEOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
RESOLVEUSERNAMEOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
ResourceResponseHandler() - Constructor for class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.ResourceResponseHandler
 
response - Variable in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection.AbstractJsonValueResponseHandler
 
RESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
RESULT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
ResultBuffer(long) - Constructor for class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation.ResultBuffer
 
RESULTMESSAGE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
ResultsHandler - Interface in org.identityconnectors.framework.common.objects
Callback interface for operations that are returning one or more results.
ResultsHandlerConfiguration - Class in org.identityconnectors.framework.api
SPI search operation has a default ResultsHandler-chain as: NormalizingResultsHandler FilteredResultsHandler AttributesToGetSearchResultsHandler This configuration allow to overconfigure the chain.
ResultsHandlerConfiguration() - Constructor for class org.identityconnectors.framework.api.ResultsHandlerConfiguration
default empty constructor.
ResultsHandlerConfiguration(ResultsHandlerConfiguration) - Constructor for class org.identityconnectors.framework.api.ResultsHandlerConfiguration
Copy constructor.
RESULTSHANDLERCONFIGURATION_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
rethrow() - Method in exception org.identityconnectors.contract.exceptions.ContractException
Re-throw the original exception.
rethrow() - Method in exception org.identityconnectors.framework.common.exceptions.ConnectorException
Re-throw the original exception.
rethrowAllSQLExceptions - Variable in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Some database drivers will throw the SQLError when setting the parameters to the statement with zero ErrorCode.
RetryableException - Exception in org.identityconnectors.framework.common.exceptions
RetryableException indicates that a failure may be temporary, and that retrying the same request may be able to succeed in the future.
returnsResults() - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
RETURNSRESULTS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
returnUid(OperationType, ObjectClass, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
reverseOrder(SortKey) - Static method in class org.identityconnectors.framework.common.objects.SortKey
Creates a new sort key having the same field as the provided key, but in reverse sort order.
REVISION_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
RI_NAMESPACE_PREFIX - Static variable in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
RIGHT_CLOSED - Static variable in class org.identityconnectors.common.VersionRange
The right endpoint is closed and is included in the range.
RIGHT_OPEN - Static variable in class org.identityconnectors.common.VersionRange
The right endpoint is open and is excluded from the range.
rollbackQuietly(Connection) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Ignores any exception thrown by the Connection parameter when closed, it also checks for null.
rollbackQuietly(DatabaseConnection) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Ignores any exception thrown by the DatabaseConnection parameter when closed, it also checks for null.
RoundRobinLoadBalancingAlgorithm<G extends RemoteConnectionGroup<G,H,P>,H extends RemoteConnectionHolder<G,H,P>,P extends RemoteConnectionContext<G,H,P>> - Class in org.forgerock.openicf.common.rpc
A round robin load balancing algorithm distributes RemoteRequests across a list of RequestDistributors one at a time.
RoundRobinLoadBalancingAlgorithm(List<RequestDistributor<G, H, P>>) - Constructor for class org.forgerock.openicf.common.rpc.RoundRobinLoadBalancingAlgorithm
 
RoundRobinLoadBalancingAlgorithmFactory - Class in org.forgerock.openicf.framework.remote
 
RoundRobinLoadBalancingAlgorithmFactory() - Constructor for class org.forgerock.openicf.framework.remote.RoundRobinLoadBalancingAlgorithmFactory
 
RPCMessages - Class in org.forgerock.openicf.common.protobuf
 
RPCMessages.CancelOpRequest - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.CancelOpRequest
RPCMessages.CancelOpRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.CancelOpRequest
RPCMessages.CancelOpRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.ControlRequest - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ControlRequest
RPCMessages.ControlRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ControlRequest
RPCMessages.ControlRequest.InfoLevel - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel
RPCMessages.ControlRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.ControlResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ControlResponse
RPCMessages.ControlResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ControlResponse
RPCMessages.ControlResponse.StringMapFieldEntry - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry
RPCMessages.ControlResponse.StringMapFieldEntry.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry
RPCMessages.ControlResponse.StringMapFieldEntryOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.ControlResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.ExceptionMessage - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ExceptionMessage
RPCMessages.ExceptionMessage.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ExceptionMessage
RPCMessages.ExceptionMessage.InnerCause - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause
RPCMessages.ExceptionMessage.InnerCause.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause
RPCMessages.ExceptionMessage.InnerCauseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.ExceptionMessageOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.HandshakeMessage - Class in org.forgerock.openicf.common.protobuf
Handshake Message Protobuf type org.forgerock.openicf.common.protobuf.HandshakeMessage
RPCMessages.HandshakeMessage.Builder - Class in org.forgerock.openicf.common.protobuf
Handshake Message Protobuf type org.forgerock.openicf.common.protobuf.HandshakeMessage
RPCMessages.HandshakeMessage.ServerType - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType
RPCMessages.HandshakeMessageOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.PingMessage - Class in org.forgerock.openicf.common.protobuf
Maximum 125 byte Protobuf type org.forgerock.openicf.common.protobuf.PingMessage
RPCMessages.PingMessage.Builder - Class in org.forgerock.openicf.common.protobuf
Maximum 125 byte Protobuf type org.forgerock.openicf.common.protobuf.PingMessage
RPCMessages.PingMessageOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.RemoteMessage - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.RemoteMessage
RPCMessages.RemoteMessage.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.RemoteMessage
RPCMessages.RemoteMessageOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.RPCRequest - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.RPCRequest
RPCMessages.RPCRequest.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.RPCRequest
RPCMessages.RPCRequestOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
RPCMessages.RPCResponse - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.RPCResponse
RPCMessages.RPCResponse.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.RPCResponse
RPCMessages.RPCResponseOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
run() - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoManagerImpl
run() - Method in class org.identityconnectors.framework.server.impl.ConnectionProcessor
 
runScriptOnConnector(ScriptContext, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.ScriptOnConnectorAsyncApiOpImpl
 
runScriptOnConnector(ScriptContext, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
runScriptOnConnector(ScriptContext, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.ScriptOnConnectorApiOp
Runs the script.
runScriptOnConnector(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Runs the script.
runScriptOnConnector(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.ScriptOnConnectorImpl
 
runScriptOnConnector(ScriptContext, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.ScriptOnConnectorOp
Runs the script request.
runScriptOnConnectorAsync(ScriptContext, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.ScriptOnConnectorAsyncApiOpImpl
 
runScriptOnConnectorAsync(ScriptContext, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.ScriptOnConnectorAsyncApiOp
Runs the script.
runScriptOnConnectorAsync(ScriptContext, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
runScriptOnResource(ScriptContext, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.ScriptOnResourceAsyncApiOpImpl
 
runScriptOnResource(ScriptContext, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
runScriptOnResource(ScriptContext, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.ScriptOnResourceApiOp
Runs a script on a specific target resource.
runScriptOnResource(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Runs a script on a specific target resource.
runScriptOnResource(ScriptContext, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.ScriptOnResourceImpl
 
runScriptOnResource(ScriptContext, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.ScriptOnResourceOp
Run the specified script on the target resource that this connector manages.
runScriptOnResourceAsync(ScriptContext, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.ScriptOnResourceAsyncApiOpImpl
 
runScriptOnResourceAsync(ScriptContext, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.ScriptOnResourceAsyncApiOp
Runs a script on a specific target resource.
runScriptOnResourceAsync(ScriptContext, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 

S

safeNCName(String) - Static method in class org.forgerock.openicf.maven.ConnectorUtils
 
SASL_GSSAPI - Static variable in class org.identityconnectors.ldap.LdapConnection
 
SCALE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
scan(Bundle) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.ConnectorManifestScanner
scan(Bundle) - Method in class org.forgerock.openicf.framework.osgi.ConnectorManifestScanner
SCHEMA - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
schema() - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
schema() - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Describes the types of objects this Connector supports.
schema() - Method in class org.forgerock.openicf.framework.async.impl.SchemaAsyncApiOpImpl
 
schema(Closure) - Method in class org.forgerock.openicf.misc.scriptedcommon.ICFObjectBuilder
 
SCHEMA - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
schema() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
schema() - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Describes the types of objects this Connector supports.
schema() - Method in interface org.identityconnectors.framework.api.operations.SchemaApiOp
Retrieve the basic schema of this Connector.
Schema - Class in org.identityconnectors.framework.common.objects
Determines the objects supported by a Connector.
Schema(Set<ObjectClassInfo>, Set<OperationOptionInfo>, Map<Class<? extends APIOperation>, Set<ObjectClassInfo>>, Map<Class<? extends APIOperation>, Set<OperationOptionInfo>>) - Constructor for class org.identityconnectors.framework.common.objects.Schema
Public only for serialization; please use SchemaBuilder instead.
schema() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Retrieve the basic schema of this Connector.
schema() - Method in class org.identityconnectors.framework.impl.api.local.operations.SchemaImpl
Retrieve the schema from the Connector.
schema() - Method in interface org.identityconnectors.framework.spi.operations.SchemaOp
Describes the types of objects this Connector supports.
schema() - Method in class org.identityconnectors.ldap.LdapConnector
 
schema() - Method in class org.identityconnectors.ldap.schema.LdapSchemaMapping
 
SCHEMA_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
SchemaApiOp - Interface in org.identityconnectors.framework.api.operations
Get the schema from the Connector.
SCHEMAAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
SCHEMAAPIOP = 6;
SchemaApiOpTests - Class in org.identityconnectors.contract.test
Contract test of SchemaApiOp operation.
SchemaApiOpTests() - Constructor for class org.identityconnectors.contract.test.SchemaApiOpTests
 
schemaAsync() - Method in class org.forgerock.openicf.framework.async.impl.SchemaAsyncApiOpImpl
 
schemaAsync() - Method in interface org.forgerock.openicf.framework.async.SchemaAsyncApiOp
Retrieve the basic schema of this Connector.
schemaAsync() - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
SchemaAsyncApiOp - Interface in org.forgerock.openicf.framework.async
SchemaAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
SchemaAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.SchemaAsyncApiOpImpl
 
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
SchemaDelegate - Class in org.forgerock.openicf.misc.scriptedcommon
 
SchemaDelegate(SchemaBuilder) - Constructor for class org.forgerock.openicf.misc.scriptedcommon.SchemaDelegate
 
SchemaImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
SchemaImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SchemaImpl
Initializes the operation works.
SchemaMessages - Class in org.forgerock.openicf.common.protobuf
 
SchemaMessages.AttributeInfo - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeInfo
SchemaMessages.AttributeInfo.AttributeType - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType
SchemaMessages.AttributeInfo.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.AttributeInfo
SchemaMessages.AttributeInfo.Flags - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.AttributeInfo.Flags
SchemaMessages.AttributeInfoOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
SchemaMessages.ObjectClassInfo - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ObjectClassInfo
SchemaMessages.ObjectClassInfo.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.ObjectClassInfo
SchemaMessages.ObjectClassInfoOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
SchemaMessages.OperationOptionInfo - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationOptionInfo
SchemaMessages.OperationOptionInfo.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.OperationOptionInfo
SchemaMessages.OperationOptionInfo.OperationOptionType - Enum in org.forgerock.openicf.common.protobuf
Protobuf enum org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType
SchemaMessages.OperationOptionInfoOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
SchemaMessages.Schema - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.Schema
SchemaMessages.Schema.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.Schema
SchemaMessages.SchemaOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
SchemaMessages.SupportedMapFieldEntry - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry
SchemaMessages.SupportedMapFieldEntry.Builder - Class in org.forgerock.openicf.common.protobuf
Protobuf type org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry
SchemaMessages.SupportedMapFieldEntryOrBuilder - Interface in org.forgerock.openicf.common.protobuf
 
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).
SCHEMAOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
SCHEMAOP = 5;
SCHEMAOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
SCHEMAOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
SchemaParser - Class in org.forgerock.openicf.connectors.xml.xsdparser
 
SchemaParser(Class<? extends Connector>, File) - Constructor for class org.forgerock.openicf.connectors.xml.xsdparser.SchemaParser
 
SchemaParserUtil - Class in org.forgerock.openicf.connectors.xml.util
 
SchemaParserUtil() - Constructor for class org.forgerock.openicf.connectors.xml.util.SchemaParserUtil
 
SCOPE_DOMAIN_LOCAL - Static variable in class org.identityconnectors.ldap.ADGroupType
Specifies a group with domain local scope.
SCOPE_GLOBAL - Static variable in class org.identityconnectors.ldap.ADGroupType
Specifies a group with global scope.
SCOPE_OBJECT - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
A value of OperationOptions.OP_SCOPE that indicates to search for the specified container object itself.
SCOPE_ONE_LEVEL - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
A value of OperationOptions.OP_SCOPE that indicates to search for objects that the specified container directly contains.
SCOPE_SUBTREE - Static variable in class org.identityconnectors.framework.common.objects.OperationOptions
A value of OperationOptions.OP_SCOPE that indicates to search for objects that the specified container directly or indirectly contains.
SCOPE_UNIVERSAL - Static variable in class org.identityconnectors.ldap.ADGroupType
Specifies a group with universal scope.
Script - Class in org.identityconnectors.common.script
Represents a script in a scripting language.
SCRIPT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
SCRIPT_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
SCRIPT = 11;
SCRIPTARGUMENTS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
ScriptBuilder - Class in org.identityconnectors.common.script
Builder for Script.
ScriptBuilder() - Constructor for class org.identityconnectors.common.script.ScriptBuilder
Creates a new ScriptBuilder.
ScriptContext - Class in org.identityconnectors.framework.common.objects
Encapsulates a script and all of its parameters.
ScriptContext(String, String, Map<String, Object>) - Constructor for class org.identityconnectors.framework.common.objects.ScriptContext
Public only for serialization; please use ScriptContextBuilder.
SCRIPTCONTEXT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
SCRIPTCONTEXT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
ScriptContextBuilder - Class in org.identityconnectors.framework.common.objects
Builds an ScriptContext.
ScriptContextBuilder() - Constructor for class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Creates an empty builder.
ScriptContextBuilder(String, String) - Constructor for class org.identityconnectors.framework.common.objects.ScriptContextBuilder
Creates a builder with the required parameters specified.
ScriptedConfiguration - Class in org.forgerock.openicf.misc.scriptedcommon
Extends the AbstractConfiguration class to provide all the necessary parameters to initialize the Scripted Connector.
ScriptedConfiguration() - Constructor for class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
ScriptedConnection<T> - Interface in org.forgerock.openicf.misc.scriptedcommon
 
ScriptedConnector - Class in org.forgerock.openicf.connectors.groovy
A ScriptedConnector is a generic Groovy Connector.
ScriptedConnector() - Constructor for class org.forgerock.openicf.connectors.groovy.ScriptedConnector
 
ScriptedConnectorBase<C extends ScriptedConfiguration> - Class in org.forgerock.openicf.misc.scriptedcommon
 
ScriptedConnectorBase() - Constructor for class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
ScriptedCRESTConfiguration - Class in org.forgerock.openicf.connectors.scriptedcrest
 
ScriptedCRESTConfiguration() - Constructor for class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
ScriptedCRESTConfiguration.AuthMethod - Enum in org.forgerock.openicf.connectors.scriptedcrest
 
ScriptedCRESTConnector - Class in org.forgerock.openicf.connectors.scriptedcrest
A NAME does ...
ScriptedCRESTConnector() - Constructor for class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConnector
 
ScriptedFilterTranslator - Class in org.forgerock.openicf.misc.scriptedcommon
 
ScriptedFilterTranslator() - Constructor for class org.forgerock.openicf.misc.scriptedcommon.ScriptedFilterTranslator
 
ScriptedPoolableConnector - Class in org.forgerock.openicf.connectors.groovy
A ScriptedPoolableConnector is a generic Groovy Poolable Connector.
ScriptedPoolableConnector() - Constructor for class org.forgerock.openicf.connectors.groovy.ScriptedPoolableConnector
 
ScriptedRESTConfiguration - Class in org.forgerock.openicf.connectors.scriptedrest
 
ScriptedRESTConfiguration() - Constructor for class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
ScriptedRESTConfiguration.AuthMethod - Enum in org.forgerock.openicf.connectors.scriptedrest
 
ScriptedRESTConnector - Class in org.forgerock.openicf.connectors.scriptedrest
Main implementation of the ScriptedREST Connector.
ScriptedRESTConnector() - Constructor for class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConnector
 
ScriptedSQLConfiguration - Class in org.forgerock.openicf.connectors.scriptedsql
 
ScriptedSQLConfiguration() - Constructor for class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
ScriptedSQLConnector - Class in org.forgerock.openicf.connectors.scriptedsql
Main implementation of the ScriptedSQL Connector.
ScriptedSQLConnector() - Constructor for class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConnector
 
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
 
SCRIPTLANGUAGE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
SCRIPTONCONNECTOR - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
ScriptOnConnectorApiOp - Interface in org.identityconnectors.framework.api.operations
Runs a script in the same JVM or .Net Runtime as the Connector.
SCRIPTONCONNECTORAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
SCRIPTONCONNECTORAPIOP = 7;
ScriptOnConnectorApiOpTests - Class in org.identityconnectors.contract.test
Contract test of ScriptOnConnectorApiOp operation.
ScriptOnConnectorApiOpTests() - Constructor for class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
 
ScriptOnConnectorAsyncApiOp - Interface in org.forgerock.openicf.framework.async
ScriptOnConnectorAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
ScriptOnConnectorAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.ScriptOnConnectorAsyncApiOpImpl
 
ScriptOnConnectorImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
ScriptOnConnectorImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ScriptOnConnectorImpl
 
ScriptOnConnectorOp - Interface in org.identityconnectors.framework.spi.operations
Operation that runs a script in the environment of the connector.
SCRIPTONCONNECTOROP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
SCRIPTONCONNECTOROP = 6;
SCRIPTONCONNECTOROPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
SCRIPTONCONNECTOROPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
SCRIPTONRESOURCE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
ScriptOnResourceApiOp - Interface in org.identityconnectors.framework.api.operations
Runs a script on the target resource that a connector manages.
SCRIPTONRESOURCEAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
SCRIPTONRESOURCEAPIOP = 8;
ScriptOnResourceApiOpTests - Class in org.identityconnectors.contract.test
Contract test of ScriptOnResourceApiOp operation.
ScriptOnResourceApiOpTests() - Constructor for class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
 
ScriptOnResourceAsyncApiOp - Interface in org.forgerock.openicf.framework.async
ScriptOnResourceAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
ScriptOnResourceAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.ScriptOnResourceAsyncApiOpImpl
 
ScriptOnResourceImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
ScriptOnResourceImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ScriptOnResourceImpl
 
ScriptOnResourceOp - Interface in org.identityconnectors.framework.spi.operations
Operation that runs a script directly on a target resource.
SCRIPTONRESOURCEOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
SCRIPTONRESOURCEOP = 7;
SCRIPTONRESOURCEOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
SCRIPTONRESOURCEOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
SCRIPTTEXT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
SCRIPTVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
SCRIPTVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
search(String, ObjectClass) - Method in class org.forgerock.openicf.connectors.xml.ConcurrentXMLHandler
 
SEARCH - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
search(String, ObjectClass) - Method in interface org.forgerock.openicf.connectors.xml.XMLHandler
 
search(String, ObjectClass) - Method in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
search(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.SearchAsyncApiOpImpl
 
search(ConnectorFacade, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs search on connector facade with specified object class, filter and operation options.
search(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.SearchApiOp
Search the resource for all objects that match the object class and filter.
search(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Search the resource for all objects that match the object class and filter.
search(ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.SearchImpl
Call the SPI search routines to return the results to the ResultsHandler.
search(SearchOp<?>, ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.test.TestHelpersImpl
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set.
search(SearchOp<?>, ObjectClass, Filter, ResultsHandler, OperationOptions) - Method in interface org.identityconnectors.test.common.spi.TestHelpersSpi
 
search(SearchOp<?>, ObjectClass, Filter, ResultsHandler, OperationOptions) - Static method in class org.identityconnectors.test.common.TestHelpers
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set.
search2Map(ConnectorFacade, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs search on connector facade with specified object class, filter and operation options.
SEARCH_FILTER_NAME - Static variable in class org.identityconnectors.ldap.LdapConstants
 
SearchApiOp - Interface in org.identityconnectors.framework.api.operations
 
SEARCHAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
SEARCHAPIOP = 9;
SearchApiOpTests - Class in org.identityconnectors.contract.test
Contract test of SearchApiOp
SearchApiOpTests() - Constructor for class org.identityconnectors.contract.test.SearchApiOpTests
 
SearchAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
SearchAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.SearchAsyncApiOpImpl
 
SearchImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
SearchImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SearchImpl
Initializes the operation works.
SearchImpl.AttributesToGetSearchResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
Simple results handler that can reduce attributes to only the set of attribute to get.
SearchOp<T> - Interface in org.identityconnectors.framework.spi.operations
Implement this interface to allow the Connector to search for resource objects.
SEARCHOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
SEARCHOP = 8;
SEARCHOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
SEARCHOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
SearchResult - Class in org.identityconnectors.framework.common.objects
The final result of a query request returned after all connector objects matching the request have been returned.
SearchResult() - Constructor for class org.identityconnectors.framework.common.objects.SearchResult
Creates a new search result with a null paged results cookie and no estimate of the total number of remaining results.
SearchResult(String, int) - Constructor for class org.identityconnectors.framework.common.objects.SearchResult
Creates a new search result with the provided paged results cookie and estimate of the total number of remaining results.
SearchResult(String, SearchResult.CountPolicy, int, int) - Constructor for class org.identityconnectors.framework.common.objects.SearchResult
Creates a new query response with the provided paged results cookie and a count of the total number of resources according to SearchResult.totalPagedResultsPolicy.
SearchResult.CountPolicy - Enum 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.
searchToList(SearchApiOp, ObjectClass, Filter) - Static method in class org.identityconnectors.test.common.TestHelpers
 
searchToList(SearchApiOp, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.test.common.TestHelpers
 
searchToList(SearchOp<?>, ObjectClass, Filter) - Static method in class org.identityconnectors.test.common.TestHelpers
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set.
searchToList(SearchOp<?>, ObjectClass, Filter, OperationOptions) - Static method in class org.identityconnectors.test.common.TestHelpers
Performs a raw, unfiltered search at the SPI level, eliminating duplicates from the result set.
second - Variable in class org.identityconnectors.common.Pair
 
SECURITY - Static variable in class org.identityconnectors.ldap.ADGroupType
 
SecurityUtil - Class in org.forgerock.openicf.framework.remote
 
SecurityUtil() - Constructor for class org.forgerock.openicf.framework.remote.SecurityUtil
 
SecurityUtil - Class in org.identityconnectors.common.security
 
SecurityUtil.SRPGroupParameter - Class in org.forgerock.openicf.framework.remote
 
selectRows(Connection, String, SQLParam...) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Selects all rows from select.
selectSingleValue(Connection, String, SQLParam...) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Selects single value (first column) from select.
sendBytes(byte[]) - Method in interface org.forgerock.openicf.common.rpc.RemoteConnectionHolder
Initiates the asynchronous transmission of a binary message.
sendPing(byte[]) - Method in interface org.forgerock.openicf.common.rpc.RemoteConnectionHolder
Send a Ping message containing the given application data to the remote endpoint.
sendPong(byte[]) - Method in interface org.forgerock.openicf.common.rpc.RemoteConnectionHolder
Allows the developer to send an unsolicited Pong message containing the given application data in order to serve as a unidirectional heartbeat for the session.
sendString(String) - Method in interface org.forgerock.openicf.common.rpc.RemoteConnectionHolder
Initiates the asynchronous transmission of a string message.
SEQUENCE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
SEQUENCE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
serialize(Object, ObjectEncoder) - Method in class org.identityconnectors.framework.impl.serializer.EnumSerializationHandler
 
serialize(Object, ObjectEncoder) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectSerializationHandler
Called to serialize the object.
serializeBase64Object(Object) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Serializes the given object to Base64 string.
serializeBinaryObject(Object) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Serializes the given object to bytes.
serializeBuilder(T, Class<M>) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
serializeLegacy(Object) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
Deprecated.
serializeMessage(T, Class<M>) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 
SerializerUtil - Class in org.identityconnectors.framework.common.serializer
Bag of utilities for serialization.
serializeXmlObject(Object, boolean) - Static method in class org.identityconnectors.framework.common.serializer.SerializerUtil
Serializes the given object to xml.
SERVER_INFO - Static variable in class org.identityconnectors.framework.impl.api.remote.messages.HelloRequest
 
SERVER_INFO_NAME - Static variable in class org.identityconnectors.ldap.LdapUtil
 
SERVER_INFO_OBJCLASS - Static variable in class org.identityconnectors.ldap.LdapUtil
 
SERVER_START_TIME - Static variable in class org.identityconnectors.framework.impl.api.remote.messages.HelloResponse
 
ServerNativeSchema - Class in org.identityconnectors.ldap
Implements LdapNativeSchema by reading it from the server.
ServerNativeSchema(LdapConnection) - Constructor for class org.identityconnectors.ldap.ServerNativeSchema
 
SERVERTYPE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
ServletAttributeAuthenticator(String) - Constructor for class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase.ServletAttributeAuthenticator
 
session - Variable in class org.forgerock.openicf.maven.DocBookResourceMojo
The Maven Session Object
SESSIONID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
set(QueryPart) - Method in interface org.forgerock.openicf.connectors.xml.query.abstracts.Query
 
set(QueryPart) - Method in class org.forgerock.openicf.connectors.xml.query.QueryImpl
 
set(Locale) - Static method in class org.identityconnectors.common.l10n.CurrentLocale
Sets the locale for the current thread.
setAccountDisabled(boolean) - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
setAccountObjectClasses(String...) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setAccountSearchFilter(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setAccountSynchronizationFilter(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setAccountUserNameAttributes(String...) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setAllNative(boolean) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Setter for the allNative property.
setAllowBlank(Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setAndFilter(FilterMessages.AndFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
setAndFilter(FilterMessages.AndFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.AndFilter andFilter = 1;
setAPIConfiguration(ConnectorObjects.APIConfiguration) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
setAPIConfiguration(ConnectorObjects.APIConfiguration.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.APIConfiguration APIConfiguration = 5;
setAsynchronousResults(boolean) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool asynchronousResults = 6;
setAsynchronousResults(boolean) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
setAttribute(int, ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
setAttribute(int, ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
setAttribute(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
setAttribute(ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue attribute = 2;
setAttributeInfos(SchemaMessages.AttributeInfo) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
setAttributeInfos(SchemaMessages.AttributeInfo.Builder) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo attributeInfos = 2;
setAttributes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
repeated MapFieldEntry map_field = 2; optional bytes attributes = 2;
setAttributesToGet(String...) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setAttributesToGet(Collection<String>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setAttributesToSynchronize(String...) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setAttributeValue(HttpServletRequest, String) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketServletBase.ServletAttributeAuthenticator
 
setAuthenticateOpRequest(OperationMessages.AuthenticateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
setAuthenticateOpRequest(OperationMessages.AuthenticateOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpRequest authenticateOpRequest = 4;
setAuthenticateOpResponse(OperationMessages.AuthenticateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
setAuthenticateOpResponse(OperationMessages.AuthenticateOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.AuthenticateOpResponse authenticateOpResponse = 1;
setAuthenticateScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the Authenticate script FileName
setAuthenticationType(String) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setAuthenticationType(String) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setAuthType(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setBaseContexts(String...) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setBaseContextsToSynchronize(String...) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setBatchOpRequest(OperationMessages.BatchOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
setBatchOpRequest(OperationMessages.BatchOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpRequest batchOpRequest = 20;
setBatchOpResult(OperationMessages.BatchOpResult) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
setBatchOpResult(OperationMessages.BatchOpResult.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.BatchOpResult batchOpResult = 16;
setBatchToken(int, String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated string batchToken = 3;
setBatchToken(int, String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
repeated string batchToken = 1;
setBigDecimalValue(CommonObjectMessages.BigDecimal) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
setBigDecimalValue(CommonObjectMessages.BigDecimal.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.BigDecimal bigDecimalValue = 10;
setBigIntegerValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string bigIntegerValue = 11;
setBigIntegerValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string bigIntegerValue = 11;
setBLANK(Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setBlockSize(int) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setBooleanValue(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bool booleanValue = 7;
setBooleanValue(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional bool booleanValue = 7;
setBooleanValue(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional bool booleanValue = 7;
setBuild(Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setBundleName(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleName = 1;
setBundleName(String) - Method in class org.identityconnectors.common.ConnectorKeyRange.Builder
 
setBundleName(String) - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
setBundleNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleName = 1;
setBundleParentClassLoader(ClassLoader) - Method in class org.forgerock.openicf.framework.server.ConnectorServer
Sets the class loader that will be used as the parent of the bundle class loaders.
setBundleParentClassLoader(ClassLoader) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the class loader that will be used as the parent of the bundle class loaders.
setBundleURLs(List<URL>) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the bundle URLs for connectors to expose by this server.
setBundleVersion(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleVersion = 2;
setBundleVersion(String) - Method in class org.identityconnectors.common.ConnectorKeyRange.Builder
 
setBundleVersion(String) - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
setBundleVersionBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string bundleVersion = 2;
setByteArrayValue(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes byteArrayValue = 9;
setByteValue(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes byteValue = 8;
setCancelOpRequest(RPCMessages.CancelOpRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
setCancelOpRequest(RPCMessages.CancelOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
} optional .org.forgerock.openicf.common.protobuf.CancelOpRequest cancelOpRequest = 4;
setCaseInsensitive(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
optional bool caseInsensitive = 1;
setCaseInsensitive(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
optional bool caseInsensitive = 1;
setCaseInsensitive(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
optional bool caseInsensitive = 1;
setCatalogs(int, ConnectorObjects.CatalogMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
setCatalogs(int, ConnectorObjects.CatalogMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
Map<Locale, Map<String, String>> repeated .org.forgerock.openicf.common.protobuf.CatalogMapFieldEntry catalogs = 1;
setCatalogs(Map<Locale, Map<String, String>>) - Method in class org.identityconnectors.framework.impl.api.ConnectorMessagesImpl
 
setCause(RPCMessages.ExceptionMessage.InnerCause) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
setCause(RPCMessages.ExceptionMessage.InnerCause.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause cause = 3;
setChangeListener(ConfigurationPropertyChangeListener) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Add a configuration change listener callback handler.
setChangeListener(ConfigurationPropertyChangeListener) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setChangeLogBlockSize(int) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setChangeLogColumn(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
setChangeNumberAttribute(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setCharacterValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string characterValue = 3;
setCharacterValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string characterValue = 3;
setCharacterValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string characterValue = 3;
setCharacterValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string characterValue = 3;
setCharacterValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string characterValue = 3;
setCharacterValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string characterValue = 3;
setClasspath(String[]) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Sets the classpath.
setClientConnectionManagerFactoryClass(String) - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
setCollectionAttribute(ConnectorObjects.AttributeCollectionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
setCollectionAttribute(ConnectorObjects.AttributeCollectionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue collectionAttribute = 3;
setColumns(Set<String>) - Method in class org.identityconnectors.dbcommon.DatabaseQueryBuilder
Set the columnNames to get.
setCommand(Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setComplete(boolean) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool complete = 3;
setCompleted(boolean) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional bool completed = 2;
setCompleted(boolean) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional bool completed = 2;
setConfidential(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional bool confidential = 3;
setConfidential(boolean) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setConfiguration(int, ConnectorObjects.ConfigurationUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
setConfiguration(int, ConnectorObjects.ConfigurationUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationUnionValue configuration = 2;
setConfiguration(SSHConfiguration) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setConfigurationChangeEvent(OperationMessages.ConfigurationChangeEvent) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
setConfigurationChangeEvent(OperationMessages.ConfigurationChangeEvent.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConfigurationChangeEvent configurationChangeEvent = 19;
setConfigurationProperties(int, ConnectorObjects.ConfigurationProperty) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
setConfigurationProperties(int, ConnectorObjects.ConfigurationProperty.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.ConfigurationProperty configurationProperties = 5;
setConfigurationProperties(ConfigurationPropertiesImpl) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setConfigurationPropertyChange(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
optional bytes configurationPropertyChange = 1;
setConnection(Connection) - Method in class org.identityconnectors.dbcommon.DatabaseConnection
Get the internal JDBC connection.
setConnectionManagerConfig(ConnectionManagerConfig) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
setConnectionManagerFactory(ConnectionManagerFactory) - Method in class org.forgerock.openicf.framework.ConnectorFramework
 
setConnectionTimeout(int) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setConnectionTimeout(int) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setConnectorBundleURLs(List<URL>) - Method in class org.forgerock.openicf.framework.server.ConnectorServer
Sets the bundle URLs for connectors to expose by this server.
setConnectorCategoryKey(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorCategoryKey = 2;
setConnectorCategoryKey(String) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
setConnectorCategoryKeyBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorCategoryKey = 2;
setConnectorClass(Class<? extends Connector>) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
setConnectorConfigurationClass(Class<? extends Configuration>) - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
setConnectorDisplayNameKey(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorDisplayNameKey = 1;
setConnectorDisplayNameKey(String) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
setConnectorDisplayNameKeyBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional string connectorDisplayNameKey = 1;
setConnectorEventSubscriptionOpRequest(OperationMessages.ConnectorEventSubscriptionOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
setConnectorEventSubscriptionOpRequest(OperationMessages.ConnectorEventSubscriptionOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpRequest connectorEventSubscriptionOpRequest = 6;
setConnectorEventSubscriptionOpResponse(OperationMessages.ConnectorEventSubscriptionOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
setConnectorEventSubscriptionOpResponse(OperationMessages.ConnectorEventSubscriptionOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorEventSubscriptionOpResponse connectorEventSubscriptionOpResponse = 3;
setConnectorFacadeKey(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional bytes connectorFacadeKey = 2;
setConnectorFrameworkFactory(ConnectorFrameworkFactory) - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
setConnectorInfo(AbstractConnectorInfo) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setConnectorInfos(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
optional bytes connectorInfos = 2;
setConnectorKey(CommonObjectMessages.ConnectorKey) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
setConnectorKey(CommonObjectMessages.ConnectorKey.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 3;
setConnectorKey(CommonObjectMessages.ConnectorKey) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
setConnectorKey(CommonObjectMessages.ConnectorKey.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorKey connectorKey = 1;
setConnectorKey(ConnectorKey) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
setConnectorMessages(ConnectorObjects.ConnectorMessages) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
setConnectorMessages(ConnectorObjects.ConnectorMessages.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorMessages connectorMessages = 4;
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.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string connectorName = 3;
setConnectorName(String) - Method in class org.identityconnectors.common.ConnectorKeyRange.Builder
 
setConnectorNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
optional string connectorName = 3;
setConnectorObject(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional bytes connectorObject = 6;
setConnectorObject(CommonObjectMessages.ConnectorObject) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
setConnectorObject(CommonObjectMessages.ConnectorObject.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 1;
setConnectorObject(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
optional bytes connectorObject = 1;
setConnectorObject(CommonObjectMessages.ConnectorObject) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
setConnectorObject(CommonObjectMessages.ConnectorObject.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ConnectorObject connectorObject = 3;
setConnectorPoolConfiguration(ConnectorObjects.ObjectPoolConfiguration) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
setConnectorPoolConfiguration(ConnectorObjects.ObjectPoolConfiguration.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ObjectPoolConfiguration connectorPoolConfiguration = 3;
setConnectorPoolConfiguration(ObjectPoolConfiguration) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setConnectorPoolingSupported(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional bool connectorPoolingSupported = 2;
setConnectorPoolingSupported(boolean) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setContainer(boolean) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Set to true to indicate this is a container type.
setContainer(QualifiedUid) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_CONTAINER
setContainsAllValuesFilter(FilterMessages.ContainsAllValuesFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
setContainsAllValuesFilter(FilterMessages.ContainsAllValuesFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsAllValuesFilter containsAllValuesFilter = 4;
setContainsFilter(FilterMessages.ContainsFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
setContainsFilter(FilterMessages.ContainsFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ContainsFilter containsFilter = 7;
setContextClassLoader(ClassLoader) - Method in class org.identityconnectors.framework.server.impl.CCLWatchThread
 
setContextInfoMap(int, RPCMessages.ControlResponse.StringMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
setContextInfoMap(int, RPCMessages.ControlResponse.StringMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlResponse.StringMapFieldEntry contextInfoMap = 1;
setControlRequest(RPCMessages.ControlRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
setControlRequest(RPCMessages.ControlRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ControlRequest controlRequest = 2;
setControlResponse(RPCMessages.ControlResponse) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
setControlResponse(RPCMessages.ControlResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ControlResponse controlResponse = 2;
setCountry(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string country = 2;
setCountryBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string country = 2;
setCreateable(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if the attribute is writable.
setCreateAttributes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
optional bytes createAttributes = 2;
setCreateFileIfNotExists(boolean) - Method in class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
setCreateOpRequest(OperationMessages.CreateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
setCreateOpRequest(OperationMessages.CreateOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createOpRequest = 5;
setCreateOpResponse(OperationMessages.CreateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
setCreateOpResponse(OperationMessages.CreateOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpResponse createOpResponse = 2;
setCreateRequest(OperationMessages.CreateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
setCreateRequest(OperationMessages.CreateOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.CreateOpRequest createRequest = 2;
setCreateScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the Create script FileName
setCredentials(GuardedString) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setCsvFile(File) - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
setCustomConfiguration(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
setCustomizerScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
setCustomSensitiveConfiguration(GuardedString) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
setDash(Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setDatabase(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
setDatasource(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
setDebug(boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Turns debugging operation on or off.
setDeclaredObjectClasses(int, String) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredObjectClasses = 1;
setDeclaredOperationOptions(int, String) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated string declaredOperationOptions = 2;
setDecorateClosure(Closure) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setDefaultAPIConfiguration(APIConfigurationImpl) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
setDefaultAuthMethod(String) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
setDefaultAuthMethod(String) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setDefaultConnectorBundleParentClassLoader(ClassLoader) - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
setDefaultContentType(String) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setDefaultRequestHeaders(String...) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setDeleteOpRequest(OperationMessages.DeleteOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
setDeleteOpRequest(OperationMessages.DeleteOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteOpRequest = 7;
setDeleteOpResponse(OperationMessages.DeleteOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
setDeleteOpResponse(OperationMessages.DeleteOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpResponse deleteOpResponse = 4;
setDeleteRequest(OperationMessages.DeleteOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
setDeleteRequest(OperationMessages.DeleteOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.DeleteOpRequest deleteRequest = 3;
setDeleteScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the Delete script FileName
setDeltaType(CommonObjectMessages.SyncDelta.SyncDeltaType) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType deltaType = 2;
setDeltaType(SyncDeltaType) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
setDeltaType(SyncDeltaType) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the type of the change that occurred.
setDeltaTypeValue(int) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta.SyncDeltaType deltaType = 2;
setDisabledGlobalASTTransformations(String[]) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
CompilerConfiguration.setDisabledGlobalASTTransformations(java.util.Set)
setDisplayMessageKey(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string displayMessageKey = 6;
setDisplayMessageKey(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setDisplayMessageKeyBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string displayMessageKey = 6;
setDontExpirePassword(boolean) - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
setDoubleValue(double) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional double doubleValue = 4;
setDoubleValue(double) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional double doubleValue = 4;
setDoubleValue(double) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional double doubleValue = 4;
setEchoOff(boolean) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setEchoOff(boolean) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setEmptyResult(OperationMessages.BatchEmptyResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
setEmptyResult(OperationMessages.BatchEmptyResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.BatchEmptyResponse emptyResult = 9;
setEnableAttributesToGetSearchResultsHandler(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableAttributesToGetSearchResultsHandler = 4;
setEnableAttributesToGetSearchResultsHandler(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEnableCaseInsensitiveFilter(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableCaseInsensitiveFilter = 3;
setEnableCaseInsensitiveFilter(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEnableEmptyString(boolean) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Setter for the enableEmptyString property.
setEnableFilteredResultsHandler(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableFilteredResultsHandler = 2;
setEnableFilteredResultsHandler(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEnableNormalizingResultsHandler(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
optional bool enableNormalizingResultsHandler = 1;
setEnableNormalizingResultsHandler(boolean) - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
setEndsWithFilter(FilterMessages.EndsWithFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
setEndsWithFilter(FilterMessages.EndsWithFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EndsWithFilter endsWithFilter = 8;
setEofMatch(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setEqualsFilter(FilterMessages.EqualsFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
setEqualsFilter(FilterMessages.EqualsFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.EqualsFilter equalsFilter = 5;
setError(boolean) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool error = 4;
setError(RPCMessages.ExceptionMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
setError(RPCMessages.ExceptionMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
} optional .org.forgerock.openicf.common.protobuf.ExceptionMessage error = 4;
setEventFilter(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional bytes eventFilter = 2;
setExceptionClass(String) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string exceptionClass = 1;
setExceptionClass(String) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string exceptionClass = 1;
setExceptionClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string exceptionClass = 1;
setExceptionClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string exceptionClass = 1;
setExpectGlobal(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setExpectTimeout(long) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setExpectTimeout(long) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setFailover(String...) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
setField(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
optional string field = 1;
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
setField(Descriptors.FieldDescriptor, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
setFieldBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
optional string field = 1;
setFieldDelimiter(String) - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
setFileValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string fileValue = 9;
setFileValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string fileValue = 9;
setFileValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string fileValue = 9;
setFileValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string fileValue = 9;
setFilter(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
optional bytes filter = 2;
setFilterWithOrInsteadOfAnd(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setFlags(int, SchemaMessages.AttributeInfo.Flags) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
setFlags(Set<AttributeInfo.Flags>) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Sets all of the flags for this builder.
setFlagsValue(int, int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeInfo.Flags flags = 3;
setFloatValue(float) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional float floatValue = 5;
setFloatValue(float) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional float floatValue = 5;
setFloatValue(float) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional float floatValue = 5;
setFrameworkVersion(String) - Method in class org.identityconnectors.framework.impl.api.local.ConnectorBundleManifest
 
setGetGroupMemberId(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setGetOpRequest(OperationMessages.GetOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
setGetOpRequest(OperationMessages.GetOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpRequest getOpRequest = 8;
setGetOpResponse(OperationMessages.GetOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
setGetOpResponse(OperationMessages.GetOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.GetOpResponse GetOpResponse = 5;
setGlobalMatch(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setGlobalTimeout(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setGlobalTimeoutSec(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setGreaterThanFilter(FilterMessages.GreaterThanFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
setGreaterThanFilter(FilterMessages.GreaterThanFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanFilter greaterThanFilter = 9;
setGreaterThanOrEqualFilter(FilterMessages.GreaterThanOrEqualFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
setGreaterThanOrEqualFilter(FilterMessages.GreaterThanOrEqualFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.GreaterThanOrEqualFilter greaterThanOrEqualFilter = 10;
setGroupMemberAttribute(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setGroupMessageKey(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string groupMessageKey = 7;
setGroupMessageKey(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setGroupMessageKeyBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string groupMessageKey = 7;
setGroupObjectClasses(String...) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setGroupSearchFilter(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setGroupSynchronizationFilter(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setGuardedByteArrayValue(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes guardedByteArrayValue = 12;
setGuardedByteArrayValue(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional bytes guardedByteArrayValue = 10;
setGuardedByteArrayValue(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional bytes guardedByteArrayValue = 10;
setGuardedStringParam(PreparedStatement, int, GuardedString) - Static method in class org.identityconnectors.dbcommon.SQLUtil
The helper guardedString bind method.
setGuardedStringValue(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional bytes guardedStringValue = 13;
setGuardedStringValue(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional bytes guardedStringValue = 11;
setGuardedStringValue(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional bytes guardedStringValue = 11;
setHandshakeMessage(RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
setHandshakeMessage(RPCMessages.HandshakeMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
oneof request { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
setHandshakeMessage(RPCMessages.HandshakeMessage) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
setHandshakeMessage(RPCMessages.HandshakeMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
oneof response { optional .org.forgerock.openicf.common.protobuf.HandshakeMessage handshakeMessage = 1;
setHeaderPassword(String) - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
setHeaderUid(String) - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
setHelpMessageKey(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string helpMessageKey = 5;
setHelpMessageKey(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setHelpMessageKeyBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string helpMessageKey = 5;
setHost(String) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setHost(String) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setHost(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
NameQuote Setter
setHost(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setIfAddress(InetAddress) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the interface address to bind to.
setImplementationClass(Class<? extends RemoteConnectionInfoManagerFactory>) - Method in class org.forgerock.openicf.framework.client.ConnectionManagerFactory
 
setInfoLevel(int, RPCMessages.ControlRequest.InfoLevel) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
setInfoLevelValue(int, int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.ControlRequest.InfoLevel infoLevel = 1;
setInitClosure(Closure) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setInnerCause(RPCMessages.ExceptionMessage.InnerCause) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
setInnerCause(RPCMessages.ExceptionMessage.InnerCause.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.ExceptionMessage.InnerCause innerCause = 3;
setIntegerValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional int32 integerValue = 6;
setIntegerValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional int32 integerValue = 6;
setIntegerValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional int32 integerValue = 6;
setIsArray(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
optional bool isArray = 3;
setIsArray(boolean) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional bool isArray = 3;
setIsAscending(boolean) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
optional bool isAscending = 2;
setIsContainer(boolean) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional bool isContainer = 3;
setJdbcDriver(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
setJdbcUrlTemplate(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
setJndiProperties(String[]) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
setKey(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
setKey(CommonObjectMessages.Locale) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
setKey(CommonObjectMessages.Locale.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.Locale key = 1;
setKey(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
setKey(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
setKey(ConnectorObjects.APIOperation) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
setKey(String) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
setKey(ConnectorObjects.APIOperation) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
setKeyBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
setKeyBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
setKeyBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
setKeyBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
option map_entry = true; optional string key = 1;
setKeyColumn(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Key Column setter
setKeyHash(String) - Method in class org.forgerock.openicf.framework.server.ConnectorServer
Sets the base-64 encoded SHA1 hash of the key.
setKeyHash(String) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the base-64 encoded SHA1 hash of the key.
setKeyManagers(List<KeyManager>) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setKeyManagers(List<KeyManager>) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the key managers to use for the SSL connection.
setKeyValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
option map_entry = true; optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
setKeyValue(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional .org.forgerock.openicf.common.protobuf.APIOperation key = 1;
setLanguage(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string language = 1;
setLanguageBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string language = 1;
setLatestSyncToken(OperationMessages.SyncOpRequest.LatestSyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
setLatestSyncToken(OperationMessages.SyncOpRequest.LatestSyncToken.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.LatestSyncToken latestSyncToken = 2;
setLatestSyncToken(OperationMessages.SyncOpResponse.LatestSyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
setLatestSyncToken(OperationMessages.SyncOpResponse.LatestSyncToken.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.LatestSyncToken latestSyncToken = 2;
setLdapClasses(List<String>) - Method in class org.identityconnectors.ldap.ObjectClassMappingConfig
 
setLessThanFilter(FilterMessages.LessThanFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
setLessThanFilter(FilterMessages.LessThanFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanFilter lessThanFilter = 11;
setLessThanOrEqualFilter(FilterMessages.LessThanOrEqualFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
setLessThanOrEqualFilter(FilterMessages.LessThanOrEqualFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.LessThanOrEqualFilter lessThanOrEqualFilter = 12;
setLocalAddress(InetAddress) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setLocalAddress(InetAddress) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
setLocale(CommonObjectMessages.Locale) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
setLocale(CommonObjectMessages.Locale.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Locale locale = 3;
setLocale(String) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setLocale(String) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setLocalRequestId(int, long) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 localRequestId = 2;
setLongValue(long) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional int64 longValue = 2;
setLongValue(long) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional int64 longValue = 2;
setLongValue(long) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional int64 longValue = 2;
setMaintainLdapGroupMembership(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setMaintainPosixGroupMembership(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setManifest(ConnectorBundleManifest) - Method in class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
setMapValue(ConnectorObjects.AttributeMapValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
setMapValue(ConnectorObjects.AttributeMapValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeMapValue mapValue = 14;
setMaxConnections(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the max connections to queue.
setMaxFacadeLifeTime(long) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the max inactive lifetime of ConnectorFacade to allow.
setMaxIdle(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int32 maxIdle = 2;
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.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int32 maxObjects = 1;
setMaxObjects(int) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Sets the maximum number of objects (idle+active).
setMaxWait(long) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int64 maxWait = 3;
setMaxWait(long) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Max time to wait if the pool is waiting for a free object to become available before failing.
setMaxWorkers(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the max worker thread to allow.
setMessage(String) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string message = 2;
setMessage(String) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string message = 2;
setMessageBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string message = 2;
setMessageBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
optional string message = 2;
setMessageId(long) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
optional int64 messageId = 1;
setMessages(ConnectorMessages) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorInfo
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
setMetaClass(MetaClass) - Method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
setMetaClass(MetaClass) - Method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeInfoDelegate
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.ICFObjectBuilder
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.SchemaDelegate
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
setMetaClass(MetaClass) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
setMinEvictableIdleTimeMillis(long) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int64 minEvictableIdleTimeMillis = 4;
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.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
optional int32 minIdle = 5;
setMinIdle(int) - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
Minimum number of idle objects.
setMinimumRecompilationInterval(int) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
setMinWorkers(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the min worker thread to allow.
setModifiersNamesToFilterOut(String...) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setMultiValued(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if this attribute supports multivalue.
setName(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
option map_entry = true; optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string name = 4;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional string name = 1;
setName(String) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional string name = 2;
setName(String) - Method in class org.identityconnectors.framework.common.objects.AttributeBuilder
Set the name of the attribute that is being built.
setName(String) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Sets the unique name of the AttributeInfo object.
setName(String) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
setName(Name) - Method in class org.identityconnectors.framework.common.objects.ConnectorObjectBuilder
 
setName(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
setName(String) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
option map_entry = true; optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string name = 4;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional string name = 1;
setNameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
optional string name = 2;
setNativeTimestamps(boolean) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Setter for the nativeTimestamps property.
setNewlineString(String) - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
setNotFilter(FilterMessages.NotFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
setNotFilter(FilterMessages.NotFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.NotFilter notFilter = 3;
setObject(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
optional bytes object = 1;
setObject(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
optional bytes object = 1;
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(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
message MapFieldEntry { //option map_entry = true; string key = 1; AttributeCollectionValue value = 2; } optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional string objectClass = 4;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional string objectClass = 1;
setObjectClass(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional string objectClass = 1;
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.
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
message MapFieldEntry { //option map_entry = true; string key = 1; AttributeCollectionValue value = 2; } optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional string objectClass = 4;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional string objectClass = 1;
setObjectClassBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional string objectClass = 1;
setObjectClassesToSynchronize(String...) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setObjectClassValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string objectClassValue = 13;
setObjectClassValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string objectClassValue = 13;
setOperationRequest(OperationMessages.OperationRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
setOperationRequest(OperationMessages.OperationRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
optional .org.forgerock.openicf.common.protobuf.OperationRequest operationRequest = 3;
setOperationResponse(OperationMessages.OperationResponse) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
setOperationResponse(OperationMessages.OperationResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
optional .org.forgerock.openicf.common.protobuf.OperationResponse operationResponse = 3;
setOperations(int, ConnectorObjects.SPIOperation) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
setOperations(Set<Class<? extends APIOperation>>) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setOperationsValue(int, int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
repeated .org.forgerock.openicf.common.protobuf.SPIOperation operations = 10;
setOption(String, Object) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Sets a given option and a value for that option.
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional bytes options = 4;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
optional bytes options = 4;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
optional bytes options = 3;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
repeated AttributeMessage createAttributes = 2; optional bytes options = 3;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional bytes options = 3;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional bytes options = 3;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional bytes options = 3;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional bytes options = 2;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional bytes options = 2;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
FilterUnionMessage filter = 2; optional bytes options = 3;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional bytes options = 3;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional bytes options = 3;
setOptions(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
repeated AttributeMessage replaceAttributes = 4; optional bytes options = 5;
setOrder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional int32 order = 1;
setOrder(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional int32 order = 1;
setOrder(int) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setOrderBy(List<DatabaseQueryBuilder.OrderBy>) - Method in class org.identityconnectors.dbcommon.DatabaseQueryBuilder
Set the order by clause.
setOrFilter(FilterMessages.OrFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
setOrFilter(FilterMessages.OrFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.OrFilter orFilter = 2;
setPagedResultsCookie(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional string pagedResultsCookie = 1;
setPagedResultsCookie(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setPagedResultsCookieBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional string pagedResultsCookie = 1;
setPagedResultsOffset(Integer) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
setPageSize(Integer) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_PAGE_SIZE
setParams(MappingStrategy, PreparedStatement, List<SQLParam>) - Static method in class org.identityconnectors.databasetable.DatabaseTableSQLUtil
This method binds the "?"
setParams(MappingStrategy, CallableStatement, List<SQLParam>) - Static method in class org.identityconnectors.databasetable.DatabaseTableSQLUtil
This method binds the "?"
setParams(PreparedStatement, List<SQLParam>) - Static method in class org.identityconnectors.dbcommon.SQLUtil
This method binds the "?"
setParams(CallableStatement, List<SQLParam>) - Static method in class org.identityconnectors.dbcommon.SQLUtil
This method binds the "?"
setParent(APIConfigurationImpl) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
setParent(ConfigurationPropertiesImpl) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setPassphrase(GuardedString) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setPassphrase(GuardedString) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setPassword(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional bytes password = 3;
setPassword(GuardedString) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setPassword(GuardedString) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
setPassword(GuardedString) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setPassword(String) - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
setPassword(GuardedString) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setPassword(GuardedString) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setPassword(GuardedString) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
setPassword(GuardedString) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
setPasswordAttribute(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setPasswordAttributeToSynchronize(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setPasswordColumn(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Password Column setter
setPasswordDecryptionInitializationVector(GuardedByteArray) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setPasswordDecryptionKey(GuardedByteArray) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setPasswordHashAlgorithm(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setPasswordNotReq(boolean) - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
setPort(int) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setPort(int) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setPort(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
NameQuote Setter
setPort(int) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets the port to listen on.
setPort(int) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setPreviousUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
setPreviousUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid previousUid = 3;
setPreviousUid(Uid) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the Uid of the object before the change.
setPrincipal(String) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setPrincipal(String) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
setPrincipal(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setPrivateKey(String...) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setPrivateKey(String...) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setProducerBufferSize(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional int32 producerBufferSize = 8;
setProducerBufferSize(int) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Sets the size of the buffer for Connector the support SearchOp and what the results of the producer buffered.
setProducerBufferSize(int) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Sets the size of the buffer for Connector the support SearchOp and what the results of the producer buffered.
setPrompt(String) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setPrompt(String) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setPromptReady(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setProperties(Collection<ConfigurationPropertyImpl>) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
 
setProperty(String, Object) - Method in class org.forgerock.openicf.connectors.scriptedcrest.RemoteConnection
 
setProperty(String, Object) - Method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
 
setProperty(String, Object) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
setProperty(String, Object) - Method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
 
setProperty(String, Object) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setProperty(String, Object) - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
setProperty(String, Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setProperty(String, Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setProperty(String, Object) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.AbstractICFBuilder
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeInfoDelegate
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.ICFObjectBuilder
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.SchemaDelegate
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
setProperty(String, Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
setPropertyValue(String, Object) - Method in interface org.identityconnectors.framework.api.ConfigurationProperties
Set the value of the Configuration property by name.
setPropertyValue(String, Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertiesImpl
Set the value of the Configuration property by name.
setProxyAddress(URI) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
setProxyAddress(URI) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setProxyHost(String) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setProxyHost(String) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
setProxyPassword(GuardedString) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setProxyPassword(GuardedString) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
setProxyPort(int) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setProxyPort(int) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
setProxyPrincipal(String) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setProxyPrincipal(String) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo
 
setPublicKey(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional bytes publicKey = 3;
setQualifiedUidValue(CommonObjectMessages.QualifiedUid) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
setQualifiedUidValue(CommonObjectMessages.QualifiedUid.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.QualifiedUid qualifiedUidValue = 15;
setQuery(boolean) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
optional bool query = 1;
setQueryRequired(boolean) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool queryRequired = 5;
setQueryRequired(boolean) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
setQuote(Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setQuoteCharacter(String) - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
setQuoteSymbol(Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setQuoting(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
NameQuote Setter
setReadable(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if the attribute is readable.
setReadSchema(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setRecompileGroovySource(boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
setReferralsHandling(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setRegexpMatch(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setReleaseClosure(Closure) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setReleaseClosure(Closure) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
setRemainingPagedResults(int) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional int32 remainingPagedResults = 4;
setRemoteConnectionInfo(RemoteFrameworkConnectionInfo) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteConnectorInfoImpl
 
setRemoteRequestId(int, long) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
repeated int64 remoteRequestId = 3;
setRemoteURI(URI) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setRemoveLogEntryObjectClassFromFilter(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
setRepeatedField(Descriptors.FieldDescriptor, int, Object) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
setReplaceAttributes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional bytes replaceAttributes = 4;
setRequest(RPCMessages.RPCRequest) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
setRequest(RPCMessages.RPCRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
oneof message { optional .org.forgerock.openicf.common.protobuf.RPCRequest request = 2;
setRequestIds(int, long) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
repeated int64 requestIds = 3;
setRequireClientConnectionManager(boolean) - Method in class org.forgerock.openicf.framework.ConnectorFrameworkFactory
 
setRequired(boolean) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional bool required = 2;
setRequired(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if this attribute is required.
setRequired(boolean) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setResetSyncToken(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setResolveUsernameOpRequest(OperationMessages.ResolveUsernameOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
setResolveUsernameOpRequest(OperationMessages.ResolveUsernameOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpRequest resolveUsernameOpRequest = 9;
setResolveUsernameOpResponse(OperationMessages.ResolveUsernameOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
setResolveUsernameOpResponse(OperationMessages.ResolveUsernameOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ResolveUsernameOpResponse resolveUsernameOpResponse = 6;
setResolveUsernameScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the Test script FileName
setRespectResourcePasswordPolicyChangeAfterReset(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setResponse(RPCMessages.RPCResponse) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
setResponse(RPCMessages.RPCResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
} optional .org.forgerock.openicf.common.protobuf.RPCResponse response = 3;
setResult(CommonObjectMessages.SearchResult) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
setResult(CommonObjectMessages.SearchResult.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult result = 2;
setResultMessage(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
optional string resultMessage = 2;
setResultMessageBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
optional string resultMessage = 2;
setResultsHandlerConfiguration(ConnectorObjects.ResultsHandlerConfiguration) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
setResultsHandlerConfiguration(ConnectorObjects.ResultsHandlerConfiguration.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
optional .org.forgerock.openicf.common.protobuf.ResultsHandlerConfiguration resultsHandlerConfiguration = 4;
setResultsHandlerConfiguration(ResultsHandlerConfiguration) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setRethrowAllSQLExceptions(boolean) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Setter for the rethrowAllSQLExceptions property.
setReturnedByDefault(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
 
setReturnsResults(boolean) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional bool returnsResults = 7;
setReturnsResults(boolean) - Method in class org.identityconnectors.framework.common.objects.BatchToken
 
setRevision(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string revision = 2;
setRevisionBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string revision = 2;
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.
setScale(int) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
optional int32 scale = 2;
setSchema(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
optional bytes schema = 1;
setSchemaOpRequest(OperationMessages.SchemaOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
setSchemaOpRequest(OperationMessages.SchemaOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpRequest schemaOpRequest = 10;
setSchemaOpResponse(OperationMessages.SchemaOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
setSchemaOpResponse(OperationMessages.SchemaOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SchemaOpResponse schemaOpResponse = 7;
setSchemaScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the Schema script FileName
setScope(String) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_SCOPE
setScope(Attribute) - Method in class org.identityconnectors.ldap.ADGroupType
 
setScope(String) - Method in class org.identityconnectors.ldap.ADGroupType
 
setScript(CommonObjectMessages.Script) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
setScript(CommonObjectMessages.Script.Builder) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional .org.forgerock.openicf.common.protobuf.Script script = 1;
setScriptArguments(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
optional bytes scriptArguments = 2;
setScriptBaseClass(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Sets the name of the base class for scripts.
setScriptContext(CommonObjectMessages.ScriptContext) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
setScriptContext(CommonObjectMessages.ScriptContext.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
setScriptContext(CommonObjectMessages.ScriptContext) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
setScriptContext(CommonObjectMessages.ScriptContext.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptContext scriptContext = 1;
setScriptExtensions(String[]) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
setScriptLanguage(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptLanguage = 1;
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.
setScriptLanguageBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptLanguage = 1;
setScriptOnConnectorOpRequest(OperationMessages.ScriptOnConnectorOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
setScriptOnConnectorOpRequest(OperationMessages.ScriptOnConnectorOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpRequest scriptOnConnectorOpRequest = 11;
setScriptOnConnectorOpResponse(OperationMessages.ScriptOnConnectorOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
setScriptOnConnectorOpResponse(OperationMessages.ScriptOnConnectorOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnConnectorOpResponse scriptOnConnectorOpResponse = 8;
setScriptOnResourceOpRequest(OperationMessages.ScriptOnResourceOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
setScriptOnResourceOpRequest(OperationMessages.ScriptOnResourceOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpRequest scriptOnResourceOpRequest = 12;
setScriptOnResourceOpResponse(OperationMessages.ScriptOnResourceOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
setScriptOnResourceOpResponse(OperationMessages.ScriptOnResourceOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ScriptOnResourceOpResponse scriptOnResourceOpResponse = 9;
setScriptOnResourceScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the ScriptOnResource script FileName
setScriptRoots(String[]) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Sets the script root folders.
setScriptText(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptText = 2;
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.
setScriptTextBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
optional string scriptText = 2;
setScriptValue(CommonObjectMessages.Script) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
setScriptValue(CommonObjectMessages.Script.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
setScriptValue(CommonObjectMessages.Script) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
setScriptValue(CommonObjectMessages.Script.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Script scriptValue = 12;
setSearchOpRequest(OperationMessages.SearchOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
setSearchOpRequest(OperationMessages.SearchOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpRequest searchOpRequest = 13;
setSearchOpResponse(OperationMessages.SearchOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
setSearchOpResponse(OperationMessages.SearchOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SearchOpResponse searchOpResponse = 10;
setSearchScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the Search script FileName
setSelectFrom(String) - Method in class org.identityconnectors.dbcommon.DatabaseQueryBuilder
Set selectFrom and from clause.
setSendControlC(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setSendControlD(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setSender(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setSenderln(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setSequence(long) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
optional int64 sequence = 1;
setSequence(long) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional int64 sequence = 1;
setServerType(RPCMessages.HandshakeMessage.ServerType) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional .org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType serverType = 2;
setServerTypeValue(int) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional .org.forgerock.openicf.common.protobuf.HandshakeMessage.ServerType serverType = 2;
setServiceAddress(URI) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
setServiceAddress(URI) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setSessionId(String) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional string sessionId = 1;
setSessionIdBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
optional string sessionId = 1;
setSetLocale(boolean) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setSetLocale(boolean) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setShortNameLdapAttributes(List<String>) - Method in class org.identityconnectors.ldap.ObjectClassMappingConfig
 
setSmartCardRequired(boolean) - Method in class org.identityconnectors.ldap.ADUserAccountControl
 
setSortKeys(List<SortKey>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_SORT_KEYS
setSortKeys(SortKey...) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Convenience method to set OperationOptions.OP_SORT_KEYS
setSortKeyValue(CommonObjectMessages.SortKey) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
setSortKeyValue(CommonObjectMessages.SortKey.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.SortKey sortKeyValue = 16;
setSourceEncoding(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Sets the encoding to be used when reading source files.
setSQLParam(PreparedStatement, int, SQLParam) - Method in class org.identityconnectors.databasetable.mapping.AttributeConvertor
 
setSQLParam(PreparedStatement, int, SQLParam) - Method in class org.identityconnectors.databasetable.mapping.DefaultStrategy
 
setSQLParam(PreparedStatement, int, SQLParam) - Method in class org.identityconnectors.databasetable.mapping.JdbcConvertor
 
setSQLParam(PreparedStatement, int, SQLParam) - Method in interface org.identityconnectors.databasetable.mapping.MappingStrategy
Convert database type to connector supported set of attribute types
setSQLParam(PreparedStatement, int, SQLParam) - Method in class org.identityconnectors.databasetable.mapping.NativeTimestampsStrategy
 
setSQLParam(PreparedStatement, int, SQLParam) - Method in class org.identityconnectors.databasetable.mapping.StringStrategy
 
setSQLParam(PreparedStatement, int, SQLParam) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Set a parameter to statement.
setSsl(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setStackTrace(String) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string stackTrace = 4;
setStackTraceBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
optional string stackTrace = 4;
setStartsWithFilter(FilterMessages.StartsWithFilter) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
setStartsWithFilter(FilterMessages.StartsWithFilter.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
optional .org.forgerock.openicf.common.protobuf.StartsWithFilter startsWithFilter = 6;
setStartTLS(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setStringValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string stringValue = 1;
setStringValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string stringValue = 1;
setStringValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string stringValue = 1;
setStringValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
optional string stringValue = 1;
setStringValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string stringValue = 1;
setStringValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string stringValue = 1;
setSubFilter(FilterMessages.FilterUnionMessage) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
setSubFilter(FilterMessages.FilterUnionMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
optional .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilter = 1;
setSubFilters(int, FilterMessages.FilterUnionMessage) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
setSubFilters(int, FilterMessages.FilterUnionMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
setSubFilters(int, FilterMessages.FilterUnionMessage) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
setSubFilters(int, FilterMessages.FilterUnionMessage.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
repeated .org.forgerock.openicf.common.protobuf.FilterUnionMessage subFilters = 1;
setSuccessors(List<Object>) - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
setSudo(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setSudoCommand(String) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setSudoCommand(String) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setSupportedObjectClassesByOperation(int, SchemaMessages.SupportedMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
setSupportedObjectClassesByOperation(int, SchemaMessages.SupportedMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedObjectClassesByOperation = 3;
setSupportedOperations(int, ConnectorObjects.APIOperation) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
setSupportedOperations(Set<Class<? extends APIOperation>>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setSupportedOperationsValue(int, int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.APIOperation supportedOperations = 7;
setSupportedOptionsByOperation(int, SchemaMessages.SupportedMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
setSupportedOptionsByOperation(int, SchemaMessages.SupportedMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
repeated .org.forgerock.openicf.common.protobuf.SupportedMapFieldEntry supportedOptionsByOperation = 4;
setSuppressPassword(boolean) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
setSync(OperationMessages.SyncOpRequest.Sync) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
setSync(OperationMessages.SyncOpRequest.Sync.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest.Sync sync = 1;
setSync(OperationMessages.SyncOpResponse.Sync) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
setSync(OperationMessages.SyncOpResponse.Sync.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse.Sync sync = 1;
setSyncDelta(CommonObjectMessages.SyncDelta) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
setSyncDelta(CommonObjectMessages.SyncDelta.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 1;
setSyncDelta(CommonObjectMessages.SyncDelta) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
setSyncDelta(CommonObjectMessages.SyncDelta.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncDelta syncDelta = 3;
setSyncEventSubscriptionOpRequest(OperationMessages.SyncEventSubscriptionOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
setSyncEventSubscriptionOpRequest(OperationMessages.SyncEventSubscriptionOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpRequest syncEventSubscriptionOpRequest = 15;
setSyncEventSubscriptionOpResponse(OperationMessages.SyncEventSubscriptionOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
setSyncEventSubscriptionOpResponse(OperationMessages.SyncEventSubscriptionOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncEventSubscriptionOpResponse syncEventSubscriptionOpResponse = 12;
setSyncFileRetentionCount(int) - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
 
setSynchronizePasswords(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setSyncOpRequest(OperationMessages.SyncOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
setSyncOpRequest(OperationMessages.SyncOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpRequest syncOpRequest = 14;
setSyncOpResponse(OperationMessages.SyncOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
setSyncOpResponse(OperationMessages.SyncOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.SyncOpResponse syncOpResponse = 11;
setSyncScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the Sync script FileName
setSyncToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
setSyncToken(CommonObjectMessages.SyncToken.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 1;
setSyncToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
setSyncToken(CommonObjectMessages.SyncToken.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken syncToken = 2;
setTable(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Table setter
setTableName(String) - Method in class org.identityconnectors.dbcommon.DatabaseQueryBuilder
Set the table name.
setTargetDirectory(File) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Sets the target directory.
setTaskId(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional string taskId = 2;
setTaskId(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional string taskId = 1;
setTaskIdBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional string taskId = 2;
setTaskIdBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional string taskId = 1;
setTasks(int, OperationMessages.BatchOpTask) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
setTasks(int, OperationMessages.BatchOpTask.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
repeated .org.forgerock.openicf.common.protobuf.BatchOpTask tasks = 2;
setTerminalType(String) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setTerminalType(String) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setTestOpRequest(OperationMessages.TestOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
setTestOpRequest(OperationMessages.TestOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpRequest testOpRequest = 16;
setTestOpResponse(OperationMessages.TestOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
setTestOpResponse(OperationMessages.TestOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.TestOpResponse testOpResponse = 13;
setTestScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the Test script FileName
setThrowOperationTimeoutException(boolean) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setThrowOperationTimeoutException(boolean) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setTimeout(Class<? extends APIOperation>, int) - Method in interface org.identityconnectors.framework.api.APIConfiguration
Sets the timeout value for the operation provided.
setTimeout(Class<? extends APIOperation>, int) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
Sets the timeout value for the operation provided.
setTimeoutMap(int, ConnectorObjects.TimeoutMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
setTimeoutMap(int, ConnectorObjects.TimeoutMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
repeated .org.forgerock.openicf.common.protobuf.TimeoutMapFieldEntry timeoutMap = 6;
setTimeoutMap(Map<Class<? extends APIOperation>, Integer>) - Method in class org.identityconnectors.framework.impl.api.APIConfigurationImpl
 
setTimeoutMatch(Object) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
setToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
setToken(CommonObjectMessages.SyncToken.Builder) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 1;
setToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
setToken(CommonObjectMessages.SyncToken.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
setToken(CommonObjectMessages.SyncToken) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
setToken(CommonObjectMessages.SyncToken.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
optional .org.forgerock.openicf.common.protobuf.SyncToken token = 2;
setToken(SyncToken) - Method in class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Sets the SyncToken of the object that changed.
setTolerance(int) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Sets the error tolerance, which is the number of non-fatal errors (per unit) that should be tolerated before compilation is aborted.
setTotalPagedResults(int) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional int32 totalPagedResults = 3;
setTotalPagedResultsPolicy(CommonObjectMessages.SearchResult.CountPolicy) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy totalPagedResultsPolicy = 2;
setTotalPagedResultsPolicy(SearchResult.CountPolicy) - Method in class org.identityconnectors.framework.common.objects.OperationOptionsBuilder
Sets the policy for calculating the total number of paged results.
setTotalPagedResultsPolicyValue(int) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
optional .org.forgerock.openicf.common.protobuf.SearchResult.CountPolicy totalPagedResultsPolicy = 2;
setTrim(Object) - Method in class org.forgerock.openicf.connectors.ssh.CommandLineBuilder
 
setTrustManagers(List<TrustManager>) - Method in class org.forgerock.openicf.framework.client.RemoteWSFrameworkConnectionInfo.Builder
 
setType(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string type = 8;
setType(SchemaMessages.AttributeInfo.AttributeType) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType type = 2;
setType(String) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional string type = 1;
setType(SchemaMessages.OperationOptionInfo.OperationOptionType) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional .org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType type = 2;
setType(Class<?>) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Please see FrameworkUtil.checkAttributeType(Class) for the definitive list of supported types.
setType(String) - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfoBuilder
Sets the specified type for the ObjectClassInfo object that is being built.
setType(Class<?>) - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfoBuilder
 
setType(Class<?>) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
 
setType(Attribute) - Method in class org.identityconnectors.ldap.ADGroupType
 
setType(String) - Method in class org.identityconnectors.ldap.ADGroupType
 
setTypeBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string type = 8;
setTypeBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
optional string type = 1;
setTypeValue(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeInfo.AttributeType type = 2;
setTypeValue(int) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
optional .org.forgerock.openicf.common.protobuf.OperationOptionInfo.OperationOptionType type = 2;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 5;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 8;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 2;
setUid(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
setUid(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uid = 1;
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.
setUidAttribute(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setUidValue(CommonObjectMessages.Uid) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
setUidValue(CommonObjectMessages.Uid.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional .org.forgerock.openicf.common.protobuf.Uid uidValue = 14;
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema.Builder
 
setUnknownFields(UnknownFieldSet) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry.Builder
 
setUnscaled(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
optional string unscaled = 1;
setUnscaledBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal.Builder
optional string unscaled = 1;
setUpdateable(boolean) - Method in class org.identityconnectors.framework.common.objects.AttributeInfoBuilder
Determines if this attribute writable during update.
setUpdateOpRequest(OperationMessages.UpdateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
setUpdateOpRequest(OperationMessages.UpdateOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateOpRequest = 17;
setUpdateOpResponse(OperationMessages.UpdateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
setUpdateOpResponse(OperationMessages.UpdateOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpResponse updateOpResponse = 14;
setUpdateRequest(OperationMessages.UpdateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
setUpdateRequest(OperationMessages.UpdateOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest updateRequest = 4;
setUpdateScriptFileName(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Set the Update script FileName
setUpdateType(OperationMessages.UpdateOpRequest.UpdateType) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType updateType = 3;
setUpdateTypeValue(int) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.Builder
optional .org.forgerock.openicf.common.protobuf.UpdateOpRequest.UpdateType updateType = 3;
setUriValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string uriValue = 8;
setUriValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string uriValue = 8;
setUriValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.Builder
optional string uriValue = 8;
setUriValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.Builder
optional string uriValue = 8;
setUseBlocks(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setUseDNSSRVRecord(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setUsePagedResultControl(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setUser(String) - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
setUser(String) - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
setUser(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
 
setUsername(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string username = 2;
setUsername(String) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string username = 2;
setUsername(String) - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
setUsername(String) - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
setUsernameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest.Builder
optional string username = 2;
setUsernameBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest.Builder
optional string username = 2;
setUseSSL(boolean) - Method in class org.identityconnectors.framework.server.ConnectorServer
Sets whether we should use ssl.
setUseTimestampsForSync(boolean) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setValidateOpRequest(OperationMessages.ValidateOpRequest) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
setValidateOpRequest(OperationMessages.ValidateOpRequest.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpRequest ValidateOpRequest = 18;
setValidateOpResponse(OperationMessages.ValidateOpResponse) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
setValidateOpResponse(OperationMessages.ValidateOpResponse.Builder) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse.Builder
optional .org.forgerock.openicf.common.protobuf.ValidateOpResponse validateOpResponse = 15;
setValidConnectionQuery(String) - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Connection validation query setter
setValue(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken.Builder
optional bytes value = 1;
setValue(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string value = 1;
setValue(int, ConnectorObjects.AttributeMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
setValue(int, ConnectorObjects.AttributeMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeMapFieldEntry value = 2;
setValue(int, ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(int, ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage.Builder
repeated .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(int, ConnectorObjects.StringMapFieldEntry) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
setValue(int, ConnectorObjects.StringMapFieldEntry.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.StringMapFieldEntry value = 2;
setValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string value = 9;
setValue(String) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
optional string value = 2;
setValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
setValue(ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 1;
setValue(int) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry.Builder
optional int32 value = 2;
setValue(ConnectorObjects.AttributeCollectionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
setValue(ConnectorObjects.AttributeCollectionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
setValue(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string value = 2;
setValue(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string value = 2;
setValue(ConnectorObjects.AttributeCollectionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
setValue(ConnectorObjects.AttributeCollectionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeCollectionValue value = 2;
setValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(ConnectorObjects.AttributeUnionValue) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(ConnectorObjects.AttributeUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter.Builder
optional .org.forgerock.openicf.common.protobuf.AttributeUnionValue value = 2;
setValue(String) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string value = 2;
setValue(String) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
optional string value = 2;
setValue(T2) - Method in class org.identityconnectors.common.Pair
setValue(Object) - Method in class org.identityconnectors.contract.data.groovy.Lazy
 
setValue(Object) - Method in interface org.identityconnectors.framework.api.ConfigurationProperty
Set the value of the property.
setValue(Object) - Method in class org.identityconnectors.framework.impl.api.ConfigurationPropertyImpl
Set the value of the property.
setValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid.Builder
optional string value = 1;
setValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty.Builder
optional string value = 9;
setValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry.Builder
optional string value = 2;
setValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter.Builder
optional string value = 2;
setValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter.Builder
optional string value = 2;
setValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter.Builder
optional string value = 2;
setValueBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry.Builder
optional string value = 2;
setValues(int, ConnectorObjects.OperationOptionUnionValue) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
setValues(int, ConnectorObjects.OperationOptionUnionValue.Builder) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry.Builder
repeated .org.forgerock.openicf.common.protobuf.OperationOptionUnionValue values = 2;
setVariant(String) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string variant = 3;
setVariantBytes(ByteString) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale.Builder
optional string variant = 3;
setVerbose(boolean) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Turns verbose operation on or off.
setVlvSortAttribute(String) - Method in class org.identityconnectors.ldap.LdapConfiguration
 
setWarningLevel(int) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Sets the warning level.
setWhere(FilterWhereBuilder) - Method in class org.identityconnectors.dbcommon.DatabaseQueryBuilder
set the where builder.
setXmlFilePath(File) - Method in class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
setXsdFilePath(File) - Method in class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
setXsdIcfFilePath(File) - Method in class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
SharedSecretPrincipal - Class in org.forgerock.openicf.framework.remote.security
 
SHORT_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributeInfos
Attribute that should hold a reasonable value to display for the value of an object.
SHORT_NAME - Static variable in class org.identityconnectors.framework.common.objects.PredefinedAttributes
Attribute that should hold a reasonable value for an application to display as a label for an object.
shutdown() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
shutdown() - Method in class org.identityconnectors.framework.impl.api.local.ObjectPool
Closes any idle objects in the pool.
shutdown() - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
Releases any allocated resources.
SimplePagedSearchStrategy - Class in org.identityconnectors.ldap.search
 
SimplePagedSearchStrategy(int) - Constructor for class org.identityconnectors.ldap.search.SimplePagedSearchStrategy
 
SimplePagedSearchStrategy(int, SortKey[]) - Constructor for class org.identityconnectors.ldap.search.SimplePagedSearchStrategy
 
SINGLE_QUOTE - Static variable in class org.identityconnectors.common.XmlUtil
 
SinglePrincipal(OperationMessageListener, ConcurrentMap<String, WebSocketConnectionGroup>) - Constructor for class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication.SinglePrincipal
 
SinglePrincipal(String, OperationMessageListener, ConnectorFramework, ConcurrentMap<String, WebSocketConnectionGroup>) - Constructor for class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator.SinglePrincipal
 
singleTenant - Variable in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketApplication
 
SingleValueAttributeFilter - Class in org.identityconnectors.framework.common.objects.filter
Get a single value out of the attribute to test w/.
size() - Method in class org.identityconnectors.ldap.AppendingAttributes
 
SLF4JLog - Class in org.forgerock.openicf.common.logging.slf4j
 
SLF4JLog() - Constructor for class org.forgerock.openicf.common.logging.slf4j.SLF4JLog
 
SMARTCARD_REQUIRED - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
SMARTCARD_REQUIRED_NAME - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
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
 
SORTKEY_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
SORTKEY = 15;
SORTKEYVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
spi2apis(Class<? extends SPIOperation>) - Static method in class org.identityconnectors.framework.common.FrameworkUtil
Converts a SPIOperation to an set of APIOperation.
SPIOperation - Interface in org.identityconnectors.framework.spi.operations
Tagging interface for the Connector SPI.
SQLParam - Class in org.identityconnectors.dbcommon
The SQL parameter / util class.
SQLParam(String, Object, int) - Constructor for class org.identityconnectors.dbcommon.SQLParam
The Sql param is a pair of value and its sqlType.
SQLParam(String, Object) - Constructor for class org.identityconnectors.dbcommon.SQLParam
The Sql param is a pair of value and its sqlType.
SQLUtil - Class in org.identityconnectors.dbcommon
The SQL helper/util class.
SRP_1024 - Static variable in class org.forgerock.openicf.framework.remote.SecurityUtil
 
SRP_1536 - Static variable in class org.forgerock.openicf.framework.remote.SecurityUtil
 
SRP_2048 - Static variable in class org.forgerock.openicf.framework.remote.SecurityUtil
 
SRP_3072 - Static variable in class org.forgerock.openicf.framework.remote.SecurityUtil
 
SRP_4096 - Static variable in class org.forgerock.openicf.framework.remote.SecurityUtil
 
SRP_6144 - Static variable in class org.forgerock.openicf.framework.remote.SecurityUtil
 
SRP_8192 - Static variable in class org.forgerock.openicf.framework.remote.SecurityUtil
 
SSHConfiguration - Class in org.forgerock.openicf.connectors.ssh
 
SSHConfiguration() - Constructor for class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
SSHConnection - Class in org.forgerock.openicf.connectors.ssh
Class to represent an SSH Connection
SSHConnection(SSHConfiguration) - Constructor for class org.forgerock.openicf.connectors.ssh.SSHConnection
 
SSHConnection.AuthN - Enum in org.forgerock.openicf.connectors.ssh
 
SSHConnector - Class in org.forgerock.openicf.connectors.ssh
Main implementation of the SSH Connector.
SSHConnector() - Constructor for class org.forgerock.openicf.connectors.ssh.SSHConnector
 
sslContext - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
STACKTRACE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
start(BundleContext) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.Activator
 
start(BundleContext) - Method in class org.forgerock.openicf.framework.osgi.internal.Activator
 
start() - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
start() - Method in class org.forgerock.openicf.framework.server.Main
 
start() - Method in class org.identityconnectors.framework.server.ConnectorServer
Starts the server.
start() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
 
start() - Method in class org.identityconnectors.framework.server.Main
 
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
 
STARTSWITHFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
StatefulConfiguration - Interface in org.identityconnectors.framework.spi
A Stateful Configuration interface extends the default Configuration and makes the framework keep the same instance.
StaticNativeSchema - Class in org.identityconnectors.ldap
A static pre-made definition of the native schema.
StaticNativeSchema() - Constructor for class org.identityconnectors.ldap.StaticNativeSchema
 
Statistic() - Constructor for class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager.Statistic
 
status(int) - Method in class org.forgerock.openicf.connectors.ssh.E4JWrapper
 
stop(BundleContext) - Method in class org.forgerock.openicf.framework.impl.api.osgi.internal.Activator
 
stop(BundleContext) - Method in class org.forgerock.openicf.framework.osgi.internal.Activator
 
stop() - Method in class org.forgerock.openicf.framework.server.ConnectorServer
 
stop(String[]) - Static method in class org.forgerock.openicf.framework.server.Main
 
stop() - Method in class org.forgerock.openicf.framework.server.Main
 
stop() - Method in class org.identityconnectors.framework.server.ConnectorServer
Stops the server gracefully.
stop() - Method in class org.identityconnectors.framework.server.impl.ConnectorServerImpl
 
stop(String[]) - Static method in class org.identityconnectors.framework.server.Main
 
stop() - Method in class org.identityconnectors.framework.server.Main
 
storePropertiesFile(File, Properties) - Static method in class org.identityconnectors.common.IOUtil
Stores the given file as a Properties file.
StreamHandlerUtil - Class in org.identityconnectors.framework.impl.api
 
StreamHandlerUtil() - Constructor for class org.identityconnectors.framework.impl.api.StreamHandlerUtil
 
StreamingJsonSlurper - Class in org.forgerock.openicf.connectors.scriptedcrest
JSON slurper which parses text or reader content into a data structure of lists and maps.
StreamingJsonSlurper() - Constructor for class org.forgerock.openicf.connectors.scriptedcrest.StreamingJsonSlurper
 
STRING - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
string2Boolean(String) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Convert String to boolean.
string2Date(String) - Static method in class org.identityconnectors.dbcommon.SQLUtil
String to Date.
string2Time(String) - Static method in class org.identityconnectors.dbcommon.SQLUtil
String to Time.
string2Timestamp(String) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Convert string to Timestamp.
STRING_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
STRING = 0;
STRING_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
STRING = 0;
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..
StringStrategy - Class in org.identityconnectors.databasetable.mapping
The SQL get/set strategy class implementation All types expected to be String is write as a string and the conversion is left on database driver
StringStrategy(MappingStrategy) - Constructor for class org.identityconnectors.databasetable.mapping.StringStrategy
The SQL get/set strategy class implementation write as a string all types mapped as a String.
StringUtil - Class in org.identityconnectors.common
String Utilities.
STRINGVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
STRINGVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
STRINGVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
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.
SUBFILTER_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
SUBFILTERS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
SUBFILTERS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
submitRequest(AbstractRemoteOperationRequestFactory<V, R>) - Method in class org.forgerock.openicf.framework.async.impl.AbstractAPIOperation
 
submitRequestCancel(long) - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
subscribe(ObjectClass, Filter, Observer<ConnectorObject>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.ConnectorEventSubscriptionApiOpImpl
 
subscribe(ObjectClass, SyncToken, Observer<SyncDelta>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.SyncEventSubscriptionApiOpImpl
 
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 class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
subscribe(ObjectClass, SyncToken, Observer<SyncDelta>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Create a subscription to a given sync topic.
subscribe(ObjectClass, Filter, Observer<ConnectorObject>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.SubscriptionImpl
 
subscribe(ObjectClass, SyncToken, Observer<SyncDelta>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.SubscriptionImpl
 
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.
SubscriptionImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
SubscriptionImpl(ConnectorOperationalContext, Connector, LocalConnectorFacadeImpl.ReferenceCounter) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SubscriptionImpl
Creates the API operation so it can called multiple times.
SubscriptionImpl.BatchApiOpImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
SubscriptionImpl.ConnectorEventSubscriptionApiOpImp - Class in org.identityconnectors.framework.impl.api.local.operations
 
SubscriptionImpl.SyncEventSubscriptionApiOpImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
successors - Variable in class org.identityconnectors.contract.data.groovy.Lazy
 
SunDSChangeLogSyncStrategy - Class in org.identityconnectors.ldap.sync.sunds
An implementation of the sync operation based on the retro change log plugin of Sun Directory Server.
SunDSChangeLogSyncStrategy(LdapConnection, ObjectClass) - Constructor for class org.identityconnectors.ldap.sync.sunds.SunDSChangeLogSyncStrategy
 
SUPPORTEDOBJECTCLASSESBYOPERATION_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
SUPPORTEDOPERATIONS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
SUPPORTEDOPTIONSBYOPERATION_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
supportMutualAuth - Variable in class org.forgerock.openicf.framework.server.grizzly.OpenICFWebSocketFilter
 
supports(Object) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFListenerImpl
 
supports(EventDriver) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketSessionFactory
 
supportsControl(String) - Method in class org.identityconnectors.ldap.LdapConnection
Returns true if the control with the given OID is supported by the server.
SYNC - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Request synchronization events--i.e., native changes to target objects.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.SyncAsyncApiOpImpl
 
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
sync(ConnectorFacade, ObjectClass, SyncToken, OperationOptions) - Static method in class org.identityconnectors.contract.test.ConnectorHelper
Performs sync on connector facade.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Request synchronization events--i.e., native changes to target objects.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.SyncApiOp
Request synchronization events--i.e., native changes to target objects.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Request synchronization events--i.e., native changes to target objects.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.SyncImpl
 
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.SyncOp
Request synchronization events--i.e., native changes to target objects.
sync(ObjectClass, SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
sync(SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.ldap.sync.activedirectory.ActiveDirectoryChangeLogSyncStrategy
 
sync(SyncToken, SyncResultsHandler, OperationOptions) - Method in interface org.identityconnectors.ldap.sync.LdapSyncStrategy
 
sync(SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.ldap.sync.sunds.SunDSChangeLogSyncStrategy
 
sync(SyncToken, SyncResultsHandler, OperationOptions) - Method in class org.identityconnectors.ldap.sync.timestamps.TimestampsSyncStrategy
 
SYNC_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
SYNC_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
SyncApiOp - Interface in org.identityconnectors.framework.api.operations
Poll for synchronization events--i.e., native changes to target objects.
SYNCAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
SYNCAPIOP = 10;
SyncApiOpTests - Class in org.identityconnectors.contract.test
Contract test of SyncApiOp
SyncApiOpTests() - Constructor for class org.identityconnectors.contract.test.SyncApiOpTests
 
SyncAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
SyncAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.SyncAsyncApiOpImpl
 
SyncDelta - Class in org.identityconnectors.framework.common.objects
Represents a change to an object in a resource.
SYNCDELTA_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
SYNCDELTA_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
SyncDeltaBuilder - Class in org.identityconnectors.framework.common.objects
Builder for SyncDelta.
SyncDeltaBuilder() - Constructor for class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Create a new SyncDeltaBuilder
SyncDeltaBuilder(SyncDelta) - Constructor for class org.identityconnectors.framework.common.objects.SyncDeltaBuilder
Creates a new SyncDeltaBuilder whose values are initialized to those of the delta.
SyncDeltaDelegate - Class in org.forgerock.openicf.misc.scriptedcommon
 
SyncDeltaDelegate(SyncDeltaBuilder) - Constructor for class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
SyncDeltaType - Enum in org.identityconnectors.framework.common.objects
The type of change.
SyncEventSubscriptionApiOp - Interface in org.identityconnectors.framework.api.operations
 
SyncEventSubscriptionApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
SyncEventSubscriptionApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.SyncEventSubscriptionApiOpImpl
 
SyncEventSubscriptionApiOpImpl(ConnectorOperationalContext, Connector, LocalConnectorFacadeImpl.ReferenceCounter) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SubscriptionImpl.SyncEventSubscriptionApiOpImpl
Creates the API operation so it can called multiple times.
SyncEventSubscriptionOp - Interface in org.identityconnectors.framework.spi.operations
ASyncEventSubscriptionOp.
SYNCEVENTSUBSCRIPTIONOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
SYNCEVENTSUBSCRIPTIONOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
SyncImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
SyncImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.SyncImpl
 
SyncImpl.AttributesToGetSyncResultsHandler - Class in org.identityconnectors.framework.impl.api.local.operations
Simple handler to reduce the attributes to only the set of attribute to get.
SyncOp - Interface in org.identityconnectors.framework.spi.operations
Poll for synchronization events--i.e., native changes to target objects.
SYNCOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
SYNCOP = 9;
SYNCOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
SYNCOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
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(SyncToken) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
syncToken(Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
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
SYNCTOKEN_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
SYNCTOKEN_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
SyncTokenResultsHandler - Interface in org.identityconnectors.framework.spi
A SyncTokenResultsHandler is a Callback interface that an application implements in order to handle results from SyncApiOp in a stream-processing fashion.

T

TASKID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
TASKID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
TASKS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
TEST - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
test() - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
test() - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Tests the Configuration with the connector.
test() - Method in class org.forgerock.openicf.framework.async.impl.TestAsyncApiOpImpl
 
test() - Method in interface org.forgerock.openicf.misc.scriptedcommon.ScriptedConnection
If internal connection is not usable, throw IllegalStateException.
test() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
test() - Method in class org.identityconnectors.databasetable.DatabaseTableConnection
Determines if the underlying JDBC Connection is valid.
test() - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Test the configuration and connection Tests the Configuration with the connector.
test() - Method in class org.identityconnectors.dbcommon.DatabaseConnection
Determines if the underlying JDBC Connection is valid.
test() - Method in interface org.identityconnectors.framework.api.operations.TestApiOp
Tests the Configuration with the connector.
test() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Tests the Configuration with the connector.
test() - Method in class org.identityconnectors.framework.impl.api.local.operations.TestImpl
Tests the Configuration with the connector.
test() - Method in interface org.identityconnectors.framework.spi.operations.TestOp
Tests the Configuration with the connector.
test() - Method in class org.identityconnectors.ldap.LdapConnection
 
test() - Method in class org.identityconnectors.ldap.LdapConnector
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.AttributeTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.AuthenticationApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.CreateApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.DeleteApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.GetApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.MultiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.SchemaApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.SearchApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.SyncApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.TestApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.UpdateApiOpTests
 
TEST_NAME - Static variable in class org.identityconnectors.contract.test.ValidateApiOpTests
 
TestApiOp - Interface in org.identityconnectors.framework.api.operations
Tests the configuration with the connector.
TESTAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
TESTAPIOP = 11;
TestApiOpTests - Class in org.identityconnectors.contract.test
Contract test of TestApiOp.
TestApiOpTests() - Constructor for class org.identityconnectors.contract.test.TestApiOpTests
 
testAsync() - Method in class org.forgerock.openicf.framework.async.impl.TestAsyncApiOpImpl
 
testAsync() - Method in interface org.forgerock.openicf.framework.async.TestAsyncApiOp
Tests the Configuration with the connector.
testAsync() - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
TestAsyncApiOp - Interface in org.forgerock.openicf.framework.async
TestAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
TestAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.TestAsyncApiOpImpl
 
testCaseInsensitiveSearch(ObjectClass) - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Test case insensitive search for UID attribute.
testContract(ObjectClass) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
Main contract test entry point, it calls ObjectClassRunner.testRun(ObjectClass) method in configured number of iterations, runs the iteration only if the operation is supported by the connector
testCreateFailUnsupportedAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Tests create method with invalid Attribute, RuntimeException is expected connector developers can set the value of unsupported attribute using test property: testsuite.Create.unsupportedAttributeName
testCreateWithSameAttributes(ObjectClass) - Method in class org.identityconnectors.contract.test.CreateApiOpTests
Tests create twice with the same attributes.
testDeleteThrowUnknownUid(ObjectClass) - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
Tests that delete throws UnknownUidException when object is deleted for the second time.
testDisableDateOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests DISABLE_DATE attribute contract
testEnableDateOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests ENABLE_DATE attribute contract
testEnableOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests ENABLE attribute contract
testGroupsPredAttribute() - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests GROUPS attribute contract
TestHelpers - Class in org.identityconnectors.test.common
Bag of utility methods useful to connector tests.
TestHelpersImpl - Class in org.identityconnectors.framework.impl.test
 
TestHelpersImpl() - Constructor for class org.identityconnectors.framework.impl.test.TestHelpersImpl
 
TestHelpersSpi - Interface in org.identityconnectors.test.common.spi
Private use only, do not implement!
TestImpl - Class in org.identityconnectors.framework.impl.api.local.operations
Provides a method for the API to call the SPI's test method on the connector.
TestImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.TestImpl
 
testLatestSyncToken(ObjectClass) - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Tests that SyncApiOp.getLatestSyncToken(ObjectClass) returns really the latest sync token which is available.
testLockOutOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests LOCK_OUT attribute contract
testNamePresent() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Tests that every object class contains Name among its attributes.
testNegative(ObjectClass) - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
testNonReadable(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
Non readable attributes should _not_ be returned by default API operations for acquiring attributes: GetApiOp
testNonUpdateable(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
Update of non-updateable attribute is not acceptable.
testObject(T) - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
Tests the borrowed object.
TestOp - Interface in org.identityconnectors.framework.spi.operations
Tests the connector Configuration.
TESTOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
TESTOP = 10;
testOpEnable(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that disabled user cannot authenticate.
testOpPasswordExpirationDate(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that PasswordExpiredException is thrown in case PasswordExpirationDate is set to today.
testOpPasswordExpired(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that PasswordExpiredException is thrown in case PasswordExpired is updated to true.
TESTOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
TESTOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
testOpSupportedByAllOClasses() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Test ensures that following operations are supported by all object classes when supported at all: ScriptOnConnectorApiOp, ScriptOnResourceApiOp, TestApiOp, ValidateApiOp.
testPasswordBeforePasswordExpired(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
Tests that connector respects order of PASSWORD and PASSWORD_EXPIRED attributes during update.
testPasswordChangeIntervalPredAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests PASSWORD_CHANGE_INTERVAL attribute contract
testPasswordExpirationDateOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests PASSWORD_EXPIRATION_DATE attribute contract
testPasswordExpiredOpAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Tests PASSWORD_EXPIRED attribute contract
testPositive(ObjectClass) - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
testPropertiesType() - Method in class org.identityconnectors.contract.test.ConfigurationTests
Unit test for checking if the Configuration property type is supported
testRequirableIsCreatable(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
Required attributes must be creatable.
testReturnedByDefault(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
Not returned by default attributes should not be returned, unless specified in attributesToGet (OperationOptions) API operations for acquiring attributes: GetApiOp SearchApiOp SyncApiOp
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.AttributeTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.AuthenticationApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.CreateApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.DeleteApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.GetApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.MultiOpTests
Scenario test - test positive cases.
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.ObjectClassRunner
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.ResolveUsernameApiOpTests
 
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.SearchApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.SyncApiOpTests
This method will be called configured number of times
testRun(ObjectClass) - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
This method will be called configured number of times
testRunScript() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Tests running a script with correct values from property file.
testRunScript() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Tests running a script with correct values from property file.
testRunScriptFailEmptyScriptText() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Tests running a script with empty script text.
testRunScriptFailEmptyScriptText() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Tests running a script with empty script text.
testRunScriptFailUnknownLanguage() - Method in class org.identityconnectors.contract.test.ScriptOnConnectorApiOpTests
Tests running a script with unknown language.
testRunScriptFailUnknownLanguage() - Method in class org.identityconnectors.contract.test.ScriptOnResourceApiOpTests
Tests running a script with unknown language.
testSchemaExpected() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Tests that returned schema by connector is the same as expected schema to be returned.
testSearchWithoutAttrsToGet(ObjectClass) - Method in class org.identityconnectors.contract.test.SearchApiOpTests
Test Search without specified OperationOptions attrsToGet which is the default for all other tests.
TESTSUITE - Static variable in class org.identityconnectors.contract.test.ContractTestBase
Name of the ConfigObject
testSyncWithoutAttrsToGet(ObjectClass) - Method in class org.identityconnectors.contract.test.SyncApiOpTests
Test Sync without attrsToGet.
testTestFail() - Method in class org.identityconnectors.contract.test.TestApiOpTests
Tests test() with configuration that should NOT be correct.
testUidNotPresent() - Method in class org.identityconnectors.contract.test.SchemaApiOpTests
Tests that the schema doesn't contain Uid
testUpdateFailUnsupportedAttribute(ObjectClass) - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
Tests update method with invalid Attribute, RuntimeException is expected connector developers can set the value of unsupported attribute using test property: testsuite.Create.unsupportedAttributeName
testUpdateToNull(ObjectClass) - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
The test verifies that connector doesn't throw NullPointerException or some other unexpected behavior when passed null as attribute value.
testUpdateToSameAttributes(ObjectClass) - Method in class org.identityconnectors.contract.test.UpdateApiOpTests
Tests create of two different objects and then update one to the same attributes as the second.
testValidateFail(Object) - Method in class org.identityconnectors.contract.test.ValidateApiOpTests
Tests validate() with configuration that should NOT be correct.
ThreadClassLoaderManager - Class in org.identityconnectors.framework.impl.api.local
Provides a for managing the thread-local class loader
ThreadClassLoaderManagerProxy - Class in org.identityconnectors.framework.impl.api.local.operations
Proxy that handles setting up the thread-local classloader as well as restoring it for any callback arguments.
ThreadClassLoaderManagerProxy(ClassLoader, Object) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy
 
time2String(Time) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Time to String format.
TIMEOUTMAP_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
timestamp2String(Timestamp) - Static method in class org.identityconnectors.dbcommon.SQLUtil
Convert timestamp to string.
TimestampsSyncStrategy - Class in org.identityconnectors.ldap.sync.timestamps
An implementation of the sync operation based on the generic timestamps attribute present in any LDAP directory.
TimestampsSyncStrategy(LdapConnection, ObjectClass) - Constructor for class org.identityconnectors.ldap.sync.timestamps.TimestampsSyncStrategy
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
toBuilder() - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
TOKEN - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
TOKEN_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
TOKEN_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
TOKEN_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
ToListResultsHandler - Class in org.identityconnectors.test.common
A ResultsHandler which stores all connector objects into a list retrievable with ToListResultsHandler.getObjects().
ToListResultsHandler() - Constructor for class org.identityconnectors.test.common.ToListResultsHandler
 
toMap(Collection<? extends AttributeInfo>) - Static method in class org.identityconnectors.framework.common.objects.AttributeInfoUtil
Transform a Collection of AttributeInfo instances into a Map.
toMap(Collection<? extends Attribute>) - Static method in class org.identityconnectors.framework.common.objects.AttributeUtil
Transform a Collection of Attribute instances into a Map.
toPrettyString(Object) - Method in class org.identityconnectors.common.PrettyStringBuilder
Returns pretty value from object value.
toProperties(String) - Static method in class org.identityconnectors.common.StringUtil
Returns a properties object w/ the key/value pairs parsed from the string passed in.
toRemote() - Method in class org.identityconnectors.framework.impl.api.local.LocalConnectorInfoImpl
 
toString() - Method in class org.forgerock.openicf.connectors.xml.query.QueryBuilder
 
toString() - Method in class org.forgerock.openicf.framework.remote.security.SharedSecretPrincipal
 
toString() - Method in class org.identityconnectors.common.EqualsHashCodeBuilder
Show the contents that make up the key.
toString() - Method in class org.identityconnectors.common.GUID
Get the string version of the VMID.
toString() - Method in class org.identityconnectors.common.Pair
toString() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
toString(Object) - Method in class org.identityconnectors.common.PrettyStringBuilder
Returns pretty string representation of the object.
toString() - Method in class org.identityconnectors.common.script.Script
 
toString() - Method in class org.identityconnectors.common.Version
 
toString() - Method in class org.identityconnectors.common.VersionRange
 
toString() - Method in class org.identityconnectors.dbcommon.SQLParam
 
toString() - Method in class org.identityconnectors.framework.api.ConnectorKey
 
toString() - Method in class org.identityconnectors.framework.api.RemoteFrameworkConnectionInfo
toString() - Method in class org.identityconnectors.framework.api.ResultsHandlerConfiguration
 
toString() - Method in class org.identityconnectors.framework.common.objects.Attribute
 
toString() - Method in class org.identityconnectors.framework.common.objects.AttributeInfo
 
toString() - Method in class org.identityconnectors.framework.common.objects.ConnectorObject
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.AndFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.ContainsFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EndsWithFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.EqualsFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.GreaterThanOrEqualFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.LessThanFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.LessThanOrEqualFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.NotFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.OrFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.filter.StartsWithFilter
 
toString() - Method in class org.identityconnectors.framework.common.objects.ObjectClass
 
toString() - Method in class org.identityconnectors.framework.common.objects.ObjectClassInfo
 
toString() - Method in class org.identityconnectors.framework.common.objects.OperationOptionInfo
 
toString() - Method in class org.identityconnectors.framework.common.objects.OperationOptions
Add basic debugging of internal data.
toString() - Method in class org.identityconnectors.framework.common.objects.QualifiedUid
Returns a string representation acceptible for debugging.
toString() - Method in class org.identityconnectors.framework.common.objects.Schema
toString() - Method in class org.identityconnectors.framework.common.objects.ScriptContext
 
toString() - Method in class org.identityconnectors.framework.common.objects.SortKey
Returns the string representation of this sort key.
toString() - Method in class org.identityconnectors.framework.common.objects.SyncDelta
 
toString() - Method in class org.identityconnectors.framework.common.objects.SyncToken
 
toString() - Method in class org.identityconnectors.ldap.GroupHelper.GroupMembership
 
toString() - Method in class org.identityconnectors.ldap.LdapConnection.AuthenticationResult
 
toString() - Method in class org.identityconnectors.ldap.search.LdapFilter
 
toString() - Method in class org.identityconnectors.ldap.sync.sunds.LdifParser.ChangeSeparator
 
toString() - Method in class org.identityconnectors.ldap.sync.sunds.LdifParser.NameValue
 
toString() - Method in class org.identityconnectors.ldap.sync.sunds.LdifParser.Separator
 
toString() - Method in class org.identityconnectors.test.common.PropertyBag
 
TOTALPAGEDRESULTS_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
TOTALPAGEDRESULTSPOLICY_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
touch() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager.Statistic
 
translate(Filter) - Method in class org.identityconnectors.framework.common.objects.filter.AbstractFilterTranslator
Main method to be called to translate a filter
translate(Filter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterTranslator
 
translateName(String) - Method in interface org.forgerock.openicf.misc.crest.VisitorParameter
Translates the attribute name from ICF to JSON.
tryAcquireConnectionPermit() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
tryCancel() - Method in class org.forgerock.openicf.common.rpc.LocalRequest
 
tryCancel() - Method in class org.forgerock.openicf.framework.remote.rpc.LocalOperationProcessor
 
tryCancelRemote(P, long) - Method in class org.forgerock.openicf.common.rpc.RemoteRequest
 
tryCancelRemote(RemoteOperationContext, long) - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
tryClose() - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionHolder
 
tryExecuteBatch(List<BatchTask>, Observer<BatchResult>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.BatchApiOpImpl
 
tryHandleError(E) - Method in class org.forgerock.openicf.common.rpc.LocalRequest
 
tryHandleError(RuntimeException) - Method in class org.forgerock.openicf.framework.remote.rpc.LocalOperationProcessor
 
tryHandleResult(V) - Method in class org.forgerock.openicf.common.rpc.LocalRequest
 
tryHandleResult(V) - Method in class org.forgerock.openicf.framework.remote.rpc.LocalOperationProcessor
 
tryQueryBatch(BatchToken, Observer<BatchResult>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.BatchApiOpImpl
 
tryReleaseConnectionPermit() - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
trySendBytes(byte[]) - Method in class org.forgerock.openicf.framework.remote.rpc.LocalOperationProcessor
 
trySendBytes(byte[]) - Method in class org.forgerock.openicf.framework.remote.rpc.RemoteOperationRequest
 
trySendMessage(Function<H, V, Exception>) - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
trySendMessage(M) - Method in class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
trySubmitRequest(RemoteRequestFactory<R, V, E, G, H, P>) - Method in class org.forgerock.openicf.common.rpc.AbstractLoadBalancingAlgorithm
trySubmitRequest(int, RemoteRequestFactory<R, V, E, G, H, P>) - Method in class org.forgerock.openicf.common.rpc.AbstractLoadBalancingAlgorithm
 
trySubmitRequest(RemoteRequestFactory<R, V, E, G, H, P>) - Method in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
trySubmitRequest(RemoteRequestFactory<R, V, E, G, H, P>) - Method in interface org.forgerock.openicf.common.rpc.RequestDistributor
 
trySubmitRequest(RemoteRequestFactory<R, V, E, WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>) - Method in class org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager
 
trySubmitRequest(RemoteRequestFactory<R, V, E, WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>) - Method in class org.forgerock.openicf.framework.remote.ConnectionPrincipal
 
trySubscribe(ObjectClass, Filter, Observer<ConnectorObject>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.ConnectorEventSubscriptionApiOpImpl
 
trySubscribe(ObjectClass, SyncToken, Observer<SyncDelta>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.SyncEventSubscriptionApiOpImpl
 
TstCommon - Class in org.identityconnectors.testcommon
 
TstCommon() - Constructor for class org.identityconnectors.testcommon.TstCommon
 
type() - Method in class org.forgerock.openicf.framework.client.ConnectionManager.GracefulCloseEvent
 
type(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ObjectClassDelegate
 
type(Class<?>) - Method in class org.forgerock.openicf.misc.scriptedcommon.OperationOptionDelegate
 
TYPE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
TYPE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
TYPE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
TYPE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
TYPE_SECURITY - Static variable in class org.identityconnectors.ldap.ADGroupType
Specifies a security group.

U

uid(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
uid(Uid) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
uid(String, String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ConnectorObjectDelegate
 
UID - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
Uid - Class in org.identityconnectors.framework.common.objects
A single-valued attribute that represents the unique identifier of an object within the name-space of the target resource.
Uid(String) - Constructor for class org.identityconnectors.framework.common.objects.Uid
 
Uid(String, String) - Constructor for class org.identityconnectors.framework.common.objects.Uid
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
UID_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
UID_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
UID = 13;
UIDVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
unauthorized(ServletUpgradeResponse, String) - Method in class org.forgerock.openicf.framework.server.jetty.OpenICFWebSocketCreator
 
ungetService(Bundle, ServiceRegistration<ConnectorFrameworkFactory>, ConnectorFrameworkFactory) - Method in class org.forgerock.openicf.framework.osgi.internal.ConnectorFrameworkServiceFactory
 
union(Collection<T>, Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Returns the union of two Collections as an unmodifiable set.
unique(Collection<T>) - Static method in class org.identityconnectors.common.CollectionUtil
Use HashSet to create a unique Collection based on the one passed in.
UNIVERSAL - Static variable in class org.identityconnectors.ldap.ADGroupType
 
unjar(JarFile, File) - Static method in class org.identityconnectors.common.IOUtil
Unjars the given file to the given directory.
UNKNOWN_OBJCLASS - Static variable in class org.identityconnectors.ldap.LdapUtil
 
UNKNOWN_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
UNKNOWN = 0;
UNKNOWNAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
UNKNOWNAPIOP = 0;
UNKNOWNOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
UNKNOWNOP = 0;
UnknownUidException - Exception in org.identityconnectors.framework.common.exceptions
Thrown when a Uid that is specified as input to a connector operation identifies no object on the target resource.
UnknownUidException() - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(Uid, ObjectClass) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(String) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UnknownUidException(String, Throwable) - Constructor for exception org.identityconnectors.framework.common.exceptions.UnknownUidException
 
UNSCALED_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
update(ObjectClass, Uid, Set<Attribute>) - Method in class org.forgerock.openicf.connectors.xml.ConcurrentXMLHandler
 
UPDATE - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.connectors.xml.XMLConnector
 
update(ObjectClass, Uid, Set<Attribute>) - Method in interface org.forgerock.openicf.connectors.xml.XMLHandler
 
update(ObjectClass, Uid, Set<Attribute>) - Method in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.csvfile.CSVFileConnector
Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.UpdateAsyncApiOpImpl
 
update(Context, UpdateRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
UPDATE() - Method in class org.forgerock.openicf.misc.scriptedcommon.SyncDeltaDelegate
 
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.databasetable.DatabaseTableConnector
Update the database row with the data provided.
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.api.operations.UpdateApiOp
Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
 
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.identityconnectors.framework.spi.operations.UpdateOp
Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
update(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.identityconnectors.ldap.LdapConnector
 
update(Set<Attribute>) - Method in class org.identityconnectors.ldap.modify.LdapUpdate
 
UPDATE_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
UPDATE = 3;
UpdateApiOp - Interface in org.identityconnectors.framework.api.operations
Updates a ConnectorObject.
UPDATEAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
UPDATEAPIOP = 12;
UpdateApiOpTests - Class in org.identityconnectors.contract.test
Contract test of UpdateApiOp
UpdateApiOpTests() - Constructor for class org.identityconnectors.contract.test.UpdateApiOpTests
 
updateAsync(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.async.impl.UpdateAsyncApiOpImpl
 
updateAsync(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in interface org.forgerock.openicf.framework.async.UpdateAsyncApiOp
Update the object specified by the ObjectClass and Uid, replacing the current values of each attribute with the values provided.
updateAsync(ObjectClass, Uid, Set<Attribute>, OperationOptions) - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
updateAsync(Context, UpdateRequest) - Method in class org.forgerock.openicf.misc.crest.AbstractRemoteConnection
 
UpdateAsyncApiOp - Interface in org.forgerock.openicf.framework.async
UpdateAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
UpdateAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.UpdateAsyncApiOpImpl
 
UPDATEATTRIBUTEVALUES - Static variable in class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
UpdateAttributeValuesOp - Interface in org.identityconnectors.framework.spi.operations
More advanced implementation of UpdateOp to be implemented by connectors that wish to offer better performance and atomicity semantics for the methods UpdateApiOp.addAttributeValues(ObjectClass, Uid, Set, OperationOptions) and UpdateApiOp.removeAttributeValues(ObjectClass, Uid, Set, OperationOptions) .
UPDATEATTRIBUTEVALUESOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
UPDATEATTRIBUTEVALUESOP = 11;
UpdateBatchTask - Class in org.identityconnectors.framework.api.operations.batch
 
UpdateBatchTask(ObjectClass, Uid, Set<Attribute>, OperationOptions, UpdateType) - Constructor for class org.identityconnectors.framework.api.operations.batch.UpdateBatchTask
UpdateImpl - Class in org.identityconnectors.framework.impl.api.local.operations
Handles both version of update this include simple replace and the advance update.
UpdateImpl(ConnectorOperationalContext, Connector) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
Determines which type of update a connector supports and then uses that handler.
UpdateOp - Interface in org.identityconnectors.framework.spi.operations
The developer of a Connector should implement either this interface or the UpdateAttributeValuesOp interface if the Connector will allow an authorized caller to update (i.e., modify or replace) objects on the target resource.
UPDATEOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
UPDATEOP = 12;
UPDATEOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
UPDATEOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
UPDATEREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
UpdateSetBuilder - Class in org.identityconnectors.dbcommon
The update set builder create the database update statement.
UpdateSetBuilder() - Constructor for class org.identityconnectors.dbcommon.UpdateSetBuilder
 
UpdateType - Enum in org.identityconnectors.framework.api.operations.batch
 
UPDATETYPE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
UPPER_HEX_ARRAY - Static variable in class org.identityconnectors.common.security.SecurityUtil
 
URI_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
URI = 7;
URIVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
URIVALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
USER_AGENT - Static variable in class org.forgerock.openicf.framework.client.ConnectionManager
 
useRelativeURIsWithConnectProxies - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
USERNAME - Static variable in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConnectorBase
 
USERNAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
USERNAME_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
UTF8 - Static variable in class org.identityconnectors.common.IOUtil
 

V

validate() - Method in class org.forgerock.openicf.connectors.kerberos.KerberosConfiguration
 
validate() - Method in class org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration
 
validate() - Method in class org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration
 
validate() - Method in class org.forgerock.openicf.connectors.scriptedsql.ScriptedSQLConfiguration
 
validate() - Method in class org.forgerock.openicf.connectors.ssh.SSHConfiguration
 
validate() - Method in class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
validate() - Method in class org.forgerock.openicf.csvfile.CSVFileConfiguration
Determines if the configuration is valid.
validate() - Method in class org.forgerock.openicf.framework.async.impl.ValidateAsyncApiOpImpl
 
validate() - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
Determines if the configuration is valid.
validate() - Method in class org.identityconnectors.common.pooling.ObjectPoolConfiguration
 
validate() - Method in class org.identityconnectors.databasetable.DatabaseTableConfiguration
Attempt to validate the arguments added to the Configuration.
validate() - Method in interface org.identityconnectors.framework.api.operations.ValidateApiOp
Validates the configuration.
validate() - Method in class org.identityconnectors.framework.impl.api.AbstractConnectorFacade
Validates the configuration.
validate(ObjectPoolConfiguration) - Method in interface org.identityconnectors.framework.impl.api.local.ObjectPoolHandler
Validates, copies and updates the original ObjectPoolConfiguration.
validate() - Method in class org.identityconnectors.framework.impl.api.local.operations.ValidateImpl
Validates the configuration.
validate() - Method in interface org.identityconnectors.framework.spi.Configuration
Determines if the configuration is valid.
validate() - Method in class org.identityconnectors.ldap.LdapConfiguration
Determines if the configuration is valid.
ValidateApiOp - Interface in org.identityconnectors.framework.api.operations
Validates the configuration.
VALIDATEAPIOP_VALUE - Static variable in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
VALIDATEAPIOP = 13;
ValidateApiOpTests - Class in org.identityconnectors.contract.test
Contract test of ValidateApiOp operation.
ValidateApiOpTests() - Constructor for class org.identityconnectors.contract.test.ValidateApiOpTests
 
validateAsync() - Method in class org.forgerock.openicf.framework.async.impl.ValidateAsyncApiOpImpl
 
validateAsync() - Method in interface org.forgerock.openicf.framework.async.ValidateAsyncApiOp
Validates the configuration.
validateAsync() - Method in class org.forgerock.openicf.framework.remote.RemoteAsyncConnectorFacade
 
ValidateAsyncApiOp - Interface in org.forgerock.openicf.framework.async
ValidateAsyncApiOpImpl - Class in org.forgerock.openicf.framework.async.impl
 
ValidateAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup, WebSocketConnectionHolder, RemoteOperationContext>, ConnectorKey, Function<RemoteOperationContext, ByteString, RuntimeException>, long) - Constructor for class org.forgerock.openicf.framework.async.impl.ValidateAsyncApiOpImpl
 
ValidateImpl - Class in org.identityconnectors.framework.impl.api.local.operations
 
ValidateImpl(OperationalContext) - Constructor for class org.identityconnectors.framework.impl.api.local.operations.ValidateImpl
 
validateInput(ObjectClass, Uid, Set<Attribute>, boolean) - Static method in class org.identityconnectors.framework.impl.api.local.operations.UpdateImpl
Makes things easier if you can trust the input.
VALIDATEOPREQUEST_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
VALIDATEOPRESPONSE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
validateScript(String) - Method in class org.forgerock.openicf.misc.scriptedcommon.ScriptedConfiguration
 
validateSearchAttribute(Attribute) - Method in class org.identityconnectors.dbcommon.DatabaseFilterTranslator
Validate the attribute to supported search types.
value(Object) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
value - Variable in class org.identityconnectors.contract.data.groovy.Lazy
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
VALUE_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.ValueCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.ValueCase
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.PayloadCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.PayloadCase
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.PayloadCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.PayloadCase
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.PayloadCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.PayloadCase
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.FilterCase
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.FilterCase
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
 
valueOf(String) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
valueOf(Descriptors.EnumValueDescriptor) - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
 
valueOf(String) - Static method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openicf.connectors.ssh.SSHConnection.AuthN
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openicf.connectors.xml.util.ElementIdentifierFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openicf.connectors.xml.util.NamespaceLookupUtil
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager.Statistic.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.openicf.misc.scriptedcommon.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.common.logging.Log.Level
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.api.operations.batch.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.common.objects.AttributeInfo.Flags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor.FilterResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.framework.common.objects.SyncDeltaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.ldap.LdapConnection.AuthenticationResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.identityconnectors.ldap.LdapConstants.ServerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult.CountPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta.SyncDeltaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.APIOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry.ValueCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue.PayloadCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue.PayloadCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue.PayloadCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.ConnectorObjects.SPIOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage.FilterCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest.InfoLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.AttributeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo.OperationOptionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.connectors.scriptedcrest.ScriptedCRESTConfiguration.AuthMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.connectors.scriptedrest.ScriptedRESTConfiguration.AuthMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.connectors.ssh.SSHConnection.AuthN
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.connectors.xml.util.ElementIdentifierFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.connectors.xml.util.NamespaceLookupUtil
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.openicf.framework.client.ClientRemoteConnectorInfoManager.Statistic.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values(Object...) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
values(Collection<Object>) - Method in class org.forgerock.openicf.misc.scriptedcommon.AttributeDelegate
 
values() - Static method in enum org.forgerock.openicf.misc.scriptedcommon.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.common.logging.Log.Level
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.api.operations.batch.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.common.objects.AttributeInfo.Flags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor.FilterResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.common.objects.SearchResult.CountPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.framework.common.objects.SyncDeltaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.ldap.LdapConnection.AuthenticationResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.identityconnectors.ldap.LdapConstants.ServerType
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
VARIANT_FIELD_NUMBER - Static variable in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
verify(String) - Method in class org.forgerock.openicf.framework.remote.security.SharedSecretPrincipal
 
verifyBase64SHA1Hash(String) - Method in class org.identityconnectors.common.security.GuardedByteArray
Verifies that this base-64 encoded SHA1 hash of this byte array matches the given value.
verifyBase64SHA1Hash(String) - Method in class org.identityconnectors.common.security.GuardedString
Verifies that this base-64 encoded SHA1 hash of this string matches the given value.
verifyBase64SHA1Hash(char[], String) - Static method in class org.identityconnectors.common.security.SecurityUtil
Verifies the base 64-encoded SHA1 hash of the input.
Version - Class in org.identityconnectors.common
Encapsulates a version number.
VersionRange - Class in org.identityconnectors.common
A version range is an interval describing a set of versions.
VersionRange(Version, boolean, Version, boolean) - Constructor for class org.identityconnectors.common.VersionRange
 
visitAndFilter(VisitorParameter, AndFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitAndFilter(Void, AndFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitAndFilter(ConnectorObject, AndFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitAndFilter(P, AndFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits an and filter.
visitContainsAllValuesFilter(VisitorParameter, ContainsAllValuesFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitContainsAllValuesFilter(Void, ContainsAllValuesFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitContainsAllValuesFilter(ConnectorObject, ContainsAllValuesFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitContainsAllValuesFilter(P, ContainsAllValuesFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a containsAll filter.
visitContainsFilter(VisitorParameter, ContainsFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitContainsFilter(Void, ContainsFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitContainsFilter(ConnectorObject, ContainsFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitContainsFilter(P, ContainsFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a contains filter.
visitEndsWithFilter(VisitorParameter, EndsWithFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitEndsWithFilter(Void, EndsWithFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitEndsWithFilter(ConnectorObject, EndsWithFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitEndsWithFilter(P, EndsWithFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a ends with filter.
visitEqualsFilter(VisitorParameter, EqualsFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitEqualsFilter(Void, EqualsFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitEqualsFilter(ConnectorObject, EqualsFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitEqualsFilter(P, EqualsFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a equality filter.
visitExtendedFilter(VisitorParameter, Filter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitExtendedFilter(Void, Filter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitExtendedFilter(ConnectorObject, Filter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitExtendedFilter(P, Filter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a comparison filter.
visitGreaterThanFilter(VisitorParameter, GreaterThanFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitGreaterThanFilter(Void, GreaterThanFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitGreaterThanFilter(ConnectorObject, GreaterThanFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitGreaterThanFilter(P, GreaterThanFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a greater than filter.
visitGreaterThanOrEqualFilter(VisitorParameter, GreaterThanOrEqualFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitGreaterThanOrEqualFilter(Void, GreaterThanOrEqualFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitGreaterThanOrEqualFilter(ConnectorObject, GreaterThanOrEqualFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitGreaterThanOrEqualFilter(P, GreaterThanOrEqualFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a greater than or equal to filter.
visitLessThanFilter(VisitorParameter, LessThanFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitLessThanFilter(Void, LessThanFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitLessThanFilter(ConnectorObject, LessThanFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitLessThanFilter(P, LessThanFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a less than filter.
visitLessThanOrEqualFilter(VisitorParameter, LessThanOrEqualFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitLessThanOrEqualFilter(Void, LessThanOrEqualFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitLessThanOrEqualFilter(ConnectorObject, LessThanOrEqualFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitLessThanOrEqualFilter(P, LessThanOrEqualFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a less than or equal to filter.
visitNotFilter(VisitorParameter, NotFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitNotFilter(Void, NotFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitNotFilter(ConnectorObject, NotFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitNotFilter(P, NotFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a not filter.
VISITOR - Static variable in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitOrFilter(VisitorParameter, OrFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitOrFilter(Void, OrFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitOrFilter(ConnectorObject, OrFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitOrFilter(P, OrFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits an or filter.
VisitorParameter - Interface in org.forgerock.openicf.misc.crest
A VisitorParameter used to get the CREST field name and the String value.
visitStartsWithFilter(VisitorParameter, StartsWithFilter) - Method in class org.forgerock.openicf.misc.crest.CRESTFilterVisitor
 
visitStartsWithFilter(Void, StartsWithFilter) - Method in class org.forgerock.openicf.misc.scriptedcommon.MapFilterVisitor
 
visitStartsWithFilter(ConnectorObject, StartsWithFilter) - Method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
visitStartsWithFilter(P, StartsWithFilter) - Method in interface org.identityconnectors.framework.common.objects.filter.FilterVisitor
Visits a starts with filter.
VlvIndexSearchStrategy - Class in org.identityconnectors.ldap.search
 
VlvIndexSearchStrategy(String, int) - Constructor for class org.identityconnectors.ldap.search.VlvIndexSearchStrategy
 

W

warn(Throwable, String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
warn(String, Object...) - Method in class org.identityconnectors.common.logging.Log
 
WebSocketConnectionGroup - Class in org.forgerock.openicf.framework.remote.rpc
 
WebSocketConnectionGroup(String) - Constructor for class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionGroup
 
WebSocketConnectionHolder - Class in org.forgerock.openicf.framework.remote.rpc
 
WebSocketConnectionHolder() - Constructor for class org.forgerock.openicf.framework.remote.rpc.WebSocketConnectionHolder
 
webSocketIdleTimeoutInMs - Variable in class org.forgerock.openicf.framework.client.ConnectionManagerConfig
 
WebSocketListenerBridge - Class in org.forgerock.openicf.framework.server.jetty
 
WebSocketListenerBridge(WebSocketPolicy, ConnectionPrincipal<?>) - Constructor for class org.forgerock.openicf.framework.server.jetty.WebSocketListenerBridge
 
webSockets - Variable in class org.forgerock.openicf.common.rpc.RemoteConnectionGroup
 
when(List<Promise<V, E>>) - Static method in class org.forgerock.openicf.framework.DelegatingAsyncConnectorInfoManager
One Success or All Fail
WHEN_CHANGED - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
WHEN_CREATED - Static variable in class org.identityconnectors.ldap.ADUserAccountControl
 
withNativeFilter(String) - Method in class org.identityconnectors.ldap.search.LdapFilter
 
WorkingBundleInfo - Class in org.identityconnectors.framework.impl.api.local
 
WorkingBundleInfo(String) - Constructor for class org.identityconnectors.framework.impl.api.local.WorkingBundleInfo
 
wrap() - Method in class org.forgerock.openicf.framework.remote.ManagedAsyncConnectorInfoManager
 
wrap(Throwable) - Static method in exception org.identityconnectors.contract.exceptions.ContractException
If Exception parameter passed in is a RuntimeException it is simply returned.
wrap(Throwable) - Static method in exception org.identityconnectors.framework.common.exceptions.ConnectorException
If Exception parameter passed in is a RuntimeException it is simply returned.
wrap(String, Throwable) - Static method in exception org.identityconnectors.framework.common.exceptions.RetryableException
If Exception parameter passed in is a RetryableException it is simply returned.
wrap(String, Uid) - Static method in exception org.identityconnectors.framework.common.exceptions.RetryableException
Constructs a new RetryableException which signals partial success of create operation.
wrap(Throwable) - Static method in exception org.identityconnectors.framework.impl.api.remote.RemoteWrappedException
Wraps the Throwable into a RemoteWrappedException instance.
wrapFilter(Filter, boolean) - Static method in class org.identityconnectors.framework.common.objects.filter.FilteredResultsHandlerVisitor
 
writeBooleanContents(boolean) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeBooleanContents(boolean) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeBooleanContents(boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeBooleanField(String, boolean) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeBooleanField(String, boolean) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a boolean.
writeBooleanField(String, boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeByteArrayContents(byte[]) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeByteArrayContents(byte[]) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Special case for byte [] that uses base64 encoding for XML
writeByteArrayContents(byte[]) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeByteContents(byte) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeByteContents(byte) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeByteContents(byte) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeClassContents(Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeClassContents(Class<?>) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeClassContents(Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeClassField(String, Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeClassField(String, Class<?>) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a Class.
writeClassField(String, Class<?>) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeDoubleContents(double) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeDoubleContents(double) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeDoubleContents(double) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeDoubleField(String, double) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeDoubleField(String, double) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a double.
writeDoubleField(String, double) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeFileUTF8(File, String) - Static method in class org.identityconnectors.common.IOUtil
Write the contents of the string out to a file in UTF-8 format.
writeFloatContents(float) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeFloatContents(float) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeFloatContents(float) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeFloatField(String, float) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeFloatField(String, float) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a float.
writeFloatField(String, float) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeIntContents(int) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeIntContents(int) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeIntContents(int) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeIntField(String, int) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeIntField(String, int) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes an int.
writeIntField(String, int) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeLongContents(long) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeLongContents(long) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeLongContents(long) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeLongField(String, long) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeLongField(String, long) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a long.
writeLongField(String, long) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeObject(Object) - Method in interface org.identityconnectors.framework.common.serializer.BinaryObjectSerializer
Writes the next object to the stream.
writeObject(Object) - Method in interface org.identityconnectors.framework.common.serializer.XmlObjectSerializer
Writes the next object to the stream.
writeObject(Object) - Method in class org.identityconnectors.framework.impl.api.remote.RemoteFrameworkConnection
 
writeObject(Object) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeObject(Object) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeObject(Object) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
Writes the next object to the stream.
writeObjectContents(Object) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeObjectContents(Object) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a sub-object
writeObjectContents(Object) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeObjectField(String, Object, boolean) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeObjectField(String, Object, boolean) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes an object using the appropriate serializer for that object
writeObjectField(String, Object, boolean) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeStringContents(String) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeStringContents(String) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes the value in-line.
writeStringContents(String) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeStringField(String, String) - Method in class org.identityconnectors.framework.impl.serializer.binary.BinaryObjectEncoder
 
writeStringField(String, String) - Method in interface org.identityconnectors.framework.impl.serializer.ObjectEncoder
Writes a String.
writeStringField(String, String) - Method in class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.BigDecimal
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorKey
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ConnectorObject
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Locale
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.QualifiedUid
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Script
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.ScriptContext
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SearchResult
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SortKey
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncDelta
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.SyncToken
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.CommonObjectMessages.Uid
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.APIConfiguration
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeCollectionValue
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapFieldEntry
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMapValue
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeMessage
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.AttributeUnionValue
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.CatalogMapFieldEntry
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationCollectionValue
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationProperty
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConfigurationUnionValue
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorInfo
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ConnectorMessages
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ObjectPoolConfiguration
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionMapFieldEntry
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.OperationOptionUnionValue
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.ResultsHandlerConfiguration
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.StringMapFieldEntry
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.SyncTokenTest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.ConnectorObjects.TimeoutMapFieldEntry
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.AndFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsAllValuesFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.ContainsFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EndsWithFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.EqualsFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.FilterUnionMessage
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.GreaterThanOrEqualFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.LessThanOrEqualFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.NotFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.OrFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.PresenceFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.FilterMessages.StartsWithFilter
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.AuthenticateOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchEmptyResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpResult
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.BatchOpTask
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConfigurationChangeEvent
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ConnectorEventSubscriptionOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.CreateOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.DeleteOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.GetOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.OperationResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ResolveUsernameOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SchemaOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnConnectorOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ScriptOnResourceOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SearchOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncEventSubscriptionOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.LatestSyncToken
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest.Sync
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.LatestSyncToken
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse.Sync
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.SyncOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.TestOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.UpdateOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.OperationMessages.ValidateOpResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.CancelOpRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse.StringMapFieldEntry
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ControlResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage.InnerCause
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.ExceptionMessage
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.HandshakeMessage
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.PingMessage
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RemoteMessage
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCRequest
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.RPCMessages.RPCResponse
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.AttributeInfo
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.ObjectClassInfo
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.OperationOptionInfo
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.Schema
 
writeTo(CodedOutputStream) - Method in class org.forgerock.openicf.common.protobuf.SchemaMessages.SupportedMapFieldEntry
 
writeToByteBuffer(MessageLite) - Static method in class org.forgerock.openicf.framework.remote.MessagesUtil
 

X

XhtmlCustomParser - Class in org.forgerock.openicf.maven.xhtml
A XhtmljsParser allows the script content in final HTML document.
XhtmlCustomParser() - Constructor for class org.forgerock.openicf.maven.xhtml.XhtmlCustomParser
 
XhtmlCustomSiteModule - Class in org.forgerock.openicf.maven.xhtml
An XhtmlCustomSiteModule allows Script content in final HTML.
XhtmlCustomSiteModule() - Constructor for class org.forgerock.openicf.maven.xhtml.XhtmlCustomSiteModule
Default constructor.
XMLConfiguration - Class in org.forgerock.openicf.connectors.xml
 
XMLConfiguration() - Constructor for class org.forgerock.openicf.connectors.xml.XMLConfiguration
 
XMLConnector - Class in org.forgerock.openicf.connectors.xml
 
XMLConnector() - Constructor for class org.forgerock.openicf.connectors.xml.XMLConnector
 
XMLFilterTranslator - Class in org.forgerock.openicf.connectors.xml
This is an implementation of AbstractFilterTranslator that gives a concrete representation of which filters can be applied at the connector level (natively).
XMLFilterTranslator(boolean) - Constructor for class org.forgerock.openicf.connectors.xml.XMLFilterTranslator
 
XMLHandler - Interface in org.forgerock.openicf.connectors.xml
 
XMLHandlerImpl - Class in org.forgerock.openicf.connectors.xml
 
XMLHandlerImpl(XMLConfiguration, Schema, XSSchemaSet) - Constructor for class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
XmlHandlerUtil - Class in org.forgerock.openicf.connectors.xml.util
 
XmlHandlerUtil() - Constructor for class org.forgerock.openicf.connectors.xml.util.XmlHandlerUtil
 
XmlObjectDecoder - Class in org.identityconnectors.framework.impl.serializer.xml
 
XmlObjectDecoder(Element, Class<?>) - Constructor for class org.identityconnectors.framework.impl.serializer.xml.XmlObjectDecoder
 
XmlObjectEncoder - Class in org.identityconnectors.framework.impl.serializer.xml
 
XmlObjectEncoder(StringBuilder) - Constructor for class org.identityconnectors.framework.impl.serializer.xml.XmlObjectEncoder
 
XmlObjectParser - Class in org.identityconnectors.framework.impl.serializer.xml
 
XmlObjectParser() - Constructor for class org.identityconnectors.framework.impl.serializer.xml.XmlObjectParser
 
XmlObjectResultsHandler - Interface in org.identityconnectors.framework.common.serializer
Callback interface to receive xml objects from a stream of objects.
XmlObjectSerializer - Interface in org.identityconnectors.framework.common.serializer
Interface for writing objects to a stream.
XmlObjectSerializerImpl - Class in org.identityconnectors.framework.impl.serializer.xml
 
XmlObjectSerializerImpl(Writer, boolean, boolean) - Constructor for class org.identityconnectors.framework.impl.serializer.xml.XmlObjectSerializerImpl
 
XmlUtil - Class in org.identityconnectors.common
 
XQueryHandler - Class in org.forgerock.openicf.connectors.xml.query
 
XQueryHandler(String, Document) - Constructor for class org.forgerock.openicf.connectors.xml.query.XQueryHandler
 
XSDAnnotationFactory - Class in org.forgerock.openicf.connectors.xml.xsdparser
 
XSDAnnotationFactory() - Constructor for class org.forgerock.openicf.connectors.xml.xsdparser.XSDAnnotationFactory
 
XSDAnnotationParser - Class in org.forgerock.openicf.connectors.xml.xsdparser
 
XSDAnnotationParser() - Constructor for class org.forgerock.openicf.connectors.xml.xsdparser.XSDAnnotationParser
 
XSI_NAMESPACE - Static variable in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 
XSI_NAMESPACE_PREFIX - Static variable in class org.forgerock.openicf.connectors.xml.XMLHandlerImpl
 

_

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

Copyright © 2018–2025. All rights reserved.