Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
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.
- abandonAsync(AbandonRequest) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
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.
- ABSTRACT - Enum constant in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
-
The objectclass type that to use for classes declared "abstract".
- AbstractASN1Reader - Class in org.forgerock.opendj.io
-
An abstract
ASN1Readerwhich 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
ASN1Writerwhich 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
Attributeinterface, 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
Connectioninterface, 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> - 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
Entryinterface, to minimize the effort required to implement this interface. - AbstractEntry() - Constructor for class org.forgerock.opendj.ldap.AbstractEntry
-
Sole constructor.
- AbstractExtendedRequest<R,
S> - 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> - 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> - Class in org.forgerock.opendj.ldap.responses
-
This class provides a skeletal implementation of the
ExtendedResultDecoderinterface, 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
Visitormethods is to invokeAbstractFilterVisitor.visitDefaultFilter(Object). - AbstractFilterVisitor() - Constructor for class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Default constructor.
- AbstractIntermediateResponse<S> - 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
LDAPMessageHandlerinterface, 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
FilterVisitorto thisFilter. - 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
ChangeRecordVisitorto thisChangeRecord. - ACCOUNT_LOCKED - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Indicates that the user's account has been locked.
- 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(Object...) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- 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(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Adds an entry to the Directory Server using the provided lines of LDIF.
- 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.AbstractAttribute
- add(ByteString) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds
valueto this attribute if it is not already present (optional operation). - add(ByteString) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
- add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Adds the provided entry to the Directory Server.
- add(Entry) - Method in interface org.forgerock.opendj.ldap.Connection
-
Adds the provided entry to the Directory Server.
- add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
- add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Adds an entry to the Directory Server using the provided add request.
- add(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Adds an entry to the Directory Server using the provided add request.
- ADD - Enum constant in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
-
Indicates that an Add operation triggered the entry change notification.
- ADD - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
- 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
- addAll(Collection<? extends ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds all of the attribute values contained in
valuesto this attribute if they are not already present (optional operation). - addAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- addAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds all of the attribute values contained in
valuesto 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) - 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 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, IntermediateResponseHandler) - 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.spi.LDAPConnectionImpl
-
Asynchronously adds an entry to the Directory Server using the provided add request.
- 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(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- addAttribute(String, Object...) - 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.requests.AddRequest
- addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- addAttribute(Attribute) - 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) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- addAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
- addAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.TreeMapEntry
- 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(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- addAttribute(Attribute, Collection<? super ByteString>) - 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.
- addConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
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 class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
- 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 class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- addControl(Control) - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
- 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
- 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 interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Adds the cipher suites enabled for secure connections with the Directory Server.
- addEnabledCipherSuite(Collection<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 interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Adds the protocol versions enabled for secure connections with the Directory Server.
- addEnabledProtocol(Collection<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(LDAPClientContextEventListener) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Register a listener which will be notified when this
LDAPClientContextchanges state. - 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.
- addOpenDJProviderSchema(SchemaBuilder) - Static method in class org.forgerock.opendj.security.OpenDJProviderSchema
-
Adds the schema elements required by the OpenDJ security provider to the provided 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 class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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(Entry, boolean, SchemaBuilder.SchemaBuilderHook) - 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
ConflictingSchemaElementExceptionif 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
ConflictingSchemaElementExceptionif 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
ConflictingSchemaElementExceptionif 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
ConflictingSchemaElementExceptionif 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
ConflictingSchemaElementExceptionif 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
ConflictingSchemaElementExceptionif 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
ConflictingSchemaElementExceptionif 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
ConflictingSchemaElementExceptionif 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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_ATTRIBUTE_TYPES_WITH_NO_SUP_OR_SYNTAX - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the schema should allow attribute type definitions that do not declare a superior attribute type or syntax.
- 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 falsefilter as defined in RFC 4526 which is comprised of anorfilter containing zero components. - alwaysReplaceAttributes() - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
- alwaysTrue() - Static method in class org.forgerock.opendj.ldap.Filter
-
Returns the
absolute truefilter as defined in RFC 4526 which is comprised of anandfilter 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 class org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of zero condition results, which is always
TRUE. - and(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new
andfilter using the provided list of sub-filters. - and(ConditionResult) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of the provided condition result, which is always
r. - and(ConditionResult...) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of the provided condition results, which is
TRUEif all of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise. - and(ConditionResult, ConditionResult) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of the provided condition results, which is
TRUEif both of the provided condition results areTRUE,FALSEif at least one of them isFALSE, andUNDEFINEDotherwise. - and(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new
andfilter 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.
- 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.
- appendByte(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided byte to this byte string builder.
- appendBytes(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided byte array to this byte string builder.
- appendBytes(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided byte array to this byte string builder.
- appendBytes(DataInput, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided
DataInputto this byte string builder. - appendBytes(InputStream, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided
InputStreamto this byte string builder. - appendBytes(ByteBuffer, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided
ByteBufferto this byte string builder. - appendBytes(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided
ByteSequenceto this byte string builder. - appendBytes(ByteSequenceReader, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided
ByteSequenceReaderto 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.
- appendInt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided integer to this byte string builder.
- appendLong(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided long to this byte string builder.
- appendObject(Object) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the byte string representation of the provided object to this byte string builder.
- appendShort(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided short to this byte string builder.
- appendUtf8(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.
- appendUtf8(String) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the UTF-8 encoded bytes of the provided string 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) - 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 class org.forgerock.opendj.ldap.AbstractConnection
- applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
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 matchfilter 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, E>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a
Tusing the providedFunction, ornullif the attribute does not contain any values. - as(Function<ByteString, ? extends T, E>, T) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a
Tusing the providedFunction, ordefaultValueif the attribute does not contain any values. - asAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an
AttributeDescriptionusing the schema associated with this parser, ornullif the attribute does not contain any values. - asAttributeDescription(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an
AttributeDescriptionusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values. - asAttributeDescription(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an
AttributeDescriptionusing the schema associated with this parser, ordefaultValueif 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
nullif 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, ordefaultValueif the attribute does not contain any values. - asByteString() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value, or
nullif the attribute does not contain any values. - asByteString(ByteString) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value, or
defaultValueif the attribute does not contain any values. - asCertificate() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a
X509Certificate, ornullif the attribute does not contain any values. - asCertificate(X509Certificate) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a
X509Certificate, ordefaultValueif the attribute does not contain any values. - asDN() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a
DNusing the schema associated with this parser, ornullif the attribute does not contain any values. - asDN(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a
DNusing the schema associated with this parser, ordefaultValueif the attribute does not contain any values. - asDN(DN) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a
DNusing the schema associated with this parser, ordefaultValueif 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
GeneralizedTimeusing the generalized time syntax, ornullif the attribute does not contain any values. - asGeneralizedTime(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an
GeneralizedTimeusing the generalized time syntax, ordefaultValueif the attribute does not contain any values. - asInputStream() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Returns an
InputStreamfrom the current position in the sequence. - asInteger() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an
Integer, ornullif 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, ordefaultValueif the attribute does not contain any values. - asLong() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a
Long, ornullif 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, ordefaultValueif 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
OutputStreamwhose 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
Promiseto aLdapPromise. - asReader() - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Returns a
ByteSequenceReaderwhich can be used to incrementally read and decode data from this byte sequence. - asReader() - Method in class org.forgerock.opendj.ldap.ByteString
-
Returns a
ByteSequenceReaderwhich can be used to incrementally read and decode data from this byte string. - asReader() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns a
ByteSequenceReaderwhich 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 Class 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, E>, Collection<? extends T>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of
Ts using the providedFunction, ordefaultValuesif the attribute does not contain any values. - asSetOf(Function<ByteString, ? extends T, E>, T...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of
Ts using the providedFunction, ordefaultValuesif 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(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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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
defaultValuesif 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
defaultValuesif the attribute does not contain any values. - asSetOfCertificate() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of
X509Certificates, or an empty set 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(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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ordefaultValuesif 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, ornullif 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, ordefaultValueif 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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
DecodeOptionsin order to allow application to control howAttributeinstances 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(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>) - 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.
- AttributeParser - Class in org.forgerock.opendj.ldap
-
A fluent API for parsing attributes as different types of object.
- attributes(String...) - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Specifies the list of attributes to be compared.
- 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.
- 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(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 - Class in org.forgerock.opendj.ldap
-
This class contains methods for creating and manipulating attributes.
- 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 Class 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 Class 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.
- AUTHN_BIND_REQUEST - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Configures the connection factory to return pre-authenticated connections using the specified
BindRequest. - AUTHORIZATION_DENIED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 Class 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.
- AUXILIARY - Enum constant in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
-
The objectclass type that to use for classes declared "auxiliary".
- 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.
- 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.
- 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(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.
- 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(AttributeType, String, Object) - Constructor for class org.forgerock.opendj.ldap.AVA
-
Creates a new attribute value assertion (AVA) using the provided attribute type, name and value.
B
- BASE_OBJECT - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
- BASE_OBJECT - Static variable in class org.forgerock.opendj.ldap.SearchScope
-
The scope is constrained to the search base entry.
- Base64 - Class in org.forgerock.opendj.ldap
-
This class provides methods for performing base64 encoding and decoding.
- beforeAddAttribute(AttributeType.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
-
Allow to modify the builder before its inclusion in schema.
- beforeAddDitContentRule(DITContentRule.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
-
Allow to modify the builder before its inclusion in schema.
- beforeAddDitStructureRule(DITStructureRule.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
-
Allow to modify the builder before its inclusion in schema.
- beforeAddMatchingRule(MatchingRule.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
-
Allow to modify the builder before its inclusion in schema.
- beforeAddMatchingRuleUse(MatchingRuleUse.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
-
Allow to modify the builder before its inclusion in schema.
- beforeAddNameForm(NameForm.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
-
Allow to modify the builder before its inclusion in schema.
- beforeAddObjectClass(ObjectClass.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
-
Allow to modify the builder before its inclusion in schema.
- beforeAddSyntax(Syntax.Builder) - Method in interface org.forgerock.opendj.ldap.schema.SchemaBuilder.SchemaBuilderHook
-
Allow to modify the builder before its inclusion in schema.
- bind(String, char[]) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- 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(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.
- bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
- bind(BindRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Authenticates to the Directory Server using the provided bind request.
- bind(BindRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Authenticates to the Directory Server using the provided bind request.
- 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) - Method in interface org.forgerock.opendj.ldap.Connection
-
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, IntermediateResponseHandler) - 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.spi.LDAPConnectionImpl
-
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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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
- byteAt(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- ByteSequence - Interface in org.forgerock.opendj.ldap
-
A
ByteSequenceis 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
Booleanvalues. - byteStringToCertificate() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses
X509Certificatevalues. - 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
Integerstring values. - byteStringToLong() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses
Longstring values. - byteStringToString() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses a
ByteStringas a UTF-8 encodedString.
C
- CACHE - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
-
The caching mechanism that the key store will use.
- cancel(boolean) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- cancel(boolean) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- cancel(boolean) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- cancel(boolean) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- cancel(boolean) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- CancelExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
-
The cancel extended request as defined in RFC 3909.
- CANCELLED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 Class 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- CHANGE_AFTER_RESET - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Indicates that the password must be changed before the user will be allowed to perform any operation other than bind and modify.
- 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
trueif 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
X509TrustManagerby adding additional validation which rejects certificate chains whose subject alternative names do not match the specified host name or IP address. - checkIfCancelled(boolean) - Method in interface org.forgerock.opendj.ldap.RequestContext
-
Throws
CancelledResultExceptionif 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
X509TrustManagerwhich 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
X509TrustManagerwhich 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
X509TrustManagerby adding additional validation which rejects certificate chains containing certificates which have expired or are not yet valid. - 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.
- 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.
- 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
- 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 class org.forgerock.opendj.ldap.LinkedHashMapEntry
- clearAttributes() - Method in class org.forgerock.opendj.ldap.TreeMapEntry
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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() - 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.spi.LDAPConnectionFactoryImpl
-
Releases any resources associated with this connection factory implementation.
- close() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Releases any resources associated with this connection.
- 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
- close() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
- close() - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
- close() - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
- close(UnbindRequest, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
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(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Releases any resources associated with this connection.
- Closing connections - Search tag in interface org.forgerock.opendj.ldap.Connection
- Section
- collective(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Specifies whether this attribute type is "collective".
- CommonLDAPOptions - Class in org.forgerock.opendj.ldap
-
Common options for LDAP clients and listeners.
- CommonLDAPOptions() - Constructor for class org.forgerock.opendj.ldap.CommonLDAPOptions
- comparator() - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns a
Comparatorwhich can be used to compare entries using this sort key. - comparator(String) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a
Comparatorwhich can be used to compare entries using the provided string representation of a list of sort keys. - comparator(Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a
Comparatorwhich can be used to compare entries using the provided list of sort keys. - comparator(Schema) - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns a
Comparatorwhich can be used to compare entries using this sort key. - comparator(Schema, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a
Comparatorwhich 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
Comparatorwhich 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
Comparatorwhich can be used to compare entries using the provided list of sort keys. - COMPARATOR - Static variable in interface org.forgerock.opendj.ldap.ByteSequence
-
A ByteSequence comparator.
- compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- 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(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(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
- compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Compares an entry in the Directory Server using the provided compare request.
- compare(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Compares an entry in the Directory Server using the provided compare request.
- COMPARE_FALSE - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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) - 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 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, IntermediateResponseHandler) - 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.spi.LDAPConnectionImpl
-
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
Comparatorwhich 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(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(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
- compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- 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(ByteSequence) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Compares this byte sequence with the specified byte sequence for order.
- compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteString
- compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- 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, E>) - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns the composition of two functions.
- ConditionResult - Enum Class in org.forgerock.opendj.ldap
-
The result of a tri-state logical expression.
- CONFIDENTIALITY_REQUIRED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 Class 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 class 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
trueif 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
trueif the provided entry is valid according to the default schema and schema validation policy. - CONNECT_MAX_BACKLOG - Static variable in class org.forgerock.opendj.ldap.LDAPListener
-
Specifies the maximum queue length for incoming connections requests.
- CONNECT_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the connect timeout spcified.
- 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
ConnectionChangeRecordWriteris a bridge fromConnections toChangeRecordWriters. - 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
ConnectionEntryReaderis a bridge fromConnections toEntryReaders. - 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
ConnectionEntryWriteris a bridge fromConnections toEntryWriters. - 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 Class 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.
- ConsistentHashMap<P> - Class in org.forgerock.opendj.ldap
-
An implementation of "consistent hashing" supporting per-partition weighting.
- ConsistentHashMap() - Constructor for class org.forgerock.opendj.ldap.ConsistentHashMap
-
Creates a new consistent hash map which will hash keys using MD5.
- ConsistentHashMap(Function<Object, Integer, NeverThrowsException>) - Constructor for class org.forgerock.opendj.ldap.ConsistentHashMap
-
Creates a new consistent hash map which will hash keys using the provided hash function.
- CONSTRAINT_VIOLATION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 Class 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
- contains(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns
trueif this attribute containsvalue. - contains(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
- contains(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns
trueif the named entry exists in this memory backend. - contains(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns
trueif the named entry exists in this memory backend. - containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- containsAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns
trueif this attribute contains all of the attribute values contained invalues. - containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
- containsAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns
trueif this entry contains all of the attribute values contained invalues. - containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns
trueif this entry contains all of the attribute values contained inattribute. - containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- containsChanges() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Returns
trueif changes has already been written in thisLDIFChangeRecordWriter. - containsControl(String) - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
- containsControl(String) - Method in interface org.forgerock.opendj.ldap.requests.Request
-
Returns
trueif this request contains the specified request control. - containsControl(String) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- containsControl(String) - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
- containsControl(String) - Method in interface org.forgerock.opendj.ldap.responses.Response
-
Returns
trueif 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> - 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[]) - Method in class org.forgerock.opendj.ldap.ByteString
- copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- 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(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteString
- copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- copyTo(OutputStream) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Copies the entire contents of this byte sequence to the provided
OutputStream. - copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteString
- copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- copyTo(ByteBuffer) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Appends the content of this byte sequence to the provided
ByteBufferstarting at it's current position. - copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteString
- copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- copyTo(WritableByteChannel) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Copies the entire contents of this byte string to the provided
WritableByteChannel. - 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
CharBufferstarting at it's current position. - copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteString
- copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- copyTo(ByteStringBuilder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Appends the entire contents of this byte sequence to the provided
ByteStringBuilder. - copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteString
- copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- copyTo(ChangeRecordReader, ChangeRecordWriter) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Copies the content of
inputtooutput. - copyTo(EntryReader, EntryWriter) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Copies the content of
inputtooutput. - 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.
- Core Types - Search tag in Overview
- Section
- CRAMMD5SASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The CRAM-MD5 SASL bind request as defined in draft-ietf-sasl-crammd5.
- create(String, AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Deprecated.This method may be removed at any time
- create(String, AttributeType, String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Deprecated.This method may be removed at any time
- create(String, AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Deprecated.This method may be removed at any time
- create(String, AttributeType, Collection<String>) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Deprecated.This method may be removed at any time
- 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.
- create(AttributeType, Collection<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.
- Creating Connections - Search tag in Overview
- Section
- Creating Requests - Search tag in Overview
- Section
- 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
- decode(String) - Static method in class org.forgerock.opendj.ldap.Base64
-
Decodes the provided base64 encoded data.
- decodeControl(Control, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
-
Decodes the provided control as a
Controlof typeC. - DecodeException - Exception Class 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
ExtendedRequestof typeR. - 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
Resultof typeS. - 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, andLinkedHashMapEntry. - 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(String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- delete(String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Deletes the named entry from the Directory Server.
- delete(String) - Method in interface org.forgerock.opendj.ldap.Connection
-
Deletes the named entry from the Directory Server.
- delete(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
- delete(DeleteRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Deletes an entry from the Directory Server using the provided delete request.
- delete(DeleteRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Deletes an entry from the Directory Server using the provided delete request.
- DELETE - Enum constant in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
-
Indicates that an Delete operation triggered the entry change notification.
- DELETE - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
- 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) - 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 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, IntermediateResponseHandler) - 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.spi.LDAPConnectionImpl
-
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 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
sourceto the content oftargetand 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
fromEntryinto entrytoEntry. - 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
fromEntryinto entrytoEntry. - 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.
- DIRECTORY_OPERATION - Enum constant in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
-
The attribute usage intended for standard operational attributes.
- 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, 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.
- DISTRIBUTED_OPERATION - Enum constant in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
-
The attribute usage intended for non-standard operational attributes shared among multiple DSAs.
- distrustAll() - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Returns an
X509TrustManagerwhich 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.
- DSA_OPERATION - Enum constant in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
-
The attribute usage intended for non-standard operational attributes used by a single DSA.
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 the next element can be read without blocking.
- empty() - Static method in class org.forgerock.opendj.ldap.ByteString
-
Returns an empty byte string.
- emptyAttribute(String) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a read-only empty attribute having the specified attribute description.
- emptyAttribute(AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a read-only empty attribute having the specified attribute description.
- enableSASL(SaslServer) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Installs the SASL security layer on the underlying connection.
- enableTLS(SSLContext, List<String>, List<String>) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Installs the TLS/SSL security layer on the underlying connection.
- enableTLS(SSLEngine, boolean) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Installs the TLS/SSL security layer on the underlying connection.
- enableVirtualAttributes(boolean) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Indicates whether search responses should include the
hasSubordinatesandnumSubordinatesvirtual attributes if requested. - encode(byte[]) - Static method in class org.forgerock.opendj.ldap.Base64
-
Encodes the provided data as a base64 string.
- encode(ByteSequence) - Static method in class org.forgerock.opendj.ldap.Base64
-
Encodes the provided data as a base64 string.
- 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
diffEntriesmethod. - Entry - Interface in org.forgerock.opendj.ldap
-
An entry, comprising of a distinguished name and zero or more attributes.
- ENTRY_ALREADY_EXISTS - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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
DecodeOptionsin order to allow application to control howEntryinstances are created when decoding requests and responses. - EntryGenerator - Class in org.forgerock.opendj.ldif
-
A template driven entry generator, as used by the makeldif tool.
- EntryGenerator() - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
-
Creates a generator using default values.
- EntryGenerator(InputStream) - Constructor for class org.forgerock.opendj.ldif.EntryGenerator
-
Creates a generator from the provided input stream.
- 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.
- EntryNotFoundException - Exception Class 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 matchfilter 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(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(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
- equals(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- equals(Object) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- equals(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns
trueifobjectis 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(Object) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Indicates whether the provided object 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(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
- equals(Object) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns
trueifobjectis 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
trueif 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
trueif 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
trueif 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
trueif 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
trueif 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
trueif 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
trueif 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
trueif 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
- equals(Object) - Method in class org.forgerock.opendj.ldap.SortKey
- error(LocalizableMessage) - Static method in exception class org.forgerock.opendj.ldap.DecodeException
-
Creates a new non-fatal decode exception with the provided message.
- error(LocalizableMessage, Throwable) - Static method in exception class 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
trueif authentication has completed successfully, orfalseif additional authentication steps are required (for example during a multi-stage SASL authentication attempt). - Event notification - Search tag in interface org.forgerock.opendj.ldap.Connection
- Section
- 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(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- extendedRequest(String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Requests that the Directory Server performs the provided extended request.
- extendedRequest(String, ByteString) - Method in interface org.forgerock.opendj.ldap.Connection
-
Requests that the Directory Server performs the provided extended request.
- extendedRequest(ExtendedRequest<R>) - 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>) - Method in interface org.forgerock.opendj.ldap.Connection
-
Requests that the Directory Server performs the provided extended request.
- extendedRequest(ExtendedRequest<R>, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
- 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(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<S> - 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>) - Method in interface org.forgerock.opendj.ldap.Connection
-
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>, IntermediateResponseHandler) - 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.spi.LDAPConnectionImpl
-
Asynchronously performs the provided extended request in the Directory Server.
- ExtendedRequestDecoder<R,
S> - 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> - 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> - 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 matchfilter. - EXTERNAL_KEY_WRAPPING_STRATEGY - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
-
An alternative external mechanism for wrapping private and secret keys in the key store.
- ExternalKeyWrappingStrategy - Interface in org.forgerock.opendj.security
-
A service provider interface for externalizing the strategy used for wrapping individual private/secret keys.
- ExternalSASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The External SASL bind request as defined in RFC 4422.
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
- extraProperties(String, String...) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
- extraProperties(String, List<String>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Adds the provided extended property.
- extraProperties(String, List<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds the provided extended property.
- extraProperties(String, List<String>) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Adds the provided extended property.
- extraProperties(String, List<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Adds the provided extended property.
- extraProperties(String, List<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds the provided extended property.
- extraProperties(String, List<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Adds the provided extended property.
- extraProperties(String, List<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided extended property.
- extraProperties(String, List<String>) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
Adds the provided extended property.
- extraProperties(Map<String, List<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(Map<String, List<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(Map<String, List<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(Map<String, List<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
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
DecodeExceptionas 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
DecodeExceptionas soon as a record is found to be malformed or rejected due to a schema validation failure. - FALSE - Enum constant in enum class org.forgerock.opendj.ldap.ConditionResult
-
Indicates that the condition evaluated to
false. - fatalError(LocalizableMessage) - Static method in exception class org.forgerock.opendj.ldap.DecodeException
-
Creates a new fatal decode exception with the provided message.
- fatalError(LocalizableMessage, Throwable) - Static method in exception class 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.
- firstSocketAddress() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Returns the first address that his LDAP listener is listening on.
- firstValue() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- 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
- firstValueAsString() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- 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
- flush() - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
- 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, Object...) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new filter using the provided filter template and unescaped assertion values.
- 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.
- Functions - Class in org.forgerock.opendj.ldap
-
Common
Functionimplementations 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.spi.BindResultLdapPromiseImpl
- get() - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- get() - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- get() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- get() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- get(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- get(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- get(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- get(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- get(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- get(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns the named entry contained in this memory backend, or
nullif it does not exist. - get(String) - Method in interface org.forgerock.opendj.security.KeyStoreObjectCache
-
Returns the named key store object from the cache if present, or
nullif the object is not present or has been removed. - get(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns the named entry contained in this memory backend, or
nullif 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.
- 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.
- getAlias() - Method in class org.forgerock.opendj.security.KeyStoreObject
-
Returns the alias associated with this key store object.
- getAliasedObjectNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
aliasedObjectNameAttribute Type which has the OID2.5.4.1. - getAliasObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
aliasObject Class which has the OID2.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() - Method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
- getAllAttributes() - Method in class org.forgerock.opendj.ldap.TreeMapEntry
- getAllAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns an
Iterablecontaining all of the attributes in this entry. - getAllAttributes() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- getAllAttributes() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- getAllAttributes(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns an
Iterablecontaining 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.requests.AddRequest
- getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- getAllAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns an
Iterablecontaining all the attributes in this entry having an attribute description which is a sub-type of the provided attribute description. - getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- getAllAttributes(AttributeDescription) - 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
altServerAttribute Type which has the OID1.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
applicationProcessObject Class which has the OID2.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() - Method in class org.forgerock.opendj.ldap.Modification
-
Returns the attribute containing the values to be modified.
- getAttribute(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- getAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the named attribute contained in this entry, or
nullif it is not included with this entry. - getAttribute(String) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- getAttribute(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
- getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.TreeMapEntry
- getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the named attribute contained in this entry, or
nullif it is not included with this entry. - getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- getAttributeCount() - Method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
- getAttributeCount() - Method in class org.forgerock.opendj.ldap.TreeMapEntry
- 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
- 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
nullif the attribute description was not included with this control. - getAttributeDescription() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
- 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
- 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
AttributeFactorywhich will be used for creating newAttributeinstances when decoding attributes. - getAttributeName() - Method in class org.forgerock.opendj.ldap.AVA
-
Returns the attribute name associated with this AVA.
- 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
Listcontaining 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 for the specified name or numeric OID.
- getAttributeType(String, Syntax) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the attribute type for 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 Syntaxwhich has the OID1.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.
- getAttributeTypes() - Static method in class org.forgerock.opendj.security.OpenDJProviderSchema
-
Returns the set of LDAP attribute types required in order to support the OpenDJ security provider.
- getAttributeTypesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
attributeTypesAttribute Type which has the OID2.5.21.5. - 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
nullif 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 Syntaxwhich has the OID1.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
authorityRevocationListAttribute Type which has the OID2.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
nullif 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
nullif 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
authPasswordAttribute Type which has the OID1.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
authPasswordExactMatchMatching Rule which has the OID1.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
authPasswordObjectObject Class which has the OID1.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.
- 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.
- getBinarySyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Binary Syntaxwhich has the OID1.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
bitStringMatchMatching Rule which has the OID2.5.13.16. - getBitStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Bit String Syntaxwhich has the OID1.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
booleanMatchMatching Rule which has the OID2.5.13.13. - getBooleanSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Boolean Syntaxwhich has the OID1.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
businessCategoryAttribute Type which has the OID2.5.4.15. - getCACertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
cACertificateAttribute Type which has the OID2.5.4.37. - getCaseExactIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
caseExactIA5MatchMatching Rule which has the OID1.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
caseExactMatchMatching Rule which has the OID2.5.13.5. - getCaseExactOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
caseExactOrderingMatchMatching Rule which has the OID2.5.13.6. - getCaseExactSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
caseExactSubstringsMatchMatching Rule which has the OID2.5.13.7. - getCaseIgnoreIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
caseIgnoreIA5MatchMatching Rule which has the OID1.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
caseIgnoreIA5SubstringsMatchMatching Rule which has the OID1.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
caseIgnoreListMatchMatching Rule which has the OID2.5.13.11. - getCaseIgnoreListSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
caseIgnoreListSubstringsMatchMatching Rule which has the OID2.5.13.12. - getCaseIgnoreMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
caseIgnoreMatchMatching Rule which has the OID2.5.13.2. - getCaseIgnoreOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
caseIgnoreOrderingMatchMatching Rule which has the OID2.5.13.3. - getCaseIgnoreSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
caseIgnoreSubstringsMatchMatching Rule which has the OID2.5.13.4. - getCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
cAttribute Type which has the OID2.5.4.6. - getCause() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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
certificateExactMatchMatching Rule which has the OID2.5.13.34. - getCertificateListSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Certificate List Syntaxwhich has the OID1.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 Syntaxwhich has the OID1.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
certificateRevocationListAttribute Type which has the OID2.5.4.39. - getCertificateSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Certificate Syntaxwhich has the OID1.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
certificationAuthorityObject Class which has the OID2.5.6.16. - getCertificationAuthorityV2ObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
certificationAuthority-V2Object Class which has the OID2.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
cnAttribute Type which has the OID2.5.4.3. - 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
- getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Asynchronously obtains a connection to the Directory Server associated with this connection factory.
- getConnectionError() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Returns the error that caused the connection to fail, or
nullif the connection has not failed. - 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.
- getContent() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope
- getContent() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapResponseMessage
- 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
nullif 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 class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
- 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 class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- getControl(ControlDecoder<C>, DecodeOptions) - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
- 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
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
- getControls() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
- 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
Listcontaining 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 class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- getControls() - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
- 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
Listcontaining 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
- 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
countryObject Class which has the OID2.5.6.2. - getCountryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Country String Syntaxwhich has the OID1.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
createTimestampAttribute Type which has the OID2.5.18.1. - getCreatorsNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
creatorsNameAttribute Type which has the OID2.5.18.3. - getCRlDistributionPointObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
cRLDistributionPointObject Class which has the OID2.5.6.19. - getCrossCertificatePairAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
crossCertificatePairAttribute Type which has the OID2.5.4.40. - getDCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
dcAttribute Type which has the OID0.9.2342.19200300.100.1.25. - getDCObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
dcObjectObject Class which has the OID1.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 Syntaxwhich has the OID1.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
deltaCRLObject Class which has the OID2.5.6.23. - getDeltaRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
deltaRevocationListAttribute Type which has the OID2.5.4.53. - getDereferenceAliasesPolicy() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns an indication as to whether alias entries are to be dereferenced during the search.
- getDescription() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
- getDescription() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
- getDescription() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
- getDescription() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
- getDescription() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
- getDescription() - Method in class org.forgerock.opendj.ldap.schema.NameForm
- getDescription() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
- getDescription() - Method in class org.forgerock.opendj.ldap.schema.Syntax
- getDescription() - Method in interface org.forgerock.opendj.ldap.schema.SchemaElement
-
Returns the description of this schema element, or the empty string if it does not have a description.
- getDescriptionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
descriptionAttribute Type which has the OID2.5.4.13. - getDestinationIndicatorAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
destinationIndicatorAttribute Type which has the OID2.5.4.27. - getDeviceObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
deviceObject Class which has the OID2.5.6.14. - getDiagnosticMessage() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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
directoryStringFirstComponentMatchMatching Rule which has the OID2.5.13.31. - getDirectoryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Directory String Syntaxwhich has the OID1.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
distinguishedNameAttribute Type which has the OID2.5.4.49. - getDistinguishedNameMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
distinguishedNameMatchMatching Rule which has the OID2.5.13.1. - getDITContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT content rule with the specified name or numeric OID.
- getDITContentRule(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT content rule associated with the provided structural object class, or
nullif no rule is defined. - getDITContentRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
DIT Content Rule Description Syntaxwhich has the OID1.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
ditContentRulesAttribute Type which has the OID2.5.21.2. - getDITStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT structure rule with the specified name or numeric OID.
- getDITStructureRule(String) - 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 Syntaxwhich has the OID1.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
ditStructureRulesAttribute Type which has the OID2.5.21.1. - 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
dnQualifierAttribute Type which has the OID2.5.4.46. - getDNSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
DN Syntaxwhich has the OID1.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 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 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 Syntaxwhich has the OID1.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
enhancedSearchGuideAttribute Type which has the OID2.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
entryDNAttribute Type which has the OID1.3.6.1.1.20. - getEntryFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Returns the
EntryFactorywhich will be used for creating newEntryinstances when decoding entries. - getEntryUUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
entryUUIDAttribute Type which has the OID1.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
extensibleObjectObject Class which has the OID1.3.6.1.4.1.1466.101.120.111. - getExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
- getExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
- getExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
- getExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
- getExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
- getExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.NameForm
- getExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
- getExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.Syntax
- getExtraProperties() - Method in interface org.forgerock.opendj.ldap.schema.SchemaElement
-
Returns an unmodifiable map containing all of the extra properties associated with this schema element.
- getFacsimileTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
facsimileTelephoneNumberAttribute Type which has the OID2.5.4.23. - getFacsimileTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Facsimile Telephone Number Syntaxwhich has the OID1.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 Syntaxwhich has the OID1.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
fullVendorVersionAttribute Type which has the OID1.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
generalizedTimeMatchMatching Rule which has the OID2.5.13.27. - getGeneralizedTimeOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
generalizedTimeOrderingMatchMatching Rule which has the OID2.5.13.28. - getGeneralizedTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Generalized Time Syntaxwhich has the OID1.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
generationQualifierAttribute Type which has the OID2.5.4.44. - getGivenNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
givenNameAttribute Type which has the OID2.5.4.42. - getGoverningStructureRuleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
governingStructureRuleAttribute Type which has the OID2.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
groupOfNamesObject Class which has the OID2.5.6.9. - getGroupOfUniqueNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
groupOfUniqueNamesObject Class which has the OID2.5.6.17. - getGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Guide Syntaxwhich has the OID1.3.6.1.4.1.1466.115.121.1.25. - getHasSubordinatesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
hasSubordinatesAttribute Type which has the OID2.5.18.9. - 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 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
houseIdentifierAttribute Type which has the OID2.5.4.51. - getIA5StringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
IA5 String Syntaxwhich has the OID1.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
initialsAttribute Type which has the OID2.5.4.43. - getInstance() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the singleton core schema.
- getIntegerFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
integerFirstComponentMatchMatching Rule which has the OID2.5.13.29. - getIntegerMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
integerMatchMatching Rule which has the OID2.5.13.14. - getIntegerOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
integerOrderingMatchMatching Rule which has the OID2.5.13.15. - getIntegerSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Integer Syntaxwhich has the OID1.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
internationalISDNNumberAttribute Type which has the OID2.5.4.25. - getJPEGSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
JPEG Syntaxwhich has the OID1.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
keywordMatchMatching Rule which has the OID2.5.13.33. - getLAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
lAttribute Type which has the OID2.5.4.7. - getLDAPConnectionFactory(String, int, Options) - Method in interface org.forgerock.opendj.ldap.spi.TransportProvider
-
Returns an implementation of
LDAPConnectionFactory. - getLDAPListener(Set<InetSocketAddress>, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>, Options) - 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 Syntaxwhich has the OID1.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
ldapSyntaxesAttribute Type which has the OID1.3.6.1.4.1.1466.101.120.16. - getLdapVersion() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope
-
Get the Ldap version requested by this message (Bind request only).
- 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
InetSocketAddressassociated with the local system. - getLocalityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
localityObject Class which has the OID2.5.6.3. - getMatchedDN() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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 Syntaxwhich has the OID1.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
matchingRulesAttribute Type which has the OID2.5.21.4. - getMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the matching rule use with 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
nullif no use is defined. - getMatchingRuleUseAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
matchingRuleUseAttribute Type which has the OID2.5.21.8. - getMatchingRuleUseDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Matching Rule Use Description Syntaxwhich has the OID1.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.
- 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.
- 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
memberAttribute Type which has the OID2.5.4.31. - getMessageId() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope
- getMessageId() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapResponseMessage
- getMessageID() - Method in interface org.forgerock.opendj.ldap.RequestContext
-
Returns the message ID of the request, if available.
- getMessageObject() - Method in exception class org.forgerock.opendj.ldap.DecodeException
- getMessageType() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope
- getMessageType() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapResponseMessage
- getModifications() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Returns a
Listcontaining 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
modifiersNameAttribute Type which has the OID2.5.18.4. - getModifyTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
modifyTimestampAttribute Type which has the OID2.5.18.2. - getName() - Method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
- getName() - Method in class org.forgerock.opendj.ldap.TreeMapEntry
- 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 Syntaxwhich has the OID1.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
nameAttribute Type which has the OID2.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 Syntaxwhich has the OID1.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
nameFormsAttribute Type which has the OID2.5.21.7. - getNameOrOID() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Deprecated.This method may be removed at any time
- 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
namingContextsAttribute Type which has the OID1.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
nullif 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
numericStringMatchMatching Rule which has the OID2.5.13.8. - getNumericStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
numericStringOrderingMatchMatching Rule which has the OID2.5.13.9. - getNumericStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
numericStringSubstringsMatchMatching Rule which has the OID2.5.13.10. - getNumericStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Numeric String Syntaxwhich has the OID1.3.6.1.4.1.1466.115.121.1.36. - getNumSubordinatesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
numSubordinatesAttribute Type which has the OID1.3.6.1.4.1.453.16.2.103. - getOAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
oAttribute Type which has the OID2.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
objectClassAttribute Type which has the OID2.5.4.0. - getObjectClassDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Object Class Description Syntaxwhich has the OID1.3.6.1.4.1.1466.115.121.1.37. - getObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the object classes contained in this schema.
- getObjectClasses() - Static method in class org.forgerock.opendj.security.OpenDJProviderSchema
-
Returns the set of LDAP object classes required in order to support the OpenDJ security provider.
- 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.
- getObjectClassesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
objectClassesAttribute Type which has the OID2.5.21.6. - 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
objectIdentifierFirstComponentMatchMatching Rule which has the OID2.5.13.30. - getObjectIdentifierMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
objectIdentifierMatchMatching Rule which has the OID2.5.13.0. - getOctetStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
octetStringMatchMatching Rule which has the OID2.5.13.17. - getOctetStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
octetStringOrderingMatchMatching Rule which has the OID2.5.13.18. - getOctetStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
octetStringSubstringsMatchMatching Rule which has the OID2.5.13.19. - getOctetStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Octet String Syntaxwhich has the OID1.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
1is the first entry. - getOID() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
- 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
- getOID() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
- getOID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
- 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 Syntaxwhich has the OID1.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
Optionor 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
Iterablecontaining 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
organizationalPersonObject Class which has the OID2.5.6.7. - getOrganizationalRoleObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
organizationalRoleObject Class which has the OID2.5.6.8. - getOrganizationalUnitObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
organizationalUnitObject Class which has the OID2.5.6.5. - getOrganizationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
organizationObject Class which has the OID2.5.6.4. - getOrThrow() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- getOrThrow() - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- getOrThrow() - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- getOrThrow() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- getOrThrow() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- getOrThrow(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- getOrThrow(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- getOrThrow(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- getOrThrow(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- getOrThrow(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- getOrThrowUninterruptibly() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- getOrThrowUninterruptibly() - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- getOrThrowUninterruptibly() - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- getOrThrowUninterruptibly() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- getOrThrowUninterruptibly() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- getOrThrowUninterruptibly(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- getOrThrowUninterruptibly(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- getOrThrowUninterruptibly(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- getOrThrowUninterruptibly(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- getOrThrowUninterruptibly(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- getOtherMailboxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Other Mailbox Syntaxwhich has the OID1.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
ouAttribute Type which has the OID2.5.4.11. - getOwnerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
ownerAttribute Type which has the OID2.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
InetSocketAddressassociated with the remote system. - getPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
personObject Class which has the OID2.5.6.6. - getPhysicalDeliveryOfficeNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
physicalDeliveryOfficeNameAttribute Type which has the OID2.5.4.19. - getPkiCaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
pkiCAObject Class which has the OID2.5.6.22. - getPkiUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
pkiUserObject Class which has the OID2.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.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
postalAddressAttribute Type which has the OID2.5.4.16. - getPostalAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Postal Address Syntaxwhich has the OID1.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
postalCodeAttribute Type which has the OID2.5.4.17. - getPostOfficeBoxAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
postOfficeBoxAttribute Type which has the OID2.5.4.18. - getPreferredDeliveryMethodAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
preferredDeliveryMethodAttribute Type which has the OID2.5.4.28. - getPresentationAddressMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
presentationAddressMatchMatching Rule which has the OID2.5.13.22. - getPresentationAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Presentation Address Syntaxwhich has the OID1.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
nullif 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 Syntaxwhich has the OID1.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.
- getProtectionParameter() - Method in class org.forgerock.opendj.security.KeyStoreParameters
- getProtocolInformationMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
protocolInformationMatchMatching Rule which has the OID2.5.13.24. - getProtocolInformationSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Protocol Information Syntaxwhich has the OID1.3.6.1.4.1.1466.115.121.1.42. - getProtocolVersion() - Method in class org.forgerock.opendj.io.LDAPWriter
-
Returns the protocol version supported by this
LDAPWriter. - 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 class org.forgerock.opendj.ldap.ProviderNotFoundException
-
Returns the name of provider.
- getProviderType() - Method in exception class 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.
- getRawDn() - Method in class org.forgerock.opendj.ldap.spi.LdapMessages.LdapRequestEnvelope
-
Get the raw form of the
DNcontained in the message (or null if the message doesn't contains a DN). - 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(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(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(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 class org.forgerock.opendj.ldap.SearchResultReferenceIOException
-
Returns the
SearchResultReferencewhich was encountered while processing the search results. - getReferralURIs() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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
Listcontaining 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
registeredAddressAttribute Type which has the OID2.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.
- getRequestID() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- getRequestID() - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- getRequestID() - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- getRequestID() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- getRequestID() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- 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
residentialPersonObject Class which has the OID2.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 class org.forgerock.opendj.ldap.LdapException
-
Returns the error result which caused this exception to be thrown.
- getResultCode() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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
roleOccupantAttribute Type which has the OID2.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.
- getSASLServer() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the
SaslServercurrently in use by the underlying connection, ornullif SASL integrity and/or privacy protection is not enabled. - getSchemaLDIFResource() - Static method in class org.forgerock.opendj.security.OpenDJProviderSchema
-
Returns a URL referencing a resource containing the LDIF schema that is required in order to support the OpenDJ security provider.
- 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
Schemashould be used for decoding distinguished names, attribute descriptions, and other objects which require aSchemain 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
searchGuideAttribute Type which has the OID2.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
seeAlsoAttribute Type which has the OID2.5.4.34. - getSerialNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
serialNumberAttribute Type which has the OID2.5.4.5. - getServerSASLCredentials() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
Returns the server SASL credentials associated with this bind result.
- 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
snAttribute Type which has the OID2.5.4.4. - getSocketAddress() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Returns the address used by the connections created by this factory.
- getSocketAddresses() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Returns the addresses that this LDAP listener is listening on.
- getSocketAddresses() - Method in interface org.forgerock.opendj.ldap.spi.LDAPListenerImpl
-
Returns the addresses 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 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
SSLContextusing 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
nullif SSL/TLS is not enabled. - getSTAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
stAttribute Type which has the OID2.5.4.8. - getStreetAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
streetAttribute Type which has the OID2.5.4.9. - getStrongAuthenticationUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
strongAuthenticationUserObject Class which has the OID2.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
nullif 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
nullif none was found. - getStructuralObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
structuralObjectClassAttribute Type which has the OID2.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
subschemaObject Class which has the OID2.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
subschemaSubentryAttribute Type which has the OID2.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 Syntaxwhich has the OID1.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
supportedAlgorithmsAttribute Type which has the OID2.5.4.52. - getSupportedAlgorithmSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Supported Algorithm Syntaxwhich has the OID1.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
supportedAuthPasswordSchemesAttribute Type which has the OID1.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
supportedControlAttribute Type which has the OID1.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
supportedExtensionAttribute Type which has the OID1.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
supportedFeaturesAttribute Type which has the OID1.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
supportedLDAPVersionAttribute Type which has the OID1.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
supportedSASLMechanismsAttribute Type which has the OID1.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
telephoneNumberAttribute Type which has the OID2.5.4.20. - getTelephoneNumberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
telephoneNumberMatchMatching Rule which has the OID2.5.13.20. - getTelephoneNumberSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
telephoneNumberSubstringsMatchMatching Rule which has the OID2.5.13.21. - getTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Telephone Number Syntaxwhich has the OID1.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
teletexTerminalIdentifierAttribute Type which has the OID2.5.4.22. - getTeletexTerminalIdentifierSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Teletex Terminal Identifier Syntaxwhich has the OID1.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
telexNumberAttribute Type which has the OID2.5.4.21. - getTelexNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
Telex Number Syntaxwhich has the OID1.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() - 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.
- Getting Started - Search tag in Overview
- Section
- getTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
titleAttribute Type which has the OID2.5.4.12. - getTopObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
topObject Class which has the OID2.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.
- getUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
uidAttribute Type which has the OID0.9.2342.19200300.100.1.1. - getUIDObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
uidObjectObject Class which has the OID1.3.6.1.1.3.1. - getUniqueMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
uniqueMemberAttribute Type which has the OID2.5.4.50. - getUniqueMemberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
uniqueMemberMatchMatching Rule which has the OID2.5.13.23. - getURIs() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
Returns a
Listcontaining 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
userCertificateAttribute Type which has the OID2.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
nullif 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
nullif 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
userPasswordAttribute Type which has the OID2.5.4.35. - getUserSecurityInformationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
userSecurityInformationObject Class which has the OID2.5.6.18. - getUTCTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
UTC Time Syntaxwhich has the OID1.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
uuidMatchMatching Rule which has the OID1.3.6.1.1.16.2. - getUUIDOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
uuidOrderingMatchMatching Rule which has the OID1.3.6.1.1.16.3. - getUUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
UUID Syntaxwhich has the OID1.3.6.1.1.16.1. - getValue() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
- 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
- getValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
- getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
- 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
vendorNameAttribute Type which has the OID1.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
vendorVersionAttribute Type which has the OID1.3.6.1.1.5. - getVisibility() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
-
Returns a boolean indicating whether 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
wordMatchMatching Rule which has the OID2.5.13.32. - getWrappedPromise() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- getWrappedPromise() - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- getWrappedPromise() - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- getWrappedPromise() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- getWrappedPromise() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- 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(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(W, int) - 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
x121AddressAttribute Type which has the OID2.5.4.24. - getX500UniqueIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
x500UniqueIdentifierAttribute Type which has the OID2.5.4.45. - getX509CertificateExactAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the
X.509 Certificate Exact Assertion Syntaxwhich has the OID1.3.6.1.1.15.1. - GLOBAL_PASSWORD - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
-
The optional password which is used to protect all private and secret keys.
- GRACE_LOGINS_REMAINING - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
-
Indicates the remaining number of times a user will be allowed to authenticate with an expired password.
- greaterOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new
greater or equalfilter using the provided attribute description and assertion value. - greaterThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new
greater thanfilter 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
-
Deprecated.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
-
Deprecated.Invoked when a new client connection is accepted by the associated listener.
- handleAdd(C, AddRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
-
Invoked when an add request is received from a client.
- handleAdd(RequestContext, AddRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - 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.
- handleBind(RequestContext, int, BindRequest, IntermediateResponseHandler, LdapResultHandler<BindResult>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
- 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(C, CompareRequest, IntermediateResponseHandler, LdapResultHandler<CompareResult>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
-
Invoked when a compare request is received from a client.
- handleCompare(RequestContext, CompareRequest, IntermediateResponseHandler, LdapResultHandler<CompareResult>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
- handleConnectionClosed() - Method in interface org.forgerock.opendj.ldap.ConnectionEventListener
-
Notifies this connection event listener that the application has called
closeon the connection. - handleConnectionClosed(C, UnbindRequest) - Method in interface org.forgerock.opendj.ldap.ServerConnection
-
Deprecated.Invoked when the client closes the connection, possibly using an unbind request.
- handleConnectionClosed(LDAPClientContext, UnbindRequest) - Method in interface org.forgerock.opendj.ldap.LDAPClientContextEventListener
-
Invoked when the client closed the connection, possibly using an unbind request.
- handleConnectionDisconnected(LDAPClientContext, ResultCode, String) - Method in interface org.forgerock.opendj.ldap.LDAPClientContextEventListener
-
Invoked when the connection has been disconnected by the server.
- handleConnectionDisconnected(ResultCode, String) - Method in interface org.forgerock.opendj.ldap.ServerConnection
-
Deprecated.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
-
Deprecated.Invoked when an error occurs on the connection and it is no longer usable.
- handleConnectionError(LDAPClientContext, Throwable) - Method in interface org.forgerock.opendj.ldap.LDAPClientContextEventListener
-
Invoked when the connection has been disconnected because of an error (e.g: message too big).
- 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(C, DeleteRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
-
Invoked when a delete request is received from a client.
- handleDelete(RequestContext, DeleteRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
- 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
- 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(C, ExtendedRequest<R>, IntermediateResponseHandler, LdapResultHandler<R>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
-
Invoked when an extended request is received from a client.
- handleExtendedRequest(RequestContext, ExtendedRequest<R>, IntermediateResponseHandler, LdapResultHandler<R>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
- 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
- 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(C, ModifyRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
-
Invoked when a modify request is received from a client.
- handleModify(RequestContext, ModifyRequest, 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.
- handleModifyDN(RequestContext, ModifyDNRequest, IntermediateResponseHandler, LdapResultHandler<Result>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
- 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
- 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(ModifyDNRequest, LocalizableMessage) - Method in interface org.forgerock.opendj.ldif.RejectedChangeRecordListener
-
Invoked when an attempt to rename 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.
- 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(C, SearchRequest, IntermediateResponseHandler, SearchResultHandler, LdapResultHandler<Result>) - Method in interface org.forgerock.opendj.ldap.RequestHandler
-
Invoked when a search request is received from a client.
- handleSearch(RequestContext, SearchRequest, IntermediateResponseHandler, SearchResultHandler, LdapResultHandler<Result>) - Method in class org.forgerock.opendj.ldap.MemoryBackend
- 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 this schema contains an attribute type with the specified name or numeric OID.
- hasAttributeType(AttributeType) - Method in class org.forgerock.opendj.ldap.RDN
-
Indicates whether this RDN includes the specified attribute type.
- hasDITContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Indicates whether 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 this schema contains a DIT structure rule with the specified rule ID.
- hashCode() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- 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
- 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
- hashCode() - Method in class org.forgerock.opendj.ldap.SortKey
- hasMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Indicates whether 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 this schema contains a matching rule use with the specified name or numeric OID.
- hasMessageAvailable() - Method in class org.forgerock.opendj.io.LDAPReader
-
Returns
trueif 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
trueif 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 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
trueif 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
trueif 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
- hasNext() - Method in class org.forgerock.opendj.ldif.EntryGenerator
- hasNext() - Method in interface org.forgerock.opendj.ldif.EntryReader
-
Returns
trueif 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
trueif 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
trueif 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 the current stream, sequence, or set contains another element.
- hasObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Indicates whether 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 this attribute description contains the provided option.
- hasOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Indicates whether this attribute description has any options.
- hasSubordinates(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns
trueif the named entry exists and has at least one child entry. - hasSubordinates(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns
trueif the named entry exists and has at least one child entry. - hasSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Indicates whether this schema contains a syntax with the specified numeric OID.
- hasTargetOffset() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns
trueif this control is using a target offset, orfalseif this control is using a target assertion. - hasValue() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
- hasValue() - Method in interface org.forgerock.opendj.ldap.controls.Control
-
Returns
trueif this control has a value. - hasValue() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
- hasValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
- 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
trueif 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
trueif 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
trueif 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.
- HEARTBEAT_ENABLED - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Configures the connection factory to periodically send "heart-beat" or "keep-alive" requests to the Directory Server.
- HEARTBEAT_INTERVAL - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the time between successive heart-beat requests (default interval is 10 seconds).
- HEARTBEAT_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the scheduler which will be used for periodically sending heart-beat requests.
- HEARTBEAT_SEARCH_REQUEST - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the parameters of the search request that will be used for heart-beats.
- HEARTBEAT_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the timeout for heart-beat requests, after which the remote Directory Server will be deemed to be unavailable (default timeout is 3 seconds).
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 - Enum constant in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Schema validation will not be performed.
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 all operational attributes should be included in filtered entries.
- includeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
-
Specifies whether all user attributes 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.
- includeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeFilter
-
Specifies that the named attribute should be included in filtered entries.
- INCREMENT - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- INSUFFICIENT_PASSWORD_QUALITY - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Indicates that a password doesn't pass quality checking.
- 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 class 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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
binaryattribute 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
binaryattribute 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
trueif this promise represents the result of a bind or StartTLS request. - isCancelled() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- isCancelled() - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- isCancelled() - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- isCancelled() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- isCancelled() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- isChangesOnly() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Returns
trueif only updated entries should be returned (added, modified, deleted, or subject to a modifyDN operation), otherwisefalseif the search will initially return all the existing entries which match the filter. - isChildOf(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN is an immediate child of the provided DN decoded using the default schema. - isChildOf(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN is an immediate child of the provided DN. - isClosed() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Indicates whether this connection has been explicitly closed by calling
close. - isClosed() - Method in interface org.forgerock.opendj.ldap.Connection
-
Indicates whether this connection has been explicitly closed by calling
close. - isClosed() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns
trueif the underlying connection has been closed as a result of a client disconnect, a fatal connection error, or a server-sideLDAPClientContext.disconnect(). - isClosed() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Indicates whether this connection has been explicitly closed by calling
close. - isClosed() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Indicates whether 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
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
- isCritical() - Method in interface org.forgerock.opendj.ldap.controls.Control
-
Returns
trueif it is unacceptable to perform the operation without applying the semantics of this control. - isCritical() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
- 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.
- isDone() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- isDone() - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- isDone() - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- isDone() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- isDone() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- isEmpty() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns
trueif this attribute contains no attribute values. - isEmpty() - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Returns
trueif 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
- isEmpty() - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns
trueif 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
trueif it is an entry, orfalseif it is a reference. - isExceptional() - Method in class org.forgerock.opendj.ldap.ResultCode
-
Indicates whether this result code represents an error result.
- isExtensible() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Indicates whether this object class is extensibleObject class.
- isFatal() - Method in exception class org.forgerock.opendj.ldap.DecodeException
-
Indicates whether 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 class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns
trueif this policy isIGNORE. - isInScopeOf(String, SearchScope) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN matches the provided base DN and search scope. - isInScopeOf(DN, SearchScope) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN matches the provided base DN and search scope. - isMultiValued() - Method in class org.forgerock.opendj.ldap.RDN
-
Returns
trueif 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 this attribute description is the
objectClassattribute description with no options. - isObjectClass() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether this attribute type is the
objectClassattribute 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
trueif 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 class org.forgerock.opendj.ldap.schema.AttributeUsage
-
Determine whether 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
trueif 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(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN is the immediate parent of the provided DN. - isParentOf(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif 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.
- isPlaceHolder() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Deprecated.This method may be removed at any time
- isReference() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Waits for the next search result entry or reference to become available and returns
trueif it is a reference, orfalseif it is an entry. - isReferral() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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 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 class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns
trueif this policy isREJECT. - 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
trueif 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
trueif 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
trueif 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
trueif this sort key should be evaluated in reverse (descending) order. - isRootDN() - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN is the Root DN. - isSASLBindInProgress() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
Indicates whether 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
trueif this LDAP URL should use LDAPS orfalseif it should use LDAP. - isServerAuth() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns
trueif the server must authenticate to the client. - isServerAuth() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns
trueif 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 this schema is strict.
- isSubordinateOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN is subordinate to or equal to the provided DN. - isSubordinateOrEqualTo(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN is subordinate to or equal to the provided DN. - isSubTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Indicates whether 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 this attribute type is a sub-type of the provided attribute type.
- isSuccess() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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 the request succeeded or not.
- isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
- isSuperiorOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN is superior to or equal to the provided DN. - isSuperiorOrEqualTo(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns
trueif this DN is superior to or equal to the provided DN. - isSuperTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Indicates whether 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 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
trueif this connection has not been closed and no fatal errors have been detected. - isValid() - Method in interface org.forgerock.opendj.ldap.Connection
-
Returns
trueif this connection has not been closed and no fatal errors have been detected. - isValid() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Returns
trueif the associated connection has not been closed and no fatal errors have been detected. - isValid() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
Returns
trueif this connection has not been closed and no fatal errors have been detected. - isWarn() - Method in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns
trueif this policy isWARN. - iterator() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- 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
- 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.
- KeyStoreObject - Class in org.forgerock.opendj.security
-
An in memory representation of a LDAP key store object.
- KeyStoreObjectCache - Interface in org.forgerock.opendj.security
-
A service provider interface for implementing key store caches.
- KeyStoreParameters - Class in org.forgerock.opendj.security
-
The parameters which configure how the LDAP key store will be accessed.
- keyToHumanReadableString(ByteSequence) - Method in interface org.forgerock.opendj.ldap.spi.Indexer
-
Returns a human readable representation of the key.
L
- LDAP - Class in org.forgerock.opendj.io
-
This class contains various static utility methods encoding and decoding LDAP protocol elements.
- LDAP_DECODE_OPTIONS - Static variable in class org.forgerock.opendj.ldap.CommonLDAPOptions
-
Sets the decoding options which will be used to control how requests and responses are decoded.
- LDAPClientContext - Interface in org.forgerock.opendj.ldap
-
An LDAP client which has connected to a
ServerConnectionFactory. - LDAPClientContextEventListener - Interface in org.forgerock.opendj.ldap
-
A listener interface for handling LDAPClientContext state changes.
- 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, Options) - 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 implement
LDAPConnectionFactory. - LDAPConnectionImpl - Interface in org.forgerock.opendj.ldap.spi
-
LDAP connection interface which implementations of
LDAPConnectionFactoryImplshould implement. - LdapException - Exception Class 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 class 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
ServerConnectioncreated using the providedServerConnectionFactory. - LDAPListener(int, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>) - 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, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>, Options) - 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, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>) - 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, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>, Options) - 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(Set<InetSocketAddress>, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>) - 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(Set<InetSocketAddress>, Function<LDAPClientContext, ReactiveHandler<LDAPClientContext, LdapMessages.LdapRequestEnvelope, Stream<Response>>, LdapException>, Options) - 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. - LDAPMessageHandler - Interface in org.forgerock.opendj.io
-
An interface for handling LDAP messages decoded using an
LDAPReader. - LdapMessages - Class in org.forgerock.opendj.ldap.spi
-
Contains static methods to create ldap messages.
- LdapMessages.LdapRequestEnvelope - Class in org.forgerock.opendj.ldap.spi
-
Represents a Ldap Request envelope containing an encoded Request.
- LdapMessages.LdapResponseMessage - Class in org.forgerock.opendj.ldap.spi
-
Represents a
Responseand its envelope. - 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
LdapPromiseImplfrom a wrapped existingPromiseImpl. - LdapPromises - Class in org.forgerock.opendj.ldap.spi
-
Utility methods for creating and composing
LdapPromises. - LDAPReader<R> - 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> - 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(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.
- 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.
- 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(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.
- 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.
- 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(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.
- 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.
- 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(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.
- 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.
- 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
- length() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- lessOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new
less or equalfilter using the provided attribute description and assertion value. - lessThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new
less thanfilter using the provided attribute description and assertion value. - LinkedAttribute - Class in org.forgerock.opendj.ldap
-
An implementation of the
Attributeinterface with predictable iteration order. - 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, 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.
- LinkedAttribute(String, Collection<?>) - Constructor for class org.forgerock.opendj.ldap.LinkedAttribute
-
Creates a new attribute having the specified attribute description and attribute values.
- 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.
- LinkedHashMapEntry - Class in org.forgerock.opendj.ldap
-
An implementation of the
Entryinterface which uses aLinkedHashMapfor storing attributes. - LinkedHashMapEntry() - Constructor for class org.forgerock.opendj.ldap.LinkedHashMapEntry
-
Creates an entry with an empty (root) distinguished name and no attributes.
- 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.
- 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.
- 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.
- LOAD_BALANCER_EVENT_LISTENER - Static variable in class org.forgerock.opendj.ldap.Connections
-
Specifies the event listener which should be notified whenever a load-balanced connection factory changes state from online to offline or vice-versa.
- LOAD_BALANCER_MONITORING_INTERVAL - Static variable in class org.forgerock.opendj.ldap.Connections
-
Specifies the interval between successive attempts to reconnect to offline load-balanced connection factories.
- LOAD_BALANCER_SCHEDULER - Static variable in class org.forgerock.opendj.ldap.Connections
-
Specifies the scheduler which will be used for periodically reconnecting to offline connection factories.
- 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.
- localName(int) - Method in class org.forgerock.opendj.ldap.DN
-
Returns the DN whose content is the specified number of RDNs from this DN.
- LOG_EVENTS - Static variable in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
-
An event listener implementation which logs events to the LoadBalancingAlgorithm logger.
- LOOP_DETECT - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 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
Matcherwhich can be used to compare thisFilteragainst entries using the default schema. - matcher(Schema) - Method in class org.forgerock.opendj.ldap.Filter
-
Returns a
Matcherwhich can be used to compare thisFilteragainst entries using the providedSchema. - 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
trueif this address mask matches the provided address. - matches(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Indicates whether the provided attribute description matches this attribute description.
- 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(Entry) - Method in class org.forgerock.opendj.ldap.Filter
-
Indicates whether this
Filtermatches the providedEntryusing the default schema. - matches(Entry) - Method in class org.forgerock.opendj.ldap.Matcher
-
Indicates whether this filter
Matchermatches the providedEntry. - 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
trueif 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.
- MAX_COMPACT_SIZE - Static variable in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Maximum size in bytes of a compact encoded value.
- MAX_CONCURRENT_REQUESTS - Static variable in class org.forgerock.opendj.ldap.LDAPListener
-
Specifies the maximum number of concurrent requests per connection.
- maxValue() - Static method in class org.forgerock.opendj.ldap.RDN
-
Returns a constant containing a special RDN which sorts after any 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(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.
- 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.
- MIN_GENERALIZED_TIME - Static variable in class org.forgerock.opendj.ldap.GeneralizedTime
-
The smallest time representable using the generalized time syntax.
- MIN_GENERALIZED_TIME_MS - Static variable in class org.forgerock.opendj.ldap.GeneralizedTime
-
The smallest time in milli-seconds representable using the generalized time syntax.
- minValue() - Static method in class org.forgerock.opendj.ldap.RDN
-
Returns a constant containing a special RDN which sorts before any RDN other than itself.
- 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 Class in org.forgerock.opendj.ldap
-
Contains equivalent values for the ModificationType values.
- modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- modify(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Modifies an entry in the Directory Server using the provided lines of LDIF.
- modify(String...) - Method in interface org.forgerock.opendj.ldap.Connection
-
Modifies an entry in the Directory Server using the provided lines of LDIF.
- modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
- modify(ModifyRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Modifies an entry in the Directory Server using the provided modify request.
- modify(ModifyRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Modifies an entry in the Directory Server using the provided modify request.
- MODIFY - Enum constant in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
-
Indicates that an Modify operation triggered the entry change notification.
- MODIFY_DN - Enum constant in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
-
Indicates that an Modify DN operation triggered the entry change notification.
- 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) - 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 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, IntermediateResponseHandler) - 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.spi.LDAPConnectionImpl
-
Asynchronously modifies an entry in the Directory Server using the provided modify request.
- modifyDN(String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- 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(String, String) - Method in interface org.forgerock.opendj.ldap.Connection
-
Renames the named entry in the Directory Server using the provided new RDN.
- modifyDN(ModifyDNRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
- modifyDN(ModifyDNRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Renames an entry in the Directory Server using the provided modify DN request.
- modifyDN(ModifyDNRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Renames an entry in the Directory Server using the provided modify DN request.
- 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) - 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 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, IntermediateResponseHandler) - 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.spi.LDAPConnectionImpl
-
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 Class 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.
- MUST_SUPPLY_OLD_PASSWORD - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Indicates that the old password must be supplied in order to modify the password.
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(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.DITContentRule.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(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.MatchingRuleUse.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(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided user friendly names.
- names(Collection<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(Collection<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(Collection<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(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided user friendly names.
- NAMING_VIOLATION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns
trueif this policy isWARNorREJECT. - 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(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.
- 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.
- newAffinityRequestLoadBalancer(Collection<? extends ConnectionFactory>, Options) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new "affinity" load-balancer which will load-balance individual requests across the provided set of connection factories, each typically representing a single replica, using an algorithm that ensures that requests targeting a given DN will always be routed to the same replica.
- 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.
- newBindLdapPromise(int, BindRequest, BindClient, IntermediateResponseHandler) - 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.
- newCapacityBasedKeyStoreObjectCache(int) - Static method in class org.forgerock.opendj.security.OpenDJProvider
-
Creates a new fixed capacity key store object cache which will evict objects once it reaches the provided capacity.
- 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.
- newClearTextPasswordFactory(char[]) - Static method in class org.forgerock.opendj.security.OpenDJProvider
-
Returns a password factory which will return a copy of the provided password for each invocation of
Factory.newInstance(), and which does not provide any protection of the in memory representation of the password. - newCompareLdapPromise(int, CompareRequest, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
Creates a new compare
ResultLdapPromiseImpl. - newCompareLdapPromise(int, CompareRequest, IntermediateResponseHandler, LDAPConnectionImpl) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
Creates a new compare
ResultLdapPromiseImpl. - 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.
- 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.
- newCompareResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new compare result using the provided result code.
- newControl() - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
-
Creates a new Netscape password expired response control.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
-
Creates a new Active Directory change notification request control.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
-
Creates a new authorization identity request control having the provided criticality.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
-
Creates a new ManageDsaIT request control having the provided criticality.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
-
Creates a new password policy request control having the provided criticality.
- 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) - Static method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
-
Creates a new tree delete request control having the provided criticality.
- 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, 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, 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, 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(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(boolean, 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.PreReadRequestControl
-
Creates a new pre-read request control.
- 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, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
Creates a new post-read request control.
- newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
Creates a new pre-read request control.
- 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, 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, 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, Filter) - Static method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
Creates a new assertion using the provided criticality and assertion filter.
- 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(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(int, int, ResultCode, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Creates a new virtual list view response control.
- 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(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) - 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(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(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(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(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(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(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(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
Creates a new post-read response control.
- newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
-
Creates a new pre-read response control.
- 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, 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(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.
- 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(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.
- newDeleteRequest(DN) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new delete request using the provided distinguished name.
- 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. - newExtendedLdapPromise(int, ExtendedRequest<S>, IntermediateResponseHandler, LDAPConnectionImpl) - 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
LdapPromiserepresenting 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
LdapPromiserepresenting an asynchronous task, identified by the provided requestID, which has already failed with the provided error. - newFailoverLoadBalancer(Collection<? extends ConnectionFactory>, Options) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new "fail-over" load-balancer which will load-balance connections across the provided set of connection factories.
- newFixedConnectionPool(ConnectionFactory, int) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new connection pool which will maintain
poolSizeconnections created using the provided connection factory. - newFixedSizeDistributionLoadBalancer(DN, ConsistentHashMap<? extends ConnectionFactory>, Options) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a distribution load balancer which uses consistent hashing to distributes requests across a set of partitions based on a hash of each request's target DN.
- 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.
- 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 providedRequestHandlerFactory. - 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 providedServerConnectionFactory. - newKeyStoreObjectCacheFromMap(Map<String, KeyStoreObject>) - Static method in class org.forgerock.opendj.security.OpenDJProvider
-
Creates a new key store object cache which will delegate to the provided
Map. - newKeyStoreParameters(ConnectionFactory, DN) - Static method in class org.forgerock.opendj.security.KeyStoreParameters
-
Creates a set of LDAP key store parameters with default options.
- newKeyStoreParameters(ConnectionFactory, DN, Options) - Static method in class org.forgerock.opendj.security.KeyStoreParameters
-
Creates a set of LDAP key store parameters with custom options.
- newLdapException(Result) - Static method in exception class org.forgerock.opendj.ldap.LdapException
-
Creates a new LDAP exception using the provided result.
- newLdapException(ResultCode) - Static method in exception class 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 class org.forgerock.opendj.ldap.LdapException
-
Creates a new LDAP exception with the provided result code and diagnostic message.
- newLdapException(ResultCode, CharSequence, Throwable) - Static method in exception class org.forgerock.opendj.ldap.LdapException
-
Creates a new LDAP exception with the provided result code, diagnostic message, and cause.
- newLdapException(ResultCode, Throwable) - Static method in exception class org.forgerock.opendj.ldap.LdapException
-
Creates a new LDAP exception with the provided result code and cause.
- newLDAPKeyStore(ConnectionFactory, DN) - Static method in class org.forgerock.opendj.security.OpenDJProvider
-
Creates a new LDAP key store with default options.
- newLDAPKeyStore(ConnectionFactory, DN, Options) - Static method in class org.forgerock.opendj.security.OpenDJProvider
-
Creates a new LDAP key store with custom options.
- 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
LdapPromiseImplwith a requestID. - newLDIFKeyStore(File, DN) - Static method in class org.forgerock.opendj.security.OpenDJProvider
-
Creates a new LDIF based key store which will read and write key store objects to the provided key store file.
- newLDIFKeyStore(File, DN, Options) - Static method in class org.forgerock.opendj.security.OpenDJProvider
-
Creates a new LDIF based key store which will read and write key store objects to the provided key store file.
- newLeastRequestsLoadBalancer(Collection<? extends ConnectionFactory>, Options) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new "least requests" load-balancer which will load-balance individual requests across the provided set of connection factories, each typically representing a single replica, using an algorithm that ensures that requests are routed to the replica which has the minimum number of active requests.
- 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.
- 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.
- 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.
- 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
fromEntryinto entrytoEntry. - 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
toStringmethod will always returnname. - 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.
- newRequestEnvelope(byte, int, int, ByteString, ASN1Reader) - Static method in class org.forgerock.opendj.ldap.spi.LdapMessages
-
Creates a new invalid input: '{@link /*missing*/}' containing a partially decoded LDAP message.
- newResponseMessage(byte, int, Response) - Static method in class org.forgerock.opendj.ldap.spi.LdapMessages
-
Creates a new
LdapMessages.LdapResponseMessage, adding low-level ldap protocol specific informations to aResponse. - 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
ResultLdapPromiseImplto handle a standard request (add, delete, modify and modidyDN). - newResultLdapPromise(int, R, IntermediateResponseHandler, LDAPConnectionImpl) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
Creates a new
ResultLdapPromiseImplto handle a standard request (add, delete, modify and modidyDN). - newRoundRobinLoadBalancer(Collection<? extends ConnectionFactory>, Options) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new "round-robin" load-balancer which will load-balance connections across the provided set of connection factories.
- newSearchLdapPromise(int, SearchRequest, SearchResultHandler, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
Creates a new search
SearchResultLdapPromiseImpl. - newSearchLdapPromise(int, SearchRequest, SearchResultHandler, IntermediateResponseHandler, LDAPConnectionImpl) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
Creates a new search
SearchResultLdapPromiseImpl. - 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.
- 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.
- 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.
- 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.
- 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(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.
- 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.
- 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
LdapPromiserepresenting 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
LdapPromiserepresenting 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_OP - Static variable in interface org.forgerock.opendj.ldap.LoadBalancerEventListener
-
An event listener implementation which ignores all events.
- NO_OPERATION - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- NONE - Static variable in interface org.forgerock.opendj.security.KeyStoreObjectCache
-
A cache implementation that does not cache anything.
- 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
Stringto lower case usingStaticUtils.toLowerCase(org.forgerock.opendj.ldap.ByteSequence, java.lang.StringBuilder)and then trims it. - not(ConditionResult) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical NOT of the provided condition result, which is
TRUEif the provided condition result isFALSE,TRUEif it isFALSE, andUNDEFINEDotherwise. - not(Filter) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new
notfilter using the provided sub-filter. - NOT_ALLOWED_ON_NONLEAF - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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".
- numSubordinates(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns the number of entries which are immediately subordinate to the named entry, or
0if the named entry does not exist. - numSubordinates(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns the number of entries which are immediately subordinate to the named entry, or
0if the named entry does not exist.
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_MODS_PROHIBITED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- ObjectClass.Builder - Class in org.forgerock.opendj.ldap.schema
-
A fluent API for incrementally constructing object classes.
- objectClassPresent() - Static method in class org.forgerock.opendj.ldap.Filter
-
Returns the
objectClasspresence filter(objectClass=*). - ObjectClassType - Enum Class 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
Objectto aByteStringusing theByteString.valueOfObject(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 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 this schema element is obsolete.
- obsolete(boolean) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Specifies whether this schema element is obsolete.
- OFFSET_RANGE_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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(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 - 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_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_TO_RESULT_TYPE - Static variable in class org.forgerock.opendj.io.LDAP
-
Mapping between request protocol op and their respective response protocol op.
- 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.
- OpenDJProvider - Class in org.forgerock.opendj.security
-
The OpenDJ LDAP security provider which exposes an LDAP/LDIF based
KeyStoreservice, as well as providing utility methods facilitating construction of LDAP/LDIF based key stores. - OpenDJProvider() - Constructor for class org.forgerock.opendj.security.OpenDJProvider
-
Creates a default LDAP security provider with no default key store configuration.
- OpenDJProvider(String) - Constructor for class org.forgerock.opendj.security.OpenDJProvider
-
Creates a LDAP security provider with provided default key store configuration.
- OpenDJProvider(URI) - Constructor for class org.forgerock.opendj.security.OpenDJProvider
-
Creates a LDAP security provider with provided default key store configuration.
- OpenDJProviderSchema - Class in org.forgerock.opendj.security
-
Utility methods for accessing the LDAP schema elements required in order to support the OpenDJ security provider.
- Operation processing - Search tag in interface org.forgerock.opendj.ldap.Connection
- Section
- OPERATIONS_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- 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(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.ObjectClass.Builder
-
Adds the provided optional attributes.
- 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(Collection<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.
- or() - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical OR of zero condition results, which is always
FALSE. - or(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new
orfilter using the provided list of sub-filters. - or(ConditionResult) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical OR of the provided condition result, which is always
r. - or(ConditionResult...) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical OR of the provided condition results, which is
FALSEif all of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise. - or(ConditionResult, ConditionResult) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical OR of the provided condition results, which is
FALSEif both of the provided condition results areFALSE,TRUEif at least one of them isTRUE, andUNDEFINEDotherwise. - or(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new
orfilter 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.
- org.forgerock.opendj.security - package org.forgerock.opendj.security
-
An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF based
KeyStoreservice. - OTHER - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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
nullif 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
- 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(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- parseAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns a parser for the named attribute contained in this entry.
- parseAttribute(Attribute) - Static method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns an attribute parser for the provided attribute.
- parseAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- parseAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns a parser for the named attribute contained in this entry.
- PASSWORD_EXPIRED - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Indicates that the password has expired and must be reset.
- PASSWORD_IN_HISTORY - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Indicates that a password has already been used and the user must choose a different one.
- PASSWORD_MOD_NOT_ALLOWED - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Indicates that a user is restricted from changing her password.
- PASSWORD_TOO_SHORT - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Indicates that a password is not long enough.
- PASSWORD_TOO_YOUNG - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Indicates that the age of the password to be modified is not yet old enough.
- 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 Class 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 Class 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
patchto the content ofinputand 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
patchto the content ofinputand returns the result in an entry reader. - PBKDF2_ITERATIONS - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
-
The number of iterations to use when deriving encryption keys from passwords using PBKDF2.
- PBKDF2_SALT_SIZE - Static variable in class org.forgerock.opendj.security.KeyStoreParameters
-
The number of random bytes to use as the salt when deriving encryption keys from passwords using PBKDF2.
- 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.
- Performing operations asynchronously - Search tag in interface org.forgerock.opendj.ldap.Connection
- Section
- Performing operations synchronously - Search tag in interface org.forgerock.opendj.ldap.Connection
- Section
- PermissiveModifyRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The Microsoft defined permissive modify request control.
- PersistentSearchChangeType - Enum Class 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
presentfilter using the provided attribute description. - 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.
- 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.
- PROTOCOL_ERROR - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- PROTOCOL_TLS1_2 - Static variable in class org.forgerock.opendj.ldap.SSLContextBuilder
-
SSL protocol: supports RFC 5246: TLS version 1.2 ; 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 Class 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 class 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.
- put(String, P) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
-
Puts a partition into this consistent hash map using the default weight which is sufficiently high to ensure a reasonably uniform distribution among all partitions having the same weight.
- put(String, P, int) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
-
Puts a partition into this consistent hash map using the specified weight.
- put(KeyStoreObject) - Method in interface org.forgerock.opendj.security.KeyStoreObjectCache
-
Puts a key store object in the cache replacing any existing key store object with the same alias.
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
nullif this DN is the Root DN. - rdn(int) - Method in class org.forgerock.opendj.ldap.DN
-
Returns the RDN at the specified index for this DN, or
nullif no such RDN exists. - 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(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(Collection<AVA>) - Constructor for class org.forgerock.opendj.ldap.RDN
-
Creates a new RDN using the provided AVAs.
- RDN(AVA...) - Constructor for class org.forgerock.opendj.ldap.RDN
-
Creates a new RDN using the provided AVAs.
- RDN(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.RDN
-
Creates a new RDN using the provided attribute type and value.
- readBERLength() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative read method for reading a multi-byte BER length.
- 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 class org.forgerock.opendj.io.AbstractASN1Reader
- readBoolean(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a boolean having the provided type tag.
- readByte() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative read method.
- readBytes(byte[]) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative bulk read method.
- readBytes(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative bulk read method.
- readByteSequence(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative bulk read method.
- readByteString(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative bulk read method.
- 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.
- readCompactUnsignedInt() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative read method for reading a compacted int value.
- readCompactUnsignedLong() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative read method for reading a compacted long value.
- 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() - 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.
- readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
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(ASN1Reader, DecodeOptions) - Static method in class org.forgerock.opendj.io.LDAP
-
Reads the next ASN.1 element from the provided
ASN1Readeras a anEntry. - readEntry(DN, 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(DN, String...) - Method in interface org.forgerock.opendj.ldap.Connection
-
Reads the named entry from the Directory Server.
- 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() - 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 class org.forgerock.opendj.io.AbstractASN1Reader
- 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
ASN1Readeras aFilter. - readInt() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative read method for reading an integer value.
- 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 class org.forgerock.opendj.io.AbstractASN1Reader
- readInteger(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an integer having the provided type tag.
- readLong() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative read method for reading a long value.
- readMessage(LDAPMessageHandler) - Method in class org.forgerock.opendj.io.LDAPReader
-
Reads the next LDAP message from the underlying ASN.1 reader.
- 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 class org.forgerock.opendj.io.AbstractASN1Reader
- readNull(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a null element having the provided type tag.
- 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 class org.forgerock.opendj.io.AbstractASN1Reader
- 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 class org.forgerock.opendj.io.AbstractASN1Reader
- 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() - 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 class org.forgerock.opendj.io.AbstractASN1Reader
- 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) - 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.
- readShort() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative read method for reading an short value.
- 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 class org.forgerock.opendj.io.AbstractASN1Reader
- readStartExplicitTag(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an explicit tag having the provided tag type.
- 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() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Skips the input matching the start of a sequence and subsequent space characters.
- readStartSequence(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
- readStartSequence(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a sequence 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 class org.forgerock.opendj.io.AbstractASN1Reader
- readStartSet(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a set having the provided type tag.
- readStringUtf8(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative read method for reading a UTF-8 encoded string.
- REFERRAL - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- REFERRAL - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a referral was encountered.
- ReferralException - Exception Class 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.
- REJECT - Enum constant in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Schema validation will be performed and failures will cause the overall validation to fail.
- 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
- remove(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Removes
valuefrom this attribute if it is present (optional operation). - remove(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
- remove(String) - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
-
Removes the partition that was previously added using the provided partition ID.
- removeAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- removeAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Removes all of the attribute values contained in
valuesfrom this attribute if they are present (optional operation). - removeAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
- removeAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Removes all of the attribute values contained in
valuesfrom 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(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Removes the provided attribute type.
- removeAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
-
Removes all of the attribute values contained in
valuesfrom the named attribute in this entry if it is present (optional operation). - removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- removeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
-
Removes the named attribute from this entry if it is present (optional operation).
- removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- removeAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- removeAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
- removeAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.TreeMapEntry
- removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
-
Removes all of the attribute values contained in
attributefrom this entry if it is present (optional operation). - removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- 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.
- removeConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionImpl
-
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, String) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a view of
attributehaving a different attribute description. - renameAttribute(Attribute, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a view of
attributehaving a different attribute description. - REPLACE - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
- 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(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
- replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
-
Adds all of the attribute values contained in
valuesto this entry, replacing any existing attribute values (optional operation). - replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- replaceAttribute(Attribute) - 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
attributeto this entry, replacing any existing attribute values (optional operation). - replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
- replaceAttribute(Attribute) - 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
REPLACEmodification 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.
- REQUEST_MAX_SIZE_IN_BYTES - Static variable in class org.forgerock.opendj.ldap.LDAPListener
-
Specifies the maximum request size in bytes for incoming LDAP requests.
- REQUEST_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the operation timeout.
- 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> - 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(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.NameForm.Builder
-
Adds the provided required attributes.
- requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided required attributes.
- 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(Collection<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.
- 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
LocalizedIllegalArgumentExceptionif the attribute referenced by this parser isnullor 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 Class in org.forgerock.opendj.ldap
-
Contains equivalent values for the ResultCode values.
- ResultLdapPromiseImpl<R,
S> - 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
- 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 class org.forgerock.opendj.ldap.AbstractAttribute
- 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
- returns(N) - Static method in class org.forgerock.opendj.ldap.Functions
-
Creates a function that returns constant value for any input.
- 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.
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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(String) - 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.SchemaBuilderHook - Interface in org.forgerock.opendj.ldap.schema
-
Allows to perform modifications on element's builders before adding the result to this schema builder.
- SchemaElement - Interface in org.forgerock.opendj.ldap.schema
-
Interface for schema elements.
- 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
DecodeOptionsin order to allow application to control howSchemainstances 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 Class 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(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- search(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Searches the Directory Server using the provided search parameters.
- search(String, SearchScope, String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server using the provided search parameters.
- search(SearchRequest) - 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) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server using the provided search parameters.
- search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- 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>) - 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 class org.forgerock.opendj.ldap.AbstractConnection
- 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, 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 class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
- search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
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(EntryReader, SearchRequest) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Returns a filtered view of
inputcontaining only those entries which match the search base DN, scope, and filtered defined insearch. - search(EntryReader, SearchRequest, Schema) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Returns a filtered view of
inputcontaining only those entries which match the search base DN, scope, and filtered defined insearch. - 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, IntermediateResponseHandler, 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.spi.LDAPConnectionImpl
-
Asynchronously searches the Directory Server using the provided search request.
- 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, 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 Class in org.forgerock.opendj.ldap
-
Thrown when an iteration over a set of search results using a
ConnectionEntryReaderencounters aSearchResultReference. - SearchResultReferenceIOException(SearchResultReference) - Constructor for exception class 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 Class in org.forgerock.opendj.ldap
-
Contains equivalent values for the SearchScope values.
- searchSingleEntry(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
- 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(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.
- searchSingleEntry(SearchRequest) - 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(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server for a single entry using the provided search request.
- 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
-
Deprecated.will be removed as part of OPENDJ-3467. It has been replaced by
ReactiveHandler<> - ServerConnectionFactory<C,
R> - Interface in org.forgerock.opendj.ldap -
Deprecated.will be removed as part of OPENDJ-3467. It has been replaced by
Function<LDAPClientContext, ReactiveHandler<>>. - 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 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 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(String) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Sets the name of the attribute to be compared.
- setAttributeDescription(AttributeDescription) - 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
AttributeFactorywhich will be used for creating newAttributeinstances 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
nullif 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.
- setByte(int, byte) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Sets the byte value at the specified index.
- setCause(Throwable) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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. - 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 class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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
EntryFactorywhich will be used for creating newEntryinstances when decoding entries. - setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Specifies whether 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 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 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 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 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 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 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 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(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.
- 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.
- 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 class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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.
- 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(String) - 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.requests.AddRequest
- setName(String) - 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.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(String) - 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.ModifyRequest
-
Sets the distinguished name of the entry to be modified.
- 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(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
- setName(DN) - Method in class org.forgerock.opendj.ldap.LinkedHashMapEntry
- setName(DN) - Method in class org.forgerock.opendj.ldap.TreeMapEntry
- setName(DN) - 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(DN) - 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(DN) - 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(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(DN) - 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(String) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Sets the new RDN of the entry to be renamed.
- setNewRDN(RDN) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Sets the new RDN 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.
- 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.
- 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(byte[]) - 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(byte[]) - 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.CRAMMD5SASLBindRequest
-
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(char[]) - 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.PlainSASLBindRequest
-
Sets the password of the user 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(String) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
-
Sets the provider 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.
- 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 class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
- 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
Schemawhich 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
Schemashould be used for decoding distinguished names, attribute descriptions, and other objects which require aSchemain 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 the server must authenticate to the client.
- setServerAuth(boolean) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Specifies whether 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 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.
- 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.
- 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.
- shallowCopyOfRequest(Request, String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new request that is a shallow copy of the provided request, except for controls list which is a new list containing the original controls (and not the original list of controls) possibly filtered by the provided exclusion parameter.
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
- 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(String, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a read-only single-valued attribute having the specified attribute description.
- 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.
- 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
- 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
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Skips the next element without decoding it.
- skipElement(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
- 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.
- SO_KEEPALIVE - Static variable in class org.forgerock.opendj.ldap.CommonLDAPOptions
-
Specifies the value of the
SO_KEEPALIVEsocket option for new connections. - SO_LINGER_IN_SECONDS - Static variable in class org.forgerock.opendj.ldap.CommonLDAPOptions
-
Specifies the value of the
SO_LINGERsocket option for new connections. - SO_REUSE_ADDRESS - Static variable in class org.forgerock.opendj.ldap.CommonLDAPOptions
-
Specifies the value of the
SO_REUSEADDRsocket option for new connections. - SORT_CONTROL_MISSING - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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(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.
- SortKey(AttributeDescription, boolean, MatchingRule) - Constructor for class org.forgerock.opendj.ldap.SortKey
-
Creates a new sort key using the provided attribute description.
- SSL_CONTEXT - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the SSL context which will be used when initiating connections with the Directory Server.
- SSL_ENABLED_CIPHER_SUITES - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the cipher suites enabled for secure connections with the Directory Server.
- SSL_ENABLED_PROTOCOLS - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies the protocol versions enabled for secure connections with the Directory Server.
- SSL_USE_STARTTLS - Static variable in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Specifies whether SSL or StartTLS should be used for securing connections when an SSL context is specified.
- SSLContextBuilder - Class in org.forgerock.opendj.ldap
-
An SSL context builder provides an interface for incrementally constructing
SSLContextinstances 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
- startsWith(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- 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
Booleanvalues. - 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
Integerstring values. - stringToLong() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses
Longstring 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- STRUCTURAL - Enum constant in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
-
The objectclass type that to use for classes declared "structural".
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
- 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
- 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
substringsfilter using the provided attribute description,initial,final, andanysub-strings. - SubtreeDeleteRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The tree delete request control as defined in draft-armijo-ldap-treedelete.
- SUCCESS - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- SUCCESS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the operation completed successfully.
- superiorObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided superior object classes.
- superiorObjectClasses(Collection<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
- TCP_NO_DELAY - Static variable in class org.forgerock.opendj.ldap.CommonLDAPOptions
-
Specifies the value of the
TCP_NODELAYsocket option for new connections. - then(Function<? super BindResult, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- then(Function<? super S, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- then(Function<? super S, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- then(Function<? super S, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- then(Function<? super Result, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- then(Function<? super BindResult, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>, Function<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- then(Function<? super S, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>, Function<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- then(Function<? super S, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>, Function<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- then(Function<? super S, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>, Function<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- then(Function<? super Result, VOUT, EOUT>, Function<? super LdapException, VOUT, EOUT>, Function<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- then(Function<? super BindResult, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- then(Function<? super S, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- then(Function<? super S, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- then(Function<? super S, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- then(Function<? super Result, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- then(Function<? super S, VOUT, LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
- thenAlways(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
- thenAlways(Runnable) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenAlways(Runnable) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenAlways(Runnable) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenAlways(Runnable) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenAlways(Runnable) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super BindResult, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super Result, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super BindResult, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>, AsyncFunction<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>, AsyncFunction<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>, AsyncFunction<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>, AsyncFunction<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super Result, VOUT, EOUT>, AsyncFunction<? super LdapException, VOUT, EOUT>, AsyncFunction<? super RuntimeException, VOUT, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super BindResult, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super Result, VOUT, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenAsync(AsyncFunction<? super S, VOUT, LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
- thenCatch(Function<? super LdapException, BindResult, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenCatch(Function<? super LdapException, S, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenCatch(Function<? super LdapException, S, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenCatch(Function<? super LdapException, S, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenCatch(Function<? super LdapException, Result, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenCatchAsync(AsyncFunction<? super LdapException, BindResult, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenCatchAsync(AsyncFunction<? super LdapException, S, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenCatchAsync(AsyncFunction<? super LdapException, S, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenCatchAsync(AsyncFunction<? super LdapException, S, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenCatchAsync(AsyncFunction<? super LdapException, Result, EOUT>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenCatchRuntimeException(Function<? super RuntimeException, BindResult, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenCatchRuntimeException(Function<? super RuntimeException, S, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenCatchRuntimeException(Function<? super RuntimeException, S, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenCatchRuntimeException(Function<? super RuntimeException, S, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenCatchRuntimeException(Function<? super RuntimeException, Result, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenCatchRuntimeExceptionAsync(AsyncFunction<? super RuntimeException, BindResult, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenCatchRuntimeExceptionAsync(AsyncFunction<? super RuntimeException, S, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenCatchRuntimeExceptionAsync(AsyncFunction<? super RuntimeException, S, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenCatchRuntimeExceptionAsync(AsyncFunction<? super RuntimeException, S, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenCatchRuntimeExceptionAsync(AsyncFunction<? super RuntimeException, Result, LdapException>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenFinally(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
- thenFinally(Runnable) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenFinally(Runnable) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenFinally(Runnable) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenFinally(Runnable) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenFinally(Runnable) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenOnException(ExceptionHandler<? super LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
- thenOnException(ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenOnException(ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenOnException(ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenOnException(ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenOnException(ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenOnResult(ResultHandler<? super BindResult>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenOnResult(ResultHandler<? super S>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenOnResult(ResultHandler<? super S>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenOnResult(ResultHandler<? super S>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenOnResult(ResultHandler<? super Result>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenOnResult(ResultHandler<? super S>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
- thenOnResultOrException(Runnable) - Method in interface org.forgerock.opendj.ldap.LdapPromise
- thenOnResultOrException(Runnable) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenOnResultOrException(Runnable) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenOnResultOrException(Runnable) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenOnResultOrException(Runnable) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenOnResultOrException(Runnable) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenOnResultOrException(ResultHandler<? super BindResult>, ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenOnResultOrException(ResultHandler<? super S>, ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenOnResultOrException(ResultHandler<? super S>, ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenOnResultOrException(ResultHandler<? super S>, ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenOnResultOrException(ResultHandler<? super Result>, ExceptionHandler<? super LdapException>) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- thenOnResultOrException(ResultHandler<? super S>, ExceptionHandler<? super LdapException>) - Method in interface org.forgerock.opendj.ldap.LdapPromise
- thenOnRuntimeException(RuntimeExceptionHandler) - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
- thenOnRuntimeException(RuntimeExceptionHandler) - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
- thenOnRuntimeException(RuntimeExceptionHandler) - Method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
- thenOnRuntimeException(RuntimeExceptionHandler) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
- thenOnRuntimeException(RuntimeExceptionHandler) - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
- TIME_BEFORE_EXPIRATION - Enum constant in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
-
Indicates the number of seconds before a password will expire.
- TIME_LIMIT_EXCEEDED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 listenersfor events that have timed out. - TimeoutEventListener - Interface in org.forgerock.opendj.ldap
-
Listener on timeout events.
- TimeoutResultException - Exception Class 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
- 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.
- toASCIIString() - Method in class org.forgerock.opendj.ldap.ByteString
-
Returns a 7-bit ASCII string representation.
- 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
- toBase64String() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- toBoolean() - Method in enum class 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
- toByteArray() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- toByteString() - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Returns the
ByteStringrepresentation of this byte sequence. - toByteString() - Method in class org.forgerock.opendj.ldap.ByteString
- toByteString() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns the
ByteStringrepresentation of this byte string builder. - toCalendar() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
-
Returns a
Calendarrepresentation 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
Daterepresentation of this generalized time. - 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.
- toLDIF(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns the LDIF representation of
entry. - toLDIF(Entry) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Returns the LDIF representation of
entry. - toLDIF(ChangeRecord) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Returns the LDIF representation of
change. - 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- toOffsetDateTime() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
-
Returns a
OffsetDateTimerepresentation of this generalized time. - 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
Schemacontaining 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
- 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
- toString() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
- toString() - Method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the string representation of this condition result.
- toString() - Method in class org.forgerock.opendj.ldap.ConsistentHashMap
- 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 class 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 class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
- toString() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
- toString() - Method in enum class 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
-
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
Stringwhose contents is the LDAP string representation of thisFilter. - 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.Matcher
- 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 class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the string representation of this schema element as defined in RFC 2252.
- toString() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns the string representation of this schema element as defined in RFC 2252.
- toString() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Returns the string representation of this schema element as defined in RFC 2252.
- toString() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the string representation of this schema element as defined in RFC 2252.
- toString() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns the string representation of this schema element as defined in RFC 2252.
- toString() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns the string representation of this schema element as defined in RFC 2252.
- toString() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns the string representation of this schema element as defined in RFC 2252.
- toString() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Returns the string representation of this schema element as defined in RFC 2252.
- toString() - Method in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
-
Retrieves a string representation of this attribute usage.
- toString() - Method in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
-
Retrieves a string representation of this objectclass type.
- toString() - Method in class org.forgerock.opendj.ldap.schema.Schema
- 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(Entry) - Static method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Returns the LDIF string representation of the provided entry.
- toString(ChangeRecord) - Static method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Returns the LDIF string representation of the provided change record.
- toUUID() - Method in class org.forgerock.opendj.ldap.DN
-
Returns a UUID whose content is based on the normalized content of this DN.
- TRANSPORT_PROVIDER - Static variable in class org.forgerock.opendj.ldap.CommonLDAPOptions
-
Specifies the name of the provider to use for transport.
- TRANSPORT_PROVIDER_CLASS_LOADER - Static variable in class org.forgerock.opendj.ldap.CommonLDAPOptions
-
Specifies the class loader which will be used to load the
TransportProvider. - TransportProvider - Interface in org.forgerock.opendj.ldap.spi
-
Interface for transport providers, which provide implementation for
LDAPConnectionFactoryandLDAPListenerclasses, using a specific transport. - TreeMapEntry - Class in org.forgerock.opendj.ldap
-
An implementation of the
Entryinterface which uses aTreeMapfor storing attributes. - TreeMapEntry() - Constructor for class org.forgerock.opendj.ldap.TreeMapEntry
-
Creates an entry with an empty (root) distinguished name and no attributes.
- 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.
- 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.
- trimToSize() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Attempts to reduce storage used for this byte string builder.
- TRUE - Enum constant in enum class org.forgerock.opendj.ldap.ConditionResult
-
Indicates that the condition evaluated to
true. - trustAll() - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Returns an
X509TrustManagerwhich 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 filtered attributes are to contain both attribute descriptions and values, or just attribute descriptions.
U
- UNAVAILABLE - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ConditionResult
-
Indicates that the condition could not be evaluated and its result is undefined.
- UNDEFINED - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- UNKNOWN - Enum constant in enum class org.forgerock.opendj.ldap.ModificationType.Enum
-
Used for unknown modification types.
- UNKNOWN - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
-
Used for unknown search scopes.
- UNKNOWN - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
-
Used for unknown search scopes.
- UnknownSchemaElementException - Exception Class 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 class 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
entryand 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
unrecognizedfilter 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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.
- unwrapKey(ByteSequence) - Method in interface org.forgerock.opendj.security.ExternalKeyWrappingStrategy
-
Unwraps the provided
wrappedkey. - 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.
- useJvmDefaultKeyStore() - Static method in class org.forgerock.opendj.ldap.KeyManagers
-
Creates a new
X509KeyManagerwhich will use the JVM's default keystore for retrieving certificates. - useKeyStoreFile(String) - Static method in class org.forgerock.opendj.ldap.KeyManagers
-
Creates a new
X509KeyManagerwhich 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
X509KeyManagerwhich will use the named key store file for retrieving certificates. - useKeyStoreFile(String, char[], String, String) - Static method in class org.forgerock.opendj.ldap.KeyManagers
-
Creates a new
X509KeyManagerwhich will use the named key store file for retrieving certificates. - usePKCS11Token(char[]) - Static method in class org.forgerock.opendj.ldap.KeyManagers
-
Creates a new
X509KeyManagerwhich will use a PKCS#11 token for retrieving certificates. - USER_APPLICATIONS - Enum constant in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
-
The attribute usage intended for user-defined attribute types.
- useSingleCertificate(String, X509KeyManager) - Static method in class org.forgerock.opendj.ldap.KeyManagers
-
Returns a new
X509KeyManagerwhich selects the named certificate from the providedX509KeyManager. - Using Controls - Search tag in Overview
- Section
- usingSchema(Schema) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Sets the
Schemawhich 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
trueif 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(boolean) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the condition result which is equivalent to the provided boolean value.
- valueOf(int) - Static method in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
-
Returns the enum value that would return the provided argument value from its
PersistentSearchChangeType.intValuemethod. - 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(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(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(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(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.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) - Static method in class org.forgerock.opendj.ldap.AVA
-
Parses the provided LDAP string representation of an AVA using the default schema.
- valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
-
Returns the enum constant of this class with the specified name.
- 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) - Static method in class org.forgerock.opendj.ldap.Filter
-
Parses the provided LDAP string representation of a filter as a
Filter. - 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) - Static method in enum class org.forgerock.opendj.ldap.ModificationType.Enum
-
Returns the enum constant of this class with the specified name.
- 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) - Static method in enum class org.forgerock.opendj.ldap.ResultCode.Enum
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.schema.AttributeUsage
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.forgerock.opendj.ldap.SearchScope.Enum
-
Returns the enum constant of this class with the specified name.
- 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. - 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, Schema) - Static method in class org.forgerock.opendj.ldap.AVA
-
Parses the provided LDAP string representation of an AVA using the provided 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, 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, Schema) - Static method in class org.forgerock.opendj.ldap.RDN
-
Parses the provided LDAP string representation of a RDN using the provided schema.
- valueOf(TemporalAccessor) - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
-
Returns a generalized time representing the provided
TemporalAccessor. - 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(ByteString) - Static method in class org.forgerock.opendj.ldap.DN
-
Parses the provided LDAP string representation of a DN using the default schema.
- valueOf(Entry) - Static method in class org.forgerock.opendj.ldap.RootDSE
-
Creates a new Root DSE instance backed by the provided entry.
- valueOf(Entry) - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Parses the provided entry as a subschema subentry.
- valueOfBase64(String) - Static method in class org.forgerock.opendj.ldap.ByteString
-
Returns a byte string containing the Base64 decoded bytes of the provided string.
- valueOfBytes(byte[]) - Static method in class org.forgerock.opendj.ldap.ByteString
-
Returns a byte string containing the contents of the provided byte array.
- valueOfBytes(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.
- valueOfHex(String) - Static method in class org.forgerock.opendj.ldap.ByteString
-
Returns a byte string containing the bytes of the provided hexadecimal string.
- valueOfInt(int) - Static method in class org.forgerock.opendj.ldap.ByteString
-
Returns a byte string containing the big-endian encoded bytes of the provided integer.
- 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.
- valueOfLong(long) - Static method in class org.forgerock.opendj.ldap.ByteString
-
Returns a byte string containing the big-endian encoded bytes of the provided long.
- valueOfObject(Object) - Static method in class org.forgerock.opendj.ldap.ByteString
-
Returns a byte string representation of the provided object.
- valueOfUtf8(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.
- valueOfUtf8(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.
- values() - Static method in enum class org.forgerock.opendj.ldap.ConditionResult
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyErrorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.forgerock.opendj.ldap.controls.PasswordPolicyWarningType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
-
Returns an array containing the constants of this enum class, 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 class org.forgerock.opendj.ldap.ModificationType.Enum
-
Returns an array containing the constants of this enum class, 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 class org.forgerock.opendj.ldap.ResultCode.Enum
-
Returns an array containing the constants of this enum class, 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 class org.forgerock.opendj.ldap.schema.AttributeUsage
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.forgerock.opendj.ldap.schema.ObjectClassType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.forgerock.opendj.ldap.SearchScope.Enum
-
Returns an array containing the constants of this enum class, 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 - Enum constant in enum class org.forgerock.opendj.ldap.ResultCode.Enum
- 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
andfilter. - visitAndFilter(P, List<Filter>) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits an
andfilter. - visitApproxMatchFilter(P, String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Visits an
approximate matchfilter. - visitApproxMatchFilter(P, String, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits an
approximate matchfilter. - visitChangeRecord(P, AddRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordVisitor
-
Visits an
Addchange record. - visitChangeRecord(P, DeleteRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordVisitor
-
Visits an
Deletechange record. - visitChangeRecord(P, ModifyDNRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordVisitor
-
Visits an
ModifyDNchange record. - visitChangeRecord(P, ModifyRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordVisitor
-
Visits an
Modifychange 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 matchfilter. - visitEqualityMatchFilter(P, String, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits an
equality matchfilter. - visitExtensibleMatchFilter(P, String, String, ByteString, boolean) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Visits an
extensiblefilter. - visitExtensibleMatchFilter(P, String, String, ByteString, boolean) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits an
extensiblefilter. - visitGreaterOrEqualFilter(P, String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Visits a
greater or equalfilter. - visitGreaterOrEqualFilter(P, String, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits a
greater or equalfilter. - visitLessOrEqualFilter(P, String, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Visits a
less or equalfilter. - visitLessOrEqualFilter(P, String, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits a
less or equalfilter. - visitNotFilter(P, Filter) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Visits a
notfilter. - visitNotFilter(P, Filter) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits a
notfilter. - visitOrFilter(P, List<Filter>) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Visits an
orfilter. - visitOrFilter(P, List<Filter>) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits an
orfilter. - visitPresentFilter(P, String) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Visits a
presentfilter. - visitPresentFilter(P, String) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits a
presentfilter. - visitSubstringsFilter(P, String, ByteString, List<ByteString>, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Visits a
substringsfilter. - visitSubstringsFilter(P, String, ByteString, List<ByteString>, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits a
substringsfilter. - visitUnrecognizedFilter(P, byte, ByteString) - Method in class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Visits an
unrecognizedfilter. - visitUnrecognizedFilter(P, byte, ByteString) - Method in interface org.forgerock.opendj.ldap.FilterVisitor
-
Visits an
unrecognizedfilter.
W
- WARN - Enum constant in enum class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Schema validation will be performed, but failures will not cause the overall validation to fail.
- 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 - Enum constant in enum class org.forgerock.opendj.ldap.SearchScope.Enum
- 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.
- 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.
- withoutAnyOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Returns an attribute description having the same attribute type as this attribute description except that all options has been removed.
- 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.
- wrapKey(ByteSequence) - Method in interface org.forgerock.opendj.security.ExternalKeyWrappingStrategy
-
Wraps the provided encoded key.
- 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
- 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
Addchange 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(AddRequest) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
- writeChangeRecord(DeleteRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
-
Writes a
Deletechange record. - 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(DeleteRequest) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
- writeChangeRecord(ModifyDNRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
-
Writes a
ModifyDNchange record. - 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(ModifyDNRequest) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
- writeChangeRecord(ModifyRequest) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
-
Writes a
Modifychange record. - 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(ModifyRequest) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
- writeChangeRecord(ChangeRecord) - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
-
Writes a change record.
- 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(ChangeRecord) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
- 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
- writeComment(CharSequence) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
- 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
Entryto the providedASN1Writer. - 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
- writeEnumerated(byte, int) - Method in interface org.forgerock.opendj.io.ASN1Writer
-
Writes an enumerated element using the provided type tag.
- writeEnumerated(int) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
- 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
Filterto the providedASN1Writer. - 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 class org.forgerock.opendj.io.AbstractASN1Writer
- 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 class org.forgerock.opendj.io.AbstractASN1Writer
- 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
- 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[]) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
- 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 class org.forgerock.opendj.io.AbstractASN1Writer
- 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(byte, byte[]) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
- 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, 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, ByteSequence) - Method in interface org.forgerock.opendj.io.ASN1Writer
-
Writes an octet string element using the provided type tag.
- writeOctetString(String) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
- 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.
- writeOctetString(ByteSequence) - Method in class org.forgerock.opendj.io.AbstractASN1Writer
- writeOctetString(ByteSequence) - Method in interface org.forgerock.opendj.io.ASN1Writer
-
Writes an 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
- 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
- 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.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form