OpenDJ Core APIs 3.0.0-SNAPSHOT Documentation
A B C D E F G H I K L M N O P Q R S T U V W 

A

abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Abandons the unfinished operation identified in the provided abandon request.
abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
Abandon operations are not supported because operations are performed synchronously and the ID of the request to be abandoned cannot be determined.
abandonAsync(AbandonRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Abandons the unfinished operation identified in the provided abandon request.
abandonRequest(int, AbandonRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
abandonRequest(int, AbandonRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP abandon request message.
AbandonRequest - Interface in org.forgerock.opendj.ldap.requests
The Abandon operation allows a client to request that the server abandon an uncompleted operation.
AbstractASN1Reader - Class in org.forgerock.opendj.io
An abstract ASN1Reader which can be used as the basis for implementing new ASN1 reader implementations.
AbstractASN1Reader() - Constructor for class org.forgerock.opendj.io.AbstractASN1Reader
Creates a new abstract ASN.1 reader.
AbstractASN1Writer - Class in org.forgerock.opendj.io
An abstract ASN1Writer which can be used as the basis for implementing new ASN1 writer implementations.
AbstractASN1Writer() - Constructor for class org.forgerock.opendj.io.AbstractASN1Writer
Creates a new abstract ASN.1 writer.
AbstractAsynchronousConnection - Class in org.forgerock.opendj.ldap
An abstract connection whose synchronous methods are implemented in terms of asynchronous methods.
AbstractAsynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Creates a new abstract asynchronous connection.
AbstractAttribute - Class in org.forgerock.opendj.ldap
This class provides a skeletal implementation of the Attribute interface, to minimize the effort required to implement this interface.
AbstractAttribute() - Constructor for class org.forgerock.opendj.ldap.AbstractAttribute
Sole constructor.
AbstractConnection - Class in org.forgerock.opendj.ldap
This class provides a skeletal implementation of the Connection interface, to minimize the effort required to implement this interface.
AbstractConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractConnection
Creates a new abstract connection.
AbstractConnectionWrapper<C extends Connection> - Class in org.forgerock.opendj.ldap
An abstract base class from which connection wrappers may be easily implemented.
AbstractConnectionWrapper(C) - Constructor for class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Creates a new connection wrapper.
AbstractEntry - Class in org.forgerock.opendj.ldap
This class provides a skeletal implementation of the Entry interface, to minimize the effort required to implement this interface.
AbstractEntry() - Constructor for class org.forgerock.opendj.ldap.AbstractEntry
Sole constructor.
AbstractExtendedRequest<R extends ExtendedRequest<S>,S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.requests
An abstract Extended request which can be used as the basis for implementing new Extended operations.
AbstractExtendedRequest() - Constructor for class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
Creates a new abstract extended request.
AbstractExtendedRequest(ExtendedRequest<S>) - Constructor for class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
Creates a new extended request that is an exact copy of the provided request.
AbstractExtendedResult<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.responses
An abstract Extended result which can be used as the basis for implementing new Extended operations.
AbstractExtendedResult(ExtendedResult) - Constructor for class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
Creates a new extended result that is an exact copy of the provided result.
AbstractExtendedResult(ResultCode) - Constructor for class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
Creates a new extended result using the provided result code.
AbstractExtendedResultDecoder<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.responses
This class provides a skeletal implementation of the ExtendedResultDecoder interface, to minimize the effort required to implement this interface.
AbstractExtendedResultDecoder() - Constructor for class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
Creates a new abstract extended result decoder.
AbstractFilterVisitor<R,P> - Class in org.forgerock.opendj.ldap
An abstract filter visitor whose default implementation for all Visitor methods is to invoke AbstractFilterVisitor.visitDefaultFilter(Object).
AbstractFilterVisitor() - Constructor for class org.forgerock.opendj.ldap.AbstractFilterVisitor
Default constructor.
AbstractIntermediateResponse<S extends IntermediateResponse> - Class in org.forgerock.opendj.ldap.responses
An abstract Intermediate response which can be used as the basis for implementing new Intermediate responses.
AbstractIntermediateResponse() - Constructor for class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
Creates a new intermediate response.
AbstractIntermediateResponse(IntermediateResponse) - Constructor for class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
Creates a new intermediate response that is an exact copy of the provided response.
AbstractLDAPMessageHandler - Class in org.forgerock.opendj.io
This class provides a skeletal implementation of the LDAPMessageHandler interface, in order to minimize the effort required to implement this interface.
AbstractLDAPMessageHandler() - Constructor for class org.forgerock.opendj.io.AbstractLDAPMessageHandler
Default constructor.
AbstractSynchronousConnection - Class in org.forgerock.opendj.ldap
An abstract connection whose asynchronous methods are implemented in terms of synchronous methods.
AbstractSynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractSynchronousConnection
Creates a new abstract synchronous connection.
accept(FilterVisitor<R, P>, P) - Method in class org.forgerock.opendj.ldap.Filter
Applies a FilterVisitor to this Filter.
accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
 
accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
 
accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
 
accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Applies a ChangeRecordVisitor to this ChangeRecord.
adaptDecodeException(DecodeException) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
 
adaptDecodeException(DecodeException) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResultDecoder
Creates a new extended operation error result using the provided decoding exception.
adaptErrorResult(Result) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
Sets the result associated to this promise as an error result.
adaptExtendedResultHandler(ExtendedRequest<R>, LdapResultHandler<? super R>, DecodeOptions) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
 
adaptExtendedResultHandler(ExtendedRequest<R>, LdapResultHandler<? super R>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResultDecoder
Adapts the provided extended result handler into a result handler which is compatible with this extended result decoder.
adaptSchemaForValidation(Schema) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns a strict view of the provided schema if the this policy is configured to check attributes and object class, or a non-strict view of the schema if not.
add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Adds an entry to the Directory Server using the provided add request.
add(ByteString) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Adds value to this attribute if it is not already present (optional operation).
add(Object...) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Adds all of the provided attribute values to this attribute if they are not already present (optional operation).
add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds an entry to the Directory Server using the provided add request.
add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds the provided entry to the Directory Server.
add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Adds an entry to the Directory Server using the provided lines of LDIF.
add(ByteString) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds value to this attribute if it is not already present (optional operation).
add(Object...) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the provided attribute values to this attribute if they are not already present (optional operation).
add(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Adds an entry to the Directory Server using the provided add request.
add(Entry) - Method in interface org.forgerock.opendj.ldap.Connection
Adds the provided entry to the Directory Server.
add(String...) - Method in interface org.forgerock.opendj.ldap.Connection
Adds an entry to the Directory Server using the provided lines of LDIF.
add(ByteString) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Adds value to this attribute if it is not already present (optional operation).
ADD - Static variable in class org.forgerock.opendj.ldap.ModificationType
Add the values listed in the modification to the attribute, creating the attribute if necessary.
addAdditionalAuthParam(String, String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Adds the provided additional authentication parameter to the list of parameters to be passed to the underlying mechanism implementation.
addAdditionalAuthParam(String, String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Adds the provided additional authentication parameter to the list of parameters to be passed to the underlying mechanism implementation.
addAll(Collection<? extends ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Adds all of the attribute values contained in values to this attribute if they are not already present (optional operation).
addAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Adds all of the attribute values contained in values to this attribute if they are not already present (optional operation).
addAll(Collection<? extends ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the attribute values contained in values to this attribute if they are not already present (optional operation).
addAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
Adds all of the attribute values contained in values to this attribute if they are not already present (optional operation).
addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously adds an entry to the Directory Server using the provided add request.
addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously adds an entry to the Directory Server using the provided add request.
addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
addAsync(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously adds an entry to the Directory Server using the provided add request.
addAsync(AddRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously adds an entry to the Directory Server using the provided add request.
addAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
addAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Ensures that this entry contains the provided attribute and values (optional operation).
addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
addAttribute(String...) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Adds the provided attribute name(s) to the list of attributes to be included with each entry that matches the search criteria.
addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
addAttributeType(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided attribute type definition to this schema builder.
addCancelRequestListener(CancelRequestListener) - Method in interface org.forgerock.opendj.ldap.RequestContext
Registers the provided cancellation listener with this request context so that it can be notified if a cancellation request is received and processing of the request should be aborted if possible.
addConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
addConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.Connection
Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
addConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Registers the provided connection event listener so that it will be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.Request
Adds the provided control to this request.
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.UnbindRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.Response
Adds the provided control to this response.
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.Result
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
 
addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
addControl(Control) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Adds the provided control to this request.
addDITContentRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided DIT content rule definition to this schema builder.
addDITStructureRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided DIT structure rule definition to this schema builder.
addEnabledCipherSuite(String...) - Method in class org.forgerock.opendj.ldap.LDAPOptions
Adds the cipher suites enabled for secure connections with the Directory Server.
addEnabledCipherSuite(String...) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
Adds the cipher suites enabled for secure connections with the Directory Server.
addEnabledProtocol(String...) - Method in class org.forgerock.opendj.ldap.LDAPOptions
Adds the protocol versions enabled for secure connections with the Directory Server.
addEnabledProtocol(String...) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
Adds the protocol versions enabled for secure connections with the Directory Server.
addEnumerationSyntax(String, String, boolean, String...) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided enumeration syntax definition to this schema builder.
addListener(TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutChecker
Registers a timeout event listener for timeout notification.
addMatchingRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided matching rule definition to this schema builder.
addMatchingRuleUse(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided matching rule use definition to this schema builder.
addModification(Modification) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
Appends the provided modification to the list of modifications included with this modify request.
addModification(ModificationType, String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
Appends the provided modification to the list of modifications included with this modify request.
addNameForm(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided name form definition to this schema builder.
addObjectClass(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided object class definition to this schema builder.
addPatternSyntax(String, String, Pattern, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided pattern syntax definition to this schema builder.
addQOP(String...) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Adds the provided quality of protection (QOP) values to the ordered list of QOP values that the client is willing to accept.
addQOP(String...) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Adds the provided quality of protection (QOP) values to the ordered list of QOP values that the client is willing to accept.
addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.Result
Adds the provided referral URI to this result.
addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
addRequest(int, AddRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
addRequest(int, AddRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP add request message.
AddRequest - Interface in org.forgerock.opendj.ldap.requests
The Add operation allows a client to request the addition of an entry into the Directory.
AddressMask - Class in org.forgerock.opendj.ldap
An address mask can be used to perform efficient comparisons against IP addresses to determine whether a particular IP address is in a given range.
addResult(int, Result) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
addResult(int, Result) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP add result message.
addSchema(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.
addSchema(Entry, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds all of the schema elements contained in the provided subschema subentry to this schema builder.
addSchema(Schema, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds all of the schema elements in the provided schema to this schema builder.
addSchemaAsync(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Asynchronously reads the schema elements contained in the named subschema sub-entry and adds them to this schema builder.
addSchemaForEntry(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.
addSchemaForEntryAsync(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Asynchronously reads the schema elements contained in the subschema sub-entry which applies to the named entry and adds them to this schema builder.
addSubstitutionSyntax(String, String, String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided substitution syntax definition to this schema builder.
addSyntax(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Adds the provided syntax definition to this schema builder.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds this attribute type to the schema, throwing a ConflictingSchemaElementException if there is an existing attribute type with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds this DIT content rule to the schema, throwing a ConflictingSchemaElementException if there is an existing DIT content rule with the same structural object class OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Adds this DIT structure rule to the schema, throwing a ConflictingSchemaElementException if there is an existing DIT structure rule with the same numeric ID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds this matching rule to the schema, throwing a ConflictingSchemaElementException if there is an existing matching rule with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds this matching rule use definition to the schema, throwing a ConflictingSchemaElementException if there is an existing matching rule definition with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds this name form to the schema, throwing a ConflictingSchemaElementException if there is an existing name form with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds this object class to the schema, throwing a ConflictingSchemaElementException if there is an existing object class with the same numeric OID.
addToSchema() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Adds this syntax to the schema, throwing a ConflictingSchemaElementException if there is an existing syntax with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds this attribute type to the schema overwriting any existing attribute type with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds this DIT content rule to the schema overwriting any existing content rule with the same structural class OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Adds this DIT structure rule to the schema overwriting any existing DIT structure rule with the same numeric ID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds this matching rule to the schema overwriting any existing matching rule with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds this matching rule use definition to the schema overwriting any existing matching rule use definition with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds this name form to the schema overwriting any existing name form with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds this object class to the schema overwriting any existing object class with the same numeric OID.
addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Adds this syntax to the schema overwriting any existing syntax with the same numeric OID.
addURI(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
Adds the provided continuation reference URI to this search result reference.
ADMIN_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that processing on the requested operation could not continue because an administrative limit was exceeded.
ADNotificationRequestControl - Class in org.forgerock.opendj.ldap.controls
The persistent search request control for Active Directory as defined by Microsoft.
AFFECTS_MULTIPLE_DSAS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation could not be processed because it would impact multiple DSAs or other repositories.
ALIAS_DEREFERENCING_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a problem was encountered while attempting to dereference an alias for a search operation.
ALIAS_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it attempted to perform an illegal operation on an alias.
ALLOW_MALFORMED_CERTIFICATES - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the Certificate syntax should allow values which do not conform to the X.509 specifications.
ALLOW_MALFORMED_JPEG_PHOTOS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the JPEG Photo syntax should allow values which do not conform to the JFIF or Exif specifications.
ALLOW_MALFORMED_NAMES_AND_OPTIONS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the schema should allow certain illegal characters in OIDs and attribute options.
ALLOW_NON_STANDARD_TELEPHONE_NUMBERS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether the Telephone Number syntax should allow values which do not conform to the E.123 international telephone number format.
ALLOW_ZERO_LENGTH_DIRECTORY_STRINGS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies whether zero-length values will be allowed by the Directory String syntax.
ALWAYS - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Dereference aliases both in searching and in locating the base object of a Search operation.
alwaysFalse() - Static method in class org.forgerock.opendj.ldap.Filter
Returns the absolute false filter as defined in RFC 4526 which is comprised of an or filter containing zero components.
alwaysReplaceAttributes() - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
Requests that all generated changes should use the REPLACE modification type, rather than a combination of DELETE and ADD.
alwaysTrue() - Static method in class org.forgerock.opendj.ldap.Filter
Returns the absolute true filter as defined in RFC 4526 which is comprised of an and filter containing zero components.
AMBIGUOUS_OID - Static variable in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Constant used for name to oid mapping when one name actually maps to multiple numerical OID.
and() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of zero condition results, which is always TRUE.
and(ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of the provided condition result, which is always r.
and(ConditionResult...) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of the provided condition results, which is TRUE if all of the provided condition results are TRUE, FALSE if at least one of them is FALSE, and UNDEFINED otherwise.
and(ConditionResult, ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical AND of the provided condition results, which is TRUE if both of the provided condition results are TRUE, FALSE if at least one of them is FALSE , and UNDEFINED otherwise.
and(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new and filter using the provided list of sub-filters.
and(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new and filter using the provided list of sub-filters.
AnonymousSASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
The anonymous SASL bind request as defined in RFC 4505.
append(byte) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte to this byte string builder.
append(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte array to this byte string builder.
append(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided byte array to this byte string builder.
append(ByteBuffer, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteBuffer to this byte string builder.
append(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteSequence to this byte string builder.
append(ByteSequenceReader, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided ByteSequenceReader to this byte string builder.
append(char[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the UTF-8 encoded bytes of the provided char array to this byte string builder.
append(DataInput, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided DataInput to this byte string builder.
append(InputStream, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the provided InputStream to this byte string builder.
append(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the big-endian encoded bytes of the provided integer to this byte string builder.
append(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the big-endian encoded bytes of the provided long to this byte string builder.
append(Object) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the byte string representation of the provided object to this byte string builder.
append(short) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the big-endian encoded bytes of the provided short to this byte string builder.
append(String) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the UTF-8 encoded bytes of the provided string to this byte string builder.
appendBERLength(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the ASN.1 BER length encoding representation of the provided integer to this byte string builder.
appendCompactUnsigned(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the compact encoded bytes of the provided unsigned long to this byte string builder.
applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Applies the provided change request to the Directory Server.
applyChange(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
Applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously applies the provided change request to the Directory Server.
applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously applies the provided change request to the Directory Server.
approx(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new approximate match filter using the provided attribute description and assertion value.
approximateMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for approximate matching with this attribute type.
as(Function<ByteString, ? extends T, NeverThrowsException>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T using the provided Function, or null if the attribute does not contain any values.
as(Function<ByteString, ? extends T, NeverThrowsException>, T) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a T using the provided Function, or defaultValue if the attribute does not contain any values.
asAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an AttributeDescription using the schema associated with this parser, or null if the attribute does not contain any values.
asAttributeDescription(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an AttributeDescription using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asAttributeDescription(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an AttributeDescription using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asBoolean() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a boolean, or null if the attribute does not contain any values.
asBoolean(boolean) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an Boolean, or defaultValue if the attribute does not contain any values.
asByteString() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value, or null if the attribute does not contain any values.
asByteString(ByteString) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value, or defaultValue if the attribute does not contain any values.
asDN() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a DN using the schema associated with this parser, or null if the attribute does not contain any values.
asDN(DN) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a DN using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asDN(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a DN using the schema associated with this parser, or defaultValue if the attribute does not contain any values.
asEnum() - Method in class org.forgerock.opendj.ldap.ModificationType
Returns the enum equivalent for this modification type.
asEnum() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the enum equivalent for this result code.
asEnum() - Method in class org.forgerock.opendj.ldap.SearchScope
Returns the enum equivalent for this search scope.
asGeneralizedTime() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a GeneralizedTime using the generalized time syntax, or null if the attribute does not contain any values.
asGeneralizedTime(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an GeneralizedTime using the generalized time syntax, or defaultValue if the attribute does not contain any values.
asInteger() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an Integer, or null if the attribute does not contain any values.
asInteger(int) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as an Integer, or defaultValue if the attribute does not contain any values.
asLong() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Long, or null if the attribute does not contain any values.
asLong(long) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a Long, or defaultValue if the attribute does not contain any values.
ASN1 - Class in org.forgerock.opendj.io
This class contains various static factory methods for creating ASN.1 readers and writers.
ASN1Reader - Interface in org.forgerock.opendj.io
An interface for decoding ASN.1 elements from a data source.
ASN1Writer - Interface in org.forgerock.opendj.io
An interface for encoding ASN.1 elements to a data source.
asNonStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns a non-strict view of this schema.
asOutputStream() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns an OutputStream whose write operations append data to this byte string builder.
asPromise(Promise<R, LdapException>) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Converts a Promise to a LdapPromise.
asReader() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns a ByteSequenceReader which can be used to incrementally read and decode data from this byte sequence.
asReader() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a ByteSequenceReader which can be used to incrementally read and decode data from this byte string.
asReader() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a ByteSequenceReader which can be used to incrementally read and decode data from this byte string builder.
asSearchRequest() - Method in class org.forgerock.opendj.ldap.LDAPUrl
Creates a new search request containing the parameters of this LDAP URL.
Assertion - Interface in org.forgerock.opendj.ldap
A compiled attribute value assertion.
ASSERTION_FAILED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the filter contained in an assertion control failed to match the target entry.
AssertionFailureException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request failed because the filter contained in an assertion control failed to match the target entry.
AssertionRequestControl - Class in org.forgerock.opendj.ldap.controls
The assertion request control as defined in RFC 4528.
asSetOf(Function<ByteString, ? extends T, NeverThrowsException>, Collection<? extends T>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOf(Function<ByteString, ? extends T, NeverThrowsException>, T...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Ts using the provided Function, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or an empty set if the attribute does not contain any values.
asSetOfAttributeDescription(AttributeDescription...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription(Collection<AttributeDescription>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfAttributeDescription(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of AttributeDescriptions using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfBoolean(Boolean...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Booleans, or defaultValues if the attribute does not contain any values.
asSetOfBoolean(Collection<Boolean>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Booleans, or defaultValues if the attribute does not contain any values.
asSetOfByteString(ByteString...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values contained in the attribute, or defaultValues if the attribute does not contain any values.
asSetOfByteString(Collection<ByteString>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values contained in the attribute, or defaultValues if the attribute does not contain any values.
asSetOfDN() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or an empty set if the attribute does not contain any values.
asSetOfDN(Collection<DN>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfDN(DN...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfDN(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of DNs using the schema associated with this parser, or defaultValues if the attribute does not contain any values.
asSetOfGeneralizedTime(Collection<GeneralizedTime>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of GeneralizedTimes using the generalized time syntax, or defaultValues if the attribute does not contain any values.
asSetOfGeneralizedTime(GeneralizedTime...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of GeneralizedTimes using the generalized time syntax, or defaultValues if the attribute does not contain any values.
asSetOfInteger(Collection<Integer>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Integers, or defaultValues if the attribute does not contain any values.
asSetOfInteger(Integer...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Integers, or defaultValues if the attribute does not contain any values.
asSetOfLong(Collection<Long>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Longs, or defaultValues if the attribute does not contain any values.
asSetOfLong(Long...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Longs, or defaultValues if the attribute does not contain any values.
asSetOfString(Collection<String>) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Strings, or defaultValues if the attribute does not contain any values.
asSetOfString(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the values decoded as a set of Strings, or defaultValues if the attribute does not contain any values.
asStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns a strict view of this schema.
asString() - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a String, or null if the attribute does not contain any values.
asString(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
Returns the first value decoded as a String, or defaultValue if the attribute does not contain any values.
Attribute - Interface in org.forgerock.opendj.ldap
An attribute, comprising of an attribute description and zero or more attribute values.
ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in a conflict with an existing attribute or attribute value in the target entry.
AttributeDescription - Class in org.forgerock.opendj.ldap
An attribute description as defined in RFC 4512 section 2.5.
AttributeFactory - Interface in org.forgerock.opendj.ldap
Attribute factories are included with a set of DecodeOptions in order to allow application to control how Attribute instances are created when decoding requests and responses.
AttributeFilter - Class in org.forgerock.opendj.ldap
A configurable factory for filtering the attributes exposed by an entry.
AttributeFilter() - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include all user attributes but no operational attributes.
AttributeFilter(Collection<String>) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include the attributes identified by the provided search request attribute list.
AttributeFilter(Collection<String>, Schema) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include the attributes identified by the provided search request attribute list.
AttributeFilter(String...) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
Creates a new attribute filter which will include the attributes identified by the provided search request attribute list.
AttributeParser - Class in org.forgerock.opendj.ldap
A fluent API for parsing attributes as different types of object.
Attributes - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating attributes.
attributes(AttributeFilter) - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
Specifies an attribute filter which will be used to determine which attributes will be compared.
attributes(String...) - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
Specifies the list of attributes to be compared.
attributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided list of attribute types to the list of attribute type the matching rule applies to.
attributes(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided list of attribute types to the list of attribute type the matching rule applies to.
AttributeType - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with an attribute type, which contains information about the format of an attribute and the syntax and matching rules that should be used when interacting with it.
AttributeType.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing attribute type.
AttributeUsage - Enum in org.forgerock.opendj.ldap.schema
This enumeration defines the set of possible attribute usage values that may apply to an attribute type, as defined in RFC 2252.
AUTH_METHOD_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested authentication attempt failed because it referenced an invalid SASL mechanism.
AUTHENTICATION_TYPE_SASL - Static variable in interface org.forgerock.opendj.ldap.requests.BindRequest
The authentication type value (0xA3) reserved for SASL authentication.
AUTHENTICATION_TYPE_SIMPLE - Static variable in interface org.forgerock.opendj.ldap.requests.BindRequest
The authentication type value (0x80) reserved for simple authentication.
AuthenticationException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Bind Request failed due to an authentication failure.
AUTHORIZATION_DENIED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if the server will not allow the client to use the requested authorization.
AuthorizationException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request failed due to an authorization failure.
AuthorizationIdentityRequestControl - Class in org.forgerock.opendj.ldap.controls
The authorization request control as defined in RFC 3829.
AuthorizationIdentityResponseControl - Class in org.forgerock.opendj.ldap.controls
The authorization response control as defined in RFC 3829.
auxiliaryObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided auxiliary classes to the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
auxiliaryObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided auxiliary classes to the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
AVA - Class in org.forgerock.opendj.ldap
An attribute value assertion (AVA) as defined in RFC 4512 section 2.3 consists of an attribute description with zero options and an attribute value.
AVA(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.AVA
Creates a new attribute value assertion (AVA) using the provided attribute type and value.
AVA(String, Object) - Constructor for class org.forgerock.opendj.ldap.AVA
Creates a new attribute value assertion (AVA) using the provided attribute type and value decoded using the default schema.

B

BASE_OBJECT - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the search base entry.
bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Authenticates to the Directory Server using the provided bind request.
bind(String, char[]) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Authenticates to the Directory Server using the provided bind request.
bind(String, char[]) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Authenticates to the Directory Server using simple authentication and the provided user name and password.
bind(BindRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Authenticates to the Directory Server using the provided bind request.
bind(String, char[]) - Method in interface org.forgerock.opendj.ldap.Connection
Authenticates to the Directory Server using simple authentication and the provided user name and password.
bindAsync(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
bindAsync(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
bindAsync(BindRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously authenticates to the Directory Server using the provided bind request.
bindAsync(BindRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously authenticates to the Directory Server using the provided bind request.
BindClient - Interface in org.forgerock.opendj.ldap.requests
An authentication client which can be used to bind to a server.
bindRequest(int, int, GenericBindRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
bindRequest(int, int, GenericBindRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP bind request message.
BindRequest - Interface in org.forgerock.opendj.ldap.requests
The Bind operation allows authentication information to be exchanged between the client and server.
bindResult(int, BindResult) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
bindResult(int, BindResult) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP bind result message.
BindResult - Interface in org.forgerock.opendj.ldap.responses
A Bind result indicates the status of the client's request for authentication.
BindResultLdapPromiseImpl - Class in org.forgerock.opendj.ldap.spi
Bind result promise implementation.
BOOLEAN_VALUE_FALSE - Static variable in class org.forgerock.opendj.io.ASN1
The byte array containing the pre-encoded ASN.1 encoding for a boolean value of "false".
BOOLEAN_VALUE_TRUE - Static variable in class org.forgerock.opendj.io.ASN1
The byte array containing the pre-encoded ASN.1 encoding for a boolean value of "false".
buildAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new attribute type before adding it to the schema.
buildAttributeType(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns an attribute type builder whose fields are initialized to the values of the provided attribute type.
buildDITContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new DIT content rule before adding it to the schema.
buildDITContentRule(DITContentRule) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a DIT content rule builder whose fields are initialized to the values of the provided DIT content rule.
buildDITStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new DIT structure rule before adding it to the schema.
buildDITStructureRule(DITStructureRule) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns an DIT structure rule builder whose fields are initialized to the values of the provided rule.
buildMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new matching rule before adding it to the schema.
buildMatchingRule(MatchingRule) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a matching rule builder whose fields are initialized to the values of the provided matching rule.
buildMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new matching rule use before adding it to the schema.
buildMatchingRuleUse(MatchingRuleUse) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a matching rule use builder whose fields are initialized to the values of the provided matching rule use object.
buildNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new name form before adding it to the schema.
buildNameForm(NameForm) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a name form builder whose fields are initialized to the values of the provided name form.
buildObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new object class before adding it to the schema.
buildObjectClass(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns an object class builder whose fields are initialized to the values of the provided object class.
buildSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a builder which can be used for incrementally constructing a new syntax before adding it to the schema.
buildSyntax(Syntax) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a syntax builder whose fields are initialized to the values of the provided syntax.
BUSY - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the server is too busy to process the requested operation.
BYTE_ARRAY_COMPARATOR - Static variable in interface org.forgerock.opendj.ldap.ByteSequence
A byte array comparator.
byteAt(int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the byte value at the specified index.
byteAt(int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns the byte value at the specified index.
byteAt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the byte value at the specified index.
ByteSequence - Interface in org.forgerock.opendj.ldap
A ByteSequence is a readable sequence of byte values.
ByteSequenceReader - Class in org.forgerock.opendj.ldap
An interface for iteratively reading data from a ByteSequence .
ByteString - Class in org.forgerock.opendj.ldap
An immutable sequence of bytes backed by a byte array.
ByteStringBuilder - Class in org.forgerock.opendj.ldap
A mutable sequence of bytes backed by a byte array.
ByteStringBuilder() - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with an initial capacity of 32 bytes.
ByteStringBuilder(int) - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with the specified initial capacity.
ByteStringBuilder(ByteSequence) - Constructor for class org.forgerock.opendj.ldap.ByteStringBuilder
Creates a new byte string builder with the content of the provided ByteSequence.
byteStringToAttributeDescription() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses AttributeDescriptions using the default schema.
byteStringToAttributeDescription(Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses AttributeDescriptions using the provided schema.
byteStringToBoolean() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Boolean values.
byteStringToDN() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the default schema.
byteStringToDN(Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the provided schema.
byteStringToGeneralizedTime() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses generalized time strings.
byteStringToInteger() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Integer string values.
byteStringToLong() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Long string values.
byteStringToString() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses a ByteString as a UTF-8 encoded String.

C

CancelExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
The cancel extended request as defined in RFC 3909.
CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was successful, or that the specified operation was canceled.
CancelledResultException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was cancelled.
CancelRequestListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when a cancellation request has been received and processing of the request should be aborted if possible.
CANNOT_CANCEL - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was unsuccessful because the targeted operation was one that could not be canceled.
capacity() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the current capacity of this byte string builder.
ChangeRecord - Interface in org.forgerock.opendj.ldif
A request to modify the content of the Directory in some way.
ChangeRecordReader - Interface in org.forgerock.opendj.ldif
An interface for reading change records from a data source, typically an LDIF file.
ChangeRecordVisitor<R,P> - Interface in org.forgerock.opendj.ldif
A visitor of ChangeRecords, in the style of the visitor design pattern.
ChangeRecordWriter - Interface in org.forgerock.opendj.ldif
An interface for writing change records to a data source, typically an LDIF file.
checkAttributesAndObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for verifying that the user attributes in an entry conform to its object classes.
checkAttributesAndObjectClasses(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for verifying that the user attributes in an entry conform to its object classes.
checkAttributeValues() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for verifying that the user attributes in an entry conform to their associated attribute type descriptions.
checkAttributeValues(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for verifying that the user attributes in an entry conform to their associated attribute type descriptions.
checkDITContentRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for validating entries against content rules defined in the schema.
checkDITContentRules(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for validating entries against content rules defined in the schema.
checkDITStructureRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for validating entries against structure rules defined in the schema.
checkDITStructureRules(SchemaValidationPolicy.Action, SchemaValidationPolicy.EntryResolver) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for validating entries against structure rules defined in the schema.
checkDITStructureRulesEntryResolver() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns parent entry resolver which should be used for retrieving the parent entry during DIT structure rule validation.
checkForTimeout() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
Returns true if this request should be canceled once the timeout period expires.
checkForTimeout() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
 
checkHostName(String, X509TrustManager) - Static method in class org.forgerock.opendj.ldap.TrustManagers
Wraps the provided X509TrustManager by adding additional validation which rejects certificate chains whose subject DN does not match the specified host name pattern.
checkIfCancelled(boolean) - Method in interface org.forgerock.opendj.ldap.RequestContext
Throws CancelledResultException if a cancellation request has been received and processing of the request should be aborted if possible.
checkNameForms() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for validating entries against name forms defined in the schema.
checkNameForms(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for validating entries against name forms defined in the schema.
checkUsingTrustStore(String) - Static method in class org.forgerock.opendj.ldap.TrustManagers
Creates a new X509TrustManager which will use the named trust store file to determine whether to trust a certificate.
checkUsingTrustStore(String, char[], String) - Static method in class org.forgerock.opendj.ldap.TrustManagers
Creates a new X509TrustManager which will use the named trust store file to determine whether to trust a certificate.
checkValidityDates(X509TrustManager) - Static method in class org.forgerock.opendj.ldap.TrustManagers
Wraps the provided X509TrustManager by adding additional validation which rejects certificate chains containing certificates which have expired or are not yet valid.
child(DN) - Method in class org.forgerock.opendj.ldap.DN
Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN.
child(RDN) - Method in class org.forgerock.opendj.ldap.DN
Returns a DN which is an immediate child of this DN and having the specified RDN.
child(String) - Method in class org.forgerock.opendj.ldap.DN
Returns a DN which is subordinate to this DN and having the additional RDN components contained in the provided DN decoded using the default schema.
child(String, Object) - Method in class org.forgerock.opendj.ldap.DN
Returns a DN which is an immediate child of this DN and with an RDN having the provided attribute type and value decoded using the default schema.
CIPHER_3DES - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept connection encryption using the high strength triple-DES cipher.
CIPHER_DES - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept connection encryption using the medium strength DES cipher.
CIPHER_HIGH - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept connection encryption using the strongest supported cipher, as long as the cipher is considered to be high strength.
CIPHER_LOW - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept connection encryption using the strongest supported cipher, even if the strongest cipher is considered to be medium or low strength.
CIPHER_MEDIUM - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept connection encryption using the strongest supported cipher, as long as the cipher is considered to be high or medium strength.
CIPHER_RC4_128 - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept connection encryption using the high strength 128-bit RC4 cipher.
CIPHER_RC4_40 - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept connection encryption using the low strength 40-bit RC4 cipher.
CIPHER_RC4_56 - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept connection encryption using the medium strength 56-bit RC4 cipher.
clear() - Method in interface org.forgerock.opendj.ldap.Attribute
Removes all of the attribute values from this attribute (optional operation).
clear() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the length of this byte string builder to zero.
clear() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Removes all of the attribute values from this attribute (optional operation).
clear() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Clears the contents of this memory backend so that it does not contain any entries.
clearAndTruncate(int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the length of this byte string builder to zero, and resets the capacity to the specified size if above provided threshold.
clearAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
Removes all the attributes from this entry (optional operation).
clearAttributes() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
clearAttributes() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
CLIENT_SIDE_AUTH_UNKNOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the user requested an unknown or unsupported authentication mechanism.
CLIENT_SIDE_CLIENT_LOOP - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client detected a referral loop caused by servers referencing each other in a circular manner.
CLIENT_SIDE_CONNECT_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client was not able to establish a connection to the server.
CLIENT_SIDE_CONTROL_NOT_FOUND - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client expected a control to be present in the response from the server but it was not included.
CLIENT_SIDE_DECODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that an error occurred while decoding a response from the server.
CLIENT_SIDE_ENCODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that an error occurred while encoding a request to send to the server.
CLIENT_SIDE_FILTER_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the filter provided by the user was malformed and could not be parsed.
CLIENT_SIDE_LOCAL_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that a local error occurred that had nothing to do with interaction with the server.
CLIENT_SIDE_NO_MEMORY - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client application was not able to allocate enough memory for the requested operation.
CLIENT_SIDE_NO_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the requested single entry search operation or read operation failed because the Directory Server did not return any matching entries.
CLIENT_SIDE_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the user requested an operation that is not supported.
CLIENT_SIDE_PARAM_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that there was a problem with one or more of the parameters provided by the user.
CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client reached the maximum number of hops allowed when attempting to follow a referral (i.e., following one referral resulted in another referral which resulted in another referral and so on).
CLIENT_SIDE_SERVER_DOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that a previously-established connection to the server was lost.
CLIENT_SIDE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the client did not receive an expected response in a timely manner.
CLIENT_SIDE_UNEXPECTED_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that the requested single entry search operation or read operation failed because the Directory Server returned multiple matching entries (or search references) when only a single matching entry was expected.
CLIENT_SIDE_USER_CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The client-side result code that indicates that the user cancelled an operation.
close() - Method in interface org.forgerock.opendj.io.ASN1Reader
Closes this ASN.1 reader.
close() - Method in interface org.forgerock.opendj.io.ASN1Writer
Closes this ASN.1 writer, flushing it first.
close() - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
close() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Releases any resources associated with this connection.
close(UnbindRequest, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.opendj.ldap.Connection
Releases any resources associated with this connection.
close(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.Connection
Releases any resources associated with this connection.
close() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Releases any resources associated with this connection factory.
close() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
Releases any resources associated with this connection pool.
close() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
 
close() - Method in class org.forgerock.opendj.ldap.LDAPListener
Closes this LDAP connection listener.
close() - Method in interface org.forgerock.opendj.ldap.LoadBalancingAlgorithm
Releases any resources associated with this algorithm, including any associated connection factories.
close() - Method in interface org.forgerock.opendj.ldap.spi.LDAPListenerImpl
Closes this stream and releases any system resources associated with it.
close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
Closes this change record reader if it not already closed.
close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Closes this change record writer, flushing it first.
close() - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Closes this connection change record writer, including the underlying connection.
close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Closes this connection entry reader, canceling the search request if it is still active.
close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Closes this connection entry writer, including the underlying connection.
close() - Method in class org.forgerock.opendj.ldif.EntryGenerator
 
close() - Method in interface org.forgerock.opendj.ldif.EntryReader
Closes this entry reader if it is not already closed.
close() - Method in interface org.forgerock.opendj.ldif.EntryWriter
Closes this entry writer, flushing it first.
close() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Closes this change record reader if it not already closed.
close() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Closes this change record writer, flushing it first.
close() - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Closes this entry reader if it is not already closed.
close() - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Closes this entry writer, flushing it first.
collective(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this attribute type is "collective".
compact() - Method in class org.forgerock.opendj.ldap.DN
Returns a compact representation of this DN, with lazy evaluation of the normalized value.
COMPACTED_MAX_VALUE - Static variable in class org.forgerock.opendj.ldap.ByteStringBuilder
Maximum value that can be stored with a compacted representation.
COMPARATOR - Static variable in interface org.forgerock.opendj.ldap.ByteSequence
A ByteSequence comparator.
comparator(Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(Schema, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(Schema, SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided list of sort keys.
comparator(String) - Static method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using the provided string representation of a list of sort keys.
comparator() - Method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using this sort key.
comparator(Schema) - Method in class org.forgerock.opendj.ldap.SortKey
Returns a Comparator which can be used to compare entries using this sort key.
compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Compares an entry in the Directory Server using the provided compare request.
compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Compares an entry in the Directory Server using the provided compare request.
compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Compares the named entry in the Directory Server against the provided attribute value assertion.
compare(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Compares an entry in the Directory Server using the provided compare request.
compare(String, String, String) - Method in interface org.forgerock.opendj.ldap.Connection
Compares the named entry in the Directory Server against the provided attribute value assertion.
COMPARE_FALSE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the attribute value assertion included in a compare request did not match the targeted entry.
COMPARE_TRUE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the attribute value assertion included in a compare request did match the targeted entry.
compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
compareAsync(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareAsync(CompareRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously compares an entry in the Directory Server using the provided compare request.
compareByName() - Static method in class org.forgerock.opendj.ldap.Entries
Returns a Comparator which can be used to compare entries by name using the natural order for DN comparisons (parent before children).
compareRequest(int, CompareRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
compareRequest(int, CompareRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP compare request message.
CompareRequest - Interface in org.forgerock.opendj.ldap.requests
The Compare operation allows a client to compare an assertion value with the values of a particular attribute in a particular entry in the Directory.
compareResult(int, CompareResult) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
compareResult(int, CompareResult) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP compare result message.
CompareResult - Interface in org.forgerock.opendj.ldap.responses
An Compare result indicates the final status of an Compare operation.
compareTo(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Compares this attribute description to the provided attribute description.
compareTo(AVA) - Method in class org.forgerock.opendj.ldap.AVA
compareTo(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Compares this byte sequence with the specified byte array sub-sequence for order.
compareTo(ByteSequence) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Compares this byte sequence with the specified byte sequence for order.
compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
Compares this byte sequence with the specified byte array sub-sequence for order.
compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteString
Compares this byte sequence with the specified byte sequence for order.
compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Compares this byte sequence with the specified byte array sub-sequence for order.
compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Compares this byte sequence with the specified byte sequence for order.
compareTo(DN.CompactDn) - Method in class org.forgerock.opendj.ldap.DN.CompactDn
compareTo(DN) - Method in class org.forgerock.opendj.ldap.DN
compareTo(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.GeneralizedTime
compareTo(RDN) - Method in class org.forgerock.opendj.ldap.RDN
compareTo(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Compares this attribute type to the provided attribute type.
compose(Function<M, X, NeverThrowsException>, Function<X, N, NeverThrowsException>) - Static method in class org.forgerock.opendj.ldap.Functions
Returns the composition of two functions.
ConditionResult - Enum in org.forgerock.opendj.ldap
The result of a tri-state logical expression.
CONFIDENTIALITY_REQUIRED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation could not be processed because it requires confidentiality for the communication between the client and the server.
ConflictingSchemaElementException - Exception in org.forgerock.opendj.ldap.schema
Thrown when addition of a schema element to a schema builder fails because the OID of the schema element conflicts with an existing schema element and the caller explicitly requested not to override existing schema elements.
ConflictingSchemaElementException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.ldap.schema.ConflictingSchemaElementException
Creates a new conflicting schema element exception with the provided message.
conformsToSchema(Entry, Schema, SchemaValidationPolicy, Collection<LocalizableMessage>) - Static method in class org.forgerock.opendj.ldap.Entries
Returns true if the provided entry is valid according to the specified schema and schema validation policy.
conformsToSchema(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>) - Static method in class org.forgerock.opendj.ldap.Entries
Returns true if the provided entry is valid according to the default schema and schema validation policy.
connection - Variable in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
The wrapped connection.
Connection - Interface in org.forgerock.opendj.ldap
A connection with a Directory Server over which read and update operations may be performed.
ConnectionChangeRecordWriter - Class in org.forgerock.opendj.ldif
A ConnectionChangeRecordWriter is a bridge from Connections to ChangeRecordWriters.
ConnectionChangeRecordWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Creates a new connection change record writer whose destination is the provided connection.
ConnectionEntryReader - Class in org.forgerock.opendj.ldif
A ConnectionEntryReader is a bridge from Connections to EntryReaders.
ConnectionEntryReader(Connection, SearchRequest) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
Creates a new connection entry reader whose destination is the provided connection using an unbounded LinkedBlockingQueue.
ConnectionEntryReader(Connection, SearchRequest, BlockingQueue<Response>) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
Creates a new connection entry reader whose destination is the provided connection.
ConnectionEntryWriter - Class in org.forgerock.opendj.ldif
A ConnectionEntryWriter is a bridge from Connections to EntryWriters.
ConnectionEntryWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryWriter
Creates a new connection entry writer whose destination is the provided connection.
ConnectionEventListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when a connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
ConnectionException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was unsuccessful because of a connection failure.
ConnectionFactory - Interface in org.forgerock.opendj.ldap
A connection factory provides an interface for obtaining a connection to a Directory Server.
ConnectionPool - Interface in org.forgerock.opendj.ldap
A connection factory which maintains and re-uses a pool of connections.
Connections - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating connection factories and connections.
ConnectionSecurityLayer - Interface in org.forgerock.opendj.ldap
An interface for providing additional connection security to a connection.
ConnectionState - Class in org.forgerock.opendj.ldap.spi
This class can be used to manage the internal state of a connection, ensuring valid and atomic state transitions, as well as connection event listener notification.
ConnectionState() - Constructor for class org.forgerock.opendj.ldap.spi.ConnectionState
Creates a new connection state which is initially valid.
CONSTRAINT_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have violated some constraint defined in the server.
ConstraintViolationException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the update Request failed because it would have left the Directory in an inconsistent state.
contains(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns true if this attribute contains value.
contains(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if this attribute contains value.
contains(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Returns true if this attribute contains value.
contains(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists in this memory backend.
contains(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if the named entry exists in this memory backend.
containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns true if this attribute contains all of the attribute values contained in values.
containsAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if this attribute contains all of the attribute values contained in values.
containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Returns true if this attribute contains all of the attribute values contained in values.
containsAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
containsAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains all of the attribute values contained in attribute.
containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if this entry contains all of the attribute values contained in values.
containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
containsControl(String) - Method in interface org.forgerock.opendj.ldap.requests.Request
Returns true if this request contains the specified request control.
containsControl(String) - Method in interface org.forgerock.opendj.ldap.responses.Response
Returns true if this response contains the specified response control.
containsObjectClass(Entry, ObjectClass) - Static method in class org.forgerock.opendj.ldap.Entries
Check if the provided entry contains the provided object class.
containsObjectClass(Entry, Schema, ObjectClass) - Static method in class org.forgerock.opendj.ldap.Entries
Check if the provided entry contains the provided object class.
Control - Interface in org.forgerock.opendj.ldap.controls
Controls provide a mechanism whereby the semantics and arguments of existing LDAP operations may be extended.
ControlDecoder<C extends Control> - Interface in org.forgerock.opendj.ldap.controls
A factory interface for decoding a control as a control of specific type.
copyOf(SchemaValidationPolicy) - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a copy of the provided schema validation policy.
copyOfAbandonRequest(AbandonRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new abandon request that is an exact copy of the provided request.
copyOfAddRequest(AddRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new add request that is an exact copy of the provided request.
copyOfAnonymousSASLBindRequest(AnonymousSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new anonymous SASL bind request that is an exact copy of the provided request.
copyOfBindResult(BindResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new bind result that is an exact copy of the provided result.
copyOfCancelExtendedRequest(CancelExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new cancel extended request that is an exact copy of the provided request.
copyOfCompareRequest(CompareRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new compare request that is an exact copy of the provided request.
copyOfCompareResult(CompareResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new compare result that is an exact copy of the provided result.
copyOfCRAMMD5SASLBindRequest(CRAMMD5SASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new CRAM MD5 SASL bind request that is an exact copy of the provided request.
copyOfDeleteRequest(DeleteRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new delete request that is an exact copy of the provided request.
copyOfDigestMD5SASLBindRequest(DigestMD5SASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new digest MD5 SASL bind request that is an exact copy of the provided request.
copyOfExternalSASLBindRequest(ExternalSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new external SASL bind request that is an exact copy of the provided request.
copyOfGenericBindRequest(GenericBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new generic bind request that is an exact copy of the provided request.
copyOfGenericExtendedRequest(GenericExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new generic extended request that is an exact copy of the provided request.
copyOfGenericExtendedResult(GenericExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new generic extended result that is an exact copy of the provided result.
copyOfGenericIntermediateResponse(GenericIntermediateResponse) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new generic intermediate response that is an exact copy of the provided response.
copyOfGSSAPISASLBindRequest(GSSAPISASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new GSSAPI SASL bind request that is an exact copy of the provided request.
copyOfModifyDNRequest(ModifyDNRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new modify DN request that is an exact copy of the provided request.
copyOfModifyRequest(ModifyRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new modify request that is an exact copy of the provided request.
copyOfPasswordModifyExtendedRequest(PasswordModifyExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new password modify extended request that is an exact copy of the provided request.
copyOfPasswordModifyExtendedResult(PasswordModifyExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new password modify extended result that is an exact copy of the provided result.
copyOfPlainSASLBindRequest(PlainSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new plain SASL bind request that is an exact copy of the provided request.
copyOfResult(Result) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new result that is an exact copy of the provided result.
copyOfSearchRequest(SearchRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new search request that is an exact copy of the provided request.
copyOfSearchResultEntry(SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new search result entry that is an exact copy of the provided result.
copyOfSearchResultReference(SearchResultReference) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new search result reference that is an exact copy of the provided result.
copyOfSimpleBindRequest(SimpleBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new simple bind request that is an exact copy of the provided request.
copyOfStartTLSExtendedRequest(StartTLSExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new startTLS extended request that is an exact copy of the provided request.
copyOfUnbindRequest(UnbindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new unbind request that is an exact copy of the provided request.
copyOfWhoAmIExtendedRequest(WhoAmIExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new Who Am I extended request that is an exact copy of the provided request.
copyOfWhoAmIExtendedResult(WhoAmIExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new who am I extended result that is an exact copy of the provided result.
copyTo(byte[]) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Copies the contents of this byte sequence to the provided byte array.
copyTo(byte[], int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Copies the contents of this byte sequence to the specified location in the provided byte array.
copyTo(ByteStringBuilder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Appends the entire contents of this byte sequence to the provided ByteStringBuilder.
copyTo(ByteBuffer) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Appends the content of this byte sequence to the provided ByteBuffer.
copyTo(CharBuffer, CharsetDecoder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Appends the content of this byte sequence decoded using provided charset decoder, to the provided CharBuffer.
copyTo(OutputStream) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Copies the entire contents of this byte sequence to the provided OutputStream.
copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteString
Copies the contents of this byte sequence to the provided byte array.
copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteString
Copies the contents of this byte sequence to the specified location in the provided byte array.
copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteString
Appends the content of this byte sequence to the provided ByteBuffer.
copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteString
Appends the entire contents of this byte sequence to the provided ByteStringBuilder.
copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteString
Appends the content of this byte sequence decoded using provided charset decoder, to the provided CharBuffer.
copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteString
Copies the entire contents of this byte sequence to the provided OutputStream.
copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Copies the contents of this byte sequence to the provided byte array.
copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Copies the contents of this byte sequence to the specified location in the provided byte array.
copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the content of this byte sequence to the provided ByteBuffer.
copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the entire contents of this byte sequence to the provided ByteStringBuilder.
copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Appends the content of this byte sequence decoded using provided charset decoder, to the provided CharBuffer.
copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Copies the entire contents of this byte sequence to the provided OutputStream.
copyTo(WritableByteChannel) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Copies the entire contents of this byte string to the provided WritableByteChannel.
copyTo(ChangeRecordReader, ChangeRecordWriter) - Static method in class org.forgerock.opendj.ldif.LDIF
Copies the content of input to output.
copyTo(EntryReader, EntryWriter) - Static method in class org.forgerock.opendj.ldif.LDIF
Copies the content of input to output.
CoreSchema - Class in org.forgerock.opendj.ldap.schema
The OpenDJ SDK core schema contains standard LDAP RFC schema elements.
CoreSchemaSupportedLocales - Class in org.forgerock.opendj.ldap.schema
Provides a map of supported locale tags to OIDs.
CRAMMD5SASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
The CRAM-MD5 SASL bind request as defined in draft-ietf-sasl-crammd5.
create(AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and no options.
create(AttributeType, String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and single option.
create(AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Creates an attribute description having the provided attribute type and options.
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
 
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
Creates a new bind client which can be used to perform the authentication process.
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
 
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
 
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
 
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
 
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
 
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
 
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
 
createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
 
createExactMatchQuery(String, ByteSequence) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
Returns a query requesting an index record matching the provided key.
createIndexers(IndexingOptions) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the indexers for this matching rule configured using the provided indexing options.
createIndexers(IndexingOptions) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Returns the indexers for this matching rule.
createIndexQuery(IndexQueryFactory<T>) - Method in interface org.forgerock.opendj.ldap.Assertion
Returns an index query appropriate for the provided attribute value assertion.
createIntersectionQuery(Collection<T>) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
Returns a query which returns the intersection of a collection of sub-queries.
createKeys(Schema, ByteSequence, Collection<ByteString>) - Method in interface org.forgerock.opendj.ldap.spi.Indexer
Generates the set of index keys for an attribute.
createMatchAllQuery() - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
Returns a query requesting all index records.
createRangeMatchQuery(String, ByteSequence, ByteSequence, boolean, boolean) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
Returns a query requesting all index records in the specified range.
createUnionQuery(Collection<T>) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
Returns a query which combines the results of a collection of sub-queries.
currentTime() - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time whose value is the current time, using the default time zone and locale.

D

decodeControl(Control, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
Decodes the provided control as a Control of type C.
DecodeException - Exception in org.forgerock.opendj.ldap
Thrown when data from an input source cannot be decoded, perhaps due to the data being malformed in some way.
decodeExtendedRequest(ExtendedRequest<?>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequestDecoder
Decodes the provided extended operation request as an ExtendedRequest of type R.
decodeExtendedResult(ExtendedResult, DecodeOptions) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
 
decodeExtendedResult(ExtendedResult, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResultDecoder
Decodes the provided extended operation result as a Result of type S.
DecodeOptions - Class in org.forgerock.opendj.ldap
Decode options allow applications to control how requests and responses are decoded.
DecodeOptions() - Constructor for class org.forgerock.opendj.ldap.DecodeOptions
Creates a new set of decode options which will always use the default schema returned by Schema.getDefaultSchema(), LinkedAttribute, and LinkedHashMapEntry.
DecodeOptions(DecodeOptions) - Constructor for class org.forgerock.opendj.ldap.DecodeOptions
Creates a new set of decode options having the same initial set of options as the provided set of decode options.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
A decoder which can be used for decoding the LDAP assertion request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
A decoder which can be used for decoding the authorization identity request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
A decoder which can be used for decoding the authorization identity response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
A decoder which can be used for decoding the entry change notification response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
A decoder which can be used for decoding the get effective rights request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
A decoder which can be used for decoding the Manage DsaIT request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
A decoder which can be used for decoding the matched values request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
A decoder which can be used for decoding the password expired response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
A decoder which can be used for decoding the password expiring response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
A decoder which can be used for decoding the password policy request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
A decoder which can be used for decoding the password policy response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
A decoder which can be used for decoding the permissive modify request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
A decoder which can be used for decoding the persistent search request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
A decoder which can be used for decoding the post-read request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
A decoder which can be used for decoding the post-read response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
A decoder which can be used for decoding the pre-read request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
A decoder which can be used for decoding the pre-read response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
A decoder which can be used for decoding the proxied authorization v1 request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
A decoder which can be used for decoding the proxied authorization v2 request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
A decoder which can be used for decoding the server side sort request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
A decoder which can be used for decoding the server side sort response control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
A decoder which can be used for decoding the simple paged results control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
A decoder which can be used for decoding the sub-entries request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
A decoder which can be used for decoding the sub-tree delete request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
A decoder which can be used for decoding the virtual list view request control.
DECODER - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
A decoder which can be used for decoding the virtual list view response control.
DECODER - Static variable in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
A decoder which can be used to decode cancel extended operation requests.
DECODER - Static variable in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
A decoder which can be used to decode generic extended operation requests.
DECODER - Static variable in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
A decoder which can be used to decode password modify extended operation requests.
DECODER - Static variable in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
A decoder which can be used to decode start TLS extended operation requests.
DECODER - Static variable in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
A decoder which can be used to decode who am I extended operation requests.
decodeResult(ExtendedResult, DecodeOptions) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
Decode an extended result.
deepCopyOfEntry(Entry) - Static method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
deepCopyOfEntry(Entry) - Static method in class org.forgerock.opendj.ldap.TreeMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
DEFAULT - Static variable in interface org.forgerock.opendj.ldap.SchemaResolver
A schema resolver which always returns the current default schema as returned by Schema.getDefaultSchema().
DEFAULT_MATCHING_RULE_OID - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies the OID of the default matching rule which will be used when parsing unrecognized attributes.
DEFAULT_SYNTAX_OID - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Specifies the OID of the default syntax which will be used when parsing unrecognized attributes.
defaultPolicy() - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a new schema validation policy with default settings.
delete(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Deletes an entry from the Directory Server using the provided delete request.
delete(String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
delete(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes an entry from the Directory Server using the provided delete request.
delete(String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes the named entry from the Directory Server.
delete(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes an entry from the Directory Server using the provided delete request.
delete(String) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes the named entry from the Directory Server.
DELETE - Static variable in class org.forgerock.opendj.ldap.ModificationType
Delete the values listed in the modification from the attribute.
deleteAsync(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
deleteAsync(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(DeleteRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(DeleteRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
deleteAsync(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteAsync(DeleteRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously deletes an entry from the Directory Server using the provided delete request.
deleteRequest(int, DeleteRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
deleteRequest(int, DeleteRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP delete request message.
DeleteRequest - Interface in org.forgerock.opendj.ldap.requests
The Delete operation allows a client to request the removal of an entry from the Directory.
deleteResult(int, Result) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
deleteResult(int, Result) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP delete result message.
deleteSubtree(String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
deleteSubtree(String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Deletes the named entry and all of its subordinates from the Directory Server.
deleteSubtree(String) - Method in interface org.forgerock.opendj.ldap.Connection
Deletes the named entry and all of its subordinates from the Directory Server.
DereferenceAliasesPolicy - Class in org.forgerock.opendj.ldap
A Search operation alias dereferencing policy as defined in RFC 4511 section 4.5.1.3 is used to indicate whether or not alias entries (as defined in RFC 4512) are to be dereferenced during stages of a Search operation.
description(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
description(String) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
diff(EntryReader, EntryReader) - Static method in class org.forgerock.opendj.ldif.LDIF
Compares the content of source to the content of target and returns the differences in a change record reader.
diffEntries(Entry, Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Creates a new modify request containing a list of modifications which can be used to transform fromEntry into entry toEntry.
diffEntries(Entry, Entry, Entries.DiffOptions) - Static method in class org.forgerock.opendj.ldap.Entries
Creates a new modify request containing a list of modifications which can be used to transform fromEntry into entry toEntry.
diffOptions() - Static method in class org.forgerock.opendj.ldap.Entries
Returns a new set of options which may be used to control how entries are compared and changes generated using Entries.diffEntries(Entry, Entry, DiffOptions).
DigestMD5SASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
The DIGEST-MD5 SASL bind request as defined in RFC 2831.
disconnect() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Disconnects the client without sending a disconnect notification.
disconnect(ResultCode, String) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Disconnects the client and sends a disconnect notification, if possible, containing the provided result code and diagnostic message.
dispose() - Method in interface org.forgerock.opendj.ldap.ConnectionSecurityLayer
Disposes of any system resources or security-sensitive information that this connection security layer might be using.
dispose() - Method in interface org.forgerock.opendj.ldap.requests.BindClient
Disposes of any system resources or security-sensitive information that this bind client might be using.
distrustAll() - Static method in class org.forgerock.opendj.ldap.TrustManagers
Returns an X509TrustManager which does not trust any certificates.
DITContentRule - Class in org.forgerock.opendj.ldap.schema
This class defines a DIT content rule, which defines the set of allowed, required, and prohibited attributes for entries with a given structural objectclass, and also indicates which auxiliary classes may be included in the entry.
DITContentRule.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing DIT content rule.
DITStructureRule - Class in org.forgerock.opendj.ldap.schema
This class defines a DIT structure rule, which is used to indicate the types of children that entries may have.
DITStructureRule.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing DIT structure rules.
DN - Class in org.forgerock.opendj.ldap
A distinguished name (DN) as defined in RFC 4512 section 2.3 is the concatenation of its relative distinguished name (RDN) and its immediate superior's DN.
DN.CompactDn - Class in org.forgerock.opendj.ldap
A compact representation of a DN, suitable for equality and comparisons, and providing a natural hierarchical ordering.

E

ELEMENT_READ_STATE_NEED_ADDITIONAL_LENGTH_BYTES - Static variable in class org.forgerock.opendj.io.ASN1
The ASN.1 element decoding state that indicates that the next byte read should be additional bytes of a multi-byte length.
ELEMENT_READ_STATE_NEED_FIRST_LENGTH_BYTE - Static variable in class org.forgerock.opendj.io.ASN1
The ASN.1 element decoding state that indicates that the next byte read should be the first byte for the element length.
ELEMENT_READ_STATE_NEED_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
The ASN.1 element decoding state that indicates that the next byte read should be the BER type for a new element.
ELEMENT_READ_STATE_NEED_VALUE_BYTES - Static variable in class org.forgerock.opendj.io.ASN1
The ASN.1 element decoding state that indicates that the next byte read should be applied to the value of the element.
elementAvailable() - Method in interface org.forgerock.opendj.io.ASN1Reader
Indicates whether or not the next element can be read without blocking.
empty() - Static method in class org.forgerock.opendj.ldap.ByteString
Returns an empty byte string.
emptyAttribute(AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only empty attribute having the specified attribute description.
emptyAttribute(String) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only empty attribute having the specified attribute description.
enableConnectionSecurityLayer(ConnectionSecurityLayer) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Installs the provided connection security layer to the underlying connection.
enableTLS(SSLContext, String[], String[], boolean, boolean) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Installs the TLS/SSL security layer on the underlying connection.
ensureAdditionalCapacity(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Ensures that the specified number of additional bytes will fit in this byte string builder and resizes it if necessary.
Entries - Class in org.forgerock.opendj.ldap
This class contains methods for creating and manipulating entries.
Entries.DiffOptions - Class in org.forgerock.opendj.ldap
Options for controlling the behavior of the diffEntries method.
Entry - Interface in org.forgerock.opendj.ldap
An entry, comprising of a distinguished name and zero or more attributes.
ENTRY_ALREADY_EXISTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in an entry that conflicts with an entry that already exists.
EntryChangeNotificationResponseControl - Class in org.forgerock.opendj.ldap.controls
The entry change notification response control as defined in draft-ietf-ldapext-psearch.
EntryFactory - Interface in org.forgerock.opendj.ldap
Entry factories are included with a set of DecodeOptions in order to allow application to control how Entry instances are created when decoding requests and responses.
EntryGenerator - Class in org.forgerock.opendj.ldif
A template driven entry generator, as used by the make-ldif tool.
EntryGenerator() - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator using default values.
EntryGenerator(String) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided template path.
EntryGenerator(String...) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided template lines.
EntryGenerator(List<String>) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided template lines.
EntryGenerator(InputStream) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
Creates a generator from the provided input stream.
EntryNotFoundException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request failed because the target entry was not found by the Directory Server.
EntryReader - Interface in org.forgerock.opendj.ldif
An interface for reading entries from a data source, typically an LDIF file.
EntryWriter - Interface in org.forgerock.opendj.ldif
An interface for writing entries to a data source, typically an LDIF file.
equality(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new equality match filter using the provided attribute description and assertion value.
equalityMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for equality matching with this attribute type.
equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns true if object is an attribute which is equal to this attribute.
equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
equals(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if object is an attribute which is equal to this attribute.
equals(Object) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether the provided object is an attribute description which is equal to this attribute description.
equals(Object) - Method in class org.forgerock.opendj.ldap.AVA
equals(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Indicates whether the provided byte array sub-sequence is equal to this byte sequence.
equals(Object) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Indicates whether the provided object is equal to this byte sequence.
equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
Indicates whether the provided byte array sub-sequence is equal to this byte sequence.
equals(Object) - Method in class org.forgerock.opendj.ldap.ByteString
Indicates whether the provided object is equal to this byte string.
equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Indicates whether the provided byte array sub-sequence is equal to this byte sequence.
equals(Object) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Indicates whether the provided object is equal to this byte string builder.
equals(Object) - Method in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
equals(Object) - Method in class org.forgerock.opendj.ldap.DN.CompactDn
equals(Object) - Method in class org.forgerock.opendj.ldap.DN
equals(Object) - Method in interface org.forgerock.opendj.ldap.Entry
Returns true if object is an entry which is equal to this entry.
equals(Object) - Method in class org.forgerock.opendj.ldap.GeneralizedTime
equals(Object) - Method in class org.forgerock.opendj.ldap.LDAPUrl
equals(Object) - Method in class org.forgerock.opendj.ldap.ModificationType
equals(Object) - Method in class org.forgerock.opendj.ldap.RDN
equals(Object) - Method in class org.forgerock.opendj.ldap.ResultCode
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns true if the provided object is an attribute type having the same numeric OID as this attribute type.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns true if the provided object is a DIT content rule having the same structural object class OID as this DIT content rule.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
Returns true if the provided object is a DIT structure rule having the same rule ID as this DIT structure rule.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns true if the provided object is a matching rule having the same numeric OID as this matching rule.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns true if the provided object is a matching rule use having the same numeric OID as this matching rule use.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided object is a name form having the same numeric OID as this name form.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns true if the provided object is an object class having the same numeric OID as this object class.
equals(Object) - Method in class org.forgerock.opendj.ldap.schema.Syntax
Returns true if the provided object is an attribute syntax having the same numeric OID as this attribute syntax.
equals(Object) - Method in class org.forgerock.opendj.ldap.SearchScope
error(LocalizableMessage) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new non-fatal decode exception with the provided message.
error(LocalizableMessage, Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new non-fatal decode exception with the provided message and root cause.
escapeAssertionValue(Object) - Static method in class org.forgerock.opendj.ldap.Filter
Returns the LDAP string representation of the provided filter assertion value in a form suitable for substitution directly into a filter string.
escapeAttributeValue(Object) - Static method in class org.forgerock.opendj.ldap.DN
Returns the LDAP string representation of the provided DN attribute value in a form suitable for substitution directly into a DN string.
evaluateResult(BindResult) - Method in interface org.forgerock.opendj.ldap.requests.BindClient
Evaluates the provided bind result and returns true if authentication has completed successfully, or false if additional authentication steps are required (for example during a multi-stage SASL authentication attempt).
extendedRequest(int, ExtendedRequest<R>) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
extendedRequest(int, ExtendedRequest<R>) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP extended request message.
extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Requests that the Directory Server performs the provided extended request, optionally listening for any intermediate responses.
extendedRequest(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequest(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequest(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Requests that the Directory Server performs the provided extended request, optionally listening for any intermediate responses.
extendedRequest(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.Connection
Requests that the Directory Server performs the provided extended request.
extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Requests that the Directory Server performs the provided extended request, optionally listening for any intermediate responses.
extendedRequest(String, ByteString) - Method in interface org.forgerock.opendj.ldap.Connection
Requests that the Directory Server performs the provided extended request.
ExtendedRequest<S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.requests
The Extended operation allows additional operations to be defined for services not already available in the protocol; for example, to implement an operation which installs transport layer security (see StartTLSExtendedRequest).
extendedRequestAsync(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
extendedRequestAsync(ExtendedRequest<R>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously performs the provided extended request in the Directory Server.
extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously performs the provided extended request in the Directory Server.
extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
extendedRequestAsync(ExtendedRequest<R>) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously performs the provided extended request in the Directory Server.
extendedRequestAsync(ExtendedRequest<R>, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously performs the provided extended request in the Directory Server.
ExtendedRequestDecoder<R extends ExtendedRequest<S>,S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.requests
A factory interface for decoding a generic extended request as an extended request of specific type.
extendedResult(int, ExtendedResult) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
extendedResult(int, ExtendedResult) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP extended result message.
ExtendedResult - Interface in org.forgerock.opendj.ldap.responses
A Extended result indicates the status of an Extended operation and any additional information associated with the Extended operation, including the optional response name and value.
ExtendedResultDecoder<S extends ExtendedResult> - Interface in org.forgerock.opendj.ldap.responses
A factory interface for decoding a generic extended result as an extended result of specific type.
ExtendedResultLdapPromiseImpl<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.spi
Extended result promise implementation.
extensible(String, String, Object, boolean) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new extensible match filter.
ExternalSASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
The External SASL bind request as defined in RFC 4422.
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
extraProperties(Map<String, List<String>>) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 

F

FACTORY - Static variable in class org.forgerock.opendj.ldap.LinkedAttribute
An attribute factory which can be used to create new linked attributes.
FACTORY - Static variable in class org.forgerock.opendj.ldap.LinkedHashMapEntry
An entry factory which can be used to create new linked hash map entries.
FACTORY - Static variable in class org.forgerock.opendj.ldap.TreeMapEntry
An entry factory which can be used to create new tree map entries.
FAIL_FAST - Static variable in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
A handler which terminates processing by throwing a DecodeException as soon as a change is rejected.
FAIL_FAST - Static variable in interface org.forgerock.opendj.ldif.RejectedLDIFListener
The default handler which ignores skipped records but which terminates processing by throwing a DecodeException as soon as a record is found to be malformed or rejected due to a schema validation failure.
FailoverLoadBalancingAlgorithm - Class in org.forgerock.opendj.ldap
A fail-over load balancing algorithm provides fault tolerance across multiple underlying connection factories.
FailoverLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>) - Constructor for class org.forgerock.opendj.ldap.FailoverLoadBalancingAlgorithm
Creates a new fail-over load balancing algorithm which will monitor offline connection factories every 1 second using the default scheduler.
FailoverLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, LoadBalancerEventListener) - Constructor for class org.forgerock.opendj.ldap.FailoverLoadBalancingAlgorithm
Creates a new fail-over load balancing algorithm which will monitor offline connection factories every 1 second using the default scheduler.
FailoverLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, LoadBalancerEventListener, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.FailoverLoadBalancingAlgorithm
Creates a new fail-over load balancing algorithm which will monitor offline connection factories using the specified frequency using the default scheduler.
FailoverLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, LoadBalancerEventListener, long, TimeUnit, ScheduledExecutorService) - Constructor for class org.forgerock.opendj.ldap.FailoverLoadBalancingAlgorithm
Creates a new fail-over load balancing algorithm which will monitor offline connection factories using the specified frequency and scheduler.
FailoverLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.FailoverLoadBalancingAlgorithm
Creates a new fail-over load balancing algorithm which will monitor offline connection factories using the specified frequency using the default scheduler.
FailoverLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, long, TimeUnit, ScheduledExecutorService) - Constructor for class org.forgerock.opendj.ldap.FailoverLoadBalancingAlgorithm
Creates a new fail-over load balancing algorithm which will monitor offline connection factories using the specified frequency and scheduler.
fatalError(LocalizableMessage) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new fatal decode exception with the provided message.
fatalError(LocalizableMessage, Throwable) - Static method in exception org.forgerock.opendj.ldap.DecodeException
Creates a new fatal decode exception with the provided message and root cause.
Filter - Class in org.forgerock.opendj.ldap
A search filter as defined in RFC 4511.
filteredCopyOf(Entry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns a modifiable filtered copy of the provided entry.
filteredViewOf(Entry) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Returns an unmodifiable filtered view of the provided entry.
FilterVisitor<R,P> - Interface in org.forgerock.opendj.ldap
A visitor of Filters, in the style of the visitor design pattern.
FINDING_BASE - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Dereference aliases in locating the base object of a Search operation, but not when searching subordinates of the base object.
firstValue() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns the first attribute value in this attribute.
firstValue() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the first attribute value in this attribute.
firstValue() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Returns the first attribute value in this attribute.
firstValueAsString() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns the first attribute value in this attribute decoded as a UTF-8 string.
firstValueAsString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the first attribute value in this attribute decoded as a UTF-8 string.
flush() - Method in interface org.forgerock.opendj.io.ASN1Writer
Flushes this ASN.1 writer so that any buffered elements are written immediately to their intended destination.
flush() - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Flushes this change record writer so that any buffered data is written immediately to underlying stream, flushing the stream if it is also Flushable.
flush() - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Connection change record writers do not require flushing, so this method has no effect.
flush() - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Connection entry writers do not require flushing, so this method has no effect.
flush() - Method in interface org.forgerock.opendj.ldif.EntryWriter
Flushes this entry writer so that any buffered data is written immediately to underlying stream, flushing the stream if it is also Flushable.
flush() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Flushes this change record writer so that any buffered data is written immediately to underlying stream, flushing the stream if it is also Flushable.
flush() - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Flushes this entry writer so that any buffered data is written immediately to underlying stream, flushing the stream if it is also Flushable.
format(String, Object...) - Static method in class org.forgerock.opendj.ldap.DN
Creates a new DN using the provided DN template and unescaped attribute values using the default schema.
format(String, Schema, Object...) - Static method in class org.forgerock.opendj.ldap.DN
Creates a new DN using the provided DN template and unescaped attribute values using the provided schema.
format(String, Object...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new filter using the provided filter template and unescaped assertion values.
Functions - Class in org.forgerock.opendj.ldap
Common Function implementations which may be used when parsing attributes.

G

GeneralizedTime - Class in org.forgerock.opendj.ldap
An LDAP generalized time as defined in RFC 4517.
GenericBindRequest - Interface in org.forgerock.opendj.ldap.requests
A generic Bind request which should be used for unsupported authentication methods.
GenericControl - Class in org.forgerock.opendj.ldap.controls
A generic control which can be used to represent arbitrary raw request and response controls.
GenericExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
A generic Extended request which should be used for unsupported extended operations.
GenericExtendedResult - Interface in org.forgerock.opendj.ldap.responses
A Generic Extended result indicates the final status of an Generic Extended operation.
GenericIntermediateResponse - Interface in org.forgerock.opendj.ldap.responses
A Generic Intermediate response provides a mechanism for communicating unrecognized or unsupported Intermediate responses to the client.
get() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative get method.
get(byte[]) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative bulk get method.
get(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative bulk get method.
get(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the named entry contained in this memory backend, or null if it does not exist.
get(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the named entry contained in this memory backend, or null if it does not exist.
getAdditionalAuthParams() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns a map containing the provided additional authentication parameters to be passed to the underlying mechanism implementation.
getAdditionalAuthParams() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns a map containing the provided additional authentication parameters to be passed to the underlying mechanism implementation.
getAddress() - Method in class org.forgerock.opendj.ldap.LDAPListener
Returns the InetAddress that this LDAP listener is listening on.
getAfterCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the number of entries after the target entry to be included in the search results.
getAliasedObjectNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the aliasedObjectName Attribute Type which has the OID 2.5.4.1.
getAliasObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the alias Object Class which has the OID 2.5.6.1.
getAll() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns a collection containing all of the entries in this memory backend.
getAllAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
getAllAttributes(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
getAllAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
Returns an Iterable containing all of the attributes in this entry.
getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns an Iterable containing all the attributes in this entry having an attribute description which is a sub-type of the provided attribute description.
getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns an Iterable containing all the attributes in this entry having an attribute description which is a sub-type of the provided attribute description.
getAllAttributes() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
getAllAttributes() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
getAlternativeServers() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns an unmodifiable list of URIs referring to alternative Directory Servers that may be contacted when the Directory Server becomes unavailable.
getAltServerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the altServer Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.6.
getApplicationProcessObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the applicationProcess Object Class which has the OID 2.5.6.11.
getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for approximate matching with this attribute type.
getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default approximate matching rule that will be used for attributes with this syntax.
getApproximateMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default approximate matching rule that will be used for attributes with this syntax.
getASN1Reader() - Method in class org.forgerock.opendj.io.LDAPReader
Returns the ASN.1 reader from which LDAP messages will be read.
getASN1Writer() - Method in class org.forgerock.opendj.io.LDAPWriter
Returns the ASN.1 writer to which LDAP messages will be written.
getAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided assertion value, which is best suited for efficiently performing matching operations on that value.
getAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing less than matching operations on that value.
getAssertionValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the assertion value that will be used to locate the target entry, if applicable.
getAssertionValue() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
Returns the assertion value to be compared.
getAssertionValueAsString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the assertion value that will be used to locate the target entry, if applicable, decoded as a UTF-8 string.
getAssertionValueAsString() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
Returns the assertion value to be compared decoded as a UTF-8 string.
getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
getAttribute(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns the named attribute contained in this entry, or null if it is not included with this entry.
getAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns the named attribute contained in this entry, or null if it is not included with this entry.
getAttribute() - Method in class org.forgerock.opendj.ldap.Modification
Returns the attribute containing the values to be modified.
getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
getAttribute(String) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
getAttribute(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
getAttributeCount() - Method in interface org.forgerock.opendj.ldap.Entry
Returns the number of attributes in this entry.
getAttributeCount() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
getAttributeCount() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns the attribute description of this attribute, which includes its attribute type and any options.
getAttributeDescription() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the attribute description of this attribute, which includes its attribute type and any options.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns the first attribute description specified in the list of sort keys that was in error, or null if the attribute description was not included with this control.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Returns the attribute description of this attribute, which includes its attribute type and any options.
getAttributeDescription() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
Returns the name of the attribute to be compared.
getAttributeDescription() - Method in class org.forgerock.opendj.ldap.SortKey
Returns the name of the attribute to be sorted using this sort key.
getAttributeDescriptionAsString() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns the string representation of the attribute description of this attribute, which includes its attribute type and any options.
getAttributeDescriptionAsString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the string representation of the attribute description of this attribute, which includes its attribute type and any options.
getAttributeFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
Returns the AttributeFactory which will be used for creating new Attribute instances when decoding attributes.
getAttributes() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns an unmodifiable list of attributes for which effective rights are to be returned, which may be empty indicating that no attribute rights are to be returned.
getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Returns an unmodifiable list containing the names of attributes to be included with the response control.
getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Returns an unmodifiable list containing the names of attributes to be included with the response control.
getAttributes() - Method in class org.forgerock.opendj.ldap.LDAPUrl
Returns an unmodifiable list containing the attributes to be included with each entry that matches the search criteria.
getAttributes() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Returns a List containing the list of attributes to be included with each entry that matches the search criteria.
getAttributes() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns an unmodifiable set containing the attributes associated with this matching rule use.
getAttributeType() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns the attribute type associated with this attribute description.
getAttributeType() - Method in class org.forgerock.opendj.ldap.AVA
Returns the attribute type associated with this AVA.
getAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the attribute type with the specified name or numeric OID.
getAttributeTypeDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Attribute Type Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.3.
getAttributeTypes() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the attribute types contained in this schema.
getAttributeTypesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the attributeTypes Attribute Type which has the OID 2.5.21.5.
getAttributeTypesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the attribute types having the specified name or numeric OID.
getAttributeValue() - Method in class org.forgerock.opendj.ldap.AVA
Returns the attribute value associated with this AVA.
getAttributeValue(AttributeType) - Method in class org.forgerock.opendj.ldap.RDN
Returns the attribute value contained in this RDN which is associated with the provided attribute type, or null if this RDN does not include such an attribute value.
getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
Returns the authentication ID of the user.
getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the authentication ID of the user.
getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the authentication ID of the user, which should be the user's Kerberos principal.
getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
Returns the authentication ID of the user.
getAuthenticationPasswordSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Authentication Password Syntax which has the OID 1.3.6.1.4.1.4203.1.1.2.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
Returns the authentication mechanism identifier for this SASL bind request as defined by the LDAP protocol, which is always 0xA3.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
Returns the authentication mechanism identifier for this generic bind request as defined by the LDAP protocol.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
Returns the authentication mechanism identifier for this SASL bind request as defined by the LDAP protocol, which is always 0xA3.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the authentication mechanism identifier for this SASL bind request as defined by the LDAP protocol, which is always 0xA3.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
Returns the authentication mechanism identifier for this SASL bind request as defined by the LDAP protocol, which is always 0xA3.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
 
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the authentication mechanism identifier for this SASL bind request as defined by the LDAP protocol, which is always 0xA3.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
Returns the authentication mechanism identifier for this SASL bind request as defined by the LDAP protocol, which is always 0xA3.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
Returns the authentication mechanism identifier for this SASL bind request as defined by the LDAP protocol, which is always 0xA3.
getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
Returns the authentication mechanism identifier for this simple bind request as defined by the LDAP protocol, which is always 0x80.
getAuthenticationValue() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
Returns the authentication information for this bind request.
getAuthorityRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authorityRevocationList Attribute Type which has the OID 2.5.4.38.
getAuthorizationDNName() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Returns the distinguished name of the user whose authorization is to be used when performing the operation.
getAuthorizationID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Returns the authorization ID of the user.
getAuthorizationID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Returns the authorization ID of the user whose authorization is to be used when performing the operation.
getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the optional authorization ID of the user which represents an alternate authorization identity which should be used for subsequent operations performed on the connection.
getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
Returns the optional desired authorization ID of the user, or null if the authorization ID should derived from authentication credentials exchanged at a lower security layer.
getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the optional authorization ID of the user which represents an alternate authorization identity which should be used for subsequent operations performed on the connection.
getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
Returns the optional authorization ID of the user which represents an alternate authorization identity which should be used for subsequent operations performed on the connection.
getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
Returns the authorization ID of the user.
getAuthorizationName() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns the distinguished name of the user for which effective rights are to be returned, or null if the client's authentication ID is to be used.
getAuthPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authPassword Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.4.
getAuthPasswordExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authPasswordExactMatch Matching Rule which has the OID 1.3.6.1.4.1.4203.1.2.2.
getAuthPasswordObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the authPasswordObject Object Class which has the OID 1.3.6.1.4.1.4203.1.4.7.
getAuxiliaryClasses() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns an unmodifiable set containing the auxiliary objectclasses that may be used for entries associated with this DIT content rule.
getBackingArray() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the byte array that backs this byte string builder.
getBacklog() - Method in class org.forgerock.opendj.ldap.LDAPListenerOptions
Returns the maximum queue length for incoming connections requests.
getBeforeCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the number of entries before the target entry to be included in the search results.
getBERLength() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative get method for reading a multi-byte BER length.
getBinarySyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Binary Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.5.
getBindClient() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
Returns the bind client.
getBitStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the bitStringMatch Matching Rule which has the OID 2.5.13.16.
getBitStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Bit String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.6.
getBooleanMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the booleanMatch Matching Rule which has the OID 2.5.13.13.
getBooleanSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Boolean Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.7.
getBusinessCategoryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the businessCategory Attribute Type which has the OID 2.5.4.15.
getByteSequence(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative bulk get method.
getByteString(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative bulk get method.
getCACertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the cACertificate Attribute Type which has the OID 2.5.4.37.
getCaseExactIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactIA5Match Matching Rule which has the OID 1.3.6.1.4.1.1466.109.114.1.
getCaseExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactMatch Matching Rule which has the OID 2.5.13.5.
getCaseExactOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactOrderingMatch Matching Rule which has the OID 2.5.13.6.
getCaseExactSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseExactSubstringsMatch Matching Rule which has the OID 2.5.13.7.
getCaseIgnoreIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreIA5Match Matching Rule which has the OID 1.3.6.1.4.1.1466.109.114.2.
getCaseIgnoreIA5SubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreIA5SubstringsMatch Matching Rule which has the OID 1.3.6.1.4.1.1466.109.114.3.
getCaseIgnoreListMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreListMatch Matching Rule which has the OID 2.5.13.11.
getCaseIgnoreListSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreListSubstringsMatch Matching Rule which has the OID 2.5.13.12.
getCaseIgnoreMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreMatch Matching Rule which has the OID 2.5.13.2.
getCaseIgnoreOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreOrderingMatch Matching Rule which has the OID 2.5.13.3.
getCaseIgnoreSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the caseIgnoreSubstringsMatch Matching Rule which has the OID 2.5.13.4.
getCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the c Attribute Type which has the OID 2.5.4.6.
getCause() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
getCause() - Method in interface org.forgerock.opendj.ldap.responses.Result
Returns the throwable cause associated with this result if available.
getCause() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
getCertificateExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificateExactMatch Matching Rule which has the OID 2.5.13.34.
getCertificateListSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Certificate List Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.9.
getCertificatePairSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Certificate Pair Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.10.
getCertificateRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificateRevocationList Attribute Type which has the OID 2.5.4.39.
getCertificateSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Certificate Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.8.
getCertificationAuthorityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificationAuthority Object Class which has the OID 2.5.6.16.
getCertificationAuthorityV2ObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the certificationAuthority-V2 Object Class which has the OID 2.5.6.16.2.
getChangeNumber() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the change number for this entry change notification control.
getChangeType() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the change type for this entry change notification control.
getChangeTypes() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns an unmodifiable set containing the types of update operation for which change notifications should be returned.
getCipher() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the cipher name or strength that the client is willing to use when connection encryption quality of protection, AUTH-CONF, is requested.
getCNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the cn Attribute Type which has the OID 2.5.4.3.
getCompactUnsigned() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative get method for reading a compacted long value.
getConnection() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Returns a connection to the Directory Server associated with this connection factory.
getConnection() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
Obtains a connection from this connection pool, potentially opening a new connection if needed.
getConnection() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
 
getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
Asynchronously obtains a connection to the Directory Server associated with this connection factory.
getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
Asynchronously obtains a connection from this connection pool, potentially opening a new connection if needed.
getConnectionAsync() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
 
getConnectionError() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Returns the error that caused the connection to fail, or null if the connection has not failed.
getConnectionFactory() - Method in interface org.forgerock.opendj.ldap.LoadBalancingAlgorithm
Returns a connection factory which should be used in order to satisfy the next connection request.
getConnectionSecurityLayer() - Method in interface org.forgerock.opendj.ldap.requests.BindClient
Returns a connection security layer, but only if this bind client has negotiated integrity and/or privacy protection for the underlying connection.
getConnectTimeout(TimeUnit) - Method in class org.forgerock.opendj.ldap.LDAPOptions
Returns the connect timeout in the specified unit.
getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the content count returned by the server in the last virtual list view response, if applicable.
getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns the estimated total number of entries in the result set.
getContextID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the context ID provided by the server in the last virtual list view response for the same set of criteria, or null if there was no previous virtual list view response or the server did not include a context ID in the last response.
getContextID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns a server-defined octet string which, if present, should be sent back to the server by the client in a subsequent virtual list request.
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.Request
Decodes and returns the first control in this request having an OID corresponding to the provided control decoder.
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.UnbindRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.Response
Decodes and returns the first control in this response having an OID corresponding to the provided control decoder.
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.Result
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Decodes and returns the first control in this request having an OID corresponding to the provided control decoder.
getControls() - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.Request
Returns a List containing the controls included with this request.
getControls() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.UnbindRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.Response
Returns a List containing the controls included with this response.
getControls() - Method in interface org.forgerock.opendj.ldap.responses.Result
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
 
getControls() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
getControls() - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Returns a List containing the controls included with this request.
getCookie() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns the opaque cookie which is used by the server to track its position in the set of search results.
getCoreSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
Returns the core schema.
getCountryObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the country Object Class which has the OID 2.5.6.2.
getCountryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Country String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.11.
getCreateTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the createTimestamp Attribute Type which has the OID 2.5.18.1.
getCreatorsNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the creatorsName Attribute Type which has the OID 2.5.18.3.
getCRlDistributionPointObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the cRLDistributionPoint Object Class which has the OID 2.5.6.19.
getCrossCertificatePairAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the crossCertificatePair Attribute Type which has the OID 2.5.4.40.
getDCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the dc Attribute Type which has the OID 0.9.2342.19200300.100.1.25.
getDCObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the dcObject Object Class which has the OID 1.3.6.1.4.1.1466.344.
getDeclaredOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the optional attributes for this object class.
getDeclaredRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the required attributes for this object class.
getDefaultSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
Returns the default schema which should be used by this application.
getDeliveryMethodSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Delivery Method Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.14.
getDeltaCrlObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the deltaCRL Object Class which has the OID 2.5.6.23.
getDeltaRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the deltaRevocationList Attribute Type which has the OID 2.5.4.53.
getDereferenceAliasesPolicy() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Returns an indication as to whether or not alias entries are to be dereferenced during the search.
getDescriptionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the description Attribute Type which has the OID 2.5.4.13.
getDestinationIndicatorAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the destinationIndicator Attribute Type which has the OID 2.5.4.27.
getDeviceObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the device Object Class which has the OID 2.5.6.14.
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.Result
Returns the diagnostic message associated with this result.
getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
getDirectoryStringFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the directoryStringFirstComponentMatch Matching Rule which has the OID 2.5.13.31.
getDirectoryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Directory String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.15.
getDistinguishedNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the distinguishedName Attribute Type which has the OID 2.5.4.49.
getDistinguishedNameMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the distinguishedNameMatch Matching Rule which has the OID 2.5.13.1.
getDITContentRule(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT content rule associated with the provided structural object class, or null if no rule is defined.
getDITContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT content rule with the specified name or numeric OID.
getDITContentRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the DIT Content Rule Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.16.
getDITContentRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the DIT content rules contained in this schema.
getDITContentRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ditContentRules Attribute Type which has the OID 2.5.21.2.
getDITContentRulesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the DIT content rules having the specified name or numeric OID.
getDITStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the DIT structure rule with the specified name or numeric OID.
getDITStructureRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the DIT Structure Rule Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.17.
getDITStructureRules(NameForm) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the DIT structure rules associated with the provided name form.
getDITStructureRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ditStructureRules Attribute Type which has the OID 2.5.21.1.
getDITStructureRulesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the DIT structure rules having the specified name or numeric OID.
getDITStuctureRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the DIT structure rules contained in this schema.
getDNQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the dnQualifier Attribute Type which has the OID 2.5.4.46.
getDNSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the DN Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.12.
GetEffectiveRightsRequestControl - Class in org.forgerock.opendj.ldap.controls
A partial implementation of the get effective rights request control as defined in draft-ietf-ldapext-acl-model.
getEmptySchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
Returns the empty schema.
getEnabledCipherSuites() - Method in class org.forgerock.opendj.ldap.LDAPOptions
Returns the names of the protocol versions which are currently enabled for secure connections with the Directory Server.
getEnabledCipherSuites() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
Returns the names of the protocol versions which are currently enabled for secure connections with the Directory Server.
getEnabledProtocols() - Method in class org.forgerock.opendj.ldap.LDAPOptions
Returns the names of the protocol versions which are currently enabled for secure connections with the Directory Server.
getEnabledProtocols() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
Returns the names of the protocol versions which are currently enabled for secure connections with the Directory Server.
getEnhancedGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Enhanced Guide Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.21.
getEnhancedSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the enhancedSearchGuide Attribute Type which has the OID 2.5.4.47.
getEntry() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately after the update operation was performed.
getEntry() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Returns an unmodifiable entry whose contents reflect the state of the updated entry immediately before the update operation was performed.
getEntry() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns the entry which backs this Root DSE instance.
getEntry(DN) - Method in interface org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.EntryResolver
Returns the named entry in order to enforce DIT structure rules.
getEntryDNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the entryDN Attribute Type which has the OID 1.3.6.1.1.20.
getEntryFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
Returns the EntryFactory which will be used for creating new Entry instances when decoding entries.
getEntryUUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the entryUUID Attribute Type which has the OID 1.3.6.1.1.16.4.
getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for equality matching with this attribute type.
getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default equality matching rule that will be used for attributes with this syntax.
getEqualityMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default equality matching rule that will be used for attributes with this syntax.
getErrorType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the password policy error type, if available.
getExtensibleObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the extensibleObject Object Class which has the OID 1.3.6.1.4.1.1466.101.120.111.
getFacsimileTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the facsimileTelephoneNumber Attribute Type which has the OID 2.5.4.23.
getFacsimileTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Facsimile Telephone Number Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.22.
getFaxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Fax Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.23.
getFilter() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Returns the assertion filter.
getFilter() - Method in class org.forgerock.opendj.ldap.LDAPUrl
Returns the search filter associated with this LDAP URL.
getFilter() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Returns the filter that defines the conditions that must be fulfilled in order for an entry to be returned.
getFilters() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Returns an unmodifiable collection containing the list of filters associated with this matched values control.
getFirstAVA() - Method in class org.forgerock.opendj.ldap.RDN
Returns the first AVA contained in this RDN.
getFullVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns a string which represents the full version of the Directory Server implementation.
getFullVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the fullVendorVersion Attribute Type which has the OID 1.3.6.1.4.1.36733.2.1.1.141.
getGeneralizedTimeMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the generalizedTimeMatch Matching Rule which has the OID 2.5.13.27.
getGeneralizedTimeOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the generalizedTimeOrderingMatch Matching Rule which has the OID 2.5.13.28.
getGeneralizedTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Generalized Time Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.24.
getGeneratedPassword() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
Returns the newly generated password, but only if the password modify request succeeded and a generated password was requested.
getGenerationQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the generationQualifier Attribute Type which has the OID 2.5.4.44.
getGivenNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the givenName Attribute Type which has the OID 2.5.4.42.
getGoverningStructureRuleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the governingStructureRule Attribute Type which has the OID 2.5.21.10.
getGreaterOrEqualAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal ordering matching operations on that value.
getGreaterOrEqualAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal matching operations on that value.
getGroupOfNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the groupOfNames Object Class which has the OID 2.5.6.9.
getGroupOfUniqueNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the groupOfUniqueNames Object Class which has the OID 2.5.6.17.
getGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Guide Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.25.
getHost() - Method in class org.forgerock.opendj.ldap.LDAPUrl
Returns the name or IP address in dotted format of the LDAP server referenced by this LDAP URL.
getHostName() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
Returns the host name of the Directory Server.
getHostName() - Method in class org.forgerock.opendj.ldap.LDAPListener
Returns the host name that this LDAP listener is listening on.
getHostName() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
Returns the hostname used by the connections created by this factory.
getHostString(InetSocketAddress) - Static method in class org.forgerock.opendj.ldap.Connections
Returns the host name associated with the provided InetSocketAddress, without performing a DNS lookup.
getHouseIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the houseIdentifier Attribute Type which has the OID 2.5.4.51.
getIA5StringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the IA5 String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.26.
getIndexID() - Method in interface org.forgerock.opendj.ldap.spi.Indexer
Returns an index identifier associated with this indexer.
getIndexingOptions() - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
Returns the indexing options for this factory.
getInitialsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the initials Attribute Type which has the OID 2.5.4.43.
getInstance() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the singleton core schema.
getInt() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative get method for reading an integer value.
getIntegerFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the integerFirstComponentMatch Matching Rule which has the OID 2.5.13.29.
getIntegerMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the integerMatch Matching Rule which has the OID 2.5.13.14.
getIntegerOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the integerOrderingMatch Matching Rule which has the OID 2.5.13.15.
getIntegerSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Integer Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.27.
getInternationalISDNNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the internationalISDNNumber Attribute Type which has the OID 2.5.4.25.
getJPEGSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the JPEG Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.28.
getJvmSupportedLocaleNamesToOids() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchemaSupportedLocales
Returns the unmodifiable map of JVM supported locale tags to OIDs.
getKDCAddress() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the optional address of the Kerberos KDC (Key Distribution Center).
getKeywordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the keywordMatch Matching Rule which has the OID 2.5.13.33.
getLAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the l Attribute Type which has the OID 2.5.4.7.
getLDAPConnectionFactory(String, int, LDAPOptions) - Method in interface org.forgerock.opendj.ldap.spi.TransportProvider
Returns an implementation of LDAPConnectionFactory.
getLDAPListener(InetSocketAddress, ServerConnectionFactory<LDAPClientContext, Integer>, LDAPListenerOptions) - Method in interface org.forgerock.opendj.ldap.spi.TransportProvider
Returns an implementation of LDAPListener.
getLDAPSyntaxDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the LDAP Syntax Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.54.
getLDAPSyntaxesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ldapSyntaxes Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.16.
getLessOrEqualAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided assertion value, which is best suited for efficiently performing greater than or equal ordering matching operations on that value.
getLessOrEqualAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided assertion value, which is best suited for efficiently performing less than or equal matching operations on that value.
getLocalAddress() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Returns the InetSocketAddress associated with the local system.
getLocalityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the locality Object Class which has the OID 2.5.6.3.
getLong() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative get method for reading a long value.
getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.Result
Returns the matched DN associated with this result.
getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
getMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the matching rule for this matching rule use.
getMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule with the specified name or numeric OID.
getMatchingRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Matching Rule Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.30.
getMatchingRuleOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the matching rule OID for this schema definition.
getMatchingRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the matching rules contained in this schema.
getMatchingRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the matchingRules Attribute Type which has the OID 2.5.21.4.
getMatchingRulesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the matching rules having the specified name or numeric OID.
getMatchingRuleUse(MatchingRule) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule use associated with the provided matching rule, or null if no use is defined.
getMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the matching rule use with the specified name or numeric OID.
getMatchingRuleUseAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the matchingRuleUse Attribute Type which has the OID 2.5.21.8.
getMatchingRuleUseDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Matching Rule Use Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.31.
getMatchingRuleUses() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the matching rule uses contained in this schema.
getMatchingRuleUsesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the matching rule uses having the specified name or numeric OID.
getMaxReceiveBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the maximum size of the receive buffer in bytes.
getMaxReceiveBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the maximum size of the receive buffer in bytes.
getMaxRequestSize() - Method in class org.forgerock.opendj.ldap.LDAPListenerOptions
Returns the maximum request size in bytes for incoming LDAP requests.
getMaxSendBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the maximum size of the send buffer in bytes.
getMaxSendBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the maximum size of the send buffer in bytes.
getMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the member Attribute Type which has the OID 2.5.4.31.
getMessageID() - Method in interface org.forgerock.opendj.ldap.RequestContext
Returns the message ID of the request, if available.
getMessageObject() - Method in exception org.forgerock.opendj.ldap.DecodeException
Returns the message that explains the problem that occurred.
getModifications() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
Returns a List containing the modifications included with this modify request.
getModificationType() - Method in class org.forgerock.opendj.ldap.Modification
Returns the type of modification to be performed.
getModifiersNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the modifiersName Attribute Type which has the OID 2.5.18.4.
getModifyTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the modifyTimestamp Attribute Type which has the OID 2.5.18.2.
getName() - Method in interface org.forgerock.opendj.ldap.Entry
Returns the string representation of the distinguished name of this entry.
getName() - Method in class org.forgerock.opendj.ldap.LDAPUrl
Returns the distinguished name of the base entry relative to which the search is to be performed.
getName() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
getName() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
Returns the name of the Directory object that the client wishes to bind as, which is always the empty string for SASL authentication.
getName() - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
Returns the name of the Directory object that the client wishes to bind as.
getName() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
Returns the distinguished name of the entry to be compared.
getName() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
Returns the name of the Directory object that the client wishes to bind as, which is always the empty string for SASL authentication.
getName() - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
Returns the distinguished name of the entry to be deleted.
getName() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the name of the Directory object that the client wishes to bind as, which is always the empty string for SASL authentication.
getName() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
Returns the name of the Directory object that the client wishes to bind as, which is always the empty string for SASL authentication.
getName() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
 
getName() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the name of the Directory object that the client wishes to bind as, which is always the empty string for SASL authentication.
getName() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Returns the distinguished name of the entry to be renamed.
getName() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
Returns the distinguished name of the entry to be modified.
getName() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
Returns the name of the Directory object that the client wishes to bind as, which is always the empty string for SASL authentication.
getName() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
Returns the name of the Directory object that the client wishes to bind as, which is always the empty string for SASL authentication.
getName() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Returns the distinguished name of the base entry relative to which the search is to be performed.
getName() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
 
getName() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
getName() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the short human-readable name of this result code.
getName() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the name for this attribute syntax.
getName() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the common name for this attribute syntax.
getName() - Method in interface org.forgerock.opendj.ldap.spi.Provider
Returns the name of this provider.
getName() - Method in interface org.forgerock.opendj.ldif.ChangeRecord
Returns the distinguished name of the entry being modified by this ChangeRecord.
getNameAndOptionalUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Name and Optional UID Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.34.
getNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the name Attribute Type which has the OID 2.5.4.41.
getNameForm() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
Retrieves the name form for this DIT structure rule.
getNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the name form with the specified name or numeric OID.
getNameFormDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Name Form Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.35.
getNameForms() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the name forms contained in this schema.
getNameForms(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the name forms associated with the provided structural object class.
getNameFormsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the nameForms Attribute Type which has the OID 2.5.21.7.
getNameFormsWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the name forms having the specified name or numeric OID.
getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the name or OID for this schema definition.
getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns the name or structural class OID for this schema definition.
getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the name or OID for this schema definition.
getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the name or matching rule OID for this schema definition.
getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the name or numeric OID of this name form.
getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the name or OID for this schema definition.
getNameOrRuleID() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
Retrieves the name or rule ID for this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNames() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns an unmodifiable list containing the user-friendly names that may be used to reference this name form.
getNames() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable list containing the user-defined names that may be used to reference this schema definition.
getNamingContexts() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns an unmodifiable list of DNs identifying the context prefixes of the naming contexts that the Directory Server masters or shadows (in part or in whole).
getNamingContextsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the namingContexts Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.5.
getNewPassword() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
Returns the desired password for the user, or null if a new password should be generated.
getNewRDN() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Returns the new RDN of the entry to be renamed.
getNewSuperior() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Returns the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.
getNumericStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numericStringMatch Matching Rule which has the OID 2.5.13.8.
getNumericStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numericStringOrderingMatch Matching Rule which has the OID 2.5.13.9.
getNumericStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the numericStringSubstringsMatch Matching Rule which has the OID 2.5.13.10.
getNumericStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Numeric String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.36.
getOAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the o Attribute Type which has the OID 2.5.4.10.
getObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the object class with the specified name or numeric OID.
getObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectClass Attribute Type which has the OID 2.5.4.0.
getObjectClassDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Object Class Description Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.37.
getObjectClasses(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns an unmodifiable set containing the object classes associated with the provided entry.
getObjectClasses(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Returns an unmodifiable set containing the object classes associated with the provided entry.
getObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the object classes contained in this schema.
getObjectClassesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectClasses Attribute Type which has the OID 2.5.21.6.
getObjectClassesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the object classes having the specified name or numeric OID.
getObjectClassType() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the objectclass type for this objectclass.
getObjectIdentifierFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectIdentifierFirstComponentMatch Matching Rule which has the OID 2.5.13.30.
getObjectIdentifierMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the objectIdentifierMatch Matching Rule which has the OID 2.5.13.0.
getOctetStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the octetStringMatch Matching Rule which has the OID 2.5.13.17.
getOctetStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the octetStringOrderingMatch Matching Rule which has the OID 2.5.13.18.
getOctetStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the octetStringSubstringsMatch Matching Rule which has the OID 2.5.13.19.
getOctetStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Octet String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.40.
getOffset() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the positional offset of the target entry in the result set, if applicable, where 1 is the first entry.
getOID() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Returns the numeric OID associated with this control.
getOID() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns the numeric OID associated with this control.
getOID() - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
Returns the numeric OID associated with this control decoder.
getOID() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns the numeric OID associated with this control.
getOID() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
 
getOID() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
 
getOID() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
Returns the numeric OID associated with this extended request.
getOID() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
 
getOID() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
 
getOID() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
 
getOID() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
 
getOID() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
 
getOID() - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
 
getOID() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
Returns the numeric OID, if any, associated with this extended result.
getOID() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
getOID() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
 
getOID() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
Returns the numeric OID, if any, associated with this intermediate response.
getOID() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
getOID() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
getOID() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the OID for this schema definition.
getOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the OID for this schema definition.
getOID() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the numeric OID of this name form.
getOID() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the OID for this schema definition.
getOID() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the OID for this attribute syntax.
getOIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the OID Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.38.
getOldPassword() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
Returns the current password for the user, if known.
getOption(Option<T>) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the value associated to the provided Option or the option default value, if there is no such option in this schema.
getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns an unmodifiable set containing the optional attributes for this DIT content rule.
getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns an unmodifiable set containing the optional attributes of this name form.
getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the optional attributes for this object class and any superior object classes that it might have.
getOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an Iterable containing the options contained in this attribute description.
getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for ordering with this attribute type.
getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default ordering matching rule that will be used for attributes with this syntax.
getOrderingMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default ordering matching rule that will be used for attributes with this syntax.
getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.SortKey
Returns the name or OID of the ordering matching rule, if specified, which should be used when comparing attributes using this sort key.
getOrganizationalPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalPerson Object Class which has the OID 2.5.6.7.
getOrganizationalRoleObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalRole Object Class which has the OID 2.5.6.8.
getOrganizationalUnitObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organizationalUnit Object Class which has the OID 2.5.6.5.
getOrganizationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the organization Object Class which has the OID 2.5.6.4.
getOtherMailboxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Other Mailbox Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.39.
getOUAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the ou Attribute Type which has the OID 2.5.4.11.
getOwnerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the owner Attribute Type which has the OID 2.5.4.32.
getPassword() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
Returns the password of the user that the client wishes to bind as.
getPassword() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the password of the user that the client wishes to bind as.
getPassword() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the password of the user that the client wishes to bind as.
getPassword() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
Returns the password of the user that the client wishes to bind as.
getPassword() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
Returns the password of the Directory object that the client wishes to bind as.
getPeerAddress() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Returns the InetSocketAddress associated with the remote system.
getPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the person Object Class which has the OID 2.5.6.6.
getPhysicalDeliveryOfficeNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the physicalDeliveryOfficeName Attribute Type which has the OID 2.5.4.19.
getPkiCaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the pkiCA Object Class which has the OID 2.5.6.22.
getPkiUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the pkiUser Object Class which has the OID 2.5.6.21.
getPort() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
Returns the port of the Directory Server.
getPort() - Method in class org.forgerock.opendj.ldap.LDAPListener
Returns the port that this LDAP listener is listening on.
getPort() - Method in class org.forgerock.opendj.ldap.LDAPUrl
Returns the port number of the LDAP server referenced by this LDAP URL.
getPort() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
Returns the remote port number used by the connections created by this factory.
getPostalAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the postalAddress Attribute Type which has the OID 2.5.4.16.
getPostalAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Postal Address Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.41.
getPostalCodeAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the postalCode Attribute Type which has the OID 2.5.4.17.
getPostOfficeBoxAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the postOfficeBox Attribute Type which has the OID 2.5.4.18.
getPreferredDeliveryMethodAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the preferredDeliveryMethod Attribute Type which has the OID 2.5.4.28.
getPresentationAddressMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the presentationAddressMatch Matching Rule which has the OID 2.5.13.22.
getPresentationAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Presentation Address Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.43.
getPreviousName() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the distinguished name that the entry had prior to a modify DN operation, or null if the operation was not a modify DN.
getPrintableStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Printable String Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.44.
getProhibitedAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns an unmodifiable set containing the prohibited attributes for this DIT content rule.
getProtocolInformationMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the protocolInformationMatch Matching Rule which has the OID 2.5.13.24.
getProtocolInformationSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Protocol Information Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.42.
getProviderName() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
Returns the name of the transport provider, which provides the implementation of this factory.
getProviderName() - Method in class org.forgerock.opendj.ldap.LDAPListener
Returns the name of the transport provider, which provides the implementation of this factory.
getProviderName() - Method in exception org.forgerock.opendj.ldap.ProviderNotFoundException
Returns the name of provider.
getProviderType() - Method in exception org.forgerock.opendj.ldap.ProviderNotFoundException
Returns the type of provider.
getQOPs() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the ordered list of quality of protection (QOP) values that the client is willing to accept.
getQOPs() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the ordered list of quality of protection (QOP) values that the client is willing to accept.
getReader(byte[]) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 reader whose source is the provided byte array and having an unlimited maximum BER element size.
getReader(byte[], int) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 reader whose source is the provided byte array and having a user defined maximum BER element size.
getReader(ByteSequence) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 reader whose source is the provided byte sequence and having an unlimited maximum BER element size.
getReader(ByteSequence, int) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 reader whose source is the provided byte sequence and having a user defined maximum BER element size.
getReader(ByteSequenceReader) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 reader whose source is the provided byte sequence reader and having an unlimited maximum BER element size.
getReader(ByteSequenceReader, int) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 reader whose source is the provided byte sequence reader and having a user defined maximum BER element size.
getReader(InputStream) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 reader whose source is the provided input stream and having an unlimited maximum BER element size.
getReader(InputStream, int) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 reader whose source is the provided input stream and having a user defined maximum BER element size.
getReader(R, DecodeOptions) - Static method in class org.forgerock.opendj.io.LDAP
Creates a new LDAP reader which will read LDAP messages from an ASN.1 reader using the provided decoding options.
getRealm() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns the optional realm containing the user's account.
getRealm() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the optional realm containing the user's account.
getReference() - Method in exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
Returns the SearchResultReference which was encountered while processing the search results.
getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.Result
Returns a List containing the referral URIs included with this result.
getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
getRegisteredAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the registeredAddress Attribute Type which has the OID 2.5.4.26.
getRequest() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
Returns the attached request.
getRequestID() - Method in interface org.forgerock.opendj.ldap.LdapPromise
Returns the request ID of the request if appropriate.
getRequestID() - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
Returns the request ID of the request to be abandoned.
getRequestID() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
Returns the request ID of the request to be abandoned.
getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns an unmodifiable set containing the required attributes for this DIT content rule.
getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns an unmodifiable set containing the required attributes of this name form.
getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the required attributes for this object class and any superior object classes that it might have.
getResidentialPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the residentialPerson Object Class which has the OID 2.5.6.10.
getResult() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns a result code indicating the outcome of the server-side sort request.
getResult() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns result code indicating the outcome of the virtual list view request.
getResult() - Method in exception org.forgerock.opendj.ldap.LdapException
Returns the error result which caused this exception to be thrown.
getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.Result
Returns the result code associated with this result.
getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
getResultDecoder() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
Returns a decoder which can be used to decoded responses to this extended request.
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
 
getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
 
getRoleOccupantAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the roleOccupant Attribute Type which has the OID 2.5.4.33.
getRuleID() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
Retrieves the rule ID for this DIT structure rule.
getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
 
getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
 
getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
 
getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
 
getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
 
getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
 
getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
Returns the SASL mechanism for this SASL bind request.
getSchemaName() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the user-friendly name of this schema which may be used for debugging purposes.
getSchemaResolver() - Method in class org.forgerock.opendj.ldap.DecodeOptions
Returns the strategy for selecting which Schema should be used for decoding distinguished names, attribute descriptions, and other objects which require a Schema in order to be decoded.
getScope() - Method in class org.forgerock.opendj.ldap.LDAPUrl
Returns the search scope associated with this LDAP URL.
getScope() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Returns the scope of the search.
getSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the searchGuide Attribute Type which has the OID 2.5.4.14.
getSecondsUntilExpiration() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Returns the length of time in seconds until the password actually expires.
getSecurityStrengthFactor() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Returns the cipher strength, in bits, currently in use by the underlying connection.
getSeeAlsoAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the seeAlso Attribute Type which has the OID 2.5.4.34.
getSerialNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the serialNumber Attribute Type which has the OID 2.5.4.5.
getServerSASLCredentials() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
Returns the server SASL credentials associated with this bind result.
getShort() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative get method for reading an short value.
getSize() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns the requested page size when used in a request control from the client, or an estimate of the result set size when used in a response control from the server (may be 0, indicating that the server does not know).
getSizeLimit() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Returns the size limit that should be used in order to restrict the maximum number of entries returned by the search.
getSNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the sn Attribute Type which has the OID 2.5.4.4.
getSocketAddress() - Method in class org.forgerock.opendj.ldap.LDAPListener
Returns the address that this LDAP listener is listening on.
getSocketAddress() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
Returns the address used by the connections created by this factory.
getSocketAddress() - Method in interface org.forgerock.opendj.ldap.spi.LDAPListenerImpl
Returns the address that this LDAP listener is listening on.
getSortKeys() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Returns an unmodifiable list containing the sort keys associated with this server side sort request control.
getSSLContext() - Method in class org.forgerock.opendj.ldap.LDAPOptions
Returns the SSL context which will be used when initiating connections with the Directory Server.
getSSLContext() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
Returns the SSLContext that should be used when installing the TLS layer.
getSSLContext() - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
Creates a SSLContext using the parameters of this SSL context builder.
getSSLSession() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Returns the SSL session currently in use by the underlying connection, or null if SSL/TLS is not enabled.
getSTAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the st Attribute Type which has the OID 2.5.4.8.
getStreetAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the street Attribute Type which has the OID 2.5.4.9.
getString(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Relative get method for reading a UTF-8 encoded string.
getStrongAuthenticationUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the strongAuthenticationUser Object Class which has the OID 2.5.6.15.
getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns the structural objectclass for this DIT content rule.
getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the structural objectclass of this name form.
getStructuralClassOID() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns the structural class OID for this schema definition.
getStructuralObjectClass(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns the structural object class associated with the provided entry, or null if none was found.
getStructuralObjectClass(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
Returns the structural object class associated with the provided entry, or null if none was found.
getStructuralObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the structuralObjectClass Attribute Type which has the OID 2.5.21.9.
getSubject() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns the Kerberos subject of the user to be authenticated.
getSubschemaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the subschema Object Class which has the OID 2.5.20.1.
getSubschemaSubentry() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns a string which represents the DN of the subschema subentry holding the schema controlling the Root DSE.
getSubschemaSubentryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the subschemaSubentry Attribute Type which has the OID 2.5.18.10.
getSubstringAssertion(ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided assertion substring values, which is best suited for efficiently performing matching operations on that value.
getSubstringAssertion(Schema, ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided assertion substring values, which is best suited for efficiently performing matching operations on that value.
getSubstringAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Substring Assertion Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.58.
getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the matching rule that should be used for substring matching with this attribute type.
getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Retrieves the default substring matching rule that will be used for attributes with this syntax.
getSubstringMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Retrieves the default substring matching rule that will be used for attributes with this syntax.
getSuperiorClasses() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns an unmodifiable set containing the superior classes for this object class.
getSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
Returns an unmodifiable set containing the superior rules for this DIT structure rule.
getSuperiorType() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the superior type for this attribute type.
getSupportedAlgorithmsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedAlgorithms Attribute Type which has the OID 2.5.4.52.
getSupportedAlgorithmSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Supported Algorithm Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.49.
getSupportedAuthenticationPasswordSchemes() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns an unmodifiable list of supported authentication password schemes which the Directory Server supports.
getSupportedAuthPasswordSchemesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedAuthPasswordSchemes Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.3.
getSupportedControlAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedControl Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.13.
getSupportedControls() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns an unmodifiable list of object identifiers identifying the request controls that the Directory Server supports.
getSupportedExtendedOperations() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns an unmodifiable list of object identifiers identifying the extended operations that the Directory Server supports.
getSupportedExtensionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedExtension Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.7.
getSupportedFeatures() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns an unmodifiable list of object identifiers identifying elective features that the Directory Server supports.
getSupportedFeaturesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedFeatures Attribute Type which has the OID 1.3.6.1.4.1.4203.1.3.5.
getSupportedLDAPVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedLDAPVersion Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.15.
getSupportedLDAPVersions() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns an unmodifiable list of the versions of LDAP that the Directory Server supports.
getSupportedSASLMechanisms() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns an unmodifiable list of the SASL mechanisms that the Directory Server recognizes and/or supports.
getSupportedSASLMechanismsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the supportedSASLMechanisms Attribute Type which has the OID 1.3.6.1.4.1.1466.101.120.14.
getSyntax() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the syntax for this attribute type.
getSyntax() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the OID of the assertion value syntax with which this matching rule is associated.
getSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns the syntax with the specified numeric OID.
getSyntaxes() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the syntaxes contained in this schema.
getTargetPosition() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns the position of the target entry in the result set.
getTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telephoneNumber Attribute Type which has the OID 2.5.4.20.
getTelephoneNumberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telephoneNumberMatch Matching Rule which has the OID 2.5.13.20.
getTelephoneNumberSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telephoneNumberSubstringsMatch Matching Rule which has the OID 2.5.13.21.
getTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Telephone Number Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.50.
getTeletexTerminalIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the teletexTerminalIdentifier Attribute Type which has the OID 2.5.4.22.
getTeletexTerminalIdentifierSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Teletex Terminal Identifier Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.51.
getTelexNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the telexNumber Attribute Type which has the OID 2.5.4.21.
getTelexNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the Telex Number Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.52.
getTimeInMillis() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns the value of this generalized time in milliseconds since the epoch.
getTimeLimit() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Returns the time limit that should be used in order to restrict the maximum time (in seconds) allowed for the search.
getTimeout(TimeUnit) - Method in class org.forgerock.opendj.ldap.LDAPOptions
Returns the operation timeout in the specified unit.
getTimeout() - Method in interface org.forgerock.opendj.ldap.TimeoutEventListener
Returns the timeout for this listener.
getTimestamp() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
Returns the creation time of this promise.
getTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the title Attribute Type which has the OID 2.5.4.12.
getTopObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the top Object Class which has the OID 2.5.6.0.
getTraceString() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
Returns the trace information, which has no semantic value, and can be used by administrators in order to identify the user.
getType() - Method in class org.forgerock.opendj.ldap.Option
Returns the type of this option.
getUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uid Attribute Type which has the OID 0.9.2342.19200300.100.1.1.
getUIDObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uidObject Object Class which has the OID 1.3.6.1.1.3.1.
getUniqueMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uniqueMember Attribute Type which has the OID 2.5.4.50.
getUniqueMemberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uniqueMemberMatch Matching Rule which has the OID 2.5.13.23.
getURIs() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
Returns a List containing the continuation reference URIs included with this search result reference.
getUsage() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the usage indicator for this attribute type.
getUserCertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userCertificate Attribute Type which has the OID 2.5.4.36.
getUserIdentity() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
Returns the identity of the user whose password is to be modified, or null if the request should be applied to the user currently associated with the session.
getUserIdentityAsString() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
Returns the identity of the user whose password is to be modified decoded as a UTF-8 string, or null if the request should be applied to the user currently associated with the session.
getUserPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userPassword Attribute Type which has the OID 2.5.4.35.
getUserSecurityInformationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the userSecurityInformation Object Class which has the OID 2.5.6.18.
getUTCTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the UTC Time Syntax which has the OID 1.3.6.1.4.1.1466.115.121.1.53.
getUUIDMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uuidMatch Matching Rule which has the OID 1.3.6.1.1.16.2.
getUUIDOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the uuidOrderingMatch Matching Rule which has the OID 1.3.6.1.1.16.3.
getUUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the UUID Syntax which has the OID 1.3.6.1.1.16.1.
getValue() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Returns the value, if any, associated with this control.
getValue() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns the value, if any, associated with this control.
getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns the value, if any, associated with this control.
getValue(Object) - Method in class org.forgerock.opendj.ldap.Option
Returns the provided value if not null, otherwise returns the default one.
getValue() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
Returns the value, if any, associated with this extended request.
getValue() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
 
getValue() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
 
getValue() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
 
getValue() - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
 
getValue() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
Returns the value, if any, associated with this extended result.
getValue() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
getValue() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
 
getValue() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
Returns the value, if any, associated with this intermediate response.
getValue() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
getValue() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
getVendorName() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns a string which represents the name of the Directory Server implementer.
getVendorNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the vendorName Attribute Type which has the OID 1.3.6.1.1.4.
getVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDSE
Returns a string which represents the version of the Directory Server implementation.
getVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the vendorVersion Attribute Type which has the OID 1.3.6.1.1.5.
getVisibility() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Returns a boolean indicating whether or not sub-entries should be included in the search results.
getWarnings() - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns an unmodifiable collection containing all of the warnings that were detected when this schema was constructed.
getWarnings() - Method in class org.forgerock.opendj.ldif.EntryGenerator
Returns the warnings generated by the parsing of template file.
getWarningType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the password policy warning type, if available.
getWarningValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns the password policy warning value, if available.
getWordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the wordMatch Matching Rule which has the OID 2.5.13.32.
getWriter(ByteStringBuilder) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 writer whose destination is the provided byte string builder.
getWriter(ByteStringBuilder, int) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 writer whose destination is the provided byte string builder.
getWriter(OutputStream) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 writer whose destination is the provided output stream.
getWriter(OutputStream, int) - Static method in class org.forgerock.opendj.io.ASN1
Returns an ASN.1 writer whose destination is the provided output stream.
getWriter(W) - Static method in class org.forgerock.opendj.io.LDAP
Creates a new LDAP writer which will write LDAP messages to the provided ASN.1 writer.
getX121AddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the x121Address Attribute Type which has the OID 2.5.4.24.
getX500UniqueIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the x500UniqueIdentifier Attribute Type which has the OID 2.5.4.45.
getX509CertificateExactAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
Returns a reference to the X.509 Certificate Exact Assertion Syntax which has the OID 1.3.6.1.1.15.1.
greaterOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new greater or equal filter using the provided attribute description and assertion value.
greaterThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new greater than filter using the provided attribute description and assertion value.
GSERParser - Class in org.forgerock.opendj.ldap
This class implements a parser for strings which are encoded using the Generic String Encoding Rules (GSER) defined in RFC 3641.
GSERParser(CharSequence) - Constructor for class org.forgerock.opendj.ldap.GSERParser
Creates a new GSER Parser.
GSSAPISASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
The GSSAPI SASL bind request as defined in RFC 2831.

H

handleAbandon(C, AbandonRequest) - Method in interface org.forgerock.opendj.ldap.ServerConnection
Invoked when an abandon request is received from a client.
handleAccept(C) - Method in interface org.forgerock.opendj.ldap.RequestHandlerFactory
Invoked when a new client connection is accepted by the associated listener.
handleAccept(C) - Method in interface org.forgerock.opendj.ldap.ServerConnectionFactory
Invoked when a new client connection is accepted by the associated listener.
handleAdd(RequestContext, AddRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
 
handleAdd(C, AddRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
Invoked when an add request is received from a client.
handleBind(RequestContext, int, BindRequest, IntermediateResponseHandler, LdapResultHandler<BindResult>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
 
handleBind(C, int, BindRequest, IntermediateResponseHandler, LdapResultHandler<BindResult>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
Invoked when a bind request is received from a client.
handleCancelRequest(LocalizableMessage) - Method in interface org.forgerock.opendj.ldap.CancelRequestListener
Invoked when a cancellation request has been received and processing of the request should be aborted if possible.
handleCompare(RequestContext, CompareRequest, IntermediateResponseHandler, LdapResultHandler<CompareResult>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
 
handleCompare(C, CompareRequest, IntermediateResponseHandler, LdapResultHandler<CompareResult>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
Invoked when a compare request is received from a client.
handleConnectionClosed() - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
Notifies this connection event listener that the application has called close on the connection.
handleConnectionClosed(C, UnbindRequest) - Method in interface org.forgerock.opendj.ldap.ServerConnection
Invoked when the client closes the connection, possibly using an unbind request.
handleConnectionDisconnected(ResultCode, String) - Method in interface org.forgerock.opendj.ldap.ServerConnection
Invoked when the server disconnects the client connection, possibly using a disconnect notification.
handleConnectionError(boolean, LdapException) - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
Notifies this connection event listener that a fatal error has occurred and the connection can no longer be used - the server has crashed, for example.
handleConnectionError(Throwable) - Method in interface org.forgerock.opendj.ldap.ServerConnection
Invoked when an error occurs on the connection and it is no longer usable.
handleConnectionFactoryOffline(ConnectionFactory, LdapException) - Method in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
Invoked when the load-balancer is unable to obtain a connection from the specified connection factory.
handleConnectionFactoryOnline(ConnectionFactory) - Method in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
Invoked when the load-balancer detects that a previously offline connection factory is available for use again.
handleDelete(RequestContext, DeleteRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
 
handleDelete(C, DeleteRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
Invoked when a delete request is received from a client.
handleDuplicateEntry(AddRequest, Entry) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt was made to add an entry which already exists.
handleDuplicateEntry(ModifyDNRequest, Entry, Entry) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt was made to rename an entry which already exists.
handleEntry(SearchResultEntry) - Method in interface org.forgerock.opendj.ldap.SearchResultHandler
Invoked each time a search result entry is returned from an asynchronous search operation.
handleEntry(SearchResultEntry) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
Invoked each time a search result entry is returned from an asynchronous search operation.
handleException(LdapException) - Method in interface org.forgerock.opendj.ldap.LdapResultHandler
Invoked when the asynchronous operation has failed.
handleException(LdapException) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
 
handleExtendedRequest(RequestContext, ExtendedRequest<R>, IntermediateResponseHandler, LdapResultHandler<R>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
 
handleExtendedRequest(C, ExtendedRequest<R>, IntermediateResponseHandler, LdapResultHandler<R>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
Invoked when an extended request is received from a client.
handleIntermediateResponse(IntermediateResponse) - Method in interface org.forgerock.opendj.ldap.IntermediateResponseHandler
Invoked each time an intermediate response is returned from the Directory Server.
handleIntermediateResponse(IntermediateResponse) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
Invoked each time an intermediate response is returned from the Directory Server.
handleMalformedRecord(long, List<String>, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedLDIFListener
Invoked when a record was rejected because it was malformed in some way and could not be decoded.
handleModify(RequestContext, ModifyRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
 
handleModify(C, ModifyRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
Invoked when a modify request is received from a client.
handleModifyDN(RequestContext, ModifyDNRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
 
handleModifyDN(C, ModifyDNRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
Invoked when a modify DN request is received from a client.
handleReference(SearchResultReference) - Method in interface org.forgerock.opendj.ldap.SearchResultHandler
Invoked each time a search result reference is returned from an asynchronous search operation.
handleReference(SearchResultReference) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
Invoked each time a search result reference is returned from an asynchronous search operation.
handleRejectedChangeRecord(AddRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to add an entry was rejected.
handleRejectedChangeRecord(DeleteRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to delete an entry was rejected.
handleRejectedChangeRecord(ModifyRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to modify an entry was rejected.
handleRejectedChangeRecord(ModifyDNRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
Invoked when an attempt to rename an entry was rejected.
handleResult(S) - Method in interface org.forgerock.opendj.ldap.LdapResultHandler
Invoked when the asynchronous operation has completed successfully.
handleResult(S) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
 
handleSchemaValidationFailure(long, List<String>, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.ldif.RejectedLDIFListener
Invoked when a record was rejected because it does not conform to the schema and schema validation is enabled.
handleSchemaValidationWarning(long, List<String>, List<LocalizableMessage>) - Method in interface org.forgerock.opendj.ldif.RejectedLDIFListener
Invoked when a record was not rejected but contained one or more schema validation warnings.
handleSearch(RequestContext, SearchRequest, IntermediateResponseHandler, SearchResultHandler, LdapResultHandler<Result>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
 
handleSearch(C, SearchRequest, IntermediateResponseHandler, SearchResultHandler, LdapResultHandler<Result>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
Invoked when a search request is received from a client.
handleSkippedRecord(long, List<String>, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedLDIFListener
Invoked when a record was skipped because it did not match filter criteria defined by the reader.
handleTimeout(long) - Method in interface org.forgerock.opendj.ldap.TimeoutEventListener
Handle a timeout event.
handleUnsolicitedNotification(ExtendedResult) - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
Notifies this connection event listener that the connection has just received the provided unsolicited notification from the server.
hasAttribute(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether the provided attribute type is referenced by this matching rule use.
hasAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether or not this schema contains an attribute type with the specified name or numeric OID.
hasDITContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether or not this schema contains a DIT content rule with the specified name or numeric OID.
hasDITStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether or not this schema contains a DIT structure rule with the specified rule ID.
hashCode() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns the hash code for this attribute.
hashCode() - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
hashCode() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the hash code for this attribute.
hashCode() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns the hash code for this attribute description.
hashCode() - Method in class org.forgerock.opendj.ldap.AVA
hashCode() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns a hash code for this byte sequence.
hashCode() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a hash code for this byte string.
hashCode() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a hash code for this byte string builder.
hashCode() - Method in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
hashCode() - Method in class org.forgerock.opendj.ldap.DN.CompactDn
hashCode() - Method in class org.forgerock.opendj.ldap.DN
hashCode() - Method in interface org.forgerock.opendj.ldap.Entry
Returns the hash code for this entry.
hashCode() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
hashCode() - Method in class org.forgerock.opendj.ldap.LDAPUrl
hashCode() - Method in class org.forgerock.opendj.ldap.ModificationType
hashCode() - Method in class org.forgerock.opendj.ldap.RDN
hashCode() - Method in class org.forgerock.opendj.ldap.ResultCode
hashCode() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Returns the hash code for this attribute type.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Returns the hash code for this DIT content rule.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
Returns the hash code for this DIT structure rule.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the hash code for this matching rule.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Returns the hash code for this matching rule use.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns the hash code for this name form.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Returns the hash code for this object class.
hashCode() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Returns the hash code for this attribute syntax.
hashCode() - Method in class org.forgerock.opendj.ldap.SearchScope
hasMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether or not this schema contains a matching rule with the specified name or numeric OID.
hasMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether or not this schema contains a matching rule use with the specified name or numeric OID.
hasMessageAvailable() - Method in class org.forgerock.opendj.io.LDAPReader
Returns true if the next LDAP message can be read without blocking.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether this schema definition has the specified name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if this name form has the specified user-friendly name.
hasName(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this schema definition has the specified name.
hasNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether or not this schema contains a name form with the specified name or numeric OID.
hasNameOrOID(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this schema definition has the specified name or OID.
hasNameOrOID(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Indicates whether this schema definition has the specified name or structural class OID.
hasNameOrOID(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Indicates whether this schema definition has the specified name or OID.
hasNameOrOID(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether this schema definition has the specified name or matching rule OID.
hasNameOrOID(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if this name form has the specified user-friendly name or numeric OID.
hasNameOrOID(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this schema definition has the specified name or OID.
hasNext() - Method in class org.forgerock.opendj.ldap.GSERParser
Determines if the GSER String contains at least one character to be read.
hasNext() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
Returns true if this reader contains another change record, blocking if necessary until either the next change record is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Returns true if this reader contains another entry, blocking if necessary until either the next entry is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.EntryGenerator
 
hasNext() - Method in interface org.forgerock.opendj.ldif.EntryReader
Returns true if this reader contains another entry, blocking if necessary until either the next entry is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Returns true if this reader contains another change record, blocking if necessary until either the next change record is available or the end of the stream is reached.
hasNext() - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Returns true if this reader contains another entry, blocking if necessary until either the next entry is available or the end of the stream is reached.
hasNextElement() - Method in interface org.forgerock.opendj.io.ASN1Reader
Indicates whether or not the current stream, sequence, or set contains another element.
hasObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether or not this schema contains an object class with the specified name or numeric OID.
hasOption(String) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether or not this attribute description contains the provided option.
hasOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether or not this attribute description has any options.
hasSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether or not this schema contains a syntax with the specified numeric OID.
hasTargetOffset() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns true if this control is using a target offset, or false if this control is using a target assertion.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Returns true if this control has a value.
hasValue() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns true if this control has a value.
hasValue() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
Returns true if this extended request has a value.
hasValue() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
 
hasValue() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
 
hasValue() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
 
hasValue() - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
 
hasValue() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
Returns true if this extended result has a value.
hasValue() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
hasValue() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
 
hasValue() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
Returns true if this intermediate response has a value.
hasValue() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
hasValue() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
hasWarnings() - Method in class org.forgerock.opendj.ldif.EntryGenerator
Checks if there are some warning(s) after parsing the template file.

I

identityFunction() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which always returns the value that it was provided with.
IGNORE_ALL - Static variable in interface org.forgerock.opendj.ldif.RejectedLDIFListener
A handler which ignores all rejected record notifications.
ignoreAll() - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Creates a new schema validation policy which will not perform any schema validation.
implementation(MatchingRuleImpl) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the matching rule implementation.
implementation(SyntaxImpl) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Sets the syntax implementation.
IN_SEARCHING - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
While searching subordinates of the base object, dereference any alias within the scope of the Search operation.
INAPPROPRIATE_AUTHENTICATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that an authentication attempt failed because the requested type of authentication was not appropriate for the targeted entry.
INAPPROPRIATE_MATCHING - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it attempted to perform an inappropriate type of matching against an attribute.
includeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies whether or not all operational attributes should be included in filtered entries.
includeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies whether or not all user attributes should be included in filtered entries.
includeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeAttribute(String) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
includeAttribute(String, Schema) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies that the named attribute should be included in filtered entries.
INCREMENT - Static variable in class org.forgerock.opendj.ldap.ModificationType
Increment all existing values of the attribute by the amount specified in the modification value.
Indexer - Interface in org.forgerock.opendj.ldap.spi
This class is registered with a Backend and it provides callbacks for indexing attribute values.
IndexingOptions - Interface in org.forgerock.opendj.ldap.spi
Contains options indicating how indexing must be performed.
IndexQueryFactory<T> - Interface in org.forgerock.opendj.ldap.spi
A factory for creating arbitrarily complex index queries.
INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the client does not have sufficient permission to perform the requested operation.
intermediateResponse(int, IntermediateResponse) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
intermediateResponse(int, IntermediateResponse) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP intermediate response message.
IntermediateResponse - Interface in org.forgerock.opendj.ldap.responses
An Intermediate response provides a general mechanism for defining single-request/multiple-response operations.
IntermediateResponseHandler - Interface in org.forgerock.opendj.ldap
A completion handler for consuming intermediate responses returned from extended operations, or other operations for which an appropriate control was sent.
intValue() - Method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the integer value for this change type as defined in the internet draft.
intValue() - Method in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns the integer value of this alias dereferencing policy as defined in RFC 4511 section 4.5.1.
intValue() - Method in class org.forgerock.opendj.ldap.ModificationType
Returns the integer value of this modification change type as defined in RFC 4511 section 4.6.
intValue() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the integer value of this result code.
intValue() - Method in class org.forgerock.opendj.ldap.SearchScope
Returns the integer value of this search scope as defined in RFC 4511 section 4.5.1.2.
INVALID_ATTRIBUTE_SYNTAX - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it violated the syntax for a specified attribute.
INVALID_CREDENTIALS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that an authentication attempt failed because the user did not provide a valid set of credentials.
INVALID_DN_SYNTAX - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in an entry with an invalid or malformed DN.
IS_DELETED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
The name of the isDeleted attribute as defined in the Active Directory schema.
isBEREncodingRequired() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Indicates whether this attribute syntax requires that values must be encoded using the Basic Encoding Rules (BER) used by X.500 directories and always include the binary attribute description option.
isBEREncodingRequired() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Indicates whether this attribute syntax requires that values must be encoded using the Basic Encoding Rules (BER) used by X.500 directories and always include the binary attribute description option.
isBindOrStartTLS() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
 
isBindOrStartTLS() - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
 
isBindOrStartTLS() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
Returns true if this promise represents the result of a bind or StartTLS request.
isChangesOnly() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns true if only updated entries should be returned (added, modified, deleted, or subject to a modifyDN operation), otherwise false if the search will initially return all the existing entries which match the filter.
isChildOf(DN) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN is an immediate child of the provided DN.
isChildOf(String) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN is an immediate child of the provided DN decoded using the default schema.
isClosed() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Indicates whether or not this connection has been explicitly closed by calling close.
isClosed() - Method in interface org.forgerock.opendj.ldap.Connection
Indicates whether or not this connection has been explicitly closed by calling close.
isClosed() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Returns true if the underlying connection has been closed as a result of a client disconnect, a fatal connection error, or a server-side LDAPClientContext.disconnect().
isClosed() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Indicates whether or not this connection has been explicitly closed by calling close.
isCollective() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is declared "collective".
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in interface org.forgerock.opendj.ldap.controls.Control
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Returns true if it is unacceptable to perform the operation without applying the semantics of this control.
isDeleteOldRDN() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Indicates whether the old RDN attribute values are to be retained as attributes of the entry or deleted from the entry.
isDescendantOf(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this objectclass is a descendant of the provided class.
isEmpty() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns true if this attribute contains no attribute values.
isEmpty() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns true if this byte sequence has a length of zero.
isEmpty() - Method in class org.forgerock.opendj.ldap.ByteString
 
isEmpty() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns true if this byte sequence has a length of zero.
isEmpty() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns true if this memory backend does not contain any entries.
isEntry() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and returns true if it is an entry, or false if it is a reference.
isExceptional() - Method in class org.forgerock.opendj.ldap.ResultCode
Indicates whether or not this result code represents an error result.
isFatal() - Method in exception org.forgerock.opendj.ldap.DecodeException
Indicates whether or not the error was fatal and the associated input source can no longer be used.
isHumanReadable() - Method in class org.forgerock.opendj.ldap.schema.Syntax
Indicates whether this attribute syntax would likely be a human readable string.
isHumanReadable() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Indicates whether this attribute syntax would likely be a human readable string.
isIgnore() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is IGNORE.
isInScopeOf(DN, SearchScope) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN matches the provided base DN and search scope.
isInScopeOf(String, SearchScope) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN matches the provided base DN and search scope.
isMultiValued() - Method in class org.forgerock.opendj.ldap.RDN
Returns true if this RDN contains more than one AVA.
isNoUserModification() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is declared "no-user-modification".
isObjectClass() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether or not this attribute description is the objectClass attribute description with no options.
isObjectClass() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether or not this attribute type is the objectClass attribute type having the OID 2.5.4.0.
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
Indicates whether this schema definition is declared "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if this name form is "obsolete".
isObsolete() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether this schema definition is declared "obsolete".
isOperational() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this is an operational attribute.
isOperational() - Method in enum org.forgerock.opendj.ldap.schema.AttributeUsage
Determine whether or not attributes having this attribute usage are operational.
isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Indicates whether the provided attribute type is included in the optional attribute list for this DIT content rule.
isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided attribute type is included in the list of optional attributes for this name form.
isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether the provided attribute type is included in the optional attribute list for this or any of its superior objectclasses.
isParentOf(DN) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN is the immediate parent of the provided DN.
isParentOf(String) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN is the immediate parent of the provided DN.
isPlaceHolder() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether this attribute description is a temporary place-holder allocated dynamically by a non-strict schema when no corresponding registered attribute type was found.
isPlaceHolder() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is a temporary place-holder allocated dynamically by a non-strict schema when no registered attribute type was found.
isReference() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and returns true if it is a reference, or false if it is an entry.
isReferral() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
isReferral() - Method in interface org.forgerock.opendj.ldap.responses.Result
Indicates whether or not a referral needs to be chased in order to complete the operation.
isReferral() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
isReject() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is REJECT.
isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Indicates whether the provided attribute type is included in the required attribute list for this DIT content rule.
isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided attribute type is included in the list of required attributes for this name form.
isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether the provided attribute type is included in the required attribute list for this or any of its superior objectclasses.
isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
Indicates whether the provided attribute type is in the list of required or optional attributes for this DIT content rule.
isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
Returns true if the provided attribute type is included in the list of optional or required attributes for this name form.
isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
Indicates whether the provided attribute type is in the list of required or optional attributes for this objectclass or any of its superior classes.
isReturnECs() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Returns true if the entry change notification control should be included in updated entries that match the associated search criteria.
isReverseOrder() - Method in class org.forgerock.opendj.ldap.SortKey
Returns true if this sort key should be evaluated in reverse (descending) order.
isRootDN() - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN is the Root DN.
isSASLBindInProgress() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
Indicates whether or not the server requires the client to send a new SASL Bind request with the same SASL mechanism in order to continue the authentication process.
isSecure() - Method in class org.forgerock.opendj.ldap.LDAPUrl
Returns true if this LDAP URL should use LDAPS or false if it should use LDAP.
isServerAuth() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Returns true if the server must authenticate to the client.
isServerAuth() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Returns true if the server must authenticate to the client.
isSingleEntrySearch() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Indicates whether search result is expected to be limited to a single entry.
isSingleValue() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether this attribute type is declared "single-value".
isStrict() - Method in class org.forgerock.opendj.ldap.schema.Schema
Indicates whether or not this schema is strict.
isSubordinateOrEqualTo(DN) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN is subordinate to or equal to the provided DN.
isSubordinateOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN is subordinate to or equal to the provided DN.
isSubTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether or not this attribute description is a sub-type of the provided attribute description as defined in RFC 4512 section 2.5.
isSubTypeOf(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether or not this attribute type is a sub-type of the provided attribute type.
isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.Result
Indicates whether or not the request succeeded or not.
isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
isSuperiorOrEqualTo(DN) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN is superior to or equal to the provided DN.
isSuperiorOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.DN
Returns true if this DN is superior to or equal to the provided DN.
isSuperTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether or not this attribute description is a super-type of the provided attribute description as defined in RFC 4512 section 2.5.
isSuperTypeOf(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Indicates whether or not this attribute type is a super-type of the provided attribute type.
isTypesOnly() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Indicates whether search results are to contain both attribute descriptions and values, or just attribute descriptions.
isValid() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in interface org.forgerock.opendj.ldap.Connection
Returns true if this connection has not been closed and no fatal errors have been detected.
isValid() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Returns true if the associated connection has not been closed and no fatal errors have been detected.
isWarn() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is WARN.
iterator() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns an iterator over the attribute values in this attribute.
iterator() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns an iterator over the attribute values in this attribute.
iterator() - Method in class org.forgerock.opendj.ldap.DN
Returns an iterator of the RDNs contained in this DN.
iterator() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Returns an iterator over the attribute values in this attribute.
iterator() - Method in class org.forgerock.opendj.ldap.RDN
Returns an iterator of the AVAs contained in this RDN.

K

KeyManagers - Class in org.forgerock.opendj.ldap
This class contains methods for creating common types of key manager.

L

LDAP - Class in org.forgerock.opendj.io
This class contains various static utility methods encoding and decoding LDAP protocol elements.
LDAPClientContext - Interface in org.forgerock.opendj.ldap
An LDAP client which has connected to a ServerConnectionFactory.
LDAPConnectionFactory - Class in org.forgerock.opendj.ldap
A factory class which can be used to obtain connections to an LDAP Directory Server.
LDAPConnectionFactory(String, int) - Constructor for class org.forgerock.opendj.ldap.LDAPConnectionFactory
Creates a new LDAP connection factory which can be used to create LDAP connections to the Directory Server at the provided host and port number.
LDAPConnectionFactory(String, int, LDAPOptions) - Constructor for class org.forgerock.opendj.ldap.LDAPConnectionFactory
Creates a new LDAP connection factory which can be used to create LDAP connections to the Directory Server at the provided host and port number.
LDAPConnectionFactoryImpl - Interface in org.forgerock.opendj.ldap.spi
Interface for all classes that actually implement LDAPConnectionFactory.
LdapException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was unsuccessful.
LdapException(Result) - Constructor for exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception using the provided result.
LDAPListener - Class in org.forgerock.opendj.ldap
An LDAP server connection listener which waits for LDAP connection requests to come in over the network and binds them to a ServerConnection created using the provided ServerConnectionFactory.
LDAPListener(int, ServerConnectionFactory<LDAPClientContext, Integer>) - Constructor for class org.forgerock.opendj.ldap.LDAPListener
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LDAPListener(int, ServerConnectionFactory<LDAPClientContext, Integer>, LDAPListenerOptions) - Constructor for class org.forgerock.opendj.ldap.LDAPListener
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LDAPListener(InetSocketAddress, ServerConnectionFactory<LDAPClientContext, Integer>) - Constructor for class org.forgerock.opendj.ldap.LDAPListener
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LDAPListener(InetSocketAddress, ServerConnectionFactory<LDAPClientContext, Integer>, LDAPListenerOptions) - Constructor for class org.forgerock.opendj.ldap.LDAPListener
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LDAPListener(String, int, ServerConnectionFactory<LDAPClientContext, Integer>) - Constructor for class org.forgerock.opendj.ldap.LDAPListener
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LDAPListener(String, int, ServerConnectionFactory<LDAPClientContext, Integer>, LDAPListenerOptions) - Constructor for class org.forgerock.opendj.ldap.LDAPListener
Creates a new LDAP listener implementation which will listen for LDAP client connections at the provided address.
LDAPListenerImpl - Interface in org.forgerock.opendj.ldap.spi
Interface for all classes that actually implement LDAPListener.
LDAPListenerOptions - Class in org.forgerock.opendj.ldap
Common options for LDAP listeners.
LDAPListenerOptions() - Constructor for class org.forgerock.opendj.ldap.LDAPListenerOptions
Creates a new set of listener options with default settings.
LDAPListenerOptions(LDAPListenerOptions) - Constructor for class org.forgerock.opendj.ldap.LDAPListenerOptions
Creates a new set of listener options having the same initial set of options as the provided set of listener options.
LDAPMessageHandler - Interface in org.forgerock.opendj.io
An interface for handling LDAP messages decoded using an LDAPReader.
LDAPOptions - Class in org.forgerock.opendj.ldap
Common options for LDAP client connections.
LDAPOptions() - Constructor for class org.forgerock.opendj.ldap.LDAPOptions
Creates a new set of connection options with default settings.
LDAPOptions(LDAPOptions) - Constructor for class org.forgerock.opendj.ldap.LDAPOptions
Creates a new set of connection options having the same initial set of options as the provided set of connection options.
LdapPromise<S> - Interface in org.forgerock.opendj.ldap
A handle which can be used to retrieve the Result of an asynchronous Request.
LdapPromiseImpl<S> - Class in org.forgerock.opendj.ldap.spi
This class provides an implementation of the LdapPromise.
LdapPromiseImpl(PromiseImpl<S, LdapException>, int) - Constructor for class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
Creates a new LdapPromiseImpl from a wrapped existing PromiseImpl.
LdapPromises - Class in org.forgerock.opendj.ldap.spi
Utility methods for creating and composing LdapPromises.
LDAPReader<R extends ASN1Reader> - Class in org.forgerock.opendj.io
Reads LDAP messages from an underlying ASN.1 reader.
LdapResultHandler<S> - Interface in org.forgerock.opendj.ldap
A completion handler for consuming the result of an asynchronous operation or connection attempts.
LDAPUrl - Class in org.forgerock.opendj.ldap
An LDAP URL as defined in RFC 4516.
LDAPUrl(boolean, String, Integer, DN) - Constructor for class org.forgerock.opendj.ldap.LDAPUrl
Creates a new LDAP URL referring to a single entry on the specified server.
LDAPUrl(boolean, String, Integer, DN, SearchScope, Filter, String...) - Constructor for class org.forgerock.opendj.ldap.LDAPUrl
Creates a new LDAP URL including the full set of parameters for a search request.
LDAPWriter<W extends ASN1Writer> - Class in org.forgerock.opendj.io
Writes LDAP messages to an underlying ASN.1 writer.
LDIF - Class in org.forgerock.opendj.ldif
This class contains common utility methods for creating and manipulating readers and writers.
LDIFChangeRecordReader - Class in org.forgerock.opendj.ldif
An LDIF change record reader reads change records using the LDAP Data Interchange Format (LDIF) from a user defined source.
LDIFChangeRecordReader(InputStream) - Constructor for class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Creates a new LDIF change record reader whose source is the provided input stream.
LDIFChangeRecordReader(List<String>) - Constructor for class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Creates a new LDIF change record reader which will read lines of LDIF from the provided list of LDIF lines.
LDIFChangeRecordReader(Reader) - Constructor for class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Creates a new LDIF change record reader whose source is the provided character stream reader.
LDIFChangeRecordReader(String...) - Constructor for class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Creates a new LDIF change record reader which will read lines of LDIF from the provided array of LDIF lines.
LDIFChangeRecordWriter - Class in org.forgerock.opendj.ldif
An LDIF change record writer writes change records using the LDAP Data Interchange Format (LDIF) to a user defined destination.
LDIFChangeRecordWriter(List<String>) - Constructor for class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Creates a new LDIF change record writer which will append lines of LDIF to the provided list.
LDIFChangeRecordWriter(OutputStream) - Constructor for class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Creates a new LDIF change record writer whose destination is the provided output stream.
LDIFChangeRecordWriter(Writer) - Constructor for class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Creates a new LDIF change record writer whose destination is the provided character stream writer.
LDIFEntryReader - Class in org.forgerock.opendj.ldif
An LDIF entry reader reads attribute value records (entries) using the LDAP Data Interchange Format (LDIF) from a user defined source.
LDIFEntryReader(InputStream) - Constructor for class org.forgerock.opendj.ldif.LDIFEntryReader
Creates a new LDIF entry reader whose source is the provided input stream.
LDIFEntryReader(List<String>) - Constructor for class org.forgerock.opendj.ldif.LDIFEntryReader
Creates a new LDIF entry reader which will read lines of LDIF from the provided list of LDIF lines.
LDIFEntryReader(Reader) - Constructor for class org.forgerock.opendj.ldif.LDIFEntryReader
Creates a new LDIF entry reader whose source is the provided character stream reader.
LDIFEntryReader(String...) - Constructor for class org.forgerock.opendj.ldif.LDIFEntryReader
Creates a new LDIF entry reader which will read lines of LDIF from the provided array of LDIF lines.
LDIFEntryWriter - Class in org.forgerock.opendj.ldif
An LDIF entry writer writes attribute value records (entries) using the LDAP Data Interchange Format (LDIF) to a user defined destination.
LDIFEntryWriter(List<String>) - Constructor for class org.forgerock.opendj.ldif.LDIFEntryWriter
Creates a new LDIF entry writer which will append lines of LDIF to the provided list.
LDIFEntryWriter(OutputStream) - Constructor for class org.forgerock.opendj.ldif.LDIFEntryWriter
Creates a new LDIF entry writer whose destination is the provided output stream.
LDIFEntryWriter(Writer) - Constructor for class org.forgerock.opendj.ldif.LDIFEntryWriter
Creates a new LDIF entry writer whose destination is the provided character stream writer.
length() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the length of this byte sequence.
length() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the length of this byte sequence.
length() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the length of this byte sequence.
lessOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new less or equal filter using the provided attribute description and assertion value.
lessThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new less than filter using the provided attribute description and assertion value.
LinkedAttribute - Class in org.forgerock.opendj.ldap
An implementation of the Attribute interface with predictable iteration order.
LinkedAttribute(Attribute) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the same attribute description and attribute values as attribute.
LinkedAttribute(AttributeDescription) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and no attribute values.
LinkedAttribute(AttributeDescription, Object) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and single attribute value.
LinkedAttribute(AttributeDescription, Object...) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedAttribute(AttributeDescription, Collection<?>) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedAttribute(String) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and no attribute values.
LinkedAttribute(String, Collection<?>) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedAttribute(String, Object) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and single attribute value.
LinkedAttribute(String, Object...) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
Creates a new attribute having the specified attribute description and attribute values.
LinkedHashMapEntry - Class in org.forgerock.opendj.ldap
An implementation of the Entry interface which uses a LinkedHashMap for storing attributes.
LinkedHashMapEntry() - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an entry with an empty (root) distinguished name and no attributes.
LinkedHashMapEntry(DN) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an empty entry using the provided distinguished name and no attributes.
LinkedHashMapEntry(Entry) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
LinkedHashMapEntry(String) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates an empty entry using the provided distinguished name decoded using the default schema.
LinkedHashMapEntry(String...) - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
Creates a new entry using the provided lines of LDIF decoded using the default schema.
load(EntryReader, boolean) - Method in class org.forgerock.opendj.ldap.MemoryBackend
Reads all of the entries from the provided entry reader and adds them to the content of this memory backend.
LoadBalancerEventListener - Interface in org.forgerock.opendj.ldap
An object that registers to be notified when a connection factory associated with a load-balancer changes state from offline to online or vice-versa.
LoadBalancingAlgorithm - Interface in org.forgerock.opendj.ldap
A load balancing algorithm distributes connection requests across one or more underlying connection factories in an implementation defined manner.
localName(int) - Method in class org.forgerock.opendj.ldap.DN
Returns the DN whose content is the specified number of RDNs from this DN.
LOOP_DETECT - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a referral or chaining loop was detected while processing the request.

M

makeEntries(String...) - Static method in class org.forgerock.opendj.ldap.Entries
Builds a list of entries from the provided lines of LDIF.
makeEntries(String...) - Static method in class org.forgerock.opendj.ldif.LDIF
Builds a list of entries from the provided lines of LDIF.
makeEntries(List<String>) - Static method in class org.forgerock.opendj.ldif.LDIF
Builds a list of entries from the provided lines of LDIF.
makeEntry(String...) - Static method in class org.forgerock.opendj.ldap.Entries
Builds an entry from the provided lines of LDIF.
makeEntry(String...) - Static method in class org.forgerock.opendj.ldif.LDIF
Builds an entry from the provided lines of LDIF.
makeEntry(List<String>) - Static method in class org.forgerock.opendj.ldif.LDIF
Builds an entry from the provided lines of LDIF.
ManageDsaITRequestControl - Class in org.forgerock.opendj.ldap.controls
The ManageDsaIT request control as defined in RFC 3296.
matched() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
Indicates whether or not the attribute value assertion in the Compare request matched a value of the attribute or sub-type according to the attribute's equality matching rule.
MatchedValuesRequestControl - Class in org.forgerock.opendj.ldap.controls
The matched values request control as defined in RFC 3876.
matcher() - Method in class org.forgerock.opendj.ldap.Filter
Returns a Matcher which can be used to compare this Filter against entries using the default schema.
matcher(Schema) - Method in class org.forgerock.opendj.ldap.Filter
Returns a Matcher which can be used to compare this Filter against entries using the provided Schema.
Matcher - Class in org.forgerock.opendj.ldap
An interface for determining whether entries match a Filter.
matches(InetAddress) - Method in class org.forgerock.opendj.ldap.AddressMask
Returns true if this address mask matches the provided address.
matches(ByteSequence) - Method in interface org.forgerock.opendj.ldap.Assertion
Indicates whether the provided attribute value should be considered a match for this assertion value according to the matching rule.
matches(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Indicates whether the provided attribute description matches this attribute description.
matches(Entry) - Method in class org.forgerock.opendj.ldap.Filter
Indicates whether this Filter matches the provided Entry using the default schema.
matches(Entry) - Method in class org.forgerock.opendj.ldap.Matcher
Indicates whether this filter Matcher matches the provided Entry.
matches(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
Implements a place-holder tolerant version of AttributeType.equals(java.lang.Object).
matchesAny(Collection<AddressMask>, InetAddress) - Static method in class org.forgerock.opendj.ldap.AddressMask
Returns true if an address matches any of the provided address masks.
MatchingRule - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with matching rules, which are used by servers to compare attribute values against assertion values when performing Search and Compare operations.
MatchingRule.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing matching rules.
MatchingRuleImpl - Interface in org.forgerock.opendj.ldap.schema
This interface defines the set of methods that must be implemented to define a new matching rule.
MatchingRuleUse - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with a matching rule use definition, which may be used to restrict the set of attribute types that may be used for a given matching rule.
MatchingRuleUse.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing matching rule uses.
maxValue() - Static method in class org.forgerock.opendj.ldap.RDN
Returns a constant containing a special RDN which is greater than any other RDN other than itself.
MemoryBackend - Class in org.forgerock.opendj.ldap
A simple in memory back-end which can be used for testing.
MemoryBackend() - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new empty memory backend which will use the default schema.
MemoryBackend(EntryReader) - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new memory backend which will use the default schema, and will contain the entries read from the provided entry reader.
MemoryBackend(Schema) - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new empty memory backend which will use the provided schema.
MemoryBackend(Schema, EntryReader) - Constructor for class org.forgerock.opendj.ldap.MemoryBackend
Creates a new memory backend which will use the provided schema, and will contain the entries read from the provided entry reader.
Modification - Class in org.forgerock.opendj.ldap
A modification to be performed on an entry during a Modify operation.
Modification(ModificationType, Attribute) - Constructor for class org.forgerock.opendj.ldap.Modification
Creates a new modification having the provided modification type and attribute values to be updated.
ModificationType - Class in org.forgerock.opendj.ldap
A Modify operation change type as defined in RFC 4511 section 4.6 is used to specify the type of modification being performed on an attribute.
ModificationType.Enum - Enum in org.forgerock.opendj.ldap
Contains equivalent values for the ModificationType values.
modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Modifies an entry in the Directory Server using the provided modify request.
modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Modifies an entry in the Directory Server using the provided modify request.
modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Modifies an entry in the Directory Server using the provided lines of LDIF.
modify(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Modifies an entry in the Directory Server using the provided modify request.
modify(String...) - Method in interface org.forgerock.opendj.ldap.Connection
Modifies an entry in the Directory Server using the provided lines of LDIF.
modifyAsync(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyAsync(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyAsync(ModifyRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyAsync(ModifyRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
modifyAsync(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyAsync(ModifyRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously modifies an entry in the Directory Server using the provided modify request.
modifyDN(ModifyDNRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Renames an entry in the Directory Server using the provided modify DN request.
modifyDN(String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyDN(ModifyDNRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Renames an entry in the Directory Server using the provided modify DN request.
modifyDN(String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Renames the named entry in the Directory Server using the provided new RDN.
modifyDN(ModifyDNRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Renames an entry in the Directory Server using the provided modify DN request.
modifyDN(String, String) - Method in interface org.forgerock.opendj.ldap.Connection
Renames the named entry in the Directory Server using the provided new RDN.
modifyDNAsync(ModifyDNRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
modifyDNAsync(ModifyDNRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDNAsync(ModifyDNRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDNAsync(ModifyDNRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
modifyDNAsync(ModifyDNRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDNAsync(ModifyDNRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously renames an entry in the Directory Server using the provided modify DN request.
modifyDNRequest(int, ModifyDNRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
modifyDNRequest(int, ModifyDNRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP modify DN request message.
ModifyDNRequest - Interface in org.forgerock.opendj.ldap.requests
The Modify DN operation allows a client to change the Relative Distinguished Name (RDN) of an entry in the Directory and/or to move a subtree of entries to a new location in the Directory.
modifyDNResult(int, Result) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
modifyDNResult(int, Result) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP modify DN result message.
modifyEntry(Entry, Modification) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification to an entry.
modifyEntry(Entry, Modification, Collection<? super ByteString>) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification to an entry.
modifyEntry(Entry, ModifyRequest) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modification request to an entry.
modifyEntryPermissive(Entry, Collection<Modification>) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modifications to an entry using "permissive" modify semantics.
modifyEntryStrict(Entry, Collection<Modification>) - Static method in class org.forgerock.opendj.ldap.Entries
Applies the provided modifications to an entry using "strict" modify semantics.
modifyRequest(int, ModifyRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
modifyRequest(int, ModifyRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP modify request message.
ModifyRequest - Interface in org.forgerock.opendj.ldap.requests
The Modify operation allows a client to request that a modification of an entry be performed on its behalf by a server.
modifyResult(int, Result) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
modifyResult(int, Result) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP modify result message.
MultipleEntriesFoundException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the requested single entry search operation or read operation failed because the Directory Server returned multiple matching entries (or search references) when only a single matching entry was expected.

N

nameForm(String) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Sets the name form associated with the DIT structure rule.
NameForm - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with a name form, which defines the attribute type(s) that must and/or may be used in the RDN of an entry with a given structural objectclass.
NameForm.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing name forms.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided user friendly names.
names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided user friendly names.
names(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided user friendly names.
NAMING_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have violated the server's naming configuration.
needsChecking() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns true if this policy is WARN or REJECT .
NEVER - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Do not dereference aliases in searching or in locating the base object of a Search operation.
newAbandonRequest(int) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new abandon request using the provided message ID.
newAddRequest(DN) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new add request using the provided distinguished name.
newAddRequest(Entry) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new add request backed by the provided entry.
newAddRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new add request using the provided distinguished name decoded using the default schema.
newAddRequest(String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new add request using the provided lines of LDIF decoded using the default schema.
newAnonymousSASLBindRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new anonymous SASL bind request having the provided trace string.
newAssertionControl(boolean, ByteString, int, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Creates a new virtual list view request control that will identify the target entry by an assertion value.
newAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.AttributeFactory
Creates an attribute using the provided attribute description and no values.
newAuthenticatedConnectionFactory(ConnectionFactory, BindRequest) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new authenticated connection factory which will obtain connections using the provided connection factory and immediately perform the provided Bind request.
newBindLdapPromise(int, BindRequest, BindClient, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Creates a new bind BindResultLdapPromiseImpl.
newBindResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new bind result using the provided result code.
newCachedConnectionPool(ConnectionFactory) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new connection pool which creates new connections as needed using the provided connection factory, but will reuse previously allocated connections when they are available.
newCachedConnectionPool(ConnectionFactory, int, int, long, TimeUnit) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new connection pool which creates new connections as needed using the provided connection factory, but will reuse previously allocated connections when they are available.
newCachedConnectionPool(ConnectionFactory, int, int, long, TimeUnit, ScheduledExecutorService) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new connection pool which creates new connections as needed using the provided connection factory, but will reuse previously allocated connections when they are available.
newCancelExtendedRequest(int) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new cancel extended request using the provided message ID.
newChangeRecord(String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new change record (an add, delete, modify, or modify DN request) using the provided lines of LDIF decoded using the default schema.
newCompareLdapPromise(int, CompareRequest, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Creates a new compare ResultLdapPromiseImpl.
newCompareRequest(DN, AttributeDescription, Object) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new compare request using the provided distinguished name, attribute name, and assertion value.
newCompareRequest(String, String, Object) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new compare request using the provided distinguished name, attribute name, and assertion value decoded using the default schema.
newCompareResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new compare result using the provided result code.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
Creates a new Active Directory change notification request control.
newControl(boolean, Filter) - Static method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
Creates a new assertion using the provided criticality and assertion filter.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
Creates a new authorization identity request control having the provided criticality.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
Creates a new authorization identity response control using the provided authorization ID.
newControl(PersistentSearchChangeType, DN, long) - Static method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.
newControl(PersistentSearchChangeType, String, long) - Static method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
Creates a new entry change notification response control with the provided change type and optional previous distinguished name and change number.
newControl(Control) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the same OID, criticality, and value as the provided control.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new non-critical control having the provided OID and no value.
newControl(String, boolean) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the provided OID and criticality, but no value.
newControl(String, boolean, Object) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
Creates a new control having the provided OID, criticality, and value.
newControl(boolean, DN, Collection<AttributeType>) - Static method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Creates a new get effective rights request control with the provided criticality, optional authorization name and attribute list.
newControl(boolean, String, String...) - Static method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
Creates a new get effective rights request control with the provided criticality, optional authorization name and attribute list.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
Creates a new ManageDsaIT request control having the provided criticality.
newControl(boolean, Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Creates a new matched values request control with the provided criticality and list of filters.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
Creates a new matched values request control with the provided criticality and list of filters.
newControl() - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
Creates a new Netscape password expired response control.
newControl(int) - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
Creates a new Netscape password expiring response control with the provided amount of time until expiration.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
Creates a new password policy request control having the provided criticality.
newControl(PasswordPolicyErrorType) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with the provided error.
newControl(PasswordPolicyWarningType, int) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with the provided warning.
newControl(PasswordPolicyWarningType, int, PasswordPolicyErrorType) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
Creates a new password policy response control with the provided warning and error.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
Creates a new permissive modify request control having the provided criticality.
newControl(boolean, boolean, boolean, Collection<PersistentSearchChangeType>) - Static method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Creates a new persistent search request control.
newControl(boolean, boolean, boolean, PersistentSearchChangeType...) - Static method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
Creates a new persistent search request control.
newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Creates a new post-read request control.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
Creates a new post-read request control.
newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
Creates a new post-read response control.
newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Creates a new pre-read request control.
newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
Creates a new pre-read request control.
newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
Creates a new pre-read response control.
newControl(DN) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Creates a new proxy authorization v1 request control with the provided authorization name.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
Creates a new proxy authorization v1 request control with the provided authorization name decoded using the default schema.
newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
Creates a new proxy authorization v2 request control with the provided authorization ID.
newControl(boolean, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Creates a new server side sort request control with the provided criticality and list of sort keys.
newControl(boolean, SortKey...) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Creates a new server side sort request control with the provided criticality and list of sort keys.
newControl(boolean, String) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
Creates a new server side sort request control with the provided criticality and string representation of a list of sort keys.
newControl(ResultCode) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Creates a new server-side response control with the provided sort result and no attribute description.
newControl(ResultCode, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Creates a new server-side response control with the provided sort result and attribute description.
newControl(ResultCode, String) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
Creates a new server-side response control with the provided sort result and attribute description.
newControl(boolean, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
Creates a new simple paged results control with the provided criticality, size, and cookie.
newControl(boolean, boolean) - Static method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
Creates a new sub-entries request control having the provided criticality and sub-entry visibility.
newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
Creates a new tree delete request control having the provided criticality.
newControl(int, int, ResultCode, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
Creates a new virtual list view response control.
newCRAMMD5SASLBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new CRAM-MD5 SASL bind request having the provided authentication ID and password.
newCRAMMD5SASLBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new CRAM-MD5 SASL bind request having the provided authentication ID and password.
newDeleteRequest(DN) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new delete request using the provided distinguished name.
newDeleteRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new delete request using the provided distinguished name decoded using the default schema.
newDigestMD5SASLBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new DIGEST-MD5 SASL bind request having the provided authentication ID and password, but no realm or authorization ID.
newDigestMD5SASLBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new DIGEST-MD5 SASL bind request having the provided authentication ID and password, but no realm or authorization ID.
newEntry(DN) - Method in interface org.forgerock.opendj.ldap.EntryFactory
Creates an empty entry using the provided distinguished name and no attributes.
newEntryCollectionReader(Collection<Entry>) - Static method in class org.forgerock.opendj.ldif.LDIF
Returns an entry reader over the provided entry collection.
newEntryIteratorReader(Iterator<Entry>) - Static method in class org.forgerock.opendj.ldif.LDIF
Returns an entry reader over the provided entry iterator.
newExtendedErrorResult(ResultCode, String, String) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
 
newExtendedErrorResult(ResultCode, String, String) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResultDecoder
Creates a new extended error result using the provided result code, matched DN, and diagnostic message.
newExtendedLdapPromise(int, ExtendedRequest<S>, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Creates a new extended ExtendedResultLdapPromiseImpl.
newExternalSASLBindRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new External SASL bind request with no authorization ID.
newFailedLdapPromise(E) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Returns a LdapPromise representing an asynchronous task which has already failed with the provided error.
newFailedLdapPromise(E, int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Returns a LdapPromise representing an asynchronous task, identified by the provided requestID, which has already failed with the provided error.
newFixedConnectionPool(ConnectionFactory, int) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new connection pool which will maintain poolSize connections created using the provided connection factory.
newGenericBindRequest(byte, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new generic bind request using an empty distinguished name, authentication type, and authentication information.
newGenericBindRequest(String, byte, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new generic bind request using the provided name, authentication type, and authentication information.
newGenericExtendedRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new generic extended request using the provided name and no value.
newGenericExtendedRequest(String, Object) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new generic extended request using the provided name and optional value.
newGenericExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new generic extended result using the provided result code.
newGenericIntermediateResponse() - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new generic intermediate response with no name or value.
newGenericIntermediateResponse(String, Object) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new generic intermediate response using the provided response name and value.
newGSSAPISASLBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new GSSAPI SASL bind request having the provided authentication ID and password, but no realm, KDC address, or authorization ID.
newGSSAPISASLBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new GSSAPI SASL bind request having the provided authentication ID and password, but no realm, KDC address, or authorization ID.
newGSSAPISASLBindRequest(Subject) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new GSSAPI SASL bind request having the provided subject, but no authorization ID.
newHeartBeatConnectionFactory(ConnectionFactory) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new heart-beat connection factory which will create connections using the provided connection factory and periodically ping any created connections in order to detect that they are still alive every 10 seconds using the default scheduler.
newHeartBeatConnectionFactory(ConnectionFactory, long, long, TimeUnit) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new heart-beat connection factory which will create connections using the provided connection factory and periodically ping any created connections in order to detect that they are still alive using the specified frequency and the default scheduler.
newHeartBeatConnectionFactory(ConnectionFactory, long, long, TimeUnit, SearchRequest) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new heart-beat connection factory which will create connections using the provided connection factory and periodically ping any created connections using the specified search request in order to detect that they are still alive.
newHeartBeatConnectionFactory(ConnectionFactory, long, long, TimeUnit, SearchRequest, ScheduledExecutorService) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new heart-beat connection factory which will create connections using the provided connection factory and periodically ping any created connections using the specified search request in order to detect that they are still alive.
newInternalConnection(RequestHandler<RequestContext>) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new internal client connection which will route requests to the provided RequestHandler.
newInternalConnection(ServerConnection<Integer>) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new internal client connection which will route requests to the provided ServerConnection.
newInternalConnectionFactory(RequestHandler<RequestContext>) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new connection factory which binds internal client connections to the provided RequestHandlers.
newInternalConnectionFactory(RequestHandlerFactory<C, RequestContext>, C) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new connection factory which binds internal client connections to RequestHandlers created using the provided RequestHandlerFactory.
newInternalConnectionFactory(ServerConnectionFactory<C, Integer>, C) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new connection factory which binds internal client connections to ServerConnections created using the provided ServerConnectionFactory.
newLdapException(ResultCode) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and an empty diagnostic message.
newLdapException(ResultCode, CharSequence) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and diagnostic message.
newLdapException(ResultCode, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code and cause.
newLdapException(ResultCode, CharSequence, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception with the provided result code, diagnostic message, and cause.
newLdapException(Result) - Static method in exception org.forgerock.opendj.ldap.LdapException
Creates a new LDAP exception using the provided result.
newLdapPromiseImpl() - Static method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
Creates a new LdapPromiseImpl.
newLdapPromiseImpl(int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
Creates a new LdapPromiseImpl with a requestID.
newLoadBalancer(LoadBalancingAlgorithm) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new load balancer which will obtain connections using the provided load balancing algorithm.
newModifyDNRequest(DN, RDN) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new modify DN request using the provided distinguished name and new RDN.
newModifyDNRequest(String, String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new modify DN request using the provided distinguished name and new RDN decoded using the default schema.
newModifyRequest(DN) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new modify request using the provided distinguished name.
newModifyRequest(Entry, Entry) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new modify request containing a list of modifications which can be used to transform fromEntry into entry toEntry.
newModifyRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new modify request using the provided distinguished name decoded using the default schema.
newModifyRequest(String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new modify request using the provided lines of LDIF decoded using the default schema.
newNamedConnectionFactory(ConnectionFactory, String) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new connection factory which forwards connection requests to the provided factory, but whose toString method will always return name.
newOffsetControl(boolean, int, int, int, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
Creates a new virtual list view request control that will identify the target entry by a positional offset within the complete result set.
newPasswordModifyExtendedRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new password modify extended request, with no user identity, old password, or new password.
newPasswordModifyExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new password modify extended result using the provided result code, and no generated password.
newPlainSASLBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new Plain SASL bind request having the provided authentication ID and password, but no authorization ID.
newPlainSASLBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new Plain SASL bind request having the provided authentication ID and password, but no authorization ID.
newResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new result using the provided result code.
newResultLdapPromise(int, R, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Creates a new ResultLdapPromiseImpl to handle a standard request (add, delete, modify and modidyDN).
newSearchLdapPromise(int, SearchRequest, SearchResultHandler, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Creates a new search SearchResultLdapPromiseImpl.
newSearchRequest(DN, SearchScope, Filter, String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new search request using the provided distinguished name, scope, and filter.
newSearchRequest(String, SearchScope, String, String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new search request using the provided distinguished name, scope, and filter, decoded using the default schema.
newSearchResultEntry(DN) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new search result entry using the provided distinguished name.
newSearchResultEntry(Entry) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new search result entry backed by the provided entry.
newSearchResultEntry(String) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new search result entry using the provided distinguished name decoded using the default schema.
newSearchResultEntry(String...) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new search result entry using the provided lines of LDIF decoded using the default schema.
newSearchResultReference(String) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new search result reference using the provided continuation reference URI.
newServerConnectionFactory(RequestHandler<RequestContext>) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new server connection factory using the provided RequestHandler.
newServerConnectionFactory(RequestHandlerFactory<C, RequestContext>) - Static method in class org.forgerock.opendj.ldap.Connections
Creates a new server connection factory using the provided RequestHandlerFactory.
newSimpleBindRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new simple bind request having an empty name and password suitable for anonymous authentication.
newSimpleBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSimpleBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new simple bind request having the provided name and password suitable for name/password authentication.
newSingleEntrySearchRequest(DN, SearchScope, Filter, String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new search request for a single entry, using the provided distinguished name, scope, and filter.
newSingleEntrySearchRequest(String, SearchScope, String, String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new search request for a single entry, using the provided distinguished name, scope, and filter, decoded using the default schema.
newStartTLSExtendedRequest(SSLContext) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new start TLS extended request which will use the provided SSL context.
newSuccessfulLdapPromise(R) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Returns a LdapPromise representing an asynchronous task which has already succeeded with the provided result.
newSuccessfulLdapPromise(R, int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
Returns a LdapPromise representing an asynchronous task, identified by the provided requestID, which has already succeeded with the provided result.
newUnbindRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new unbind request.
newUnexpectedRequestException(int, Request) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
Returns a decoding exception suitable for use when an unexpected LDAP request is received.
newUnexpectedResponseException(int, Response) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
Returns a decoding exception suitable for use when an unexpected LDAP response is received.
newUnsupportedMessageException(int, byte, ByteString) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
Returns a decoding exception suitable for use when an unsupported LDAP message is received.
newWhoAmIExtendedRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates a new Who Am I extended request.
newWhoAmIExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates a new who am I extended result with the provided result code and no authorization ID.
nextBigInteger() - Method in class org.forgerock.opendj.ldap.GSERParser
Returns the next element as a BigInteger.
nextBindRequest() - Method in interface org.forgerock.opendj.ldap.requests.BindClient
Returns the next bind request which should be used for the next stage of authentication.
nextChoiceValueIdentifier() - Method in class org.forgerock.opendj.ldap.GSERParser
Return the identifier of the next IdentifiedChoiceValue element.
nextInteger() - Method in class org.forgerock.opendj.ldap.GSERParser
Returns the next element as an Integer.
nextNamedValueIdentifier() - Method in class org.forgerock.opendj.ldap.GSERParser
Returns the identifier of the next NamedValue element.
nextString() - Method in class org.forgerock.opendj.ldap.GSERParser
Returns the next element as a String.
NO_OPERATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if the server did not actually complete processing on the associated operation because the request included the LDAP No-Op control.
NO_SUCH_ATTRIBUTE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it targeted an attribute or attribute value that did not exist in the specified entry.
NO_SUCH_OBJECT - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it referenced an entry that does not exist.
NO_SUCH_OPERATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was unsuccessful because the targeted operation did not exist or had already completed.
normalizeAttributeValue(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
Returns the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.
normalizeAttributeValue(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
Retrieves the normalized form of the provided attribute value, which is best suited for efficiently performing matching operations on that value.
normalizeString() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which converts a String to lower case using StaticUtils.toLowerCase(org.forgerock.opendj.ldap.ByteSequence, java.lang.StringBuilder) and then trims it.
not(ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical NOT of the provided condition result, which is TRUE if the provided condition result is FALSE, TRUE if it is FALSE, and UNDEFINED otherwise.
not(Filter) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new not filter using the provided sub-filter.
NOT_ALLOWED_ON_NONLEAF - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation is not allowed for non-leaf entries.
NOT_ALLOWED_ON_RDN - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation is not allowed on an RDN attribute.
notifyConnectionClosed() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Attempts to transition this connection state to closed and invokes event listeners if successful.
notifyConnectionError(boolean, LdapException) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Attempts to transition this connection state to error and invokes event listeners if successful.
notifyUnsolicitedNotification(ExtendedResult) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Notifies event listeners of the provided unsolicited notification if the state is valid.
noUserModification(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this attribute type is "no-user-modification".

O

OBJECT_GUID_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
The name of the objectGUID attribute as defined in the Active Directory schema.
objectClass() - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description representing the object class attribute type with no options.
ObjectClass - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with an objectclass, which contains a collection of attributes that must and/or may be present in an entry with that objectclass.
ObjectClass.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing object classes.
OBJECTCLASS_MODS_PROHIBITED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation could not be processed because it would have modified the objectclasses associated with an entry in an illegal manner.
OBJECTCLASS_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it would have resulted in an entry that violated the server schema.
objectClassPresent() - Static method in class org.forgerock.opendj.ldap.Filter
Returns the objectClass presence filter (objectClass=*).
ObjectClassType - Enum in org.forgerock.opendj.ldap.schema
This enumeration defines the set of possible objectclass types that may be used, as defined in RFC 2252.
objectToByteString() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which converts an Object to a ByteString using the ByteString.valueOf(Object) method.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Specifies whether or not this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Specifies whether this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Specifies whether or not this schema element is obsolete.
obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Specifies whether this schema element is obsolete.
of(Class<T>, T) - Static method in class org.forgerock.opendj.ldap.Option
Defines a new option of the provided type with the provided default value.
OFFSET_RANGE_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a search request included a VLV request control with an invalid offset.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
The OID for the Microsoft Active Directory persistent search request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
The IANA-assigned OID for the LDAP assertion request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
The OID for the authorization identity request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
The OID for the authorization identity response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
The OID for the entry change notification response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
The OID for the get effective rights request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
The OID for the ManageDsaIT request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
The OID for the matched values request control used to specify which particular attribute values should be returned in a search result entry.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
The OID for the Netscape password expired response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
The OID for the Netscape password expiring response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
The OID for the password policy control from draft-behera-ldap-password-policy.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
The OID for the password policy control from draft-behera-ldap-password-policy.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
The OID for the permissive modify request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
The OID for the persistent search request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
The IANA-assigned OID for the LDAP post-read request control used for retrieving an entry in the state it had immediately after an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
The IANA-assigned OID for the LDAP post-read response control used for retrieving an entry in the state it had immediately after an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
The IANA-assigned OID for the LDAP pre-read request control used for retrieving an entry in the state it had immediately before an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
The IANA-assigned OID for the LDAP pre-read response control used for retrieving an entry in the state it had immediately before an update was applied.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
The OID for the proxied authorization v1 control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
The OID for the proxied authorization v2 control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
The OID for the server-side sort request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
The OID for the server-side sort response control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
The OID for the paged results request/response control defined in RFC 2696.
OID - Static variable in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
The OID for the sub-entries request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
The OID for the subtree delete request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
The OID for the virtual list view request control.
OID - Static variable in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
The OID for the virtual list view request control.
OID - Static variable in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
The OID for the cancel extended operation request.
OID - Static variable in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
The OID for the password modify extended operation request.
OID - Static variable in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
The OID for the start TLS extended operation request.
OID - Static variable in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
The OID for the who am I extended operation request.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the numeric OID which uniquely identifies this attribute type.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the numeric OID which uniquely identifies this matching rule.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Sets the numeric OID which uniquely identifies this matching rule use definition.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Sets the numeric OID which uniquely identifies this name form.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Sets the numeric OID which uniquely identifies this object class.
oid(String) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
Sets the numeric OID which uniquely identifies this syntax.
OID_GSSAPI_KERBEROS_V - Static variable in class org.forgerock.opendj.io.LDAP
The OID for the Kerberos V GSSAPI mechanism.
OID_NOTICE_OF_DISCONNECTION - Static variable in class org.forgerock.opendj.io.LDAP
The OID for the LDAP notice of disconnection extended operation.
OP_TYPE_ABANDON_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for abandon requests.
OP_TYPE_ADD_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for add requests.
OP_TYPE_ADD_RESPONSE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for add responses.
OP_TYPE_BIND_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for bind requests.
OP_TYPE_BIND_RESPONSE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for bind responses.
OP_TYPE_COMPARE_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for compare requests.
OP_TYPE_COMPARE_RESPONSE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for compare responses.
OP_TYPE_DELETE_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for delete requests.
OP_TYPE_DELETE_RESPONSE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for delete responses.
OP_TYPE_EXTENDED_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for extended requests.
OP_TYPE_EXTENDED_RESPONSE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for extended responses.
OP_TYPE_INTERMEDIATE_RESPONSE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for intermediate responses.
OP_TYPE_MODIFY_DN_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for modify DN requests.
OP_TYPE_MODIFY_DN_RESPONSE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for modify DN responses.
OP_TYPE_MODIFY_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for modify requests.
OP_TYPE_MODIFY_RESPONSE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for modify responses.
OP_TYPE_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for search requests.
OP_TYPE_SEARCH_RESULT_DONE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for search result done elements.
OP_TYPE_SEARCH_RESULT_ENTRY - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for search result entries.
OP_TYPE_SEARCH_RESULT_REFERENCE - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for search result references.
OP_TYPE_UNBIND_REQUEST - Static variable in class org.forgerock.opendj.io.LDAP
The protocol op type for unbind requests.
OPERATIONS_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that an internal error prevented the operation from being processed properly.
Option<T> - Class in org.forgerock.opendj.ldap
Public API for defining new options.
optionalAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided optional attributes to the list of attribute types that entries subject to this DIT content rule may contain.
optionalAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided optional attributes to the list of attribute types that entries subject to this DIT content rule may contain.
optionalAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided optional attributes.
optionalAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided optional attributes.
optionalAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided optional attributes.
optionalAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided optional attributes.
or() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of zero condition results, which is always FALSE.
or(ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of the provided condition result, which is always r.
or(ConditionResult...) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of the provided condition results, which is FALSE if all of the provided condition results are FALSE, TRUE if at least one of them is TRUE, and UNDEFINED otherwise.
or(ConditionResult, ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the logical OR of the provided condition results, which is FALSE if both of the provided condition results are FALSE , TRUE if at least one of them is TRUE , and UNDEFINED otherwise.
or(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new or filter using the provided list of sub-filters.
or(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new or filter using the provided list of sub-filters.
orderingMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for ordering with this attribute type.
org.forgerock.opendj.io - package org.forgerock.opendj.io
Classes and interfaces providing I/O functionality.
org.forgerock.opendj.ldap - package org.forgerock.opendj.ldap
Classes and interfaces for core types including connections, entries, and attributes.
org.forgerock.opendj.ldap.controls - package org.forgerock.opendj.ldap.controls
Classes and interfaces for common LDAP controls.
org.forgerock.opendj.ldap.requests - package org.forgerock.opendj.ldap.requests
Classes and interfaces for core LDAP requests.
org.forgerock.opendj.ldap.responses - package org.forgerock.opendj.ldap.responses
Classes and interfaces for core LDAP responses.
org.forgerock.opendj.ldap.schema - package org.forgerock.opendj.ldap.schema
Classes and interfaces for constructing and querying LDAP schemas.
org.forgerock.opendj.ldap.spi - package org.forgerock.opendj.ldap.spi
Interfaces and classes for service providers.
org.forgerock.opendj.ldif - package org.forgerock.opendj.ldif
Classes and interfaces for reading and writing LDIF.
OTHER - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used if no other result code is appropriate.
OVERWRITE - Static variable in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
The default handler which ignores changes applied to missing entries and tolerates duplicate entries by overwriting the existing entry with the new entry.

P

parent() - Method in class org.forgerock.opendj.ldap.DN
Returns the DN which is the immediate parent of this DN, or null if this DN is the Root DN.
parent(int) - Method in class org.forgerock.opendj.ldap.DN
Returns the DN which is equal to this DN with the specified number of RDNs removed.
parse() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns a parser for this attribute which can be used for decoding values as different types of object.
parse() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns a parser for this attribute which can be used for decoding values as different types of object.
parseAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
parseAttribute(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
parseAttribute(Attribute) - Static method in class org.forgerock.opendj.ldap.AttributeParser
Returns an attribute parser for the provided attribute.
parseAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Returns a parser for the named attribute contained in this entry.
parseAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
Returns a parser for the named attribute contained in this entry.
PasswordExpiredResponseControl - Class in org.forgerock.opendj.ldap.controls
The Netscape password expired response control as defined in draft-vchu-ldap-pwd-policy.
PasswordExpiringResponseControl - Class in org.forgerock.opendj.ldap.controls
The Netscape password expiring response control as defined in draft-vchu-ldap-pwd-policy.
PasswordModifyExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
The password modify extended request as defined in RFC 3062.
PasswordModifyExtendedResult - Interface in org.forgerock.opendj.ldap.responses
The password modify extended result as defined in RFC 3062.
PasswordPolicyErrorType - Enum in org.forgerock.opendj.ldap.controls
A password policy error type as defined in draft-behera-ldap-password-policy is used to indicate problems concerning a user's account or password.
PasswordPolicyRequestControl - Class in org.forgerock.opendj.ldap.controls
The password policy request control as defined in draft-behera-ldap-password-policy.
PasswordPolicyResponseControl - Class in org.forgerock.opendj.ldap.controls
The password policy response control as defined in draft-behera-ldap-password-policy.
PasswordPolicyWarningType - Enum in org.forgerock.opendj.ldap.controls
A password policy warning type as defined in draft-behera-ldap-password-policy is used to indicate the current state of a user's password.
patch(EntryReader, ChangeRecordReader) - Static method in class org.forgerock.opendj.ldif.LDIF
Applies the set of changes contained in patch to the content of input and returns the result in an entry reader.
patch(EntryReader, ChangeRecordReader, RejectedChangeRecordListener) - Static method in class org.forgerock.opendj.ldif.LDIF
Applies the set of changes contained in patch to the content of input and returns the result in an entry reader.
peek() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns the byte situated at the current position.
peek(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns the byte situated at the given offset from current position.
peekLength() - Method in interface org.forgerock.opendj.io.ASN1Reader
Returns the data length of the next element without actually reading it.
peekType() - Method in interface org.forgerock.opendj.io.ASN1Reader
Returns the type of the next element without actually reading it.
PermissiveModifyRequestControl - Class in org.forgerock.opendj.ldap.controls
The Microsoft defined permissive modify request control.
PersistentSearchChangeType - Enum in org.forgerock.opendj.ldap.controls
A persistent search change type as defined in draft-ietf-ldapext-psearch is used to indicate the type of update operation that caused an entry change notification to occur.
PersistentSearchRequestControl - Class in org.forgerock.opendj.ldap.controls
The persistent search request control as defined in draft-ietf-ldapext-psearch.
PlainSASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
The Plain SASL bind request as defined in RFC 4616.
position() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns this reader's position.
position(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Sets this reader's position.
PostReadRequestControl - Class in org.forgerock.opendj.ldap.controls
The post-read request control as defined in RFC 4527.
PostReadResponseControl - Class in org.forgerock.opendj.ldap.controls
The post-read response control as defined in RFC 4527.
PreReadRequestControl - Class in org.forgerock.opendj.ldap.controls
The pre-read request control as defined in RFC 4527.
PreReadResponseControl - Class in org.forgerock.opendj.ldap.controls
The pre-read response control as defined in RFC 4527.
present(String) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new present filter using the provided attribute description.
prohibitedAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided prohibited attributes to the list of attribute types that entries subject to this DIT content rule must not contain.
prohibitedAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided prohibited attributes to the list of attribute types that entries subject to this DIT content rule must not contain.
PROTOCOL_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the client sent a malformed or illegal request to the server.
PROTOCOL_SSL - Static variable in class org.forgerock.opendj.ldap.SSLContextBuilder
SSL protocol: supports some version of SSL; may support other versions.
PROTOCOL_SSL2 - Static variable in class org.forgerock.opendj.ldap.SSLContextBuilder
SSL protocol: supports SSL version 2 or higher; may support other versions.
PROTOCOL_SSL3 - Static variable in class org.forgerock.opendj.ldap.SSLContextBuilder
SSL protocol: supports SSL version 3; may support other versions.
PROTOCOL_TLS - Static variable in class org.forgerock.opendj.ldap.SSLContextBuilder
SSL protocol: supports some version of TLS; may support other versions.
PROTOCOL_TLS1 - Static variable in class org.forgerock.opendj.ldap.SSLContextBuilder
SSL protocol: supports RFC 2246: TLS version 1.0 ; may support other versions.
PROTOCOL_TLS1_1 - Static variable in class org.forgerock.opendj.ldap.SSLContextBuilder
SSL protocol: supports RFC 4346: TLS version 1.1 ; may support other versions.
Provider - Interface in org.forgerock.opendj.ldap.spi
Interface for providers, which provide an implementation of one or more interfaces.
ProviderNotFoundException - Exception in org.forgerock.opendj.ldap
Exception thrown when a provider of a service can't be found.
ProviderNotFoundException(Class<? extends Provider>, String, String) - Constructor for exception org.forgerock.opendj.ldap.ProviderNotFoundException
Creates the exception with a provider type, provider name and a message.
ProxiedAuthV1RequestControl - Class in org.forgerock.opendj.ldap.controls
The proxy authorization v1 request control as defined in draft-weltman-ldapv3-proxy-04.
ProxiedAuthV2RequestControl - Class in org.forgerock.opendj.ldap.controls
The proxy authorization v2 request control as defined in RFC 4370.

Q

QOP_AUTH - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept authentication only.
QOP_AUTH - Static variable in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Indicates that the client will accept authentication only.
QOP_AUTH_CONF - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept authentication with connection integrity protection and encryption.
QOP_AUTH_CONF - Static variable in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Indicates that the client will accept authentication with connection integrity protection and encryption.
QOP_AUTH_INT - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Indicates that the client will accept authentication with connection integrity protection.
QOP_AUTH_INT - Static variable in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Indicates that the client will accept authentication with connection integrity protection.

R

rdn() - Method in class org.forgerock.opendj.ldap.DN
Returns the RDN of this DN, or null if this DN is the Root DN.
RDN - Class in org.forgerock.opendj.ldap
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the name of an entry relative to its immediate superior.
RDN(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.RDN
Creates a new RDN using the provided attribute type and value.
RDN(String, Object) - Constructor for class org.forgerock.opendj.ldap.RDN
Creates a new RDN using the provided attribute type and value decoded using the default schema.
RDN(AVA...) - Constructor for class org.forgerock.opendj.ldap.RDN
Creates a new RDN using the provided AVAs.
RDN(Collection<AVA>) - Constructor for class org.forgerock.opendj.ldap.RDN
Creates a new RDN using the provided AVAs.
readBoolean(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as a boolean having the provided type tag.
readBoolean() - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as a boolean having the Universal Boolean ASN.1 type tag.
readBoolean(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as a boolean having the provided type tag.
readChangeRecord() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
Reads the next change record, blocking if necessary until a change record is available.
readChangeRecord() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Reads the next change record, blocking if necessary until a change record is available.
readEndExplicitTag() - Method in interface org.forgerock.opendj.io.ASN1Reader
Finishes reading an explicit tag and discards any unread elements.
readEndSequence() - Method in interface org.forgerock.opendj.io.ASN1Reader
Finishes reading a sequence and discards any unread elements.
readEndSequence() - Method in class org.forgerock.opendj.ldap.GSERParser
Skips the input matching the end of a sequence and preceding space characters.
readEndSet() - Method in interface org.forgerock.opendj.io.ASN1Reader
Finishes reading a set and discards any unread elements.
readEntry(ASN1Reader, DecodeOptions) - Static method in class org.forgerock.opendj.io.LDAP
Reads the next ASN.1 element from the provided ASN1Reader as a an Entry.
readEntry(DN, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
readEntry(DN, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Reads the named entry from the Directory Server.
readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Reads the named entry from the Directory Server.
readEntry(DN, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Reads the named entry from the Directory Server.
readEntry(String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Reads the named entry from the Directory Server.
readEntry() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and, if it is an entry, returns it as a SearchResultEntry.
readEntry() - Method in class org.forgerock.opendj.ldif.EntryGenerator
 
readEntry() - Method in interface org.forgerock.opendj.ldif.EntryReader
Reads the next entry, blocking if necessary until an entry is available.
readEntry() - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Reads the next entry, blocking if necessary until an entry is available.
readEntryAsync(DN, Collection<String>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
readEntryAsync(DN, Collection<String>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously reads the named entry from the Directory Server.
readEntryAsync(DN, Collection<String>) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously reads the named entry from the Directory Server.
readEnumerated(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as an enumerated having the provided type tag.
readEnumerated() - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an enumerated having the Universal Enumerated ASN.1 type tag.
readEnumerated(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an enumerated having the provided type tag.
readFilter(ASN1Reader) - Static method in class org.forgerock.opendj.io.LDAP
Reads the next ASN.1 element from the provided ASN1Reader as a Filter.
readInteger(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as an integer having the provided type tag.
readInteger() - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an integer having the Universal Integer ASN.1 type tag.
readInteger(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an integer having the provided type tag.
readMessage(LDAPMessageHandler) - Method in class org.forgerock.opendj.io.LDAPReader
Reads the next LDAP message from the underlying ASN.1 reader.
readNull(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as a null element having the provided type tag.
readNull() - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as a null element having the Universal Null ASN.1 type tag.
readNull(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as a null element having the provided type tag.
readOctetString(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as an octet string having the provided type tag.
readOctetString(byte, ByteStringBuilder) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as an octet string having the provided type tag and appends it to the provided ByteStringBuilder.
readOctetString() - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an octet string having the Universal Octet String ASN.1 type tag.
readOctetString(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an octet string having the provided type tag.
readOctetString(byte, ByteStringBuilder) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an octet string having the provided type tag and appends it to the provided ByteStringBuilder.
readOctetString(ByteStringBuilder) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an octet string having the Universal Octet String ASN.1 type tag and appends it to the provided ByteStringBuilder.
readOctetStringAsString(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as an octet string having the provided type tag and decodes the value as a UTF-8 encoded string.
readOctetStringAsString() - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an octet string having the Universal Octet String ASN.1 type tag and decodes the value as a UTF-8 encoded string.
readOctetStringAsString(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an octet string having the provided type tag and decodes the value as a UTF-8 encoded string.
readReference() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search result entry or reference to become available and, if it is a reference, returns it as a SearchResultReference.
readResult() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
Waits for the next search response to become available and returns it if it is a search result indicating that the search completed successfully.
readRootDSE(Connection) - Static method in class org.forgerock.opendj.ldap.RootDSE
Reads the Root DSE from the Directory Server using the provided connection.
readRootDSEAsync(Connection, LdapResultHandler<? super RootDSE>) - Static method in class org.forgerock.opendj.ldap.RootDSE
Asynchronously reads the Root DSE from the Directory Server using the provided connection.
readSchema(Connection, DN) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the named subschema sub-entry.
readSchemaAsync(Connection, DN) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Asynchronously reads the schema contained in the named subschema sub-entry.
readSchemaForEntry(Connection, DN) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Reads the schema contained in the subschema sub-entry which applies to the named entry.
readSchemaForEntryAsync(Connection, DN) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Asynchronously reads the schema contained in the subschema sub-entry which applies to the named entry.
readStartExplicitTag(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as an explicit tag having the provided tag type.
readStartExplicitTag() - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an explicit ignoring the ASN.1 type tag.
readStartExplicitTag(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as an explicit tag having the provided tag type.
readStartSequence(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as a sequence having the provided type tag.
readStartSequence() - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as a sequence having the Universal Sequence ASN.1 type tag.
readStartSequence(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as a sequence having the provided type tag.
readStartSequence() - Method in class org.forgerock.opendj.ldap.GSERParser
Skips the input matching the start of a sequence and subsequent space characters.
readStartSet(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Reads the next element as a set having the provided type tag.
readStartSet() - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as a set having the Universal Set ASN.1 type tag.
readStartSet(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Reads the next element as a set having the provided type tag.
REFERRAL - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a referral was encountered.
ReferralException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request could not be processed by the Directory Server because the target entry is located on another server.
RejectedChangeRecordListener - Interface in org.forgerock.opendj.ldif
A listener interface which is notified whenever a change record cannot be applied to an entry.
RejectedLDIFListener - Interface in org.forgerock.opendj.ldif
A listener interface which is notified whenever LDIF records are skipped, malformed, or fail schema validation.
remaining() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Returns the number of bytes between the current position and the end of the underlying byte sequence.
remove(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Removes value from this attribute if it is present (optional operation).
remove(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes value from this attribute if it is present (optional operation).
remove(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Removes value from this attribute if it is present (optional operation).
removeAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Removes all of the attribute values contained in values from this attribute if they are present (optional operation).
removeAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Removes all of the attribute values contained in values from this attribute if they are present (optional operation).
removeAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes all of the attribute values contained in values from this attribute if they are present (optional operation).
removeAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
Removes all of the attribute values contained in values from this attribute if they are present (optional operation).
removeAllAttributes() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes all attribute types the matching rule applies to.
removeAllAuxiliaryObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Clears the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Removes all user friendly names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes all user defined names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes all user friendly names.
removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all user defined names.
removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Clears the list of attribute types that entries subject to this DIT content rule may contain.
removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes all optional attributes.
removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all optional attributes.
removeAllProhibitedAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Clears the list of attribute types that entries subject to this DIT content rule must not contain.
removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Clears the list of attribute types that entries subject to this DIT content rule must contain.
removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes all required attributes.
removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all required attributes.
removeAllSuperiorObjectClass() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes all superior object class.
removeAllSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Removes all superior rules.
removeAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
removeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
removeAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
Removes all of the attribute values contained in attribute from this entry if it is present (optional operation).
removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
Removes the named attribute from this entry if it is present (optional operation).
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Removes all of the attribute values contained in values from the named attribute in this entry if it is present (optional operation).
removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
removeAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes the provided attribute type.
removeAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named attribute type from this schema builder.
removeAuxiliaryObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Removes the provided object class in the list of auxiliary object classes that entries subject to this DIT content rule may belong to.
removeCancelRequestListener(CancelRequestListener) - Method in interface org.forgerock.opendj.ldap.RequestContext
Removes the provided cancellation listener from this request context so that it will not be notified if a cancellation request has been received.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
removeConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.Connection
Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
removeConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
Removes the provided connection event listener from this connection so that it will no longer be notified when this connection is closed by the application, receives an unsolicited notification, or experiences a fatal error.
removeDITContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named DIT content rule from this schema builder.
removeDITStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the specified DIT structure rule from this schema builder.
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
 
removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
 
removeListener(TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutChecker
Deregisters a timeout event listener for timeout notification.
removeMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named matching rule from this schema builder.
removeMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named matching rule use from this schema builder.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Removes the provided user friendly name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
Removes the provided user defined name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes the provided user friendly name.
removeName(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided user defined name.
removeNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named name form from this schema builder.
removeObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named object class from this schema builder.
removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Removes the provided optional attribute in the list of attribute types that entries subject to this DIT content rule may contain.
removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes the specified optional attribute.
removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided optional attribute.
removeProhibitedAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Removes the provided prohibited attribute in the list of attribute types that entries subject to this DIT content rule must not contain.
removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Removes the provided required attribute in the list of attribute types that entries subject to this DIT content rule must contain.
removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Removes the specified required attribute.
removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided required attribute.
removeSuperiorObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Removes the provided superior object class.
removeSuperiorRule(int) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Removes the provided superior rule.
removeSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Removes the named syntax from this schema builder.
rename(DN, DN) - Method in class org.forgerock.opendj.ldap.DN
Returns a copy of this DN whose parent DN, fromDN, has been renamed to the new parent DN, toDN.
renameAttribute(Attribute, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute having a different attribute description.
renameAttribute(Attribute, String) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a view of attribute having a different attribute description.
REPLACE - Static variable in class org.forgerock.opendj.ldap.ModificationType
Replace all existing values of the attribute with the new values listed in the modification, creating the attribute if it did not already exist.
replaceAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
replaceAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
Adds all of the attribute values contained in attribute to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
Adds all of the attribute values contained in values to this entry, replacing any existing attribute values (optional operation).
replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
replaceSingleValuedAttributes() - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
Requests that the generated changes should use the REPLACE modification type when the new attribute contains at most one attribute value.
Request - Interface in org.forgerock.opendj.ldap.requests
The base class of all Requests provides methods for querying and manipulating the set of Controls included with a Request.
RequestContext - Interface in org.forgerock.opendj.ldap
The context associated with a request currently being processed by a request handler.
RequestHandler<C> - Interface in org.forgerock.opendj.ldap
A handler interface for processing client requests.
RequestHandlerFactory<C,R extends RequestContext> - Interface in org.forgerock.opendj.ldap
A handler interface for accepting new connections from clients.
Requests - Class in org.forgerock.opendj.ldap.requests
This class contains various methods for creating and manipulating requests.
requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided attribute to the list of attribute types that entries subject to this DIT content rule must contain.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Adds the provided attribute to the list of attribute types that entries subject to this DIT content rule must contain.
requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided required attributes.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Adds the provided required attributes.
requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided required attributes.
requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided required attributes.
requireSingleStructuralObjectClass() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Returns the policy for verifying that entries have only a single structural object class.
requireSingleStructuralObjectClass(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
Specifies the policy for verifying that entries have only a single structural object class.
requireValue() - Method in class org.forgerock.opendj.ldap.AttributeParser
Throws a NoSuchElementException if the attribute referenced by this parser is null or empty.
resolveSchema(String) - Method in interface org.forgerock.opendj.ldap.SchemaResolver
Finds the appropriate schema for use with the provided distinguished name.
Response - Interface in org.forgerock.opendj.ldap.responses
The base class of all Responses provides methods for querying and manipulating the set of Controls included with a Response.
Responses - Class in org.forgerock.opendj.ldap.responses
This class contains various methods for creating and manipulating responses.
Result - Interface in org.forgerock.opendj.ldap.responses
A Result is used to indicate the status of an operation performed by the server.
ResultCode - Class in org.forgerock.opendj.ldap
An operation result code as defined in RFC 4511 section 4.1.9 is used to indicate the final status of an operation.
ResultCode.Enum - Enum in org.forgerock.opendj.ldap
Contains equivalent values for the ResultCode values.
ResultLdapPromiseImpl<R extends Request,S extends Result> - Class in org.forgerock.opendj.ldap.spi
This class provides an implementation of the LdapPromise.
retainAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Retains only the attribute values in this attribute which are contained in values (optional operation).
retainAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Retains only the attribute values in this attribute which are contained in values (optional operation).
retainAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
Retains only the attribute values in this attribute which are contained in values (optional operation).
retainAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
Retains only the attribute values in this attribute which are contained in values (optional operation).
retainAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Retains only the attribute values in this attribute which are contained in values (optional operation).
rewind() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Rewinds this reader's position to zero.
rootDN() - Static method in class org.forgerock.opendj.ldap.DN
Returns the Root DN.
RootDSE - Class in org.forgerock.opendj.ldap
The root DSE is a DSA-specific Entry (DSE) and not part of any naming context (or any subtree), and which is uniquely identified by the empty DN.
RoundRobinLoadBalancingAlgorithm - Class in org.forgerock.opendj.ldap
A round robin load balancing algorithm distributes connection requests across a list of connection factories one at a time.
RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
Creates a new round robin load balancing algorithm which will monitor offline connection factories every 1 second using the default scheduler.
RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, LoadBalancerEventListener) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
Creates a new round robin load balancing algorithm which will monitor offline connection factories every 1 second using the default scheduler.
RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, LoadBalancerEventListener, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
Creates a new round robin load balancing algorithm which will monitor offline connection factories using the specified frequency using the default scheduler.
RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, LoadBalancerEventListener, long, TimeUnit, ScheduledExecutorService) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
Creates a new round robin load balancing algorithm which will monitor offline connection factories using the specified frequency and scheduler.
RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
Creates a new round robin load balancing algorithm which will monitor offline connection factories using the specified frequency using the default scheduler.
RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, long, TimeUnit, ScheduledExecutorService) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
Creates a new round robin load balancing algorithm which will monitor offline connection factories using the specified frequency and scheduler.
ruleID(int) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Sets the the numeric ID which uniquely identifies this structure rule.

S

SASL_BIND_IN_PROGRESS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should be used for intermediate responses in multi-stage SASL bind operations.
SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
The name of the SASL mechanism that does not provide any authentication but rather uses anonymous access.
SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
The name of the SASL mechanism based on CRAM-MD5 authentication.
SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
The name of the SASL mechanism based on DIGEST-MD5 authentication.
SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
The name of the SASL mechanism based on external authentication.
SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
The name of the SASL mechanism based on GSS-API authentication.
SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
The name of the SASL mechanism based on PLAIN authentication.
SASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
The SASL authentication method of the Bind operation allows clients to authenticate using one of the SASL authentication methods defined in RFC 4513.
Schema - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure that holds information about the components of the LDAP schema.
SchemaBuilder - Class in org.forgerock.opendj.ldap.schema
Schema builders should be used for incremental construction of new schemas.
SchemaBuilder() - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder with no schema elements and default compatibility options.
SchemaBuilder(Entry) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder containing all of the schema elements contained in the provided subschema subentry.
SchemaBuilder(Schema) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder containing all of the schema elements from the provided schema and its compatibility options.
SchemaBuilder(String) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
Creates a new schema builder with no schema elements and default compatibility options.
SchemaOptions - Class in org.forgerock.opendj.ldap.schema
Common options for LDAP schemas.
SchemaResolver - Interface in org.forgerock.opendj.ldap
Schema resolvers are included with a set of DecodeOptions in order to allow application to control how Schema instances are selected when decoding requests and responses.
SchemaValidationPolicy - Class in org.forgerock.opendj.ldap.schema
This class provides various schema validation policy options for controlling how entries should be validated against the directory schema.
SchemaValidationPolicy.Action - Enum in org.forgerock.opendj.ldap.schema
An enumeration of the possible actions which can be performed when a schema validation failure is encountered.
SchemaValidationPolicy.EntryResolver - Interface in org.forgerock.opendj.ldap.schema
A call-back which will be called during DIT structure rule schema validation in order to retrieve the parent of the entry being validated.
search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
Searches the Directory Server using the provided search request.
search(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
search(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search parameters.
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search request.
search(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server using the provided search parameters.
search(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search parameters.
search(SearchRequest, Collection<? super SearchResultEntry>) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search request.
search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search request.
search(SearchRequest, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search request.
search(String, SearchScope, String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server using the provided search parameters.
search(EntryReader, SearchRequest) - Static method in class org.forgerock.opendj.ldif.LDIF
Returns a filtered view of input containing only those entries which match the search base DN, scope, and filtered defined in search.
search(EntryReader, SearchRequest, Schema) - Static method in class org.forgerock.opendj.ldif.LDIF
Returns a filtered view of input containing only those entries which match the search base DN, scope, and filtered defined in search.
searchAsync(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchAsync(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
 
searchAsync(SearchRequest, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server using the provided search request.
searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server using the provided search request.
searchRequest(int, SearchRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
searchRequest(int, SearchRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP search request message.
SearchRequest - Interface in org.forgerock.opendj.ldap.requests
The Search operation is used to request a server to return, subject to access controls and other restrictions, a set of entries matching a complex search criterion.
searchResult(int, Result) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
searchResult(int, Result) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP search result message.
searchResultEntry(int, SearchResultEntry) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
searchResultEntry(int, SearchResultEntry) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP search result entry message.
SearchResultEntry - Interface in org.forgerock.opendj.ldap.responses
A Search Result Entry represents an entry found during a Search operation.
SearchResultHandler - Interface in org.forgerock.opendj.ldap
A completion handler for consuming the results of a Search operation.
SearchResultLdapPromiseImpl - Class in org.forgerock.opendj.ldap.spi
Search result promise implementation.
searchResultReference(int, SearchResultReference) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
searchResultReference(int, SearchResultReference) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP search result reference message.
SearchResultReference - Interface in org.forgerock.opendj.ldap.responses
A Search Result Reference represents an area not yet explored during a Search operation.
SearchResultReferenceIOException - Exception in org.forgerock.opendj.ldap
Thrown when an iteration over a set of search results using a ConnectionEntryReader encounters a SearchResultReference.
SearchResultReferenceIOException(SearchResultReference) - Constructor for exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
Creates a new referral result IO exception with the provided SearchResultReference.
SearchScope - Class in org.forgerock.opendj.ldap
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is used to specify the scope of a Search operation.
SearchScope.Enum - Enum in org.forgerock.opendj.ldap
Contains equivalent values for the SearchScope values.
searchSingleEntry(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntry(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntry(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server for a single entry using the provided search request.
searchSingleEntry(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Searches the Directory Server for a single entry using the provided search parameters.
searchSingleEntry(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server for a single entry using the provided search request.
searchSingleEntry(String, SearchScope, String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
Searches the Directory Server for a single entry using the provided search parameters.
searchSingleEntryAsync(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
 
searchSingleEntryAsync(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
Asynchronously searches the Directory Server for a single entry using the provided search request.
searchSingleEntryAsync(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
Asynchronously searches the Directory Server for a single entry using the provided search request.
sendUnsolicitedNotification(ExtendedResult) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
Sends an unsolicited notification to the client.
ServerConnection<C> - Interface in org.forgerock.opendj.ldap
A handler interface for interacting with client connections.
ServerConnectionFactory<C,R> - Interface in org.forgerock.opendj.ldap
A handler interface for accepting new connections from clients.
ServerSideSortRequestControl - Class in org.forgerock.opendj.ldap.controls
The server-side sort request control as defined in RFC 2891.
ServerSideSortResponseControl - Class in org.forgerock.opendj.ldap.controls
The server-side sort response control as defined in RFC 2891.
setAddUserFriendlyComments(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Specifies whether or not user-friendly comments should be added whenever distinguished names or UTF-8 attribute values are encountered which contained non-ASCII characters.
setAddUserFriendlyComments(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Specifies whether or not user-friendly comments should be added whenever distinguished names or UTF-8 attribute values are encountered which contained non-ASCII characters.
setAssertionValue(Object) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
Sets the assertion value to be compared.
setAttributeDescription(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
Sets the name of the attribute to be compared.
setAttributeDescription(String) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
Sets the name of the attribute to be compared.
setAttributeFactory(AttributeFactory) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the AttributeFactory which will be used for creating new Attribute instances when decoding attributes.
setAuthenticationID(String) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
Sets the authentication ID of the user.
setAuthenticationID(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Sets the authentication ID of the user.
setAuthenticationID(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Sets the authentication ID of the user, which should be the user's Kerberos principal.
setAuthenticationID(String) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
Sets the authentication ID of the user.
setAuthenticationType(byte) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
Sets the authentication mechanism identifier for this generic bind request.
setAuthenticationValue(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
Sets the authentication information for this generic bind request in a form defined by the authentication mechanism.
setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Sets the optional authorization ID of the user which represents an alternate authorization identity which should be used for subsequent operations performed on the connection.
setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
Sets the optional desired authorization ID of the user, or null if the authorization ID should derived from authentication credentials exchanged at a lower security layer.
setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Sets the optional authorization ID of the user which represents an alternate authorization identity which should be used for subsequent operations performed on the connection.
setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
Sets the optional authorization ID of the user which represents an alternate authorization identity which should be used for subsequent operations performed on the connection.
setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
Sets the authorization ID of the user.
setBacklog(int) - Method in class org.forgerock.opendj.ldap.LDAPListenerOptions
Sets the maximum queue length for incoming connections requests.
setByte(int, byte) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the byte value at the specified index.
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.Result
Sets the throwable cause associated with this result if available.
setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
setCipher(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Sets the cipher name or strength that the client is willing to use when connection encryption quality of protection, AUTH-CONF, is requested.
setConnectTimeout(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.LDAPOptions
Sets the connect timeout.
setConstant(String, Object) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets a constant to use in template file.
setDefaultSchema(Schema) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Sets the default schema which should be used by this application.
setDeleteOldRDN(boolean) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Specifies whether the old RDN attribute values are to be retained as attributes of the entry or deleted from the entry.
setDereferenceAliasesPolicy(DereferenceAliasesPolicy) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Sets the alias dereferencing policy to be used during the search.
setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.Result
Sets the diagnostic message associated with this result.
setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
setEntryFactory(EntryFactory) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the EntryFactory which will be used for creating new Entry instances when decoding entries.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Specifies whether or not all operational attributes should be excluded from any change records that are read from LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Specifies whether or not all operational attributes should be excluded from any change records that are written to LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Specifies whether or not all operational attributes should be excluded from any entries that are read from LDIF.
setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Specifies whether or not all operational attributes should be excluded from any entries that are written to LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Specifies whether or not all user attributes should be excluded from any change records that are read from LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Specifies whether or not all user attributes should be excluded from any change records that are written to LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Specifies whether or not all user attributes should be excluded from any entries that are read from LDIF.
setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Specifies whether or not all user attributes should be excluded from any entries that are written to LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Excludes the named attribute from any change records that are read from LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Excludes the named attribute from any change records that are written to LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Excludes the named attribute from any entries that are read from LDIF.
setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Excludes the named attribute from any entries that are written to LDIF.
setExcludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Excludes all change records which target entries beneath the named entry (inclusive) from being read from LDIF.
setExcludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Excludes all change records which target entries beneath the named entry (inclusive) from being written to LDIF.
setExcludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Excludes all entries beneath the named entry (inclusive) from being read from LDIF.
setExcludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Excludes all entries beneath the named entry (inclusive) from being written to LDIF.
setExcludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Excludes all entries which match the provided filter matcher from being read from LDIF.
setExcludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Excludes all entries which match the provided filter matcher from being written to LDIF.
setFilter(Filter) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Sets the filter that defines the conditions that must be fulfilled in order for an entry to be returned.
setFilter(String) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Sets the filter that defines the conditions that must be fulfilled in order for an entry to be returned.
setGenerateBranches(boolean) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the flag which indicates whether branch entries should be generated.
setGeneratedPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
Sets the generated password.
setGeneratedPassword(char[]) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
Sets the generated password.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Ensures that the named attribute is not excluded from any change records that are read from LDIF.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Ensures that the named attribute is not excluded from any change records that are written to LDIF.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Ensures that the named attribute is not excluded from any entries that are read from LDIF.
setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Ensures that the named attribute is not excluded from any entries that are written to LDIF.
setIncludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Ensures that all change records which target entries beneath the named entry (inclusive) are read from LDIF.
setIncludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Ensures that all change records which target entries beneath the named entry (inclusive) are written to LDIF.
setIncludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Ensures that all entries beneath the named entry (inclusive) are read from LDIF.
setIncludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Ensures that all entries beneath the named entry (inclusive) are written to LDIF.
setIncludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Ensures that all entries which match the provided filter matcher are read from LDIF.
setIncludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Ensures that all entries which match the provided filter matcher are written to LDIF.
setKDCAddress(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Sets the optional address of the Kerberos KDC (Key Distribution Center).
setKeyManager(KeyManager) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
Sets the key manager which the SSL context should use.
setLength(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Sets the length of this byte string builder.
setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.Result
Sets the matched DN associated with this result.
setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
setMaxReceiveBufferSize(int) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Sets the maximum size of the receive buffer in bytes.
setMaxReceiveBufferSize(int) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Sets the maximum size of the receive buffer in bytes.
setMaxRequestSize(int) - Method in class org.forgerock.opendj.ldap.LDAPListenerOptions
Sets the maximum request size in bytes for incoming LDAP requests.
setMaxSendBufferSize(int) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Sets the maximum size of the send buffer in bytes.
setMaxSendBufferSize(int) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Sets the maximum size of the send buffer in bytes.
setName(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
setName(DN) - Method in interface org.forgerock.opendj.ldap.Entry
Sets the distinguished name of this entry (optional operation).
setName(String) - Method in interface org.forgerock.opendj.ldap.Entry
Sets the distinguished name of this entry (optional operation).
setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
setName(String) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
 
setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
Sets the distinguished name of the entry to be compared.
setName(String) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
Sets the distinguished name of the entry to be compared.
setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
Sets the distinguished name of the entry to be deleted.
setName(String) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
Sets the distinguished name of the entry to be deleted.
setName(String) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
Sets the name of the Directory object that the client wishes to bind as.
setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Sets the distinguished name of the entry to be renamed.
setName(String) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Sets the distinguished name of the entry to be renamed.
setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
Sets the distinguished name of the entry to be modified.
setName(String) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
Sets the distinguished name of the entry to be modified.
setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Sets the distinguished name of the base entry relative to which the search is to be performed.
setName(String) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Sets the distinguished name of the base entry relative to which the search is to be performed.
setName(String) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
Sets the name of the Directory object that the client wishes to bind as.
setName(DN) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
setName(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
 
setNewPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
Sets the desired password for the user.
setNewPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
Sets the desired password for the user.
setNewRDN(RDN) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Sets the new RDN of the entry to be renamed.
setNewRDN(String) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Sets the new RDN of the entry to be renamed.
setNewSuperior(DN) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Sets the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.
setNewSuperior(String) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
Sets the distinguished name of an existing entry that will become the immediate superior (parent) of the entry to be renamed.
setOID(String) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
Sets the numeric OID associated with this extended request.
setOID(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
Sets the numeric OID, if any, associated with this extended result.
setOID(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
Sets the numeric OID, if any, associated with this intermediate response.
setOldPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
Sets the current password for the user.
setOldPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
Sets the current password for the user.
setOption(Option<T>, T) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Sets a schema option overriding any previous values for the option.
setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
Sets the password of the user that the client wishes to bind as.
setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
Sets the password of the user that the client wishes to bind as.
setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Sets the password of the user that the client wishes to bind as.
setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Sets the password of the user that the client wishes to bind as.
setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Sets the password of the user that the client wishes to bind as.
setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Sets the password of the user that the client wishes to bind as.
setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
Sets the password of the user that the client wishes to bind as.
setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
Sets the password of the user that the client wishes to bind as.
setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
Sets the password of the Directory object that the client wishes to bind as.
setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
Sets the password of the Directory object that the client wishes to bind as.
setProtocol(String) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
Sets the protocol which the SSL context should use.
setProvider(Provider) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
Sets the provider which the SSL context should use.
setProvider(String) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
Sets the provider which the SSL context should use.
setRandomSeed(int) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the random seed to use when generating entries.
setRealm(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Sets the optional realm containing the user's account.
setRealm(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Sets the optional realm containing the user's account.
setRejectedLDIFListener(RejectedLDIFListener) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Sets the rejected record listener which should be notified whenever an LDIF record is skipped, malformed, or fails schema validation.
setRejectedLDIFListener(RejectedLDIFListener) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Sets the rejected record listener which should be notified whenever an LDIF record is skipped, malformed, or fails schema validation.
setRequestID(int) - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
Sets the request ID of the request to be abandoned.
setRequestID(int) - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
Sets the request ID of the request to be abandoned.
setResourcePath(String) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the resource path, used to looks for resources files like first names, last names, or other custom resources.
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
 
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.Result
Sets the result code associated with this result.
setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
 
setResultOrError(S) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
Sets the result associated to this promise.
setSchema(Schema) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the Schema which will be used for decoding distinguished names, attribute descriptions, and other objects which require a schema in order to be decoded.
setSchema(Schema) - Method in class org.forgerock.opendj.ldif.EntryGenerator
Sets the schema which should be when generating entries.
setSchema(Schema) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Sets the schema which should be used for decoding change records that are read from LDIF.
setSchema(Schema) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Sets the schema which should be used for decoding entries that are read from LDIF.
setSchemaResolver(SchemaResolver) - Method in class org.forgerock.opendj.ldap.DecodeOptions
Sets the strategy for selecting which Schema should be used for decoding distinguished names, attribute descriptions, and other objects which require a Schema in order to be decoded.
setSchemaValidationPolicy(SchemaValidationPolicy) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Specifies the schema validation which should be used when reading LDIF change records.
setSchemaValidationPolicy(SchemaValidationPolicy) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
Specifies the schema validation which should be used when reading LDIF entry records.
setScope(SearchScope) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Sets the scope of the search.
setSecureRandom(SecureRandom) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
Sets the secure random number generator which the SSL context should use.
setServerAuth(boolean) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
Specifies whether or not the server must authenticate to the client.
setServerAuth(boolean) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Specifies whether or not the server must authenticate to the client.
setServerSASLCredentials(ByteString) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
Sets the server SASL credentials associated with this bind result.
setSizeLimit(int) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Sets the size limit that should be used in order to restrict the maximum number of entries returned by the search.
setSSLContext(SSLContext) - Method in class org.forgerock.opendj.ldap.LDAPOptions
Sets the SSL context which will be used when initiating connections with the Directory Server.
setSSLContext(SSLContext) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
Sets the SSLContext that should be used when installing the TLS layer.
setSubject(Subject) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
Sets the Kerberos subject of the user to be authenticated.
setTimeLimit(int) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Sets the time limit that should be used in order to restrict the maximum time (in seconds) allowed for the search.
setTimeout(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.LDAPOptions
Sets the operation timeout.
setTraceString(String) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
Sets the trace information, which has no semantic value, and can be used by administrators in order to identify the user.
setTrustManager(TrustManager) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
Sets the trust manager which the SSL context should use.
setTypesOnly(boolean) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
Specifies whether search results are to contain both attribute descriptions and values, or just attribute descriptions.
setUserIdentity(Object) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
Sets the identity of the user whose password is to be modified.
setUseStartTLS(boolean) - Method in class org.forgerock.opendj.ldap.LDAPOptions
Specifies whether or not SSL or StartTLS should be used for securing connections when an SSL context is specified.
setValue(Object) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
Sets the value, if any, associated with this extended request.
setValue(Object) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
Sets the value, if any, associated with this extended result.
setValue(Object) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
Sets the value, if any, associated with this intermediate response.
setWrapColumn(int) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Specifies the column at which long lines should be wrapped.
setWrapColumn(int) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Specifies the column at which long lines should be wrapped.
SimpleBindRequest - Interface in org.forgerock.opendj.ldap.requests
The simple authentication method of the Bind Operation provides three authentication mechanisms: An anonymous authentication mechanism, in which both the name and password are zero length.
SimplePagedResultsControl - Class in org.forgerock.opendj.ldap.controls
The simple paged results request and response control as defined in RFC 2696.
SINGLE_LEVEL - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the immediate subordinates of the search base entry.
singletonAttribute(AttributeDescription, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only single-valued attribute having the specified attribute description and value.
singletonAttribute(String, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only single-valued attribute having the specified attribute description.
singleValue(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Specifies whether this attribute type is declared "single-value".
size() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns the number of attribute values in this attribute.
size() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns the number of attribute values in this attribute.
size() - Method in class org.forgerock.opendj.ldap.DN
Returns the number of RDN components in this DN.
size() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
Returns the number of attribute values in this attribute.
size() - Method in class org.forgerock.opendj.ldap.MemoryBackend
Returns the number of entries contained in this memory backend.
size() - Method in class org.forgerock.opendj.ldap.RDN
Returns the number of AVAs in this RDN.
SIZE_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a size limit was exceeded while attempting to process the request.
skip(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
Skips the given number of bytes.
skipElement(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
Skips the next element having the provided type tag without decoding it.
skipElement() - Method in interface org.forgerock.opendj.io.ASN1Reader
Skips the next element without decoding it.
skipElement(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
Skips the next element having the provided type tag without decoding it.
skipMSP() - Method in class org.forgerock.opendj.ldap.GSERParser
Skips the input matching one or more space characters.
skipSeparator() - Method in class org.forgerock.opendj.ldap.GSERParser
Skips the input matching the separator pattern (",") and subsequenct space characters.
skipSP() - Method in class org.forgerock.opendj.ldap.GSERParser
Skips the input matching zero, one or more space characters.
SORT_CONTROL_MISSING - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a search request included a VLV request control without a server-side sort control.
SortKey - Class in org.forgerock.opendj.ldap
A search result sort key as defined in RFC 2891 is used to specify how search result entries should be ordered.
SortKey(AttributeDescription, boolean, MatchingRule) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey(String) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey(String, boolean) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SortKey(String, boolean, String) - Constructor for class org.forgerock.opendj.ldap.SortKey
Creates a new sort key using the provided attribute description.
SSLContextBuilder - Class in org.forgerock.opendj.ldap
An SSL context builder provides an interface for incrementally constructing SSLContext instances for use when securing connections with SSL or the StartTLS extended operation.
SSLContextBuilder() - Constructor for class org.forgerock.opendj.ldap.SSLContextBuilder
Creates a new SSL context builder using default parameters.
startsWith(ByteSequence) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Tests if this ByteSequence starts with the specified prefix.
startsWith(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteString
Tests if this ByteSequence starts with the specified prefix.
startsWith(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Tests if this ByteSequence starts with the specified prefix.
StartTLSExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
The start TLS extended request as defined in RFC 4511.
STRICT_FORMAT_FOR_COUNTRY_STRINGS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Indicates whether country code values are required to strictly comply with the standard definition for this syntax.
stringToAttributeDescription() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses AttributeDescriptions using the default schema.
stringToAttributeDescription(Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses AttributeDescriptions using the provided schema.
stringToBoolean() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Boolean values.
stringToDN() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the default schema.
stringToDN(Schema) - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses DNs using the provided schema.
stringToGeneralizedTime() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses generalized time strings.
stringToInteger() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Integer string values.
stringToLong() - Static method in class org.forgerock.opendj.ldap.Functions
Returns a function which parses Long string values.
STRIP_UPPER_BOUND_FOR_ATTRIBUTE_TYPE - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
Indicates whether the minimum upper bound value should be stripped from the Attribute Type Syntax Description.
STRONG_AUTH_REQUIRED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation could not be processed because it requires that the client has completed a strong form of authentication.
structuralClassOID(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
Sets the structural class OID which uniquely identifies this DIT content rule.
structuralObjectClassOID(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
Sets the structural object class.
SubentriesRequestControl - Class in org.forgerock.opendj.ldap.controls
The sub-entries request control as defined in RFC 3672.
SUBORDINATES - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to all the subordinates of the search base entry, but does not include the search base entry itself (as wholeSubtree does).
subSequence(int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns a new byte sequence that is a subsequence of this byte sequence.
subSequence(int, int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns a new byte sequence that is a subsequence of this byte sequence.
subSequence(int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a new byte sequence that is a subsequence of this byte sequence.
substringKeySize() - Method in interface org.forgerock.opendj.ldap.spi.IndexingOptions
Returns the maximum size to use when building the keys for the "substring" index.
substringMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the matching rule that should be used for substring matching with this attribute type.
substrings(String, Object, Collection<?>, Object) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new substrings filter using the provided attribute description, initial, final, and any sub-strings.
SubtreeDeleteRequestControl - Class in org.forgerock.opendj.ldap.controls
The tree delete request control as defined in draft-armijo-ldap-treedelete.
SUCCESS - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation completed successfully.
superiorObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided superior object classes.
superiorObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Adds the provided superior object classes.
superiorRules(int...) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
Adds the provided superior rule identifiers.
superiorType(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the superior type for this attribute type.
syntax(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the syntax for this attribute type.
Syntax - Class in org.forgerock.opendj.ldap.schema
This class defines a data structure for storing and interacting with an LDAP syntaxes, which constrain the structure of attribute values stored in an LDAP directory, and determine the representation of attribute and assertion values transferred in the LDAP protocol.
Syntax.Builder - Class in org.forgerock.opendj.ldap.schema
A fluent API for incrementally constructing syntaxes.
SyntaxImpl - Interface in org.forgerock.opendj.ldap.schema
This interface defines the set of methods and structures that must be implemented to define a new attribute syntax.
syntaxOID(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
Sets the syntax OID of this matching rule.

T

then(Function<? super S, VOUT, LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenAlways(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenAsync(AsyncFunction<? super S, VOUT, LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnException(ExceptionHandler<? super LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResult(ResultHandler<? super S>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResultOrException(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
thenOnResultOrException(ResultHandler<? super S>, ExceptionHandler<? super LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
 
TIME_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a time limit was exceeded while attempting to process the request.
TIMEOUT_CHECKER - Static variable in class org.forgerock.opendj.ldap.TimeoutChecker
Global reference on the timeout checker.
TimeoutChecker - Class in org.forgerock.opendj.ldap
Checks TimeoutEventListener listeners for events that have timed out.
TimeoutEventListener - Interface in org.forgerock.opendj.ldap
Listener on timeout events.
TimeoutResultException - Exception in org.forgerock.opendj.ldap
Thrown when the result code returned in a Result indicates that the Request was aborted because it did not complete in the required time out period.
toArray() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns an array containing all of the attribute values contained in this attribute.
toArray() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns an array containing all of the attribute values contained in this attribute.
toArray(T[]) - Method in interface org.forgerock.opendj.ldap.Attribute
Returns an array containing all of the attribute values in this attribute; the runtime type of the returned array is that of the specified array.
toAttribute() - Method in class org.forgerock.opendj.ldap.AVA
Returns a single valued attribute having the same attribute type and value as this AVA.
toBase64String() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the Base64 encoded string representation of this byte string.
toBase64String() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the Base64 encoded string representation of this byte string.
toBase64String() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the Base64 encoded string representation of this byte string.
toBoolean() - Method in enum org.forgerock.opendj.ldap.ConditionResult
Converts this condition result to a boolean value.
toByteArray() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns a byte array containing the bytes in this sequence in the same order as this sequence.
toByteArray() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a byte array containing the bytes in this sequence in the same order as this sequence.
toByteArray() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns a byte array containing the bytes in this sequence in the same order as this sequence.
toByteString() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the ByteString representation of this byte sequence.
toByteString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the ByteString representation of this byte sequence.
toByteString() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the ByteString representation of this byte string builder.
toCalendar() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a Calendar representation of this generalized time.
toCharArray() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the UTF-8 decoded char array representation of this byte sequence.
toDate() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a Date representation of this generalized time.
toDn() - Method in class org.forgerock.opendj.ldap.DN.CompactDn
Returns the DN corresponding to this compact representation.
toEntry(Entry) - Method in class org.forgerock.opendj.ldap.schema.Schema
Adds the definitions of all the schema elements contained in this schema to the provided subschema subentry.
toHexPlusAsciiString(int) - Method in class org.forgerock.opendj.ldap.ByteString
Returns a string representation of the data in this byte sequence using the specified indent.
toHexString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a string representation of the contents of this byte sequence using hexadecimal characters and a space between each byte.
toInt() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the integer value represented by the first four bytes of this byte string in big-endian order.
toLong() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the long value represented by the first eight bytes of this byte string in big-endian order.
toNormalizedByteString() - Method in class org.forgerock.opendj.ldap.DN
Retrieves a normalized byte string representation of this DN.
toNormalizedUrlSafeString() - Method in class org.forgerock.opendj.ldap.DN
Retrieves a normalized string representation of this DN.
TOO_LATE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that a cancel request was unsuccessful because processing on the targeted operation had already reached a point at which it could not be canceled.
toPercentHexString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns a string representation of the contents of this byte sequence using hexadecimal characters and a percent prefix (#) before each char.
toSchema() - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
Returns a strict Schema containing all of the schema elements contained in this schema builder as well as the same set of schema compatibility options.
toString() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
Returns a string representation of this attribute.
toString() - Method in class org.forgerock.opendj.ldap.AbstractConnection
toString() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
toString() - Method in class org.forgerock.opendj.ldap.AbstractEntry
 
toString() - Method in class org.forgerock.opendj.ldap.AddressMask
Returns the string representation of this address mask.
toString() - Method in interface org.forgerock.opendj.ldap.Attribute
Returns a string representation of this attribute.
toString() - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns the string representation of this attribute description as defined in RFC4512 section 2.5.
toString() - Method in class org.forgerock.opendj.ldap.AttributeFilter
 
toString() - Method in class org.forgerock.opendj.ldap.AVA
toString() - Method in interface org.forgerock.opendj.ldap.ByteSequence
Returns the UTF-8 decoded string representation of this byte sequence.
toString() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
toString() - Method in class org.forgerock.opendj.ldap.ByteString
Returns the UTF-8 decoded string representation of this byte sequence.
toString() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Returns the UTF-8 decoded string representation of this byte sequence.
toString() - Method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the string representation of this condition result.
toString() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
toString() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
toString() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
toString() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
toString() - Method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
toString() - Method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
toString() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
toString() - Method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
toString() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
toString() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
toString() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
toString() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
toString() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
toString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
toString() - Method in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns the string representation of this alias dereferencing policy.
toString() - Method in class org.forgerock.opendj.ldap.DN.CompactDn
toString() - Method in class org.forgerock.opendj.ldap.DN
Returns the RFC 4514 string representation of this DN.
toString() - Method in interface org.forgerock.opendj.ldap.Entry
Returns a string representation of this entry.
toString() - Method in class org.forgerock.opendj.ldap.Filter
Returns a String whose contents is the LDAP string representation of this Filter.
toString() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
toString() - Method in class org.forgerock.opendj.ldap.GSERParser
Returns the GSER encoded String value.
toString() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
 
toString() - Method in class org.forgerock.opendj.ldap.LDAPListener
 
toString() - Method in class org.forgerock.opendj.ldap.LDAPUrl
toString() - Method in class org.forgerock.opendj.ldap.Modification
toString() - Method in class org.forgerock.opendj.ldap.ModificationType
Returns the string representation of this modification change type.
toString() - Method in class org.forgerock.opendj.ldap.RDN
Returns the RFC 4514 string representation of this RDN.
toString() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
 
toString() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
 
toString() - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
 
toString() - Method in class org.forgerock.opendj.ldap.ResultCode
Returns the string representation of this result code.
toString() - Method in enum org.forgerock.opendj.ldap.schema.AttributeUsage
Retrieves a string representation of this attribute usage.
toString() - Method in enum org.forgerock.opendj.ldap.schema.ObjectClassType
Retrieves a string representation of this objectclass type.
toString() - Method in class org.forgerock.opendj.ldap.SearchScope
Returns the string representation of this search scope as defined in RFC 4516.
toString() - Method in class org.forgerock.opendj.ldap.SortKey
Returns a string representation of this sort key using the format defined in SortKey.valueOf(String).
toString() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
Returns a string representation of this promise's state.
toString(ChangeRecord) - Static method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Returns the LDIF string representation of the provided change record.
toString(Entry) - Static method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Returns the LDIF string representation of the provided entry.
TransportProvider - Interface in org.forgerock.opendj.ldap.spi
Interface for transport providers, which provide implementation for LDAPConnectionFactory and LDAPListener classes, using a specific transport.
TreeMapEntry - Class in org.forgerock.opendj.ldap
An implementation of the Entry interface which uses a TreeMap for storing attributes.
TreeMapEntry() - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an entry with an empty (root) distinguished name and no attributes.
TreeMapEntry(DN) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an empty entry using the provided distinguished name and no attributes.
TreeMapEntry(Entry) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an entry having the same distinguished name, attributes, and object classes of the provided entry.
TreeMapEntry(String) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates an empty entry using the provided distinguished name decoded using the default schema.
TreeMapEntry(String...) - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
Creates a new entry using the provided lines of LDIF decoded using the default schema.
trimToSize() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
Attempts to reduce storage used for this byte string builder.
trustAll() - Static method in class org.forgerock.opendj.ldap.TrustManagers
Returns an X509TrustManager which trusts all certificates.
TrustManagers - Class in org.forgerock.opendj.ldap
This class contains methods for creating common types of trust manager.
type(ObjectClassType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
Sets the type of this object class.
TYPE_AUTHENTICATION_SASL - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the AuthenticationChoice element in a bind request when SASL authentication is to be used.
TYPE_AUTHENTICATION_SIMPLE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the AuthenticationChoice element in a bind request when simple authentication is to be used.
TYPE_CONTROL_SEQUENCE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for encoding the sequence of controls in an LDAP message.
TYPE_EXTENDED_REQUEST_OID - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the OID of an extended request.
TYPE_EXTENDED_REQUEST_VALUE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the value of an extended request.
TYPE_EXTENDED_RESPONSE_OID - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the OID of an extended response.
TYPE_EXTENDED_RESPONSE_VALUE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the value of an extended response.
TYPE_FILTER_AND - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for AND filter components.
TYPE_FILTER_APPROXIMATE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for approximate filter components.
TYPE_FILTER_EQUALITY - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for equality filter components.
TYPE_FILTER_EXTENSIBLE_MATCH - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for extensible matching filter components.
TYPE_FILTER_GREATER_OR_EQUAL - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for greater than or equal to filter components.
TYPE_FILTER_LESS_OR_EQUAL - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for less than or equal to filter components.
TYPE_FILTER_NOT - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for NOT filter components.
TYPE_FILTER_OR - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for OR filter components.
TYPE_FILTER_PRESENCE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for presence filter components.
TYPE_FILTER_SUBSTRING - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for substring filter components.
TYPE_INTERMEDIATE_RESPONSE_OID - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the OID of an intermediate response message.
TYPE_INTERMEDIATE_RESPONSE_VALUE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the value of an intermediate response message.
TYPE_MASK_CONSTRUCTED - Static variable in class org.forgerock.opendj.io.ASN1
The bitmask that can be ANDed with the BER type to determine if the element is constructed.
TYPE_MASK_CONTEXT - Static variable in class org.forgerock.opendj.io.ASN1
The bitmask that can be ANDed with the BER type to determine if the element is in the context-specific class.
TYPE_MATCHING_RULE_DN_ATTRIBUTES - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the DN attributes flag in a matching rule assertion.
TYPE_MATCHING_RULE_ID - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the matching rule OID in a matching rule assertion.
TYPE_MATCHING_RULE_TYPE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the attribute type in a matching rule assertion.
TYPE_MATCHING_RULE_VALUE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the assertion value in a matching rule assertion.
TYPE_MODIFY_DN_NEW_SUPERIOR - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the newSuperior component of a modify DN request.
TYPE_REFERRAL_SEQUENCE - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for encoding the sequence of referral URLs in an LDAPResult element.
TYPE_SERVER_SASL_CREDENTIALS - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the server SASL credentials in a bind response.
TYPE_SUBANY - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the subAny component(s) of a substring filter.
TYPE_SUBFINAL - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the subFinal components of a substring filter.
TYPE_SUBINITIAL - Static variable in class org.forgerock.opendj.io.LDAP
The BER type to use for the subInitial component of a substring filter.
typesOnly(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
Specifies whether or not filtered attributes are to contain both attribute descriptions and values, or just attribute descriptions.

U

UNAVAILABLE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that either the entire server or one or more required resources were not available for use in processing the request.
UNAVAILABLE_CRITICAL_EXTENSION - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it included a critical extension that is unsupported or inappropriate for that request.
unbindRequest(int, UnbindRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
unbindRequest(int, UnbindRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an LDAP unbind request message.
UnbindRequest - Interface in org.forgerock.opendj.ldap.requests
The Unbind operation allows a client to terminate an LDAP session.
uncloseable(Connection) - Static method in class org.forgerock.opendj.ldap.Connections
Returns an uncloseable view of the provided connection.
uncloseable(ConnectionFactory) - Static method in class org.forgerock.opendj.ldap.Connections
Returns an uncloseable view of the provided connection factory.
UNDEFINED - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that should only be used if the actual result code has not yet been determined.
UNDEFINED_ASSERTION - Static variable in interface org.forgerock.opendj.ldap.Assertion
An assertion that always return UNDEFINED for matches and that creates a match all query.
UNDEFINED_ATTRIBUTE_TYPE - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the requested operation failed because it referenced an attribute that is not defined in the server schema.
UNIVERSAL_BIT_STRING_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
The BER type that is assigned to the universal bit string type.
UNIVERSAL_BOOLEAN_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
The BER type that is assigned to the universal Boolean element.
UNIVERSAL_ENUMERATED_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
The BER type that is assigned to the universal enumerated type.
UNIVERSAL_INTEGER_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
The BER type that is assigned to the universal integer type.
UNIVERSAL_NULL_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
The BER type that is assigned to the universal null type.
UNIVERSAL_OCTET_STRING_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
The BER type that is assigned to the universal octet string type.
UNIVERSAL_SEQUENCE_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
The BER type that is assigned to the universal sequence type.
UNIVERSAL_SET_TYPE - Static variable in class org.forgerock.opendj.io.ASN1
The BER type that is assigned to the universal set type.
UnknownSchemaElementException - Exception in org.forgerock.opendj.ldap.schema
Thrown when a schema query fails because the requested schema element could not be found or is ambiguous.
UnknownSchemaElementException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.ldap.schema.UnknownSchemaElementException
Creates a new unknown schema element exception with the provided message.
unmodifiableAbandonRequest(AbandonRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable abandon request of the provided request.
unmodifiableAddRequest(AddRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable add request of the provided request.
unmodifiableAnonymousSASLBindRequest(AnonymousSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable anonymous SASL bind request of the provided request.
unmodifiableAttribute(Attribute) - Static method in class org.forgerock.opendj.ldap.Attributes
Returns a read-only view of attribute.
unmodifiableBindResult(BindResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates an unmodifiable bind result using the provided response.
unmodifiableCancelExtendedRequest(CancelExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable cancel extended request of the provided request.
unmodifiableCompareRequest(CompareRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable compare request of the provided request.
unmodifiableCompareResult(CompareResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates an unmodifiable compare result using the provided response.
unmodifiableCRAMMD5SASLBindRequest(CRAMMD5SASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable CRAM MD5 SASL bind request of the provided request.
unmodifiableDeleteRequest(DeleteRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable delete request of the provided request.
unmodifiableDigestMD5SASLBindRequest(DigestMD5SASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable digest MD5 SASL bind request of the provided request.
unmodifiableEntry(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
Returns a read-only view of entry and its attributes.
unmodifiableExternalSASLBindRequest(ExternalSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable external SASL bind request of the provided request.
unmodifiableGenericBindRequest(GenericBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable generic bind request of the provided request.
unmodifiableGenericExtendedRequest(GenericExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable generic extended request of the provided request.
unmodifiableGenericExtendedResult(GenericExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates an unmodifiable generic extended result using the provided response.
unmodifiableGenericIntermediateResponse(GenericIntermediateResponse) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates an unmodifiable generic intermediate response using the provided response.
unmodifiableGSSAPISASLBindRequest(GSSAPISASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable GSSAPI SASL bind request of the provided request.
unmodifiableModifyDNRequest(ModifyDNRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable modify DN request of the provided request.
unmodifiableModifyRequest(ModifyRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable modify request of the provided request.
unmodifiablePasswordModifyExtendedRequest(PasswordModifyExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable password modify extended request of the provided request.
unmodifiablePasswordModifyExtendedResult(PasswordModifyExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates an unmodifiable password modify extended result using the provided response.
unmodifiablePlainSASLBindRequest(PlainSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable plain SASL bind request of the provided request.
unmodifiableResult(Result) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates an unmodifiable result using the provided response.
unmodifiableSearchRequest(SearchRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable search request of the provided request.
unmodifiableSearchResultEntry(SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates an unmodifiable search result entry using the provided response.
unmodifiableSearchResultReference(SearchResultReference) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates an unmodifiable search result reference using the provided response.
unmodifiableSimpleBindRequest(SimpleBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable simple bind request of the provided request.
unmodifiableStartTLSExtendedRequest(StartTLSExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable startTLS extended request of the provided request.
unmodifiableUnbindRequest(UnbindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable unbind request of the provided request.
unmodifiableWhoAmIExtendedRequest(WhoAmIExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
Creates an unmodifiable new Who Am I extended request of the provided request.
unmodifiableWhoAmIExtendedResult(WhoAmIExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
Creates an unmodifiable who am I extended result using the provided response.
unrecognized(byte, ByteString) - Static method in class org.forgerock.opendj.ldap.Filter
Creates a new unrecognized filter using the provided ASN1 filter tag and content.
unrecognizedMessage(int, byte, ByteString) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
 
unrecognizedMessage(int, byte, ByteString) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
Handles an unrecognized LDAP message.
UNWILLING_TO_PERFORM - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the server is unwilling to perform the requested operation.
unwrap(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ConnectionSecurityLayer
Unwraps a byte array received from the peer.
usage(AttributeUsage) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
Sets the usage indicator for this attribute type.
useExactMatching() - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
Requests that attribute values should be compared byte for byte, rather than using their matching rules.
useKeyStoreFile(String) - Static method in class org.forgerock.opendj.ldap.KeyManagers
Creates a new X509KeyManager which will use the named key store file for retrieving certificates.
useKeyStoreFile(String, char[], String) - Static method in class org.forgerock.opendj.ldap.KeyManagers
Creates a new X509KeyManager which will use the named key store file for retrieving certificates.
usePKCS11Token(char[]) - Static method in class org.forgerock.opendj.ldap.KeyManagers
Creates a new X509KeyManager which will use a PKCS#11 token for retrieving certificates.
useSingleCertificate(String, X509KeyManager) - Static method in class org.forgerock.opendj.ldap.KeyManagers
Returns a new X509KeyManager which selects the named certificate from the provided X509KeyManager.
useStartTLS() - Method in class org.forgerock.opendj.ldap.LDAPOptions
Indicates whether or not SSL or StartTLS should be used for securing connections when an SSL context is specified.
usingSchema(Schema) - Method in class org.forgerock.opendj.ldap.AttributeParser
Sets the Schema which will be used when parsing schema sensitive values such as DNs and attribute descriptions.
USN_CHANGED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
The name of the uSNChanged attribute as defined in the Active Directory schema.

V

validateEntry(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>) - Method in class org.forgerock.opendj.ldap.schema.Schema
Returns true if the provided entry is valid according to this schema and the specified schema validation policy.
valueIsAcceptable(ByteSequence, LocalizableMessageBuilder) - Method in class org.forgerock.opendj.ldap.schema.Syntax
Indicates whether the provided value is acceptable for use in an attribute with this syntax.
valueIsAcceptable(Schema, ByteSequence, LocalizableMessageBuilder) - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
Indicates whether the provided value is acceptable for use in an attribute with this syntax.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.AddressMask
Parses the provided string as an address mask.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Parses the provided LDAP string representation of an attribute description using the default schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
Parses the provided LDAP string representation of an attribute description using the provided schema.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.AVA
Parses the provided LDAP string representation of an AVA using the default schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.AVA
Parses the provided LDAP string representation of an AVA using the provided schema.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the big-endian encoded bytes of the provided integer.
valueOf(long) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the big-endian encoded bytes of the provided long.
valueOf(Object) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string representation of the provided object.
valueOf(CharSequence) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the UTF-8 encoded bytes of the provided char sequence.
valueOf(byte[]) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the contents of the provided byte array.
valueOf(byte[], int, int) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing a subsequence of the contents of the provided byte array.
valueOf(char[]) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the UTF-8 encoded bytes of the provided char array.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the enum constant of this type with the specified name.
valueOf(boolean) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns the condition result which is equivalent to the provided boolean value.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns the enum value that would return the provided argument value from its PersistentSearchChangeType.intValue method.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns the alias dereferencing policy having the specified integer value as defined in RFC 4511 section 4.5.1.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.DN
Parses the provided LDAP string representation of a DN using the default schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.DN
Parses the provided LDAP string representation of a DN using the provided schema.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.Filter
Parses the provided LDAP string representation of a filter as a Filter.
valueOf(Calendar) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided Calendar.
valueOf(Date) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided Date.
valueOf(long) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Returns a generalized time representing the provided time in milliseconds since the epoch.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
Parses the provided string as an LDAP generalized time.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.LDAPUrl
Parses the provided LDAP string representation of an LDAP URL using the default schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.LDAPUrl
Parses the provided LDAP string representation of an LDAP URL using the provided schema.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.ModificationType.Enum
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.ModificationType
Returns the modification change type having the specified integer value as defined in RFC 4511 section 4.6.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.RDN
Parses the provided LDAP string representation of an RDN using the default schema.
valueOf(String, Schema) - Static method in class org.forgerock.opendj.ldap.RDN
Parses the provided LDAP string representation of a RDN using the provided schema.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.ResultCode.Enum
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.ResultCode
Returns the result code having the specified integer value as defined in RFC 4511 section 4.1.9.
valueOf(Entry) - Static method in class org.forgerock.opendj.ldap.RootDSE
Creates a new Root DSE instance backed by the provided entry.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.schema.AttributeUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.schema.ObjectClassType
Returns the enum constant of this type with the specified name.
valueOf(Entry) - Static method in class org.forgerock.opendj.ldap.schema.Schema
Parses the provided entry as a subschema subentry.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.forgerock.opendj.ldap.SearchScope.Enum
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in class org.forgerock.opendj.ldap.SearchScope
Returns the search scope having the specified integer value as defined in RFC 4511 section 4.5.1.2.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.SearchScope
Returns the search scope having the specified name as defined in RFC 4511 section 4.5.1.2.
valueOf(String) - Static method in class org.forgerock.opendj.ldap.SortKey
Parses the provided string representation of a sort key as a SortKey.
valueOfBase64(String) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the Base64 decoded bytes of the provided string.
valueOfHex(String) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string containing the bytes of the provided hexadecimal string.
valueOfLDIFChangeRecord(String...) - Static method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
Parses the provided array of LDIF lines as a single LDIF change record.
valueOfLDIFEntry(String...) - Static method in class org.forgerock.opendj.ldif.LDIFEntryReader
Parses the provided array of LDIF lines as a single LDIF entry.
values() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
Returns an unmodifiable list containing the set of available alias dereferencing policies indexed on their integer value as defined in RFC 4511 section 4.5.1.
values() - Static method in enum org.forgerock.opendj.ldap.ModificationType.Enum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.ModificationType
Returns an unmodifiable list containing the set of available modification change types indexed on their integer value as defined in RFC 4511 section 4.6.
values() - Static method in enum org.forgerock.opendj.ldap.ResultCode.Enum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.ResultCode
Returns an unmodifiable list containing the set of available result codes indexed on their integer value as defined in RFC 4511 section 4.1.9.
values() - Static method in enum org.forgerock.opendj.ldap.schema.AttributeUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.schema.ObjectClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.forgerock.opendj.ldap.SearchScope.Enum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.forgerock.opendj.ldap.SearchScope
Returns an unmodifiable list containing the set of available search scopes indexed on their integer value as defined in RFC 4511 section 4.5.1.2.
VIRTUAL_LIST_VIEW_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
The result code that indicates that the operation could not be processed because there was an error while processing the virtual list view control.
VirtualListViewRequestControl - Class in org.forgerock.opendj.ldap.controls
The virtual list view request control as defined in draft-ietf-ldapext-ldapv3-vlv.
VirtualListViewResponseControl - Class in org.forgerock.opendj.ldap.controls
The virtual list view response control as defined in draft-ietf-ldapext-ldapv3-vlv.
visitAndFilter(P, List<Filter>) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits an and filter.
visitAndFilter(P, List<Filter>) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits an and filter.
visitApproxMatchFilter(P, String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits an approximate match filter.
visitApproxMatchFilter(P, String, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits an approximate match filter.
visitChangeRecord(P, AddRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordVisitor
Visits an Add change record.
visitChangeRecord(P, DeleteRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordVisitor
Visits an Delete change record.
visitChangeRecord(P, ModifyDNRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordVisitor
Visits an ModifyDN change record.
visitChangeRecord(P, ModifyRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordVisitor
Visits an Modify change record.
visitDefaultFilter(P) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits any filters which are not explicitly handled by other visitor methods.
visitEqualityMatchFilter(P, String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits an equality match filter.
visitEqualityMatchFilter(P, String, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits an equality match filter.
visitExtensibleMatchFilter(P, String, String, ByteString, boolean) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits an extensible filter.
visitExtensibleMatchFilter(P, String, String, ByteString, boolean) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits an extensible filter.
visitGreaterOrEqualFilter(P, String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits a greater or equal filter.
visitGreaterOrEqualFilter(P, String, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits a greater or equal filter.
visitLessOrEqualFilter(P, String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits a less or equal filter.
visitLessOrEqualFilter(P, String, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits a less or equal filter.
visitNotFilter(P, Filter) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits a not filter.
visitNotFilter(P, Filter) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits a not filter.
visitOrFilter(P, List<Filter>) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits an or filter.
visitOrFilter(P, List<Filter>) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits an or filter.
visitPresentFilter(P, String) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits a present filter.
visitPresentFilter(P, String) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits a present filter.
visitSubstringsFilter(P, String, ByteString, List<ByteString>, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits a substrings filter.
visitSubstringsFilter(P, String, ByteString, List<ByteString>, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits a substrings filter.
visitUnrecognizedFilter(P, byte, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
Visits an unrecognized filter.
visitUnrecognizedFilter(P, byte, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
Visits an unrecognized filter.

W

WHEN_CHANGED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
The name of the whenChanged attribute as defined in the Active Directory schema.
WHEN_CREATED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
The name of the whenCreated attribute as defined in the Active Directory schema.
WhoAmIExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
The who am I extended request as defined in RFC 4532.
WhoAmIExtendedResult - Interface in org.forgerock.opendj.ldap.responses
The who am I extended result as defined in RFC 4532.
WHOLE_SUBTREE - Static variable in class org.forgerock.opendj.ldap.SearchScope
The scope is constrained to the search base entry and to all its subordinates.
withDefault(boolean) - Static method in class org.forgerock.opendj.ldap.Option
Defines a new Boolean option with the provided default value.
withOption(String) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description as well as the provided option.
withoutOption(String) - Method in class org.forgerock.opendj.ldap.AttributeDescription
Returns an attribute description having the same attribute type and options as this attribute description except for the provided option.
wrap(byte[]) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string that wraps the provided byte array.
wrap(byte[], int, int) - Static method in class org.forgerock.opendj.ldap.ByteString
Returns a byte string that wraps a subsequence of the provided byte array.
wrap(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ConnectionSecurityLayer
Wraps a byte array to be sent to the peer.
writeAbandonRequest(int, AbandonRequest) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided abandon request.
writeAddRequest(int, AddRequest) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided add request.
writeAddResult(int, Result) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided add result.
writeBindRequest(int, int, GenericBindRequest) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided bind request.
writeBindResult(int, BindResult) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided bind result.
writeBoolean(boolean) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes a boolean element using the Universal Boolean ASN.1 type tag.
writeBoolean(boolean) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a boolean element using the Universal Boolean ASN.1 type tag.
writeBoolean(byte, boolean) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a boolean element using the provided type tag.
writeChangeRecord(AddRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes an Add change record.
writeChangeRecord(ChangeRecord) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a change record.
writeChangeRecord(DeleteRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a Delete change record.
writeChangeRecord(ModifyDNRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a ModifyDN change record.
writeChangeRecord(ModifyRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a Modify change record.
writeChangeRecord(AddRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided Add request to the underlying connection, blocking until the request completes.
writeChangeRecord(ChangeRecord) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided change record to the underlying connection, blocking until the request completes.
writeChangeRecord(DeleteRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided Delete request to the underlying connection, blocking until the request completes.
writeChangeRecord(ModifyDNRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided ModifyDN request to the underlying connection, blocking until the request completes.
writeChangeRecord(ModifyRequest) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Writes the provided Modify request to the underlying connection, blocking until the request completes.
writeChangeRecord(AddRequest) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Writes an Add change record.
writeChangeRecord(ChangeRecord) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Writes a change record.
writeChangeRecord(DeleteRequest) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Writes a Delete change record.
writeChangeRecord(ModifyDNRequest) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Writes a ModifyDN change record.
writeChangeRecord(ModifyRequest) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Writes a Modify change record.
writeComment(CharSequence) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
Writes a comment.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
Connection change record writers do not support comments, so the provided comment will be ignored.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Connection entry writers do not support comments, so the provided comment will be ignored.
writeComment(CharSequence) - Method in interface org.forgerock.opendj.ldif.EntryWriter
Writes a comment.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
Writes a comment.
writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Writes a comment.
writeCompareRequest(int, CompareRequest) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided compare request.
writeCompareResult(int, CompareResult) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided compare result.
writeControl(Control) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided control.
writeDeleteRequest(int, DeleteRequest) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided delete request.
writeDeleteResult(int, Result) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided delete result.
writeEndSequence() - Method in interface org.forgerock.opendj.io.ASN1Writer
Finishes writing a sequence element.
writeEndSet() - Method in interface org.forgerock.opendj.io.ASN1Writer
Finishes writing a set element.
writeEntry(ASN1Writer, Entry) - Static method in class org.forgerock.opendj.io.LDAP
Writes an Entry to the provided ASN1Writer.
writeEntry(Entry) - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
Writes an entry to the underlying connection using an Add request, blocking until the request completes.
writeEntry(Entry) - Method in interface org.forgerock.opendj.ldif.EntryWriter
Writes an entry.
writeEntry(Entry) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
Writes an entry.
writeEnumerated(int) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes an enumerated element using the Universal Enumerated ASN.1 type tag.
writeEnumerated(byte, int) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an enumerated element using the provided type tag.
writeEnumerated(int) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an enumerated element using the Universal Enumerated ASN.1 type tag.
writeExtendedRequest(int, ExtendedRequest<?>) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided extended request.
writeExtendedResult(int, ExtendedResult) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided extended result.
writeFilter(ASN1Writer, Filter) - Static method in class org.forgerock.opendj.io.LDAP
Writes a Filter to the provided ASN1Writer.
writeInteger(int) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
writeInteger(long) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
writeInteger(byte, int) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an integer element using the provided type tag.
writeInteger(byte, long) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an integer element using the provided type tag.
writeInteger(int) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
writeInteger(long) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an integer element using the Universal Integer ASN.1 type tag.
writeIntermediateResponse(int, IntermediateResponse) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided intermediate response.
writeModifyDNRequest(int, ModifyDNRequest) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided modify DN request.
writeModifyDNResult(int, Result) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided modify DN result.
writeModifyRequest(int, ModifyRequest) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided modify request.
writeModifyResult(int, Result) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided extended result.
writeNull() - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes a null element using the Universal Null ASN.1 type tag.
writeNull() - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a null element using the Universal Null ASN.1 type tag.
writeNull(byte) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a null element using the provided type tag.
writeOctetString(byte, byte[]) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte[]) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(byte[], int, int) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(ByteSequence) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(String) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes a string as a UTF-8 encoded octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(byte, byte[]) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, byte[], int, int) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, ByteSequence) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an octet string element using the provided type tag.
writeOctetString(byte, String) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a string as a UTF-8 encoded octet string element using the provided type tag.
writeOctetString(byte[]) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(byte[], int, int) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(ByteSequence) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes an octet string element using the Universal Octet String ASN.1 type tag.
writeOctetString(String) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a string as a UTF-8 encoded octet string element using the Universal Octet String ASN.1 type tag.
writeSearchRequest(int, SearchRequest) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided search request.
writeSearchResult(int, Result) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided search result.
writeSearchResultEntry(int, SearchResultEntry) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided search result entry.
writeSearchResultReference(int, SearchResultReference) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided search result reference.
writeStartSequence() - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes a sequence element using the Universal Sequence ASN.1 type tag.
writeStartSequence() - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a sequence element using the Universal Sequence ASN.1 type tag.
writeStartSequence(byte) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a sequence element using the provided type tag.
writeStartSet() - Method in class org.forgerock.opendj.io.AbstractASN1Writer
Writes a set element using the Universal Set ASN.1 type tag.
writeStartSet() - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a set element using the Universal Set ASN.1 type tag.
writeStartSet(byte) - Method in interface org.forgerock.opendj.io.ASN1Writer
Writes a set element using the provided type tag.
writeUnbindRequest(int, UnbindRequest) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes the provided unbind request.
writeUnrecognizedMessage(int, byte, ByteString) - Method in class org.forgerock.opendj.io.LDAPWriter
Writes a message with the provided id, tag and content bytes.
A B C D E F G H I K L M N O P Q R S T U V W 
OpenDJ Core APIs 3.0.0-SNAPSHOT Documentation

Copyright © 2011-2015 ForgeRock AS. All Rights Reserved.