- abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Abandons the unfinished operation identified in the provided abandon
request.
- abandonAsync(AbandonRequest) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
Abandon operations are not supported because operations are performed
synchronously and the ID of the request to be abandoned cannot be
determined.
- abandonAsync(AbandonRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Abandons the unfinished operation identified in the provided abandon
request.
- abandonRequest(int, AbandonRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- abandonRequest(int, AbandonRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP abandon request message.
- AbandonRequest - Interface in org.forgerock.opendj.ldap.requests
-
The Abandon operation allows a client to request that the server abandon an
uncompleted operation.
- AbstractASN1Reader - Class in org.forgerock.opendj.io
-
An abstract ASN1Reader
which can be used as the basis for
implementing new ASN1 reader implementations.
- AbstractASN1Reader() - Constructor for class org.forgerock.opendj.io.AbstractASN1Reader
-
Creates a new abstract ASN.1 reader.
- AbstractASN1Writer - Class in org.forgerock.opendj.io
-
An abstract ASN1Writer
which can be used as the basis for
implementing new ASN1 writer implementations.
- AbstractASN1Writer() - Constructor for class org.forgerock.opendj.io.AbstractASN1Writer
-
Creates a new abstract ASN.1 writer.
- AbstractAsynchronousConnection - Class in org.forgerock.opendj.ldap
-
An abstract connection whose synchronous methods are implemented in terms of
asynchronous methods.
- AbstractAsynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
-
Creates a new abstract asynchronous connection.
- AbstractAttribute - Class in org.forgerock.opendj.ldap
-
This class provides a skeletal implementation of the Attribute
interface, to minimize the effort required to implement this interface.
- AbstractAttribute() - Constructor for class org.forgerock.opendj.ldap.AbstractAttribute
-
Sole constructor.
- AbstractConnection - Class in org.forgerock.opendj.ldap
-
This class provides a skeletal implementation of the Connection
interface, to minimize the effort required to implement this interface.
- AbstractConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractConnection
-
Creates a new abstract connection.
- AbstractConnectionWrapper<C extends Connection> - Class in org.forgerock.opendj.ldap
-
An abstract base class from which connection wrappers may be easily
implemented.
- AbstractConnectionWrapper(C) - Constructor for class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Creates a new connection wrapper.
- AbstractEntry - Class in org.forgerock.opendj.ldap
-
This class provides a skeletal implementation of the Entry
interface,
to minimize the effort required to implement this interface.
- AbstractEntry() - Constructor for class org.forgerock.opendj.ldap.AbstractEntry
-
Sole constructor.
- AbstractExtendedRequest<R extends ExtendedRequest<S>,S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.requests
-
An abstract Extended request which can be used as the basis for implementing
new Extended operations.
- AbstractExtendedRequest() - Constructor for class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
Creates a new abstract extended request.
- AbstractExtendedRequest(ExtendedRequest<S>) - Constructor for class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
Creates a new extended request that is an exact copy of the provided
request.
- AbstractExtendedResult<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.responses
-
An abstract Extended result which can be used as the basis for implementing
new Extended operations.
- AbstractExtendedResult(ExtendedResult) - Constructor for class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
-
Creates a new extended result that is an exact copy of the provided
result.
- AbstractExtendedResult(ResultCode) - Constructor for class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
-
Creates a new extended result using the provided result code.
- AbstractExtendedResultDecoder<S extends ExtendedResult> - Class in org.forgerock.opendj.ldap.responses
-
This class provides a skeletal implementation of the
ExtendedResultDecoder
interface, to minimize the effort required to
implement this interface.
- AbstractExtendedResultDecoder() - Constructor for class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
-
Creates a new abstract extended result decoder.
- AbstractFilterVisitor<R,P> - Class in org.forgerock.opendj.ldap
-
- AbstractFilterVisitor() - Constructor for class org.forgerock.opendj.ldap.AbstractFilterVisitor
-
Default constructor.
- AbstractIntermediateResponse<S extends IntermediateResponse> - Class in org.forgerock.opendj.ldap.responses
-
An abstract Intermediate response which can be used as the basis for
implementing new Intermediate responses.
- AbstractIntermediateResponse() - Constructor for class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
-
Creates a new intermediate response.
- AbstractIntermediateResponse(IntermediateResponse) - Constructor for class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
-
Creates a new intermediate response that is an exact copy of the provided
response.
- AbstractLDAPMessageHandler - Class in org.forgerock.opendj.io
-
This class provides a skeletal implementation of the
LDAPMessageHandler
interface, in order to minimize the effort
required to implement this interface.
- AbstractLDAPMessageHandler() - Constructor for class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
Default constructor.
- AbstractSynchronousConnection - Class in org.forgerock.opendj.ldap
-
An abstract connection whose asynchronous methods are implemented in terms of
synchronous methods.
- AbstractSynchronousConnection() - Constructor for class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
Creates a new abstract synchronous connection.
- accept(FilterVisitor<R, P>, P) - Method in class org.forgerock.opendj.ldap.Filter
-
Applies a FilterVisitor
to this Filter
.
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
- accept(ChangeRecordVisitor<R, P>, P) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
-
Applies a ChangeRecordVisitor
to this ChangeRecord
.
- adaptDecodeException(DecodeException) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
-
- adaptDecodeException(DecodeException) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResultDecoder
-
Creates a new extended operation error result using the provided decoding
exception.
- adaptErrorResult(Result) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Sets the result associated to this promise as an error result.
- adaptExtendedResultHandler(ExtendedRequest<R>, LdapResultHandler<? super R>, DecodeOptions) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
-
- adaptExtendedResultHandler(ExtendedRequest<R>, LdapResultHandler<? super R>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResultDecoder
-
Adapts the provided extended result handler into a result handler which
is compatible with this extended result decoder.
- adaptSchemaForValidation(Schema) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns a strict view of the provided schema if the this policy is
configured to check attributes and object class, or a non-strict view of
the schema if not.
- add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
-
Adds an entry to the Directory Server using the provided add request.
- add(ByteString) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Adds value
to this attribute if it is not already present
(optional operation).
- add(Object...) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Adds all of the provided attribute values to this attribute if they are
not already present (optional operation).
- add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- add(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Adds an entry to the Directory Server using the provided add request.
- add(Entry) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Adds the provided entry to the Directory Server.
- add(String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Adds an entry to the Directory Server using the provided lines of LDIF.
- add(ByteString) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds value
to this attribute if it is not already present
(optional operation).
- add(Object...) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds all of the provided attribute values to this attribute if they are
not already present (optional operation).
- add(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Adds an entry to the Directory Server using the provided add request.
- add(Entry) - Method in interface org.forgerock.opendj.ldap.Connection
-
Adds the provided entry to the Directory Server.
- add(String...) - Method in interface org.forgerock.opendj.ldap.Connection
-
Adds an entry to the Directory Server using the provided lines of LDIF.
- add(ByteString) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
Adds value
to this attribute if it is not already present
(optional operation).
- ADD - Static variable in class org.forgerock.opendj.ldap.ModificationType
-
Add the values listed in the modification to the attribute, creating the
attribute if necessary.
- addAdditionalAuthParam(String, String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Adds the provided additional authentication parameter to the list of
parameters to be passed to the underlying mechanism implementation.
- addAdditionalAuthParam(String, String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Adds the provided additional authentication parameter to the list of
parameters to be passed to the underlying mechanism implementation.
- addAll(Collection<? extends ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Adds all of the attribute values contained in values
to this
attribute if they are not already present (optional operation).
- addAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Adds all of the attribute values contained in values
to this
attribute if they are not already present (optional operation).
- addAll(Collection<? extends ByteString>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds all of the attribute values contained in values
to this
attribute if they are not already present (optional operation).
- addAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Adds all of the attribute values contained in values
to this
attribute if they are not already present (optional operation).
- addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- addAsync(AddRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously adds an entry to the Directory Server using the provided
add request.
- addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously adds an entry to the Directory Server using the provided
add request.
- addAsync(AddRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
- addAsync(AddRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously adds an entry to the Directory Server using the provided
add request.
- addAsync(AddRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously adds an entry to the Directory Server using the provided
add request.
- addAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- addAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
-
Ensures that this entry contains the provided attribute and values
(optional operation).
- addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- addAttribute(String...) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Adds the provided attribute name(s) to the list of attributes to be
included with each entry that matches the search criteria.
- addAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- addAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- addAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- addAttributeType(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided attribute type definition to this schema builder.
- addCancelRequestListener(CancelRequestListener) - Method in interface org.forgerock.opendj.ldap.RequestContext
-
Registers the provided cancellation listener with this request context so
that it can be notified if a cancellation request is received and
processing of the request should be aborted if possible.
- addConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Registers the provided connection event listener so that it will be
notified when this connection is closed by the application, receives an
unsolicited notification, or experiences a fatal error.
- addConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.Connection
-
Registers the provided connection event listener so that it will be
notified when this connection is closed by the application, receives an
unsolicited notification, or experiences a fatal error.
- addConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Registers the provided connection event listener so that it will be
notified when this connection is closed by the application, receives an
unsolicited notification, or experiences a fatal error.
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.Request
-
Adds the provided control to this request.
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.UnbindRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.Response
-
Adds the provided control to this response.
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- addControl(Control) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
-
Adds the provided control to this request.
- addDITContentRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided DIT content rule definition to this schema builder.
- addDITStructureRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided DIT structure rule definition to this schema builder.
- addEnabledCipherSuite(String...) - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Adds the cipher suites enabled for secure connections with the Directory
Server.
- addEnabledCipherSuite(String...) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Adds the cipher suites enabled for secure connections with the Directory
Server.
- addEnabledProtocol(String...) - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Adds the protocol versions enabled for secure connections with the
Directory Server.
- addEnabledProtocol(String...) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Adds the protocol versions enabled for secure connections with the
Directory Server.
- addEnumerationSyntax(String, String, boolean, String...) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided enumeration syntax definition to this schema builder.
- addListener(TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutChecker
-
Registers a timeout event listener for timeout notification.
- addMatchingRule(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided matching rule definition to this schema builder.
- addMatchingRuleUse(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided matching rule use definition to this schema builder.
- addModification(Modification) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Appends the provided modification to the list of modifications included
with this modify request.
- addModification(ModificationType, String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Appends the provided modification to the list of modifications included
with this modify request.
- addNameForm(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided name form definition to this schema builder.
- addObjectClass(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided object class definition to this schema builder.
- addPatternSyntax(String, String, Pattern, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided pattern syntax definition to this schema builder.
- addQOP(String...) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Adds the provided quality of protection (QOP) values to the ordered list
of QOP values that the client is willing to accept.
- addQOP(String...) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Adds the provided quality of protection (QOP) values to the ordered list
of QOP values that the client is willing to accept.
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Adds the provided referral URI to this result.
- addReferralURI(String) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- addRequest(int, AddRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- addRequest(int, AddRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP add request message.
- AddRequest - Interface in org.forgerock.opendj.ldap.requests
-
The Add operation allows a client to request the addition of an entry into
the Directory.
- AddressMask - Class in org.forgerock.opendj.ldap
-
An address mask can be used to perform efficient comparisons against IP
addresses to determine whether a particular IP address is in a given range.
- addResult(int, Result) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- addResult(int, Result) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP add result message.
- addSchema(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Reads the schema elements contained in the named subschema sub-entry and
adds them to this schema builder.
- addSchema(Entry, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds all of the schema elements contained in the provided subschema
subentry to this schema builder.
- addSchema(Schema, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds all of the schema elements in the provided schema to this schema
builder.
- addSchemaAsync(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Asynchronously reads the schema elements contained in the named subschema
sub-entry and adds them to this schema builder.
- addSchemaForEntry(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Reads the schema elements contained in the subschema sub-entry which
applies to the named entry and adds them to this schema builder.
- addSchemaForEntryAsync(Connection, DN, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Asynchronously reads the schema elements contained in the subschema
sub-entry which applies to the named entry and adds them to this schema
builder.
- addSubstitutionSyntax(String, String, String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided substitution syntax definition to this schema builder.
- addSyntax(String, boolean) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Adds the provided syntax definition to this schema builder.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Adds this attribute type to the schema, throwing a
ConflictingSchemaElementException
if there is an existing
attribute type with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds this DIT content rule to the schema, throwing a
ConflictingSchemaElementException
if there is an existing DIT
content rule with the same structural object class OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Adds this DIT structure rule to the schema, throwing a
ConflictingSchemaElementException
if there is an existing DIT
structure rule with the same numeric ID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Adds this matching rule to the schema, throwing a
ConflictingSchemaElementException
if there is an existing
matching rule with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds this matching rule use definition to the schema, throwing a
ConflictingSchemaElementException
if there is an existing
matching rule definition with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Adds this name form to the schema, throwing a
ConflictingSchemaElementException
if there is an existing
name form with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds this object class to the schema, throwing a
ConflictingSchemaElementException
if there is an existing
object class with the same numeric OID.
- addToSchema() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
Adds this syntax to the schema, throwing a
ConflictingSchemaElementException
if there is an existing
syntax with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Adds this attribute type to the schema overwriting any existing
attribute type with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds this DIT content rule to the schema overwriting any existing
content rule with the same structural class OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Adds this DIT structure rule to the schema overwriting any existing
DIT structure rule with the same numeric ID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Adds this matching rule to the schema overwriting any existing matching rule with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds this matching rule use definition to the schema overwriting any
existing matching rule use definition with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Adds this name form to the schema overwriting any existing name form
with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds this object class to the schema overwriting any existing object class
with the same numeric OID.
- addToSchemaOverwrite() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
Adds this syntax to the schema overwriting any existing syntax with the same numeric OID.
- addURI(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
Adds the provided continuation reference URI to this search result
reference.
- ADMIN_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that processing on the requested operation
could not continue because an administrative limit was exceeded.
- ADNotificationRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The persistent search request control for Active Directory as defined by
Microsoft.
- AFFECTS_MULTIPLE_DSAS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the operation could not be processed
because it would impact multiple DSAs or other repositories.
- ALIAS_DEREFERENCING_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a problem was encountered while
attempting to dereference an alias for a search operation.
- ALIAS_PROBLEM - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it attempted to perform an illegal operation on an alias.
- ALLOW_MALFORMED_CERTIFICATES - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the Certificate syntax should allow values which
do not conform to the X.509 specifications.
- ALLOW_MALFORMED_JPEG_PHOTOS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the JPEG Photo syntax should allow values which
do not conform to the JFIF or Exif specifications.
- ALLOW_MALFORMED_NAMES_AND_OPTIONS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the schema should allow certain illegal
characters in OIDs and attribute options.
- ALLOW_NON_STANDARD_TELEPHONE_NUMBERS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether the Telephone Number syntax should allow values
which do not conform to the E.123 international telephone number format.
- ALLOW_ZERO_LENGTH_DIRECTORY_STRINGS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Specifies whether zero-length values will be allowed by the
Directory String syntax.
- ALWAYS - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
-
Dereference aliases both in searching and in locating the base object of
a Search operation.
- alwaysFalse() - Static method in class org.forgerock.opendj.ldap.Filter
-
Returns the absolute false
filter as defined in RFC 4526 which is
comprised of an or
filter containing zero components.
- alwaysReplaceAttributes() - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Requests that all generated changes should use the
REPLACE
modification type, rather
than a combination of
DELETE
and
ADD
.
- alwaysTrue() - Static method in class org.forgerock.opendj.ldap.Filter
-
Returns the absolute true
filter as defined in RFC 4526 which is
comprised of an and
filter containing zero components.
- AMBIGUOUS_OID - Static variable in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Constant used for name to oid mapping when one name actually maps to multiple numerical OID.
- and() - Static method in enum org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of zero condition results, which is always
TRUE
.
- and(ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of the provided condition result, which is always
r
.
- and(ConditionResult...) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of the provided condition results, which is
TRUE
if all of the provided condition results are TRUE
,
FALSE
if at least one of them is FALSE
, and
UNDEFINED
otherwise.
- and(ConditionResult, ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical AND of the provided condition results, which is
TRUE
if both of the provided condition results are TRUE
,
FALSE
if at least one of them is FALSE
, and
UNDEFINED
otherwise.
- and(Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new and
filter using the provided list of sub-filters.
- and(Filter...) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new and
filter using the provided list of sub-filters.
- AnonymousSASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The anonymous SASL bind request as defined in RFC 4505.
- append(byte) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided byte to this byte string builder.
- append(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided byte array to this byte string builder.
- append(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided byte array to this byte string builder.
- append(ByteBuffer, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided ByteBuffer
to this byte string builder.
- append(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided
ByteSequence
to this byte string builder.
- append(ByteSequenceReader, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- append(char[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the UTF-8 encoded bytes of the provided char array to this byte
string builder.
- append(DataInput, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided DataInput
to this byte string
builder.
- append(InputStream, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the provided InputStream
to this byte string builder.
- append(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided integer to this byte
string builder.
- append(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided long to this byte
string builder.
- append(Object) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the byte string representation of the provided object to this
byte string builder.
- append(short) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the big-endian encoded bytes of the provided short to this byte
string builder.
- append(String) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the UTF-8 encoded bytes of the provided string to this byte
string builder.
- appendBERLength(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the ASN.1 BER length encoding representation of the provided
integer to this byte string builder.
- appendCompactUnsigned(long) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the compact encoded bytes of the provided unsigned long to this byte
string builder.
- applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- applyChange(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Applies the provided change request to the Directory Server.
- applyChange(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
-
Applies the provided change request to the Directory Server.
- applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- applyChangeAsync(ChangeRecord) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously applies the provided change request to the Directory
Server.
- applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously applies the provided change request to the Directory
Server.
- applyChangeAsync(ChangeRecord) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously applies the provided change request to the Directory
Server.
- applyChangeAsync(ChangeRecord, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously applies the provided change request to the Directory
Server.
- approx(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new approximate match
filter using the provided
attribute description and assertion value.
- approximateMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Sets the matching rule that should be used for approximate matching
with this attribute type.
- as(Function<ByteString, ? extends T, NeverThrowsException>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a T
using the provided
Function
, or null
if the attribute does not contain any
values.
- as(Function<ByteString, ? extends T, NeverThrowsException>, T) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a T
using the provided
Function
, or defaultValue
if the attribute does not
contain any values.
- asAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an AttributeDescription
using
the schema associated with this parser, or null
if the attribute
does not contain any values.
- asAttributeDescription(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an AttributeDescription
using
the schema associated with this parser, or defaultValue
if the
attribute does not contain any values.
- asAttributeDescription(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an AttributeDescription
using
the schema associated with this parser, or defaultValue
if the
attribute does not contain any values.
- asBoolean() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a boolean, or null
if the
attribute does not contain any values.
- asBoolean(boolean) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an Boolean
, or
defaultValue
if the attribute does not contain any values.
- asByteString() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value, or null
if the attribute does not
contain any values.
- asByteString(ByteString) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value, or defaultValue
if the attribute does
not contain any values.
- asDN() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a DN
using the schema
associated with this parser, or null
if the attribute does not
contain any values.
- asDN(DN) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a DN
using the schema
associated with this parser, or defaultValue
if the attribute
does not contain any values.
- asDN(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a DN
using the schema
associated with this parser, or defaultValue
if the attribute
does not contain any values.
- asEnum() - Method in class org.forgerock.opendj.ldap.ModificationType
-
Returns the enum equivalent for this modification type.
- asEnum() - Method in class org.forgerock.opendj.ldap.ResultCode
-
Returns the enum equivalent for this result code.
- asEnum() - Method in class org.forgerock.opendj.ldap.SearchScope
-
Returns the enum equivalent for this search scope.
- asGeneralizedTime() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a GeneralizedTime
using the
generalized time syntax, or null
if the attribute does not
contain any values.
- asGeneralizedTime(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an GeneralizedTime
using the
generalized time syntax, or defaultValue
if the attribute does
not contain any values.
- asInteger() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an Integer
, or null
if
the attribute does not contain any values.
- asInteger(int) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as an Integer
, or
defaultValue
if the attribute does not contain any values.
- asLong() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a Long
, or null
if the
attribute does not contain any values.
- asLong(long) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a Long
, or
defaultValue
if the attribute does not contain any values.
- ASN1 - Class in org.forgerock.opendj.io
-
This class contains various static factory methods for creating ASN.1 readers
and writers.
- ASN1Reader - Interface in org.forgerock.opendj.io
-
An interface for decoding ASN.1 elements from a data source.
- ASN1Writer - Interface in org.forgerock.opendj.io
-
An interface for encoding ASN.1 elements to a data source.
- asNonStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns a non-strict view of this schema.
- asOutputStream() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns an
OutputStream
whose write operations append data to
this byte string builder.
- asPromise(Promise<R, LdapException>) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
- asReader() - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Returns a
ByteSequenceReader
which can be used to incrementally
read and decode data from this byte sequence.
- asReader() - Method in class org.forgerock.opendj.ldap.ByteString
-
Returns a
ByteSequenceReader
which can be used to incrementally
read and decode data from this byte string.
- asReader() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns a
ByteSequenceReader
which can be used to incrementally
read and decode data from this byte string builder.
- asSearchRequest() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Creates a new search request containing the parameters of this LDAP URL.
- Assertion - Interface in org.forgerock.opendj.ldap
-
A compiled attribute value assertion.
- ASSERTION_FAILED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the filter contained in an assertion
control failed to match the target entry.
- AssertionFailureException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
failed because the filter contained in an assertion control failed to match
the target entry.
- AssertionRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The assertion request control as defined in RFC 4528.
- asSetOf(Function<ByteString, ? extends T, NeverThrowsException>, Collection<? extends T>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of T
s using the provided
Function
, or defaultValues
if the attribute does not
contain any values.
- asSetOf(Function<ByteString, ? extends T, NeverThrowsException>, T...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of T
s using the provided
Function
, or defaultValues
if the attribute does not
contain any values.
- asSetOfAttributeDescription() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of AttributeDescription
s
using the schema associated with this parser, or an empty set if the
attribute does not contain any values.
- asSetOfAttributeDescription(AttributeDescription...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of AttributeDescription
s
using the schema associated with this parser, or defaultValues
if
the attribute does not contain any values.
- asSetOfAttributeDescription(Collection<AttributeDescription>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of AttributeDescription
s
using the schema associated with this parser, or defaultValues
if
the attribute does not contain any values.
- asSetOfAttributeDescription(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of AttributeDescription
s
using the schema associated with this parser, or defaultValues
if
the attribute does not contain any values.
- asSetOfBoolean(Boolean...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Boolean
s, or
defaultValues
if the attribute does not contain any values.
- asSetOfBoolean(Collection<Boolean>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Boolean
s, or
defaultValues
if the attribute does not contain any values.
- asSetOfByteString(ByteString...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values contained in the attribute, or defaultValues
if the attribute does not contain any values.
- asSetOfByteString(Collection<ByteString>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values contained in the attribute, or defaultValues
if the attribute does not contain any values.
- asSetOfDN() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of DN
s using the schema
associated with this parser, or an empty set if the attribute does not
contain any values.
- asSetOfDN(Collection<DN>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of DN
s using the schema
associated with this parser, or defaultValues
if the attribute
does not contain any values.
- asSetOfDN(DN...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of DN
s using the schema
associated with this parser, or defaultValues
if the attribute
does not contain any values.
- asSetOfDN(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of DN
s using the schema
associated with this parser, or defaultValues
if the attribute
does not contain any values.
- asSetOfGeneralizedTime(Collection<GeneralizedTime>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of GeneralizedTime
s using the
generalized time syntax, or defaultValues
if the attribute does
not contain any values.
- asSetOfGeneralizedTime(GeneralizedTime...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of GeneralizedTime
s using the
generalized time syntax, or defaultValues
if the attribute does
not contain any values.
- asSetOfInteger(Collection<Integer>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Integer
s, or
defaultValues
if the attribute does not contain any values.
- asSetOfInteger(Integer...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Integer
s, or
defaultValues
if the attribute does not contain any values.
- asSetOfLong(Collection<Long>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Long
s, or
defaultValues
if the attribute does not contain any values.
- asSetOfLong(Long...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of Long
s, or
defaultValues
if the attribute does not contain any values.
- asSetOfString(Collection<String>) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of String
s, or
defaultValues
if the attribute does not contain any values.
- asSetOfString(String...) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the values decoded as a set of String
s, or
defaultValues
if the attribute does not contain any values.
- asStrictSchema() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns a strict view of this schema.
- asString() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a String
, or null
if
the attribute does not contain any values.
- asString(String) - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Returns the first value decoded as a String
, or
defaultValue
if the attribute does not contain any values.
- Attribute - Interface in org.forgerock.opendj.ldap
-
An attribute, comprising of an attribute description and zero or more
attribute values.
- ATTRIBUTE_OR_VALUE_EXISTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it would have resulted in a conflict with an existing attribute
or attribute value in the target entry.
- AttributeDescription - Class in org.forgerock.opendj.ldap
-
An attribute description as defined in RFC 4512 section 2.5.
- AttributeFactory - Interface in org.forgerock.opendj.ldap
-
Attribute factories are included with a set of DecodeOptions
in order
to allow application to control how Attribute
instances are created
when decoding requests and responses.
- AttributeFilter - Class in org.forgerock.opendj.ldap
-
A configurable factory for filtering the attributes exposed by an entry.
- AttributeFilter() - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
-
Creates a new attribute filter which will include all user attributes but
no operational attributes.
- AttributeFilter(Collection<String>) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
-
Creates a new attribute filter which will include the attributes
identified by the provided search request attribute list.
- AttributeFilter(Collection<String>, Schema) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
-
Creates a new attribute filter which will include the attributes
identified by the provided search request attribute list.
- AttributeFilter(String...) - Constructor for class org.forgerock.opendj.ldap.AttributeFilter
-
Creates a new attribute filter which will include the attributes
identified by the provided search request attribute list.
- AttributeParser - Class in org.forgerock.opendj.ldap
-
A fluent API for parsing attributes as different types of object.
- Attributes - Class in org.forgerock.opendj.ldap
-
This class contains methods for creating and manipulating attributes.
- attributes(AttributeFilter) - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Specifies an attribute filter which will be used to determine which
attributes will be compared.
- attributes(String...) - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Specifies the list of attributes to be compared.
- attributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds the provided list of attribute types to the list of attribute
type the matching rule applies to.
- attributes(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds the provided list of attribute types to the list of attribute
type the matching rule applies to.
- AttributeType - Class in org.forgerock.opendj.ldap.schema
-
This class defines a data structure for storing and interacting with an
attribute type, which contains information about the format of an attribute
and the syntax and matching rules that should be used when interacting with
it.
- AttributeType.Builder - Class in org.forgerock.opendj.ldap.schema
-
A fluent API for incrementally constructing attribute type.
- AttributeUsage - Enum in org.forgerock.opendj.ldap.schema
-
This enumeration defines the set of possible attribute usage values that may
apply to an attribute type, as defined in RFC 2252.
- AUTH_METHOD_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested authentication attempt
failed because it referenced an invalid SASL mechanism.
- AUTHENTICATION_TYPE_SASL - Static variable in interface org.forgerock.opendj.ldap.requests.BindRequest
-
The authentication type value (0xA3) reserved for SASL authentication.
- AUTHENTICATION_TYPE_SIMPLE - Static variable in interface org.forgerock.opendj.ldap.requests.BindRequest
-
The authentication type value (0x80) reserved for simple authentication.
- AuthenticationException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Bind
Request failed due to an authentication failure.
- AUTHORIZATION_DENIED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that should be used if the server will not allow the
client to use the requested authorization.
- AuthorizationException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
failed due to an authorization failure.
- AuthorizationIdentityRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The authorization request control as defined in RFC 3829.
- AuthorizationIdentityResponseControl - Class in org.forgerock.opendj.ldap.controls
-
The authorization response control as defined in RFC 3829.
- auxiliaryObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds the provided auxiliary classes to the list of auxiliary object
classes that entries subject to this DIT content rule may belong to.
- auxiliaryObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds the provided auxiliary classes to the list of auxiliary object
classes that entries subject to this DIT content rule may belong to.
- AVA - Class in org.forgerock.opendj.ldap
-
An attribute value assertion (AVA) as defined in RFC 4512 section 2.3
consists of an attribute description with zero options and an attribute
value.
- AVA(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.AVA
-
Creates a new attribute value assertion (AVA) using the provided
attribute type and value.
- AVA(String, Object) - Constructor for class org.forgerock.opendj.ldap.AVA
-
Creates a new attribute value assertion (AVA) using the provided
attribute type and value decoded using the default schema.
- CancelExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
-
The cancel extended request as defined in RFC 3909.
- CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a cancel request was successful, or
that the specified operation was canceled.
- CancelledResultException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
was cancelled.
- CancelRequestListener - Interface in org.forgerock.opendj.ldap
-
An object that registers to be notified when a cancellation request has been
received and processing of the request should be aborted if possible.
- CANNOT_CANCEL - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a cancel request was unsuccessful
because the targeted operation was one that could not be canceled.
- capacity() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns the current capacity of this byte string builder.
- ChangeRecord - Interface in org.forgerock.opendj.ldif
-
A request to modify the content of the Directory in some way.
- ChangeRecordReader - Interface in org.forgerock.opendj.ldif
-
An interface for reading change records from a data source, typically an LDIF
file.
- ChangeRecordVisitor<R,P> - Interface in org.forgerock.opendj.ldif
-
A visitor of ChangeRecord
s, in the style of the visitor design
pattern.
- ChangeRecordWriter - Interface in org.forgerock.opendj.ldif
-
An interface for writing change records to a data source, typically an LDIF
file.
- checkAttributesAndObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for verifying that the user attributes in an entry
conform to its object classes.
- checkAttributesAndObjectClasses(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for verifying that the user attributes in an entry
conform to its object classes.
- checkAttributeValues() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for verifying that the user attributes in an entry
conform to their associated attribute type descriptions.
- checkAttributeValues(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for verifying that the user attributes in an entry
conform to their associated attribute type descriptions.
- checkDITContentRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for validating entries against content rules defined
in the schema.
- checkDITContentRules(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for validating entries against content rules defined
in the schema.
- checkDITStructureRules() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for validating entries against structure rules defined
in the schema.
- checkDITStructureRules(SchemaValidationPolicy.Action, SchemaValidationPolicy.EntryResolver) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for validating entries against structure rules
defined in the schema.
- checkDITStructureRulesEntryResolver() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns parent entry resolver which should be used for retrieving the
parent entry during DIT structure rule validation.
- checkForTimeout() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Returns true
if this request should be canceled once the timeout
period expires.
- checkForTimeout() - Method in class org.forgerock.opendj.ldap.spi.SearchResultLdapPromiseImpl
-
- checkHostName(String, X509TrustManager) - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Wraps the provided X509TrustManager
by adding additional
validation which rejects certificate chains whose subject DN does not
match the specified host name pattern.
- checkIfCancelled(boolean) - Method in interface org.forgerock.opendj.ldap.RequestContext
-
Throws
CancelledResultException
if a cancellation request has
been received and processing of the request should be aborted if
possible.
- checkNameForms() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for validating entries against name forms defined in
the schema.
- checkNameForms(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for validating entries against name forms defined in
the schema.
- checkUsingTrustStore(String) - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Creates a new X509TrustManager
which will use the named trust
store file to determine whether to trust a certificate.
- checkUsingTrustStore(String, char[], String) - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Creates a new X509TrustManager
which will use the named trust
store file to determine whether to trust a certificate.
- checkValidityDates(X509TrustManager) - Static method in class org.forgerock.opendj.ldap.TrustManagers
-
Wraps the provided X509TrustManager
by adding additional
validation which rejects certificate chains containing certificates which
have expired or are not yet valid.
- child(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns a DN which is subordinate to this DN and having the additional
RDN components contained in the provided DN.
- child(RDN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns a DN which is an immediate child of this DN and having the
specified RDN.
- child(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns a DN which is subordinate to this DN and having the additional
RDN components contained in the provided DN decoded using the default
schema.
- child(String, Object) - Method in class org.forgerock.opendj.ldap.DN
-
Returns a DN which is an immediate child of this DN and with an RDN
having the provided attribute type and value decoded using the default
schema.
- CIPHER_3DES - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
high strength triple-DES cipher.
- CIPHER_DES - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
medium strength DES cipher.
- CIPHER_HIGH - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
strongest supported cipher, as long as the cipher is considered to be
high strength.
- CIPHER_LOW - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
strongest supported cipher, even if the strongest cipher is considered to
be medium or low strength.
- CIPHER_MEDIUM - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
strongest supported cipher, as long as the cipher is considered to be
high or medium strength.
- CIPHER_RC4_128 - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
high strength 128-bit RC4 cipher.
- CIPHER_RC4_40 - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the low
strength 40-bit RC4 cipher.
- CIPHER_RC4_56 - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Indicates that the client will accept connection encryption using the
medium strength 56-bit RC4 cipher.
- clear() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Removes all of the attribute values from this attribute (optional
operation).
- clear() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Sets the length of this byte string builder to zero.
- clear() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
Removes all of the attribute values from this attribute (optional
operation).
- clear() - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Clears the contents of this memory backend so that it does not contain
any entries.
- clearAndTruncate(int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Sets the length of this byte string builder to zero, and resets the
capacity to the specified size if above provided threshold.
- clearAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
-
Removes all the attributes from this entry (optional operation).
- clearAttributes() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- clearAttributes() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- CLIENT_SIDE_AUTH_UNKNOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the user requested an
unknown or unsupported authentication mechanism.
- CLIENT_SIDE_CLIENT_LOOP - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client detected a
referral loop caused by servers referencing each other in a circular
manner.
- CLIENT_SIDE_CONNECT_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client was not able
to establish a connection to the server.
- CLIENT_SIDE_CONTROL_NOT_FOUND - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client expected a
control to be present in the response from the server but it was not
included.
- CLIENT_SIDE_DECODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that an error occurred while
decoding a response from the server.
- CLIENT_SIDE_ENCODING_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that an error occurred while
encoding a request to send to the server.
- CLIENT_SIDE_FILTER_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the filter provided by
the user was malformed and could not be parsed.
- CLIENT_SIDE_LOCAL_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that a local error occurred
that had nothing to do with interaction with the server.
- CLIENT_SIDE_NO_MEMORY - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client application
was not able to allocate enough memory for the requested operation.
- CLIENT_SIDE_NO_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the requested single
entry search operation or read operation failed because the Directory
Server did not return any matching entries.
- CLIENT_SIDE_NOT_SUPPORTED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the user requested an
operation that is not supported.
- CLIENT_SIDE_PARAM_ERROR - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that there was a problem with
one or more of the parameters provided by the user.
- CLIENT_SIDE_REFERRAL_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client reached the
maximum number of hops allowed when attempting to follow a referral
(i.e., following one referral resulted in another referral which resulted
in another referral and so on).
- CLIENT_SIDE_SERVER_DOWN - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that a previously-established
connection to the server was lost.
- CLIENT_SIDE_TIMEOUT - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the client did not
receive an expected response in a timely manner.
- CLIENT_SIDE_UNEXPECTED_RESULTS_RETURNED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that the requested single entry search
operation or read operation failed because the Directory Server returned
multiple matching entries (or search references) when only a single
matching entry was expected.
- CLIENT_SIDE_USER_CANCELLED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The client-side result code that indicates that the user cancelled an
operation.
- close() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Closes this ASN.1 reader.
- close() - Method in interface org.forgerock.opendj.io.ASN1Writer
-
Closes this ASN.1 writer, flushing it first.
- close() - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- close() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Releases any resources associated with this connection.
- close(UnbindRequest, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Releases any resources associated with this connection.
- close() - Method in interface org.forgerock.opendj.ldap.Connection
-
Releases any resources associated with this connection.
- close(UnbindRequest, String) - Method in interface org.forgerock.opendj.ldap.Connection
-
Releases any resources associated with this connection.
- close() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
-
Releases any resources associated with this connection factory.
- close() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
-
Releases any resources associated with this connection pool.
- close() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
- close() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Closes this LDAP connection listener.
- close() - Method in interface org.forgerock.opendj.ldap.LoadBalancingAlgorithm
-
Releases any resources associated with this algorithm, including any
associated connection factories.
- close() - Method in interface org.forgerock.opendj.ldap.spi.LDAPListenerImpl
-
Closes this stream and releases any system resources associated
with it.
- close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
-
Closes this change record reader if it not already closed.
- close() - Method in interface org.forgerock.opendj.ldif.ChangeRecordWriter
-
Closes this change record writer, flushing it first.
- close() - Method in class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
-
Closes this connection change record writer, including the underlying
connection.
- close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Closes this connection entry reader, canceling the search request if it
is still active.
- close() - Method in class org.forgerock.opendj.ldif.ConnectionEntryWriter
-
Closes this connection entry writer, including the underlying connection.
- close() - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
- close() - Method in interface org.forgerock.opendj.ldif.EntryReader
-
Closes this entry reader if it is not already closed.
- close() - Method in interface org.forgerock.opendj.ldif.EntryWriter
-
Closes this entry writer, flushing it first.
- close() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Closes this change record reader if it not already closed.
- close() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Closes this change record writer, flushing it first.
- close() - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Closes this entry reader if it is not already closed.
- close() - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Closes this entry writer, flushing it first.
- collective(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Specifies whether this attribute type is "collective".
- compact() - Method in class org.forgerock.opendj.ldap.DN
-
Returns a compact representation of this DN, with lazy evaluation of the normalized value.
- COMPACTED_MAX_VALUE - Static variable in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Maximum value that can be stored with a compacted representation.
- COMPARATOR - Static variable in interface org.forgerock.opendj.ldap.ByteSequence
-
A ByteSequence comparator.
- comparator(Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator
which can be used to compare entries using
the provided list of sort keys.
- comparator(Schema, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator
which can be used to compare entries using
the provided list of sort keys.
- comparator(Schema, SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator
which can be used to compare entries using
the provided list of sort keys.
- comparator(SortKey...) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator
which can be used to compare entries using
the provided list of sort keys.
- comparator(String) - Static method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator
which can be used to compare entries using
the provided string representation of a list of sort keys.
- comparator() - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator
which can be used to compare entries using
this sort key.
- comparator(Schema) - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns a Comparator
which can be used to compare entries using
this sort key.
- compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
-
Compares an entry in the Directory Server using the provided compare
request.
- compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- compare(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Compares an entry in the Directory Server using the provided compare
request.
- compare(String, String, String) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Compares the named entry in the Directory Server against the provided
attribute value assertion.
- compare(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Compares an entry in the Directory Server using the provided compare
request.
- compare(String, String, String) - Method in interface org.forgerock.opendj.ldap.Connection
-
Compares the named entry in the Directory Server against the provided
attribute value assertion.
- COMPARE_FALSE - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the attribute value assertion
included in a compare request did not match the targeted entry.
- COMPARE_TRUE - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the attribute value assertion
included in a compare request did match the targeted entry.
- compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- compareAsync(CompareRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously compares an entry in the Directory Server using the
provided compare request.
- compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously compares an entry in the Directory Server using the
provided compare request.
- compareAsync(CompareRequest, IntermediateResponseHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
- compareAsync(CompareRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously compares an entry in the Directory Server using the
provided compare request.
- compareAsync(CompareRequest, IntermediateResponseHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously compares an entry in the Directory Server using the
provided compare request.
- compareByName() - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns a Comparator
which can be used to compare entries by name
using the natural order for DN comparisons (parent before children).
- compareRequest(int, CompareRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- compareRequest(int, CompareRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP compare request message.
- CompareRequest - Interface in org.forgerock.opendj.ldap.requests
-
The Compare operation allows a client to compare an assertion value with the
values of a particular attribute in a particular entry in the Directory.
- compareResult(int, CompareResult) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- compareResult(int, CompareResult) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP compare result message.
- CompareResult - Interface in org.forgerock.opendj.ldap.responses
-
An Compare result indicates the final status of an Compare operation.
- compareTo(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Compares this attribute description to the provided attribute
description.
- compareTo(AVA) - Method in class org.forgerock.opendj.ldap.AVA
- compareTo(byte[], int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Compares this byte sequence with the specified byte array sub-sequence
for order.
- compareTo(ByteSequence) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Compares this byte sequence with the specified byte sequence for order.
- compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteString
-
Compares this byte sequence with the specified byte array sub-sequence
for order.
- compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteString
-
Compares this byte sequence with the specified byte sequence for order.
- compareTo(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Compares this byte sequence with the specified byte array sub-sequence
for order.
- compareTo(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Compares this byte sequence with the specified byte sequence for order.
- compareTo(DN.CompactDn) - Method in class org.forgerock.opendj.ldap.DN.CompactDn
- compareTo(DN) - Method in class org.forgerock.opendj.ldap.DN
- compareTo(GeneralizedTime) - Method in class org.forgerock.opendj.ldap.GeneralizedTime
- compareTo(RDN) - Method in class org.forgerock.opendj.ldap.RDN
- compareTo(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Compares this attribute type to the provided attribute type.
- compose(Function<M, X, NeverThrowsException>, Function<X, N, NeverThrowsException>) - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns the composition of two functions.
- ConditionResult - Enum in org.forgerock.opendj.ldap
-
The result of a tri-state logical expression.
- CONFIDENTIALITY_REQUIRED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation could not be
processed because it requires confidentiality for the communication
between the client and the server.
- ConflictingSchemaElementException - Exception in org.forgerock.opendj.ldap.schema
-
Thrown when addition of a schema element to a schema builder fails because
the OID of the schema element conflicts with an existing schema element and
the caller explicitly requested not to override existing schema elements.
- ConflictingSchemaElementException(LocalizableMessage) - Constructor for exception org.forgerock.opendj.ldap.schema.ConflictingSchemaElementException
-
Creates a new conflicting schema element exception with the provided
message.
- conformsToSchema(Entry, Schema, SchemaValidationPolicy, Collection<LocalizableMessage>) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns true
if the provided entry is valid according to the
specified schema and schema validation policy.
- conformsToSchema(Entry, SchemaValidationPolicy, Collection<LocalizableMessage>) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns true
if the provided entry is valid according to the
default schema and schema validation policy.
- connection - Variable in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
The wrapped connection.
- Connection - Interface in org.forgerock.opendj.ldap
-
A connection with a Directory Server over which read and update operations
may be performed.
- ConnectionChangeRecordWriter - Class in org.forgerock.opendj.ldif
-
A ConnectionChangeRecordWriter
is a bridge from Connection
s
to ChangeRecordWriter
s.
- ConnectionChangeRecordWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionChangeRecordWriter
-
Creates a new connection change record writer whose destination is the
provided connection.
- ConnectionEntryReader - Class in org.forgerock.opendj.ldif
-
A ConnectionEntryReader
is a bridge from Connection
s to
EntryReader
s.
- ConnectionEntryReader(Connection, SearchRequest) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Creates a new connection entry reader whose destination is the provided
connection using an unbounded LinkedBlockingQueue
.
- ConnectionEntryReader(Connection, SearchRequest, BlockingQueue<Response>) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Creates a new connection entry reader whose destination is the provided
connection.
- ConnectionEntryWriter - Class in org.forgerock.opendj.ldif
-
A ConnectionEntryWriter
is a bridge from Connection
s to
EntryWriter
s.
- ConnectionEntryWriter(Connection) - Constructor for class org.forgerock.opendj.ldif.ConnectionEntryWriter
-
Creates a new connection entry writer whose destination is the provided
connection.
- ConnectionEventListener - Interface in org.forgerock.opendj.ldap
-
An object that registers to be notified when a connection is closed by the
application, receives an unsolicited notification, or experiences a fatal
error.
- ConnectionException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
was unsuccessful because of a connection failure.
- ConnectionFactory - Interface in org.forgerock.opendj.ldap
-
A connection factory provides an interface for obtaining a connection to a
Directory Server.
- ConnectionPool - Interface in org.forgerock.opendj.ldap
-
A connection factory which maintains and re-uses a pool of connections.
- Connections - Class in org.forgerock.opendj.ldap
-
This class contains methods for creating and manipulating connection
factories and connections.
- ConnectionSecurityLayer - Interface in org.forgerock.opendj.ldap
-
An interface for providing additional connection security to a connection.
- ConnectionState - Class in org.forgerock.opendj.ldap.spi
-
This class can be used to manage the internal state of a connection, ensuring
valid and atomic state transitions, as well as connection event listener
notification.
- ConnectionState() - Constructor for class org.forgerock.opendj.ldap.spi.ConnectionState
-
Creates a new connection state which is initially valid.
- CONSTRAINT_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it would have violated some constraint defined in the server.
- ConstraintViolationException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the update
Request failed because it would have left the Directory in an inconsistent
state.
- contains(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Returns true
if this attribute contains value
.
- contains(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns true
if this attribute contains value
.
- contains(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
Returns true
if this attribute contains value
.
- contains(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns true
if the named entry exists in this memory backend.
- contains(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns true
if the named entry exists in this memory backend.
- containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Returns true
if this attribute contains all of the attribute
values contained in values
.
- containsAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns true
if this attribute contains all of the attribute
values contained in values
.
- containsAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
Returns true
if this attribute contains all of the attribute
values contained in values
.
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- containsAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns true
if this entry contains all of the attribute values
contained in attribute
.
- containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns true
if this entry contains all of the attribute values
contained in values
.
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- containsAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- containsAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- containsControl(String) - Method in interface org.forgerock.opendj.ldap.requests.Request
-
Returns true
if this request contains the specified request
control.
- containsControl(String) - Method in interface org.forgerock.opendj.ldap.responses.Response
-
Returns true
if this response contains the specified response
control.
- containsObjectClass(Entry, ObjectClass) - Static method in class org.forgerock.opendj.ldap.Entries
-
Check if the provided entry contains the provided object class.
- containsObjectClass(Entry, Schema, ObjectClass) - Static method in class org.forgerock.opendj.ldap.Entries
-
Check if the provided entry contains the provided object class.
- Control - Interface in org.forgerock.opendj.ldap.controls
-
Controls provide a mechanism whereby the semantics and arguments of existing
LDAP operations may be extended.
- ControlDecoder<C extends Control> - Interface in org.forgerock.opendj.ldap.controls
-
A factory interface for decoding a control as a control of specific type.
- copyOf(SchemaValidationPolicy) - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Creates a copy of the provided schema validation policy.
- copyOfAbandonRequest(AbandonRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new abandon request that is an exact copy of the provided
request.
- copyOfAddRequest(AddRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new add request that is an exact copy of the provided request.
- copyOfAnonymousSASLBindRequest(AnonymousSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new anonymous SASL bind request that is an exact copy of the
provided request.
- copyOfBindResult(BindResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new bind result that is an exact copy of the provided result.
- copyOfCancelExtendedRequest(CancelExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new cancel extended request that is an exact copy of the
provided request.
- copyOfCompareRequest(CompareRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new compare request that is an exact copy of the provided
request.
- copyOfCompareResult(CompareResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new compare result that is an exact copy of the provided
result.
- copyOfCRAMMD5SASLBindRequest(CRAMMD5SASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new CRAM MD5 SASL bind request that is an exact copy of the
provided request.
- copyOfDeleteRequest(DeleteRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new delete request that is an exact copy of the provided
request.
- copyOfDigestMD5SASLBindRequest(DigestMD5SASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new digest MD5 SASL bind request that is an exact copy of the
provided request.
- copyOfExternalSASLBindRequest(ExternalSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new external SASL bind request that is an exact copy of the
provided request.
- copyOfGenericBindRequest(GenericBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new generic bind request that is an exact copy of the provided
request.
- copyOfGenericExtendedRequest(GenericExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new generic extended request that is an exact copy of the
provided request.
- copyOfGenericExtendedResult(GenericExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new generic extended result that is an exact copy of the
provided result.
- copyOfGenericIntermediateResponse(GenericIntermediateResponse) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new generic intermediate response that is an exact copy of the
provided response.
- copyOfGSSAPISASLBindRequest(GSSAPISASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new GSSAPI SASL bind request that is an exact copy of the
provided request.
- copyOfModifyDNRequest(ModifyDNRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify DN request that is an exact copy of the provided
request.
- copyOfModifyRequest(ModifyRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify request that is an exact copy of the provided
request.
- copyOfPasswordModifyExtendedRequest(PasswordModifyExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new password modify extended request that is an exact copy of
the provided request.
- copyOfPasswordModifyExtendedResult(PasswordModifyExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new password modify extended result that is an exact copy of
the provided result.
- copyOfPlainSASLBindRequest(PlainSASLBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new plain SASL bind request that is an exact copy of the
provided request.
- copyOfResult(Result) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new result that is an exact copy of the provided result.
- copyOfSearchRequest(SearchRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new search request that is an exact copy of the provided
request.
- copyOfSearchResultEntry(SearchResultEntry) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new search result entry that is an exact copy of the provided
result.
- copyOfSearchResultReference(SearchResultReference) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new search result reference that is an exact copy of the
provided result.
- copyOfSimpleBindRequest(SimpleBindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new simple bind request that is an exact copy of the provided
request.
- copyOfStartTLSExtendedRequest(StartTLSExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new startTLS extended request that is an exact copy of the
provided request.
- copyOfUnbindRequest(UnbindRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new unbind request that is an exact copy of the provided
request.
- copyOfWhoAmIExtendedRequest(WhoAmIExtendedRequest) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new Who Am I extended request that is an exact copy of the
provided request.
- copyOfWhoAmIExtendedResult(WhoAmIExtendedResult) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new who am I extended result that is an exact copy of the
provided result.
- copyTo(byte[]) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Copies the contents of this byte sequence to the provided byte array.
- copyTo(byte[], int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Copies the contents of this byte sequence to the specified location in
the provided byte array.
- copyTo(ByteStringBuilder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
- copyTo(ByteBuffer) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Appends the content of this byte sequence to the provided
ByteBuffer
.
- copyTo(CharBuffer, CharsetDecoder) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Appends the content of this byte sequence decoded using provided charset decoder,
to the provided
CharBuffer
.
- copyTo(OutputStream) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Copies the entire contents of this byte sequence to the provided
OutputStream
.
- copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteString
-
Copies the contents of this byte sequence to the provided byte array.
- copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteString
-
Copies the contents of this byte sequence to the specified location in
the provided byte array.
- copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteString
-
Appends the content of this byte sequence to the provided
ByteBuffer
.
- copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteString
-
- copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteString
-
Appends the content of this byte sequence decoded using provided charset decoder,
to the provided
CharBuffer
.
- copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteString
-
Copies the entire contents of this byte sequence to the provided
OutputStream
.
- copyTo(byte[]) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Copies the contents of this byte sequence to the provided byte array.
- copyTo(byte[], int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Copies the contents of this byte sequence to the specified location in
the provided byte array.
- copyTo(ByteBuffer) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the content of this byte sequence to the provided
ByteBuffer
.
- copyTo(ByteStringBuilder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
- copyTo(CharBuffer, CharsetDecoder) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Appends the content of this byte sequence decoded using provided charset decoder,
to the provided
CharBuffer
.
- copyTo(OutputStream) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Copies the entire contents of this byte sequence to the provided
OutputStream
.
- copyTo(WritableByteChannel) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Copies the entire contents of this byte string to the provided
WritableByteChannel
.
- copyTo(ChangeRecordReader, ChangeRecordWriter) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Copies the content of input
to output
.
- copyTo(EntryReader, EntryWriter) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Copies the content of input
to output
.
- CoreSchema - Class in org.forgerock.opendj.ldap.schema
-
The OpenDJ SDK core schema contains standard LDAP RFC schema elements.
- CoreSchemaSupportedLocales - Class in org.forgerock.opendj.ldap.schema
-
Provides a map of supported locale tags to OIDs.
- CRAMMD5SASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The CRAM-MD5 SASL bind request as defined in draft-ietf-sasl-crammd5.
- create(AttributeType) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Creates an attribute description having the provided attribute type and
no options.
- create(AttributeType, String) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Creates an attribute description having the provided attribute type and
single option.
- create(AttributeType, String...) - Static method in class org.forgerock.opendj.ldap.AttributeDescription
-
Creates an attribute description having the provided attribute type and
options.
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
Creates a new bind client which can be used to perform the authentication
process.
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
- createBindClient(String) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- createExactMatchQuery(String, ByteSequence) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query requesting an index record matching the provided key.
- createIndexers(IndexingOptions) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the indexers for this matching rule configured using the provided indexing options.
- createIndexers(IndexingOptions) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Returns the indexers for this matching rule.
- createIndexQuery(IndexQueryFactory<T>) - Method in interface org.forgerock.opendj.ldap.Assertion
-
Returns an index query appropriate for the provided attribute
value assertion.
- createIntersectionQuery(Collection<T>) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query which returns the intersection of a collection of
sub-queries.
- createKeys(Schema, ByteSequence, Collection<ByteString>) - Method in interface org.forgerock.opendj.ldap.spi.Indexer
-
Generates the set of index keys for an attribute.
- createMatchAllQuery() - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query requesting all index records.
- createRangeMatchQuery(String, ByteSequence, ByteSequence, boolean, boolean) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query requesting all index records in the specified range.
- createUnionQuery(Collection<T>) - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns a query which combines the results of a collection of
sub-queries.
- currentTime() - Static method in class org.forgerock.opendj.ldap.GeneralizedTime
-
Returns a generalized time whose value is the current time, using the
default time zone and locale.
- GeneralizedTime - Class in org.forgerock.opendj.ldap
-
An LDAP generalized time as defined in RFC 4517.
- GenericBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
A generic Bind request which should be used for unsupported authentication
methods.
- GenericControl - Class in org.forgerock.opendj.ldap.controls
-
A generic control which can be used to represent arbitrary raw request and
response controls.
- GenericExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
-
A generic Extended request which should be used for unsupported extended
operations.
- GenericExtendedResult - Interface in org.forgerock.opendj.ldap.responses
-
A Generic Extended result indicates the final status of an Generic Extended
operation.
- GenericIntermediateResponse - Interface in org.forgerock.opendj.ldap.responses
-
A Generic Intermediate response provides a mechanism for communicating
unrecognized or unsupported Intermediate responses to the client.
- get() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative get method.
- get(byte[]) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative bulk get method.
- get(byte[], int, int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative bulk get method.
- get(DN) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns the named entry contained in this memory backend, or null
if it does not exist.
- get(String) - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns the named entry contained in this memory backend, or null
if it does not exist.
- getAdditionalAuthParams() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns a map containing the provided additional authentication
parameters to be passed to the underlying mechanism implementation.
- getAdditionalAuthParams() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns a map containing the provided additional authentication
parameters to be passed to the underlying mechanism implementation.
- getAddress() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Returns the InetAddress
that this LDAP listener is listening on.
- getAfterCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the number of entries after the target entry to be included in
the search results.
- getAliasedObjectNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the aliasedObjectName
Attribute Type
which has the OID 2.5.4.1
.
- getAliasObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the alias
Object Class
which has the OID 2.5.6.1
.
- getAll() - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns a collection containing all of the entries in this memory
backend.
- getAllAttributes(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAllAttributes(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAllAttributes() - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns an Iterable
containing all of the attributes in this
entry.
- getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns an Iterable
containing all the attributes in this entry
having an attribute description which is a sub-type of the provided
attribute description.
- getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns an Iterable
containing all the attributes in this entry
having an attribute description which is a sub-type of the provided
attribute description.
- getAllAttributes() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAllAttributes() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAllAttributes(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAllAttributes(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAlternativeServers() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of URIs referring to alternative Directory
Servers that may be contacted when the Directory Server becomes
unavailable.
- getAltServerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the altServer
Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.6
.
- getApplicationProcessObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the applicationProcess
Object Class
which has the OID 2.5.6.11
.
- getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the matching rule that should be used for approximate matching
with this attribute type.
- getApproximateMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the default approximate matching rule that will be used for
attributes with this syntax.
- getApproximateMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the default approximate matching rule that will be used for
attributes with this syntax.
- getASN1Reader() - Method in class org.forgerock.opendj.io.LDAPReader
-
Returns the ASN.1 reader from which LDAP messages will be read.
- getASN1Writer() - Method in class org.forgerock.opendj.io.LDAPWriter
-
Returns the ASN.1 writer to which LDAP messages will be written.
- getAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the normalized form of the provided assertion value, which is
best suited for efficiently performing matching operations on that value.
- getAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Retrieves the normalized form of the provided assertion value, which is
best suited for efficiently performing less than matching operations on
that value.
- getAssertionValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the assertion value that will be used to locate the target entry,
if applicable.
- getAssertionValue() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Returns the assertion value to be compared.
- getAssertionValueAsString() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the assertion value that will be used to locate the target entry,
if applicable, decoded as a UTF-8 string.
- getAssertionValueAsString() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Returns the assertion value to be compared decoded as a UTF-8 string.
- getAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAttribute(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the named attribute contained in this entry, or null
if
it is not included with this entry.
- getAttribute(String) - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the named attribute contained in this entry, or null
if
it is not included with this entry.
- getAttribute() - Method in class org.forgerock.opendj.ldap.Modification
-
Returns the attribute containing the values to be modified.
- getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAttribute(String) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAttribute(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAttributeCount() - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the number of attributes in this entry.
- getAttributeCount() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getAttributeCount() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getAttributeDescription() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Returns the attribute description of this attribute, which includes its
attribute type and any options.
- getAttributeDescription() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns the attribute description of this attribute, which includes its
attribute type and any options.
- getAttributeDescription() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Returns the first attribute description specified in the list of sort
keys that was in error, or null
if the attribute description was
not included with this control.
- getAttributeDescription() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
Returns the attribute description of this attribute, which includes its
attribute type and any options.
- getAttributeDescription() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Returns the name of the attribute to be compared.
- getAttributeDescription() - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns the name of the attribute to be sorted using this sort key.
- getAttributeDescriptionAsString() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Returns the string representation of the attribute description of this
attribute, which includes its attribute type and any options.
- getAttributeDescriptionAsString() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns the string representation of the attribute description of this
attribute, which includes its attribute type and any options.
- getAttributeFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Returns the AttributeFactory
which will be used for creating new
Attribute
instances when decoding attributes.
- getAttributes() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Returns an unmodifiable list of attributes for which effective rights are
to be returned, which may be empty indicating that no attribute rights
are to be returned.
- getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
Returns an unmodifiable list containing the names of attributes to be
included with the response control.
- getAttributes() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
Returns an unmodifiable list containing the names of attributes to be
included with the response control.
- getAttributes() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns an unmodifiable list containing the attributes to be included
with each entry that matches the search criteria.
- getAttributes() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns a List
containing the list of attributes to be included
with each entry that matches the search criteria.
- getAttributes() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns an unmodifiable set containing the attributes associated with
this matching rule use.
- getAttributeType() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Returns the attribute type associated with this attribute description.
- getAttributeType() - Method in class org.forgerock.opendj.ldap.AVA
-
Returns the attribute type associated with this AVA.
- getAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the attribute type with the specified name or numeric OID.
- getAttributeTypeDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Attribute Type Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.3
.
- getAttributeTypes() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the attribute types
contained in this schema.
- getAttributeTypesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the attributeTypes
Attribute Type
which has the OID 2.5.21.5
.
- getAttributeTypesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the attribute types
having the specified name or numeric OID.
- getAttributeValue() - Method in class org.forgerock.opendj.ldap.AVA
-
Returns the attribute value associated with this AVA.
- getAttributeValue(AttributeType) - Method in class org.forgerock.opendj.ldap.RDN
-
Returns the attribute value contained in this RDN which is associated
with the provided attribute type, or null
if this RDN does not
include such an attribute value.
- getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Returns the authentication ID of the user.
- getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the authentication ID of the user.
- getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the authentication ID of the user, which should be the user's
Kerberos principal.
- getAuthenticationID() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the authentication ID of the user.
- getAuthenticationPasswordSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Authentication Password Syntax
which has the OID 1.3.6.1.4.1.4203.1.1.2
.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3
.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
Returns the authentication mechanism identifier for this generic bind
request as defined by the LDAP protocol.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3
.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3
.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3
.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3
.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3
.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
Returns the authentication mechanism identifier for this SASL bind
request as defined by the LDAP protocol, which is always 0xA3
.
- getAuthenticationType() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
Returns the authentication mechanism identifier for this simple bind
request as defined by the LDAP protocol, which is always 0x80
.
- getAuthenticationValue() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
Returns the authentication information for this bind request.
- getAuthorityRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the authorityRevocationList
Attribute Type
which has the OID 2.5.4.38
.
- getAuthorizationDNName() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
Returns the distinguished name of the user whose authorization is to be
used when performing the operation.
- getAuthorizationID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
-
Returns the authorization ID of the user.
- getAuthorizationID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
-
Returns the authorization ID of the user whose authorization is to be
used when performing the operation.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
Returns the optional desired authorization ID of the user, or
null
if the authorization ID should derived from authentication
credentials exchanged at a lower security layer.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
- getAuthorizationID() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
Returns the authorization ID of the user.
- getAuthorizationName() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Returns the distinguished name of the user for which effective rights are
to be returned, or null
if the client's authentication ID is to
be used.
- getAuthPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the authPassword
Attribute Type
which has the OID 1.3.6.1.4.1.4203.1.3.4
.
- getAuthPasswordExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the authPasswordExactMatch
Matching Rule
which has the OID 1.3.6.1.4.1.4203.1.2.2
.
- getAuthPasswordObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the authPasswordObject
Object Class
which has the OID 1.3.6.1.4.1.4203.1.4.7
.
- getAuxiliaryClasses() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable set containing the auxiliary objectclasses that
may be used for entries associated with this DIT content rule.
- getBackingArray() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns the byte array that backs this byte string builder.
- getBacklog() - Method in class org.forgerock.opendj.ldap.LDAPListenerOptions
-
Returns the maximum queue length for incoming connections requests.
- getBeforeCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the number of entries before the target entry to be included in
the search results.
- getBERLength() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative get method for reading a multi-byte BER length.
- getBinarySyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Binary Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.5
.
- getBindClient() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
-
Returns the bind client.
- getBitStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the bitStringMatch
Matching Rule
which has the OID 2.5.13.16
.
- getBitStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Bit String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.6
.
- getBooleanMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the booleanMatch
Matching Rule
which has the OID 2.5.13.13
.
- getBooleanSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Boolean Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.7
.
- getBusinessCategoryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the businessCategory
Attribute Type
which has the OID 2.5.4.15
.
- getByteSequence(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative bulk get method.
- getByteString(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative bulk get method.
- getCACertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the cACertificate
Attribute Type
which has the OID 2.5.4.37
.
- getCaseExactIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseExactIA5Match
Matching Rule
which has the OID 1.3.6.1.4.1.1466.109.114.1
.
- getCaseExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseExactMatch
Matching Rule
which has the OID 2.5.13.5
.
- getCaseExactOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseExactOrderingMatch
Matching Rule
which has the OID 2.5.13.6
.
- getCaseExactSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseExactSubstringsMatch
Matching Rule
which has the OID 2.5.13.7
.
- getCaseIgnoreIA5MatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreIA5Match
Matching Rule
which has the OID 1.3.6.1.4.1.1466.109.114.2
.
- getCaseIgnoreIA5SubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreIA5SubstringsMatch
Matching Rule
which has the OID 1.3.6.1.4.1.1466.109.114.3
.
- getCaseIgnoreListMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreListMatch
Matching Rule
which has the OID 2.5.13.11
.
- getCaseIgnoreListSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreListSubstringsMatch
Matching Rule
which has the OID 2.5.13.12
.
- getCaseIgnoreMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreMatch
Matching Rule
which has the OID 2.5.13.2
.
- getCaseIgnoreOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreOrderingMatch
Matching Rule
which has the OID 2.5.13.3
.
- getCaseIgnoreSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the caseIgnoreSubstringsMatch
Matching Rule
which has the OID 2.5.13.4
.
- getCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the c
Attribute Type
which has the OID 2.5.4.6
.
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns the throwable cause associated with this result if available.
- getCause() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getCertificateExactMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the certificateExactMatch
Matching Rule
which has the OID 2.5.13.34
.
- getCertificateListSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Certificate List Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.9
.
- getCertificatePairSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Certificate Pair Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.10
.
- getCertificateRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the certificateRevocationList
Attribute Type
which has the OID 2.5.4.39
.
- getCertificateSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Certificate Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.8
.
- getCertificationAuthorityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the certificationAuthority
Object Class
which has the OID 2.5.6.16
.
- getCertificationAuthorityV2ObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the certificationAuthority-V2
Object Class
which has the OID 2.5.6.16.2
.
- getChangeNumber() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Returns the change number for this entry change notification control.
- getChangeType() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Returns the change type for this entry change notification control.
- getChangeTypes() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Returns an unmodifiable set containing the types of update operation for
which change notifications should be returned.
- getCipher() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the cipher name or strength that the client is willing to use
when connection encryption quality of protection,
AUTH-CONF
, is requested.
- getCNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the cn
Attribute Type
which has the OID 2.5.4.3
.
- getCompactUnsigned() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative get method for reading a compacted long value.
- getConnection() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
-
Returns a connection to the Directory Server associated with this
connection factory.
- getConnection() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
-
Obtains a connection from this connection pool, potentially opening a new
connection if needed.
- getConnection() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
- getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.ConnectionFactory
-
Asynchronously obtains a connection to the Directory Server associated
with this connection factory.
- getConnectionAsync() - Method in interface org.forgerock.opendj.ldap.ConnectionPool
-
Asynchronously obtains a connection from this connection pool,
potentially opening a new connection if needed.
- getConnectionAsync() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
- getConnectionError() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Returns the error that caused the connection to fail, or null
if
the connection has not failed.
- getConnectionFactory() - Method in interface org.forgerock.opendj.ldap.LoadBalancingAlgorithm
-
Returns a connection factory which should be used in order to satisfy the
next connection request.
- getConnectionSecurityLayer() - Method in interface org.forgerock.opendj.ldap.requests.BindClient
-
Returns a connection security layer, but only if this bind client has
negotiated integrity and/or privacy protection for the underlying
connection.
- getConnectTimeout(TimeUnit) - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Returns the connect timeout in the specified unit.
- getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the content count returned by the server in the last virtual list
view response, if applicable.
- getContentCount() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns the estimated total number of entries in the result set.
- getContextID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the context ID provided by the server in the last virtual list
view response for the same set of criteria, or null
if there was
no previous virtual list view response or the server did not include a
context ID in the last response.
- getContextID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns a server-defined octet string which, if present, should be sent
back to the server by the client in a subsequent virtual list request.
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.Request
-
Decodes and returns the first control in this request having an OID
corresponding to the provided control decoder.
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.UnbindRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.Response
-
Decodes and returns the first control in this response having an OID
corresponding to the provided control decoder.
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getControl(ControlDecoder<C>, DecodeOptions) - Method in interface org.forgerock.opendj.ldif.ChangeRecord
-
Decodes and returns the first control in this request having an OID
corresponding to the provided control decoder.
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.Request
-
Returns a List
containing the controls included with this
request.
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.UnbindRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.Response
-
Returns a List
containing the controls included with this
response.
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
- getControls() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getControls() - Method in interface org.forgerock.opendj.ldif.ChangeRecord
-
Returns a List
containing the controls included with this
request.
- getCookie() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
Returns the opaque cookie which is used by the server to track its
position in the set of search results.
- getCoreSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the core schema.
- getCountryObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the country
Object Class
which has the OID 2.5.6.2
.
- getCountryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Country String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.11
.
- getCreateTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the createTimestamp
Attribute Type
which has the OID 2.5.18.1
.
- getCreatorsNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the creatorsName
Attribute Type
which has the OID 2.5.18.3
.
- getCRlDistributionPointObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the cRLDistributionPoint
Object Class
which has the OID 2.5.6.19
.
- getCrossCertificatePairAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the crossCertificatePair
Attribute Type
which has the OID 2.5.4.40
.
- getDCAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the dc
Attribute Type
which has the OID 0.9.2342.19200300.100.1.25
.
- getDCObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the dcObject
Object Class
which has the OID 1.3.6.1.4.1.1466.344
.
- getDeclaredOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the optional attributes for this
object class.
- getDeclaredRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the required attributes for this
object class.
- getDefaultSchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the default schema which should be used by this application.
- getDeliveryMethodSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Delivery Method Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.14
.
- getDeltaCrlObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the deltaCRL
Object Class
which has the OID 2.5.6.23
.
- getDeltaRevocationListAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the deltaRevocationList
Attribute Type
which has the OID 2.5.4.53
.
- getDereferenceAliasesPolicy() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns an indication as to whether or not alias entries are to be
dereferenced during the search.
- getDescriptionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the description
Attribute Type
which has the OID 2.5.4.13
.
- getDestinationIndicatorAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the destinationIndicator
Attribute Type
which has the OID 2.5.4.27
.
- getDeviceObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the device
Object Class
which has the OID 2.5.6.14
.
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns the diagnostic message associated with this result.
- getDiagnosticMessage() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getDirectoryStringFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the directoryStringFirstComponentMatch
Matching Rule
which has the OID 2.5.13.31
.
- getDirectoryStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Directory String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.15
.
- getDistinguishedNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the distinguishedName
Attribute Type
which has the OID 2.5.4.49
.
- getDistinguishedNameMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the distinguishedNameMatch
Matching Rule
which has the OID 2.5.13.1
.
- getDITContentRule(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT content rule associated with the provided structural
object class, or null
if no rule is defined.
- getDITContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT content rule with the specified name or numeric OID.
- getDITContentRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the DIT Content Rule Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.16
.
- getDITContentRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the DIT content
rules contained in this schema.
- getDITContentRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the ditContentRules
Attribute Type
which has the OID 2.5.21.2
.
- getDITContentRulesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the DIT content
rules having the specified name or numeric OID.
- getDITStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the DIT structure rule with the specified name or numeric OID.
- getDITStructureRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the DIT Structure Rule Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.17
.
- getDITStructureRules(NameForm) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the DIT structure
rules associated with the provided name form.
- getDITStructureRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the ditStructureRules
Attribute Type
which has the OID 2.5.21.1
.
- getDITStructureRulesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the DIT structure
rules having the specified name or numeric OID.
- getDITStuctureRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the DIT structure
rules contained in this schema.
- getDNQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the dnQualifier
Attribute Type
which has the OID 2.5.4.46
.
- getDNSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the DN Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.12
.
- GetEffectiveRightsRequestControl - Class in org.forgerock.opendj.ldap.controls
-
A partial implementation of the get effective rights request control as
defined in draft-ietf-ldapext-acl-model.
- getEmptySchema() - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the empty schema.
- getEnabledCipherSuites() - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Returns the names of the protocol versions which are currently enabled
for secure connections with the Directory Server.
- getEnabledCipherSuites() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Returns the names of the protocol versions which are currently enabled
for secure connections with the Directory Server.
- getEnabledProtocols() - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Returns the names of the protocol versions which are currently enabled
for secure connections with the Directory Server.
- getEnabledProtocols() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Returns the names of the protocol versions which are currently enabled
for secure connections with the Directory Server.
- getEnhancedGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Enhanced Guide Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.21
.
- getEnhancedSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the enhancedSearchGuide
Attribute Type
which has the OID 2.5.4.47
.
- getEntry() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
Returns an unmodifiable entry whose contents reflect the state of the
updated entry immediately after the update operation was performed.
- getEntry() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
-
Returns an unmodifiable entry whose contents reflect the state of the
updated entry immediately before the update operation was performed.
- getEntry() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns the entry which backs this Root DSE instance.
- getEntry(DN) - Method in interface org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.EntryResolver
-
Returns the named entry in order to enforce DIT structure rules.
- getEntryDNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the entryDN
Attribute Type
which has the OID 1.3.6.1.1.20
.
- getEntryFactory() - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Returns the EntryFactory
which will be used for creating new
Entry
instances when decoding entries.
- getEntryUUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the entryUUID
Attribute Type
which has the OID 1.3.6.1.1.16.4
.
- getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the matching rule that should be used for equality matching with
this attribute type.
- getEqualityMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the default equality matching rule that will be used for
attributes with this syntax.
- getEqualityMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the default equality matching rule that will be used for
attributes with this syntax.
- getErrorType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Returns the password policy error type, if available.
- getExtensibleObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the extensibleObject
Object Class
which has the OID 1.3.6.1.4.1.1466.101.120.111
.
- getFacsimileTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the facsimileTelephoneNumber
Attribute Type
which has the OID 2.5.4.23
.
- getFacsimileTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Facsimile Telephone Number Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.22
.
- getFaxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Fax Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.23
.
- getFilter() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
Returns the assertion filter.
- getFilter() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the search filter associated with this LDAP URL.
- getFilter() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the filter that defines the conditions that must be fulfilled in
order for an entry to be returned.
- getFilters() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
Returns an unmodifiable collection containing the list of filters
associated with this matched values control.
- getFirstAVA() - Method in class org.forgerock.opendj.ldap.RDN
-
Returns the first AVA contained in this RDN.
- getFullVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns a string which represents the full version of the Directory Server
implementation.
- getFullVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the fullVendorVersion
Attribute Type
which has the OID 1.3.6.1.4.1.36733.2.1.1.141
.
- getGeneralizedTimeMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the generalizedTimeMatch
Matching Rule
which has the OID 2.5.13.27
.
- getGeneralizedTimeOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the generalizedTimeOrderingMatch
Matching Rule
which has the OID 2.5.13.28
.
- getGeneralizedTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Generalized Time Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.24
.
- getGeneratedPassword() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
Returns the newly generated password, but only if the password modify
request succeeded and a generated password was requested.
- getGenerationQualifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the generationQualifier
Attribute Type
which has the OID 2.5.4.44
.
- getGivenNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the givenName
Attribute Type
which has the OID 2.5.4.42
.
- getGoverningStructureRuleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the governingStructureRule
Attribute Type
which has the OID 2.5.21.10
.
- getGreaterOrEqualAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the normalized form of the provided assertion value, which is
best suited for efficiently performing greater than or equal ordering
matching operations on that value.
- getGreaterOrEqualAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Retrieves the normalized form of the provided assertion value, which is
best suited for efficiently performing greater than or equal matching
operations on that value.
- getGroupOfNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the groupOfNames
Object Class
which has the OID 2.5.6.9
.
- getGroupOfUniqueNamesObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the groupOfUniqueNames
Object Class
which has the OID 2.5.6.17
.
- getGuideSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Guide Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.25
.
- getHost() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the name or IP address in dotted format of the LDAP server
referenced by this LDAP URL.
- getHostName() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Returns the host name of the Directory Server.
- getHostName() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Returns the host name that this LDAP listener is listening on.
- getHostName() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Returns the hostname used by the connections created by this factory.
- getHostString(InetSocketAddress) - Static method in class org.forgerock.opendj.ldap.Connections
-
Returns the host name associated with the provided
InetSocketAddress
, without performing a DNS lookup.
- getHouseIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the houseIdentifier
Attribute Type
which has the OID 2.5.4.51
.
- getIA5StringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the IA5 String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.26
.
- getIndexID() - Method in interface org.forgerock.opendj.ldap.spi.Indexer
-
Returns an index identifier associated with this indexer.
- getIndexingOptions() - Method in interface org.forgerock.opendj.ldap.spi.IndexQueryFactory
-
Returns the indexing options for this factory.
- getInitialsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the initials
Attribute Type
which has the OID 2.5.4.43
.
- getInstance() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the singleton core schema.
- getInt() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative get method for reading an integer value.
- getIntegerFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the integerFirstComponentMatch
Matching Rule
which has the OID 2.5.13.29
.
- getIntegerMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the integerMatch
Matching Rule
which has the OID 2.5.13.14
.
- getIntegerOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the integerOrderingMatch
Matching Rule
which has the OID 2.5.13.15
.
- getIntegerSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Integer Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.27
.
- getInternationalISDNNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the internationalISDNNumber
Attribute Type
which has the OID 2.5.4.25
.
- getJPEGSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the JPEG Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.28
.
- getJvmSupportedLocaleNamesToOids() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchemaSupportedLocales
-
Returns the unmodifiable map of JVM supported locale tags to OIDs.
- getKDCAddress() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the optional address of the Kerberos KDC (Key Distribution
Center).
- getKeywordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the keywordMatch
Matching Rule
which has the OID 2.5.13.33
.
- getLAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the l
Attribute Type
which has the OID 2.5.4.7
.
- getLDAPConnectionFactory(String, int, LDAPOptions) - Method in interface org.forgerock.opendj.ldap.spi.TransportProvider
-
Returns an implementation of LDAPConnectionFactory
.
- getLDAPListener(InetSocketAddress, ServerConnectionFactory<LDAPClientContext, Integer>, LDAPListenerOptions) - Method in interface org.forgerock.opendj.ldap.spi.TransportProvider
-
Returns an implementation of LDAPListener
.
- getLDAPSyntaxDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the LDAP Syntax Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.54
.
- getLDAPSyntaxesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the ldapSyntaxes
Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.16
.
- getLessOrEqualAssertion(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the normalized form of the provided assertion value, which is
best suited for efficiently performing greater than or equal ordering
matching operations on that value.
- getLessOrEqualAssertion(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Retrieves the normalized form of the provided assertion value, which is
best suited for efficiently performing less than or equal matching
operations on that value.
- getLocalAddress() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the InetSocketAddress
associated with the local system.
- getLocalityObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the locality
Object Class
which has the OID 2.5.6.3
.
- getLong() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative get method for reading a long value.
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns the matched DN associated with this result.
- getMatchedDN() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns the matching rule for this matching rule use.
- getMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the matching rule with the specified name or numeric OID.
- getMatchingRuleDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Matching Rule Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.30
.
- getMatchingRuleOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns the matching rule OID for this schema definition.
- getMatchingRules() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the matching rules
contained in this schema.
- getMatchingRulesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the matchingRules
Attribute Type
which has the OID 2.5.21.4
.
- getMatchingRulesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the matching rules
having the specified name or numeric OID.
- getMatchingRuleUse(MatchingRule) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the matching rule use associated with the provided matching rule,
or null
if no use is defined.
- getMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the matching rule use with the specified name or numeric OID.
- getMatchingRuleUseAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the matchingRuleUse
Attribute Type
which has the OID 2.5.21.8
.
- getMatchingRuleUseDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Matching Rule Use Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.31
.
- getMatchingRuleUses() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the matching rule
uses contained in this schema.
- getMatchingRuleUsesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the matching rule
uses having the specified name or numeric OID.
- getMaxReceiveBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the maximum size of the receive buffer in bytes.
- getMaxReceiveBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the maximum size of the receive buffer in bytes.
- getMaxRequestSize() - Method in class org.forgerock.opendj.ldap.LDAPListenerOptions
-
Returns the maximum request size in bytes for incoming LDAP requests.
- getMaxSendBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the maximum size of the send buffer in bytes.
- getMaxSendBufferSize() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the maximum size of the send buffer in bytes.
- getMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the member
Attribute Type
which has the OID 2.5.4.31
.
- getMessageID() - Method in interface org.forgerock.opendj.ldap.RequestContext
-
Returns the message ID of the request, if available.
- getMessageObject() - Method in exception org.forgerock.opendj.ldap.DecodeException
-
Returns the message that explains the problem that occurred.
- getModifications() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Returns a List
containing the modifications included with this
modify request.
- getModificationType() - Method in class org.forgerock.opendj.ldap.Modification
-
Returns the type of modification to be performed.
- getModifiersNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the modifiersName
Attribute Type
which has the OID 2.5.18.4
.
- getModifyTimestampAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the modifyTimestamp
Attribute Type
which has the OID 2.5.18.2
.
- getName() - Method in interface org.forgerock.opendj.ldap.Entry
-
Returns the string representation of the distinguished name of this
entry.
- getName() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the distinguished name of the base entry relative to which the
search is to be performed.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- getName() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.BindRequest
-
Returns the name of the Directory object that the client wishes to bind
as.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Returns the distinguished name of the entry to be compared.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
Returns the distinguished name of the entry to be deleted.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
- getName() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Returns the distinguished name of the entry to be renamed.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Returns the distinguished name of the entry to be modified.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
Returns the name of the Directory object that the client wishes to bind
as, which is always the empty string for SASL authentication.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the distinguished name of the base entry relative to which the
search is to be performed.
- getName() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
- getName() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- getName() - Method in class org.forgerock.opendj.ldap.ResultCode
-
Returns the short human-readable name of this result code.
- getName() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the name for this attribute syntax.
- getName() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the common name for this attribute syntax.
- getName() - Method in interface org.forgerock.opendj.ldap.spi.Provider
-
Returns the name of this provider.
- getName() - Method in interface org.forgerock.opendj.ldif.ChangeRecord
-
Returns the distinguished name of the entry being modified by this
ChangeRecord
.
- getNameAndOptionalUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Name and Optional UID Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.34
.
- getNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the name
Attribute Type
which has the OID 2.5.4.41
.
- getNameForm() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Retrieves the name form for this DIT structure rule.
- getNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the name form with the specified name or numeric OID.
- getNameFormDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Name Form Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.35
.
- getNameForms() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the name forms
contained in this schema.
- getNameForms(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the name forms
associated with the provided structural object class.
- getNameFormsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the nameForms
Attribute Type
which has the OID 2.5.21.7
.
- getNameFormsWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the name forms
having the specified name or numeric OID.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the name or OID for this schema definition.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns the name or structural class OID for this schema definition.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the name or OID for this schema definition.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns the name or matching rule OID for this schema definition.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns the name or numeric OID of this name form.
- getNameOrOID() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns the name or OID for this schema definition.
- getNameOrRuleID() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Retrieves the name or rule ID for this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns an unmodifiable list containing the user-friendly names that may
be used to reference this name form.
- getNames() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable list containing the user-defined names that may
be used to reference this schema definition.
- getNamingContexts() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of DNs identifying the context prefixes of
the naming contexts that the Directory Server masters or shadows (in part
or in whole).
- getNamingContextsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the namingContexts
Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.5
.
- getNewPassword() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Returns the desired password for the user, or null
if a new
password should be generated.
- getNewRDN() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Returns the new RDN of the entry to be renamed.
- getNewSuperior() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Returns the distinguished name of an existing entry that will become the
immediate superior (parent) of the entry to be renamed.
- getNumericStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the numericStringMatch
Matching Rule
which has the OID 2.5.13.8
.
- getNumericStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the numericStringOrderingMatch
Matching Rule
which has the OID 2.5.13.9
.
- getNumericStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the numericStringSubstringsMatch
Matching Rule
which has the OID 2.5.13.10
.
- getNumericStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Numeric String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.36
.
- getOAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the o
Attribute Type
which has the OID 2.5.4.10
.
- getObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the object class with the specified name or numeric OID.
- getObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the objectClass
Attribute Type
which has the OID 2.5.4.0
.
- getObjectClassDescriptionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Object Class Description Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.37
.
- getObjectClasses(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns an unmodifiable set containing the object classes associated with
the provided entry.
- getObjectClasses(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns an unmodifiable set containing the object classes associated with
the provided entry.
- getObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the object classes
contained in this schema.
- getObjectClassesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the objectClasses
Attribute Type
which has the OID 2.5.21.6
.
- getObjectClassesWithName(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the object classes
having the specified name or numeric OID.
- getObjectClassType() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns the objectclass type for this objectclass.
- getObjectIdentifierFirstComponentMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the objectIdentifierFirstComponentMatch
Matching Rule
which has the OID 2.5.13.30
.
- getObjectIdentifierMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the objectIdentifierMatch
Matching Rule
which has the OID 2.5.13.0
.
- getOctetStringMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the octetStringMatch
Matching Rule
which has the OID 2.5.13.17
.
- getOctetStringOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the octetStringOrderingMatch
Matching Rule
which has the OID 2.5.13.18
.
- getOctetStringSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the octetStringSubstringsMatch
Matching Rule
which has the OID 2.5.13.19
.
- getOctetStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Octet String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.40
.
- getOffset() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the positional offset of the target entry in the result set, if
applicable, where 1
is the first entry.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in interface org.forgerock.opendj.ldap.controls.Control
-
Returns the numeric OID associated with this control.
- getOID() - Method in interface org.forgerock.opendj.ldap.controls.ControlDecoder
-
Returns the numeric OID associated with this control decoder.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns the numeric OID associated with this control.
- getOID() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
Returns the numeric OID associated with this extended request.
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getOID() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getOID() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
-
- getOID() - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
-
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
Returns the numeric OID, if any, associated with this extended result.
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
Returns the numeric OID, if any, associated with this intermediate
response.
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getOID() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getOID() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the OID for this schema definition.
- getOID() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the OID for this schema definition.
- getOID() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns the numeric OID of this name form.
- getOID() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns the OID for this schema definition.
- getOID() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the OID for this attribute syntax.
- getOIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the OID Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.38
.
- getOldPassword() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Returns the current password for the user, if known.
- getOption(Option<T>) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the value associated to the provided
Option
or the option
default value, if there is no such option in this schema.
- getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable set containing the optional attributes for this
DIT content rule.
- getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns an unmodifiable set containing the optional attributes of this
name form.
- getOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the optional attributes for this
object class and any superior object classes that it might have.
- getOptions() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Returns an Iterable
containing the options contained in this
attribute description.
- getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the matching rule that should be used for ordering with this
attribute type.
- getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the default ordering matching rule that will be used for
attributes with this syntax.
- getOrderingMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the default ordering matching rule that will be used for
attributes with this syntax.
- getOrderingMatchingRule() - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns the name or OID of the ordering matching rule, if specified,
which should be used when comparing attributes using this sort key.
- getOrganizationalPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalPerson
Object Class
which has the OID 2.5.6.7
.
- getOrganizationalRoleObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalRole
Object Class
which has the OID 2.5.6.8
.
- getOrganizationalUnitObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organizationalUnit
Object Class
which has the OID 2.5.6.5
.
- getOrganizationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the organization
Object Class
which has the OID 2.5.6.4
.
- getOtherMailboxSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Other Mailbox Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.39
.
- getOUAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the ou
Attribute Type
which has the OID 2.5.4.11
.
- getOwnerAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the owner
Attribute Type
which has the OID 2.5.4.32
.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Returns the password of the user that the client wishes to bind as.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the password of the user that the client wishes to bind as.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the password of the user that the client wishes to bind as.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Returns the password of the user that the client wishes to bind as.
- getPassword() - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
Returns the password of the Directory object that the client wishes to
bind as.
- getPeerAddress() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the InetSocketAddress
associated with the remote system.
- getPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the person
Object Class
which has the OID 2.5.6.6
.
- getPhysicalDeliveryOfficeNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the physicalDeliveryOfficeName
Attribute Type
which has the OID 2.5.4.19
.
- getPkiCaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the pkiCA
Object Class
which has the OID 2.5.6.22
.
- getPkiUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the pkiUser
Object Class
which has the OID 2.5.6.21
.
- getPort() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Returns the port of the Directory Server.
- getPort() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Returns the port that this LDAP listener is listening on.
- getPort() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the port number of the LDAP server referenced by this LDAP URL.
- getPort() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Returns the remote port number used by the connections created by this
factory.
- getPostalAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the postalAddress
Attribute Type
which has the OID 2.5.4.16
.
- getPostalAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Postal Address Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.41
.
- getPostalCodeAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the postalCode
Attribute Type
which has the OID 2.5.4.17
.
- getPostOfficeBoxAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the postOfficeBox
Attribute Type
which has the OID 2.5.4.18
.
- getPreferredDeliveryMethodAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the preferredDeliveryMethod
Attribute Type
which has the OID 2.5.4.28
.
- getPresentationAddressMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the presentationAddressMatch
Matching Rule
which has the OID 2.5.13.22
.
- getPresentationAddressSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Presentation Address Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.43
.
- getPreviousName() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Returns the distinguished name that the entry had prior to a modify DN
operation, or null
if the operation was not a modify DN.
- getPrintableStringSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Printable String Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.44
.
- getProhibitedAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable set containing the prohibited attributes for this
DIT content rule.
- getProtocolInformationMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the protocolInformationMatch
Matching Rule
which has the OID 2.5.13.24
.
- getProtocolInformationSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Protocol Information Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.42
.
- getProviderName() - Method in class org.forgerock.opendj.ldap.LDAPConnectionFactory
-
Returns the name of the transport provider, which provides the implementation
of this factory.
- getProviderName() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Returns the name of the transport provider, which provides the implementation
of this factory.
- getProviderName() - Method in exception org.forgerock.opendj.ldap.ProviderNotFoundException
-
Returns the name of provider.
- getProviderType() - Method in exception org.forgerock.opendj.ldap.ProviderNotFoundException
-
Returns the type of provider.
- getQOPs() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the ordered list of quality of protection (QOP) values that the
client is willing to accept.
- getQOPs() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the ordered list of quality of protection (QOP) values that the
client is willing to accept.
- getReader(byte[]) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte array and
having an unlimited maximum BER element size.
- getReader(byte[], int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte array and
having a user defined maximum BER element size.
- getReader(ByteSequence) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte sequence and
having an unlimited maximum BER element size.
- getReader(ByteSequence, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte sequence and
having a user defined maximum BER element size.
- getReader(ByteSequenceReader) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte sequence reader
and having an unlimited maximum BER element size.
- getReader(ByteSequenceReader, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided byte sequence reader
and having a user defined maximum BER element size.
- getReader(InputStream) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided input stream and
having an unlimited maximum BER element size.
- getReader(InputStream, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 reader whose source is the provided input stream and
having a user defined maximum BER element size.
- getReader(R, DecodeOptions) - Static method in class org.forgerock.opendj.io.LDAP
-
Creates a new LDAP reader which will read LDAP messages from an ASN.1
reader using the provided decoding options.
- getRealm() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns the optional realm containing the user's account.
- getRealm() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the optional realm containing the user's account.
- getReference() - Method in exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
-
Returns the SearchResultReference
which was encountered while
processing the search results.
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns a List
containing the referral URIs included with this
result.
- getReferralURIs() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getRegisteredAddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the registeredAddress
Attribute Type
which has the OID 2.5.4.26
.
- getRequest() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Returns the attached request.
- getRequestID() - Method in interface org.forgerock.opendj.ldap.LdapPromise
-
Returns the request ID of the request if appropriate.
- getRequestID() - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
-
Returns the request ID of the request to be abandoned.
- getRequestID() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
Returns the request ID of the request to be abandoned.
- getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns an unmodifiable set containing the required attributes for this
DIT content rule.
- getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns an unmodifiable set containing the required attributes of this
name form.
- getRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the required attributes for this
object class and any superior object classes that it might have.
- getResidentialPersonObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the residentialPerson
Object Class
which has the OID 2.5.6.10
.
- getResult() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Returns a result code indicating the outcome of the server-side sort
request.
- getResult() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns result code indicating the outcome of the virtual list view
request.
- getResult() - Method in exception org.forgerock.opendj.ldap.LdapException
-
Returns the error result which caused this exception to be thrown.
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Returns the result code associated with this result.
- getResultCode() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getResultDecoder() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
Returns a decoder which can be used to decoded responses to this extended
request.
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getResultDecoder() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getRoleOccupantAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the roleOccupant
Attribute Type
which has the OID 2.5.4.33
.
- getRuleID() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Retrieves the rule ID for this DIT structure rule.
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
- getSASLMechanism() - Method in interface org.forgerock.opendj.ldap.requests.SASLBindRequest
-
Returns the SASL mechanism for this SASL bind request.
- getSchemaName() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the user-friendly name of this schema which may be used for
debugging purposes.
- getSchemaResolver() - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Returns the strategy for selecting which Schema
should be used
for decoding distinguished names, attribute descriptions, and other
objects which require a Schema
in order to be decoded.
- getScope() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns the search scope associated with this LDAP URL.
- getScope() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the scope of the search.
- getSearchGuideAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the searchGuide
Attribute Type
which has the OID 2.5.4.14
.
- getSecondsUntilExpiration() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
-
Returns the length of time in seconds until the password actually
expires.
- getSecurityStrengthFactor() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the cipher strength, in bits, currently in use by the underlying
connection.
- getSeeAlsoAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the seeAlso
Attribute Type
which has the OID 2.5.4.34
.
- getSerialNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the serialNumber
Attribute Type
which has the OID 2.5.4.5
.
- getServerSASLCredentials() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
Returns the server SASL credentials associated with this bind result.
- getShort() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative get method for reading an short value.
- getSize() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
Returns the requested page size when used in a request control from the
client, or an estimate of the result set size when used in a response
control from the server (may be 0, indicating that the server does not
know).
- getSizeLimit() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the size limit that should be used in order to restrict the
maximum number of entries returned by the search.
- getSNAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the sn
Attribute Type
which has the OID 2.5.4.4
.
- getSocketAddress() - Method in class org.forgerock.opendj.ldap.LDAPListener
-
Returns the address that this LDAP listener is listening on.
- getSocketAddress() - Method in interface org.forgerock.opendj.ldap.spi.LDAPConnectionFactoryImpl
-
Returns the address used by the connections created by this factory.
- getSocketAddress() - Method in interface org.forgerock.opendj.ldap.spi.LDAPListenerImpl
-
Returns the address that this LDAP listener is listening on.
- getSortKeys() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
Returns an unmodifiable list containing the sort keys associated with
this server side sort request control.
- getSSLContext() - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Returns the SSL context which will be used when initiating connections
with the Directory Server.
- getSSLContext() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Returns the SSLContext that should be used when installing the TLS layer.
- getSSLContext() - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
-
Creates a SSLContext
using the parameters of this SSL context
builder.
- getSSLSession() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns the SSL session currently in use by the underlying connection, or
null
if SSL/TLS is not enabled.
- getSTAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the st
Attribute Type
which has the OID 2.5.4.8
.
- getStreetAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the street
Attribute Type
which has the OID 2.5.4.9
.
- getString(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Relative get method for reading a UTF-8 encoded string.
- getStrongAuthenticationUserObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the strongAuthenticationUser
Object Class
which has the OID 2.5.6.15
.
- getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns the structural objectclass for this DIT content rule.
- getStructuralClass() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns the structural objectclass of this name form.
- getStructuralClassOID() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Returns the structural class OID for this schema definition.
- getStructuralObjectClass(Entry) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns the structural object class associated with the provided entry,
or null
if none was found.
- getStructuralObjectClass(Entry, Schema) - Static method in class org.forgerock.opendj.ldap.Entries
-
Returns the structural object class associated with the provided entry,
or null
if none was found.
- getStructuralObjectClassAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the structuralObjectClass
Attribute Type
which has the OID 2.5.21.9
.
- getSubject() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns the Kerberos subject of the user to be authenticated.
- getSubschemaObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the subschema
Object Class
which has the OID 2.5.20.1
.
- getSubschemaSubentry() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns a string which represents the DN of the subschema subentry
holding the schema controlling the Root DSE.
- getSubschemaSubentryAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the subschemaSubentry
Attribute Type
which has the OID 2.5.18.10
.
- getSubstringAssertion(ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the normalized form of the provided assertion substring values,
which is best suited for efficiently performing matching operations on
that value.
- getSubstringAssertion(Schema, ByteSequence, List<? extends ByteSequence>, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Retrieves the normalized form of the provided assertion substring values,
which is best suited for efficiently performing matching operations on
that value.
- getSubstringAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Substring Assertion Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.58
.
- getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the matching rule that should be used for substring matching with
this attribute type.
- getSubstringMatchingRule() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Retrieves the default substring matching rule that will be used for
attributes with this syntax.
- getSubstringMatchingRule() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Retrieves the default substring matching rule that will be used for
attributes with this syntax.
- getSuperiorClasses() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Returns an unmodifiable set containing the superior classes for this
object class.
- getSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Returns an unmodifiable set containing the superior rules for this DIT
structure rule.
- getSuperiorType() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the superior type for this attribute type.
- getSupportedAlgorithmsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedAlgorithms
Attribute Type
which has the OID 2.5.4.52
.
- getSupportedAlgorithmSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Supported Algorithm Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.49
.
- getSupportedAuthenticationPasswordSchemes() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of supported authentication password schemes
which the Directory Server supports.
- getSupportedAuthPasswordSchemesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedAuthPasswordSchemes
Attribute Type
which has the OID 1.3.6.1.4.1.4203.1.3.3
.
- getSupportedControlAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedControl
Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.13
.
- getSupportedControls() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of object identifiers identifying the
request controls that the Directory Server supports.
- getSupportedExtendedOperations() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of object identifiers identifying the
extended operations that the Directory Server supports.
- getSupportedExtensionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedExtension
Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.7
.
- getSupportedFeatures() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of object identifiers identifying elective
features that the Directory Server supports.
- getSupportedFeaturesAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedFeatures
Attribute Type
which has the OID 1.3.6.1.4.1.4203.1.3.5
.
- getSupportedLDAPVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedLDAPVersion
Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.15
.
- getSupportedLDAPVersions() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of the versions of LDAP that the Directory
Server supports.
- getSupportedSASLMechanisms() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns an unmodifiable list of the SASL mechanisms that the Directory
Server recognizes and/or supports.
- getSupportedSASLMechanismsAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the supportedSASLMechanisms
Attribute Type
which has the OID 1.3.6.1.4.1.1466.101.120.14
.
- getSyntax() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the syntax for this attribute type.
- getSyntax() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the OID of the assertion value syntax with which this matching
rule is associated.
- getSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns the syntax with the specified numeric OID.
- getSyntaxes() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the syntaxes
contained in this schema.
- getTargetPosition() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns the position of the target entry in the result set.
- getTelephoneNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the telephoneNumber
Attribute Type
which has the OID 2.5.4.20
.
- getTelephoneNumberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the telephoneNumberMatch
Matching Rule
which has the OID 2.5.13.20
.
- getTelephoneNumberSubstringsMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the telephoneNumberSubstringsMatch
Matching Rule
which has the OID 2.5.13.21
.
- getTelephoneNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Telephone Number Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.50
.
- getTeletexTerminalIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the teletexTerminalIdentifier
Attribute Type
which has the OID 2.5.4.22
.
- getTeletexTerminalIdentifierSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Teletex Terminal Identifier Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.51
.
- getTelexNumberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the telexNumber
Attribute Type
which has the OID 2.5.4.21
.
- getTelexNumberSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the Telex Number Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.52
.
- getTimeInMillis() - Method in class org.forgerock.opendj.ldap.GeneralizedTime
-
Returns the value of this generalized time in milliseconds since the
epoch.
- getTimeLimit() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Returns the time limit that should be used in order to restrict the
maximum time (in seconds) allowed for the search.
- getTimeout(TimeUnit) - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Returns the operation timeout in the specified unit.
- getTimeout() - Method in interface org.forgerock.opendj.ldap.TimeoutEventListener
-
Returns the timeout for this listener.
- getTimestamp() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Returns the creation time of this promise.
- getTitleAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the title
Attribute Type
which has the OID 2.5.4.12
.
- getTopObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the top
Object Class
which has the OID 2.5.6.0
.
- getTraceString() - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
Returns the trace information, which has no semantic value, and can be
used by administrators in order to identify the user.
- getType() - Method in class org.forgerock.opendj.ldap.Option
-
Returns the type of this option.
- getUIDAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uid
Attribute Type
which has the OID 0.9.2342.19200300.100.1.1
.
- getUIDObjectObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uidObject
Object Class
which has the OID 1.3.6.1.1.3.1
.
- getUniqueMemberAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uniqueMember
Attribute Type
which has the OID 2.5.4.50
.
- getUniqueMemberMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uniqueMemberMatch
Matching Rule
which has the OID 2.5.13.23
.
- getURIs() - Method in interface org.forgerock.opendj.ldap.responses.SearchResultReference
-
Returns a List
containing the continuation reference URIs
included with this search result reference.
- getUsage() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Returns the usage indicator for this attribute type.
- getUserCertificateAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the userCertificate
Attribute Type
which has the OID 2.5.4.36
.
- getUserIdentity() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Returns the identity of the user whose password is to be modified, or
null
if the request should be applied to the user currently
associated with the session.
- getUserIdentityAsString() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Returns the identity of the user whose password is to be modified decoded
as a UTF-8 string, or null
if the request should be applied to
the user currently associated with the session.
- getUserPasswordAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the userPassword
Attribute Type
which has the OID 2.5.4.35
.
- getUserSecurityInformationObjectClass() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the userSecurityInformation
Object Class
which has the OID 2.5.6.18
.
- getUTCTimeSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the UTC Time Syntax
which has the OID 1.3.6.1.4.1.1466.115.121.1.53
.
- getUUIDMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uuidMatch
Matching Rule
which has the OID 1.3.6.1.1.16.2
.
- getUUIDOrderingMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the uuidOrderingMatch
Matching Rule
which has the OID 1.3.6.1.1.16.3
.
- getUUIDSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the UUID Syntax
which has the OID 1.3.6.1.1.16.1
.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in interface org.forgerock.opendj.ldap.controls.Control
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns the value, if any, associated with this control.
- getValue() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns the value, if any, associated with this control.
- getValue(Object) - Method in class org.forgerock.opendj.ldap.Option
-
Returns the provided value if not null
, otherwise returns the
default one.
- getValue() - Method in class org.forgerock.opendj.ldap.requests.AbstractExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.ExtendedRequest
-
Returns the value, if any, associated with this extended request.
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
- getValue() - Method in interface org.forgerock.opendj.ldap.requests.WhoAmIExtendedRequest
-
- getValue() - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResult
-
- getValue() - Method in class org.forgerock.opendj.ldap.responses.AbstractIntermediateResponse
-
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
Returns the value, if any, associated with this extended result.
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.IntermediateResponse
-
Returns the value, if any, associated with this intermediate response.
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- getValue() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- getVendorName() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns a string which represents the name of the Directory Server
implementer.
- getVendorNameAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the vendorName
Attribute Type
which has the OID 1.3.6.1.1.4
.
- getVendorVersion() - Method in class org.forgerock.opendj.ldap.RootDSE
-
Returns a string which represents the version of the Directory Server
implementation.
- getVendorVersionAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the vendorVersion
Attribute Type
which has the OID 1.3.6.1.1.5
.
- getVisibility() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
-
Returns a boolean indicating whether or not sub-entries should be
included in the search results.
- getWarnings() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Returns an unmodifiable collection containing all of the warnings that
were detected when this schema was constructed.
- getWarnings() - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
Returns the warnings generated by the parsing of template file.
- getWarningType() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Returns the password policy warning type, if available.
- getWarningValue() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Returns the password policy warning value, if available.
- getWordMatchingRule() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the wordMatch
Matching Rule
which has the OID 2.5.13.32
.
- getWriter(ByteStringBuilder) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 writer whose destination is the provided byte string
builder.
- getWriter(ByteStringBuilder, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 writer whose destination is the provided byte string
builder.
- getWriter(OutputStream) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 writer whose destination is the provided output stream.
- getWriter(OutputStream, int) - Static method in class org.forgerock.opendj.io.ASN1
-
Returns an ASN.1 writer whose destination is the provided output stream.
- getWriter(W) - Static method in class org.forgerock.opendj.io.LDAP
-
Creates a new LDAP writer which will write LDAP messages to the provided
ASN.1 writer.
- getX121AddressAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the x121Address
Attribute Type
which has the OID 2.5.4.24
.
- getX500UniqueIdentifierAttributeType() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the x500UniqueIdentifier
Attribute Type
which has the OID 2.5.4.45
.
- getX509CertificateExactAssertionSyntax() - Static method in class org.forgerock.opendj.ldap.schema.CoreSchema
-
Returns a reference to the X.509 Certificate Exact Assertion Syntax
which has the OID 1.3.6.1.1.15.1
.
- greaterOrEqual(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new greater or equal
filter using the provided
attribute description and assertion value.
- greaterThan(String, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new greater than
filter using the provided attribute
description and assertion value.
- GSERParser - Class in org.forgerock.opendj.ldap
-
This class implements a parser for strings which are encoded using the
Generic String Encoding Rules (GSER) defined in RFC 3641.
- GSERParser(CharSequence) - Constructor for class org.forgerock.opendj.ldap.GSERParser
-
Creates a new GSER Parser.
- GSSAPISASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The GSSAPI SASL bind request as defined in RFC 2831.
- identityFunction() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which always returns the value that it was provided
with.
- IGNORE_ALL - Static variable in interface org.forgerock.opendj.ldif.RejectedLDIFListener
-
A handler which ignores all rejected record notifications.
- ignoreAll() - Static method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Creates a new schema validation policy which will not perform any schema
validation.
- implementation(MatchingRuleImpl) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Sets the matching rule implementation.
- implementation(SyntaxImpl) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
Sets the syntax implementation.
- IN_SEARCHING - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
-
While searching subordinates of the base object, dereference any alias
within the scope of the Search operation.
- INAPPROPRIATE_AUTHENTICATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that an authentication attempt failed
because the requested type of authentication was not appropriate for the
targeted entry.
- INAPPROPRIATE_MATCHING - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it attempted to perform an inappropriate type of matching against
an attribute.
- includeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
-
Specifies whether or not all operational attributes should be included in
filtered entries.
- includeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldap.AttributeFilter
-
Specifies whether or not all user attributes should be included in
filtered entries.
- includeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeFilter
-
Specifies that the named attribute should be included in filtered
entries.
- includeAttribute(String) - Method in class org.forgerock.opendj.ldap.AttributeFilter
-
Specifies that the named attribute should be included in filtered
entries.
- includeAttribute(String, Schema) - Method in class org.forgerock.opendj.ldap.AttributeFilter
-
Specifies that the named attribute should be included in filtered
entries.
- INCREMENT - Static variable in class org.forgerock.opendj.ldap.ModificationType
-
Increment all existing values of the attribute by the amount specified in
the modification value.
- Indexer - Interface in org.forgerock.opendj.ldap.spi
-
This class is registered with a Backend and it provides callbacks
for indexing attribute values.
- IndexingOptions - Interface in org.forgerock.opendj.ldap.spi
-
Contains options indicating how indexing must be performed.
- IndexQueryFactory<T> - Interface in org.forgerock.opendj.ldap.spi
-
A factory for creating arbitrarily complex index queries.
- INSUFFICIENT_ACCESS_RIGHTS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the client does not have sufficient
permission to perform the requested operation.
- intermediateResponse(int, IntermediateResponse) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- intermediateResponse(int, IntermediateResponse) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP intermediate response message.
- IntermediateResponse - Interface in org.forgerock.opendj.ldap.responses
-
An Intermediate response provides a general mechanism for defining
single-request/multiple-response operations.
- IntermediateResponseHandler - Interface in org.forgerock.opendj.ldap
-
A completion handler for consuming intermediate responses returned from
extended operations, or other operations for which an appropriate control was
sent.
- intValue() - Method in enum org.forgerock.opendj.ldap.controls.PersistentSearchChangeType
-
Returns the integer value for this change type as defined in the internet
draft.
- intValue() - Method in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
-
Returns the integer value of this alias dereferencing policy as defined
in RFC 4511 section 4.5.1.
- intValue() - Method in class org.forgerock.opendj.ldap.ModificationType
-
Returns the integer value of this modification change type as defined in
RFC 4511 section 4.6.
- intValue() - Method in class org.forgerock.opendj.ldap.ResultCode
-
Returns the integer value of this result code.
- intValue() - Method in class org.forgerock.opendj.ldap.SearchScope
-
Returns the integer value of this search scope as defined in RFC 4511
section 4.5.1.2.
- INVALID_ATTRIBUTE_SYNTAX - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it violated the syntax for a specified attribute.
- INVALID_CREDENTIALS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that an authentication attempt failed
because the user did not provide a valid set of credentials.
- INVALID_DN_SYNTAX - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it would have resulted in an entry with an invalid or malformed
DN.
- IS_DELETED_ATTR - Static variable in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
-
The name of the isDeleted attribute as defined in the Active Directory
schema.
- isBEREncodingRequired() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Indicates whether this attribute syntax requires that values must be
encoded using the Basic Encoding Rules (BER) used by X.500 directories
and always include the binary
attribute description option.
- isBEREncodingRequired() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Indicates whether this attribute syntax requires that values must be
encoded using the Basic Encoding Rules (BER) used by X.500 directories
and always include the binary
attribute description option.
- isBindOrStartTLS() - Method in class org.forgerock.opendj.ldap.spi.BindResultLdapPromiseImpl
-
- isBindOrStartTLS() - Method in class org.forgerock.opendj.ldap.spi.ExtendedResultLdapPromiseImpl
-
- isBindOrStartTLS() - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Returns true
if this promise represents the result of a bind or
StartTLS request.
- isChangesOnly() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Returns true
if only updated entries should be returned (added,
modified, deleted, or subject to a modifyDN operation), otherwise
false
if the search will initially return all the existing
entries which match the filter.
- isChildOf(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN is an immediate child of the provided DN.
- isChildOf(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN is an immediate child of the provided DN
decoded using the default schema.
- isClosed() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Indicates whether or not this connection has been explicitly closed by
calling close
.
- isClosed() - Method in interface org.forgerock.opendj.ldap.Connection
-
Indicates whether or not this connection has been explicitly closed by
calling close
.
- isClosed() - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Returns
true
if the underlying connection has been closed as a
result of a client disconnect, a fatal connection error, or a server-side
LDAPClientContext.disconnect()
.
- isClosed() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Indicates whether or not this connection has been explicitly closed by
calling close
.
- isCollective() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether this attribute type is declared "collective".
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in interface org.forgerock.opendj.ldap.controls.Control
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.GenericControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isCritical() - Method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Returns true
if it is unacceptable to perform the operation
without applying the semantics of this control.
- isDeleteOldRDN() - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Indicates whether the old RDN attribute values are to be retained as
attributes of the entry or deleted from the entry.
- isDescendantOf(ObjectClass) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Indicates whether this objectclass is a descendant of the provided class.
- isEmpty() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns true
if this attribute contains no attribute values.
- isEmpty() - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Returns true
if this byte sequence has a length of zero.
- isEmpty() - Method in class org.forgerock.opendj.ldap.ByteString
-
- isEmpty() - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns true
if this byte sequence has a length of zero.
- isEmpty() - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns true
if this memory backend does not contain any entries.
- isEntry() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Waits for the next search result entry or reference to become available
and returns true
if it is an entry, or false
if it is a
reference.
- isExceptional() - Method in class org.forgerock.opendj.ldap.ResultCode
-
Indicates whether or not this result code represents an error result.
- isFatal() - Method in exception org.forgerock.opendj.ldap.DecodeException
-
Indicates whether or not the error was fatal and the associated input
source can no longer be used.
- isHumanReadable() - Method in class org.forgerock.opendj.ldap.schema.Syntax
-
Indicates whether this attribute syntax would likely be a human readable
string.
- isHumanReadable() - Method in interface org.forgerock.opendj.ldap.schema.SyntaxImpl
-
Indicates whether this attribute syntax would likely be a human readable
string.
- isIgnore() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns true
if this policy is IGNORE
.
- isInScopeOf(DN, SearchScope) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN matches the provided base DN and search
scope.
- isInScopeOf(String, SearchScope) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN matches the provided base DN and search
scope.
- isMultiValued() - Method in class org.forgerock.opendj.ldap.RDN
-
Returns true
if this RDN contains more than one AVA.
- isNoUserModification() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether this attribute type is declared "no-user-modification".
- isObjectClass() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Indicates whether or not this attribute description is the
objectClass
attribute description with no options.
- isObjectClass() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether or not this attribute type is the objectClass
attribute type having the OID 2.5.4.0.
- isObsolete() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether this schema definition is declared "obsolete".
- isObsolete() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Indicates whether this schema definition is declared "obsolete".
- isObsolete() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule
-
Indicates whether this schema definition is declared "obsolete".
- isObsolete() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Indicates whether this schema definition is declared "obsolete".
- isObsolete() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse
-
Indicates whether this schema definition is declared "obsolete".
- isObsolete() - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns true
if this name form is "obsolete".
- isObsolete() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Indicates whether this schema definition is declared "obsolete".
- isOperational() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether this is an operational attribute.
- isOperational() - Method in enum org.forgerock.opendj.ldap.schema.AttributeUsage
-
Determine whether or not attributes having this attribute usage are
operational.
- isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Indicates whether the provided attribute type is included in the optional
attribute list for this DIT content rule.
- isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns true
if the provided attribute type is included in the
list of optional attributes for this name form.
- isOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Indicates whether the provided attribute type is included in the optional
attribute list for this or any of its superior objectclasses.
- isParentOf(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN is the immediate parent of the provided
DN.
- isParentOf(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN is the immediate parent of the provided
DN.
- isPlaceHolder() - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Indicates whether this attribute description is a temporary place-holder
allocated dynamically by a non-strict schema when no corresponding
registered attribute type was found.
- isPlaceHolder() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether this attribute type is a temporary place-holder
allocated dynamically by a non-strict schema when no registered attribute
type was found.
- isReference() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Waits for the next search result entry or reference to become available
and returns true
if it is a reference, or false
if it is
an entry.
- isReferral() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- isReferral() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- isReferral() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- isReferral() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- isReferral() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- isReferral() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Indicates whether or not a referral needs to be chased in order to
complete the operation.
- isReferral() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- isReject() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns true
if this policy is REJECT
.
- isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Indicates whether the provided attribute type is included in the required
attribute list for this DIT content rule.
- isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns true
if the provided attribute type is included in the
list of required attributes for this name form.
- isRequired(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Indicates whether the provided attribute type is included in the required
attribute list for this or any of its superior objectclasses.
- isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule
-
Indicates whether the provided attribute type is in the list of required
or optional attributes for this DIT content rule.
- isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.NameForm
-
Returns true
if the provided attribute type is included in the
list of optional or required attributes for this name form.
- isRequiredOrOptional(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass
-
Indicates whether the provided attribute type is in the list of required
or optional attributes for this objectclass or any of its superior
classes.
- isReturnECs() - Method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Returns true
if the entry change notification control should be
included in updated entries that match the associated search criteria.
- isReverseOrder() - Method in class org.forgerock.opendj.ldap.SortKey
-
Returns true
if this sort key should be evaluated in reverse
(descending) order.
- isRootDN() - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN is the Root DN.
- isSASLBindInProgress() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
Indicates whether or not the server requires the client to send a new
SASL Bind request with the same SASL mechanism in order to continue the
authentication process.
- isSecure() - Method in class org.forgerock.opendj.ldap.LDAPUrl
-
Returns true
if this LDAP URL should use LDAPS or false
if it should use LDAP.
- isServerAuth() - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Returns true
if the server must authenticate to the client.
- isServerAuth() - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Returns true
if the server must authenticate to the client.
- isSingleEntrySearch() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Indicates whether search result is expected to be limited to a single entry.
- isSingleValue() - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether this attribute type is declared "single-value".
- isStrict() - Method in class org.forgerock.opendj.ldap.schema.Schema
-
Indicates whether or not this schema is strict.
- isSubordinateOrEqualTo(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN is subordinate to or equal to the
provided DN.
- isSubordinateOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN is subordinate to or equal to the
provided DN.
- isSubTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Indicates whether or not this attribute description is a sub-type of the
provided attribute description as defined in RFC 4512 section 2.5.
- isSubTypeOf(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether or not this attribute type is a sub-type of the
provided attribute type.
- isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Indicates whether or not the request succeeded or not.
- isSuccess() - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- isSuperiorOrEqualTo(DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN is superior to or equal to the provided
DN.
- isSuperiorOrEqualTo(String) - Method in class org.forgerock.opendj.ldap.DN
-
Returns true
if this DN is superior to or equal to the provided
DN.
- isSuperTypeOf(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AttributeDescription
-
Indicates whether or not this attribute description is a super-type of
the provided attribute description as defined in RFC 4512 section 2.5.
- isSuperTypeOf(AttributeType) - Method in class org.forgerock.opendj.ldap.schema.AttributeType
-
Indicates whether or not this attribute type is a super-type of the
provided attribute type.
- isTypesOnly() - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Indicates whether search results are to contain both attribute
descriptions and values, or just attribute descriptions.
- isValid() - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Returns true
if this connection has not been closed and no fatal
errors have been detected.
- isValid() - Method in interface org.forgerock.opendj.ldap.Connection
-
Returns true
if this connection has not been closed and no fatal
errors have been detected.
- isValid() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Returns true
if the associated connection has not been closed and
no fatal errors have been detected.
- isWarn() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns true
if this policy is WARN
.
- iterator() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Returns an iterator over the attribute values in this attribute.
- iterator() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns an iterator over the attribute values in this attribute.
- iterator() - Method in class org.forgerock.opendj.ldap.DN
-
Returns an iterator of the RDNs contained in this DN.
- iterator() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
Returns an iterator over the attribute values in this attribute.
- iterator() - Method in class org.forgerock.opendj.ldap.RDN
-
Returns an iterator of the AVAs contained in this RDN.
- nameForm(String) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Sets the name form associated with the DIT structure rule.
- NameForm - Class in org.forgerock.opendj.ldap.schema
-
This class defines a data structure for storing and interacting with a name
form, which defines the attribute type(s) that must and/or may be used in the
RDN of an entry with a given structural objectclass.
- NameForm.Builder - Class in org.forgerock.opendj.ldap.schema
-
A fluent API for incrementally constructing name forms.
- names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Adds the provided user friendly names.
- names(String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Adds the provided user friendly names.
- names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds the provided user friendly names.
- names(String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds the provided user friendly names.
- names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Adds the provided user friendly names.
- names(String...) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Adds the provided user friendly names.
- names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Adds the provided user friendly names.
- names(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Adds the provided user friendly names.
- names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds the provided user friendly names.
- names(String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Adds the provided user friendly names.
- names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Adds the provided user friendly names.
- names(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Adds the provided user friendly names.
- names(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided user friendly names.
- names(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided user friendly names.
- NAMING_VIOLATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it would have violated the server's naming configuration.
- needsChecking() - Method in enum org.forgerock.opendj.ldap.schema.SchemaValidationPolicy.Action
-
Returns true
if this policy is WARN
or REJECT
.
- NEVER - Static variable in class org.forgerock.opendj.ldap.DereferenceAliasesPolicy
-
Do not dereference aliases in searching or in locating the base object of
a Search operation.
- newAbandonRequest(int) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new abandon request using the provided message ID.
- newAddRequest(DN) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new add request using the provided distinguished name.
- newAddRequest(Entry) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new add request backed by the provided entry.
- newAddRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new add request using the provided distinguished name decoded
using the default schema.
- newAddRequest(String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new add request using the provided lines of LDIF decoded using
the default schema.
- newAnonymousSASLBindRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new anonymous SASL bind request having the provided trace
string.
- newAssertionControl(boolean, ByteString, int, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Creates a new virtual list view request control that will identify the
target entry by an assertion value.
- newAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.AttributeFactory
-
Creates an attribute using the provided attribute description and no
values.
- newAuthenticatedConnectionFactory(ConnectionFactory, BindRequest) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new authenticated connection factory which will obtain
connections using the provided connection factory and immediately perform
the provided Bind request.
- newBindLdapPromise(int, BindRequest, BindClient, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
- newBindResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new bind result using the provided result code.
- newCachedConnectionPool(ConnectionFactory) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new connection pool which creates new connections as needed
using the provided connection factory, but will reuse previously
allocated connections when they are available.
- newCachedConnectionPool(ConnectionFactory, int, int, long, TimeUnit) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new connection pool which creates new connections as needed
using the provided connection factory, but will reuse previously
allocated connections when they are available.
- newCachedConnectionPool(ConnectionFactory, int, int, long, TimeUnit, ScheduledExecutorService) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new connection pool which creates new connections as needed
using the provided connection factory, but will reuse previously
allocated connections when they are available.
- newCancelExtendedRequest(int) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new cancel extended request using the provided message ID.
- newChangeRecord(String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new change record (an add, delete, modify, or modify DN
request) using the provided lines of LDIF decoded using the default
schema.
- newCompareLdapPromise(int, CompareRequest, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
- newCompareRequest(DN, AttributeDescription, Object) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new compare request using the provided distinguished name,
attribute name, and assertion value.
- newCompareRequest(String, String, Object) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new compare request using the provided distinguished name,
attribute name, and assertion value decoded using the default schema.
- newCompareResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new compare result using the provided result code.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.ADNotificationRequestControl
-
Creates a new Active Directory change notification request control.
- newControl(boolean, Filter) - Static method in class org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
Creates a new assertion using the provided criticality and assertion
filter.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityRequestControl
-
Creates a new authorization identity request control having the provided
criticality.
- newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.AuthorizationIdentityResponseControl
-
Creates a new authorization identity response control using the provided
authorization ID.
- newControl(PersistentSearchChangeType, DN, long) - Static method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Creates a new entry change notification response control with the
provided change type and optional previous distinguished name and change
number.
- newControl(PersistentSearchChangeType, String, long) - Static method in class org.forgerock.opendj.ldap.controls.EntryChangeNotificationResponseControl
-
Creates a new entry change notification response control with the
provided change type and optional previous distinguished name and change
number.
- newControl(Control) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
-
Creates a new control having the same OID, criticality, and value as the
provided control.
- newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
-
Creates a new non-critical control having the provided OID and no value.
- newControl(String, boolean) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
-
Creates a new control having the provided OID and criticality, but no
value.
- newControl(String, boolean, Object) - Static method in class org.forgerock.opendj.ldap.controls.GenericControl
-
Creates a new control having the provided OID, criticality, and value.
- newControl(boolean, DN, Collection<AttributeType>) - Static method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Creates a new get effective rights request control with the provided
criticality, optional authorization name and attribute list.
- newControl(boolean, String, String...) - Static method in class org.forgerock.opendj.ldap.controls.GetEffectiveRightsRequestControl
-
Creates a new get effective rights request control with the provided
criticality, optional authorization name and attribute list.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.ManageDsaITRequestControl
-
Creates a new ManageDsaIT request control having the provided
criticality.
- newControl(boolean, Collection<Filter>) - Static method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
Creates a new matched values request control with the provided
criticality and list of filters.
- newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.MatchedValuesRequestControl
-
Creates a new matched values request control with the provided
criticality and list of filters.
- newControl() - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiredResponseControl
-
Creates a new Netscape password expired response control.
- newControl(int) - Static method in class org.forgerock.opendj.ldap.controls.PasswordExpiringResponseControl
-
Creates a new Netscape password expiring response control with the
provided amount of time until expiration.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyRequestControl
-
Creates a new password policy request control having the provided
criticality.
- newControl(PasswordPolicyErrorType) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Creates a new password policy response control with the provided error.
- newControl(PasswordPolicyWarningType, int) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Creates a new password policy response control with the provided warning.
- newControl(PasswordPolicyWarningType, int, PasswordPolicyErrorType) - Static method in class org.forgerock.opendj.ldap.controls.PasswordPolicyResponseControl
-
Creates a new password policy response control with the provided warning
and error.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.PermissiveModifyRequestControl
-
Creates a new permissive modify request control having the provided
criticality.
- newControl(boolean, boolean, boolean, Collection<PersistentSearchChangeType>) - Static method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Creates a new persistent search request control.
- newControl(boolean, boolean, boolean, PersistentSearchChangeType...) - Static method in class org.forgerock.opendj.ldap.controls.PersistentSearchRequestControl
-
Creates a new persistent search request control.
- newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
Creates a new post-read request control.
- newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.PostReadRequestControl
-
Creates a new post-read request control.
- newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PostReadResponseControl
-
Creates a new post-read response control.
- newControl(boolean, Collection<String>) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
Creates a new pre-read request control.
- newControl(boolean, String...) - Static method in class org.forgerock.opendj.ldap.controls.PreReadRequestControl
-
Creates a new pre-read request control.
- newControl(Entry) - Static method in class org.forgerock.opendj.ldap.controls.PreReadResponseControl
-
Creates a new pre-read response control.
- newControl(DN) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
Creates a new proxy authorization v1 request control with the provided
authorization name.
- newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV1RequestControl
-
Creates a new proxy authorization v1 request control with the provided
authorization name decoded using the default schema.
- newControl(String) - Static method in class org.forgerock.opendj.ldap.controls.ProxiedAuthV2RequestControl
-
Creates a new proxy authorization v2 request control with the provided
authorization ID.
- newControl(boolean, Collection<SortKey>) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
Creates a new server side sort request control with the provided
criticality and list of sort keys.
- newControl(boolean, SortKey...) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
Creates a new server side sort request control with the provided
criticality and list of sort keys.
- newControl(boolean, String) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortRequestControl
-
Creates a new server side sort request control with the provided
criticality and string representation of a list of sort keys.
- newControl(ResultCode) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Creates a new server-side response control with the provided sort result
and no attribute description.
- newControl(ResultCode, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Creates a new server-side response control with the provided sort result
and attribute description.
- newControl(ResultCode, String) - Static method in class org.forgerock.opendj.ldap.controls.ServerSideSortResponseControl
-
Creates a new server-side response control with the provided sort result
and attribute description.
- newControl(boolean, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.SimplePagedResultsControl
-
Creates a new simple paged results control with the provided criticality,
size, and cookie.
- newControl(boolean, boolean) - Static method in class org.forgerock.opendj.ldap.controls.SubentriesRequestControl
-
Creates a new sub-entries request control having the provided criticality
and sub-entry visibility.
- newControl(boolean) - Static method in class org.forgerock.opendj.ldap.controls.SubtreeDeleteRequestControl
-
Creates a new tree delete request control having the provided
criticality.
- newControl(int, int, ResultCode, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewResponseControl
-
Creates a new virtual list view response control.
- newCRAMMD5SASLBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new CRAM-MD5 SASL bind request having the provided
authentication ID and password.
- newCRAMMD5SASLBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new CRAM-MD5 SASL bind request having the provided
authentication ID and password.
- newDeleteRequest(DN) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new delete request using the provided distinguished name.
- newDeleteRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new delete request using the provided distinguished name
decoded using the default schema.
- newDigestMD5SASLBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new DIGEST-MD5 SASL bind request having the provided
authentication ID and password, but no realm or authorization ID.
- newDigestMD5SASLBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new DIGEST-MD5 SASL bind request having the provided
authentication ID and password, but no realm or authorization ID.
- newEntry(DN) - Method in interface org.forgerock.opendj.ldap.EntryFactory
-
Creates an empty entry using the provided distinguished name and no
attributes.
- newEntryCollectionReader(Collection<Entry>) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Returns an entry reader over the provided entry collection.
- newEntryIteratorReader(Iterator<Entry>) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Returns an entry reader over the provided entry iterator.
- newExtendedErrorResult(ResultCode, String, String) - Method in class org.forgerock.opendj.ldap.responses.AbstractExtendedResultDecoder
-
- newExtendedErrorResult(ResultCode, String, String) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResultDecoder
-
Creates a new extended error result using the provided result code,
matched DN, and diagnostic message.
- newExtendedLdapPromise(int, ExtendedRequest<S>, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
- newExternalSASLBindRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new External SASL bind request with no authorization ID.
- newFailedLdapPromise(E) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
Returns a
LdapPromise
representing an asynchronous task which has
already failed with the provided error.
- newFailedLdapPromise(E, int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
Returns a
LdapPromise
representing an asynchronous task,
identified by the provided requestID, which has already failed with the
provided error.
- newFixedConnectionPool(ConnectionFactory, int) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new connection pool which will maintain poolSize
connections created using the provided connection factory.
- newGenericBindRequest(byte, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new generic bind request using an empty distinguished name,
authentication type, and authentication information.
- newGenericBindRequest(String, byte, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new generic bind request using the provided name,
authentication type, and authentication information.
- newGenericExtendedRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new generic extended request using the provided name and no
value.
- newGenericExtendedRequest(String, Object) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new generic extended request using the provided name and
optional value.
- newGenericExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new generic extended result using the provided result code.
- newGenericIntermediateResponse() - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new generic intermediate response with no name or value.
- newGenericIntermediateResponse(String, Object) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new generic intermediate response using the provided response
name and value.
- newGSSAPISASLBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new GSSAPI SASL bind request having the provided authentication
ID and password, but no realm, KDC address, or authorization ID.
- newGSSAPISASLBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new GSSAPI SASL bind request having the provided authentication
ID and password, but no realm, KDC address, or authorization ID.
- newGSSAPISASLBindRequest(Subject) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new GSSAPI SASL bind request having the provided subject, but
no authorization ID.
- newHeartBeatConnectionFactory(ConnectionFactory) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new heart-beat connection factory which will create connections
using the provided connection factory and periodically ping any created
connections in order to detect that they are still alive every 10 seconds
using the default scheduler.
- newHeartBeatConnectionFactory(ConnectionFactory, long, long, TimeUnit) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new heart-beat connection factory which will create connections
using the provided connection factory and periodically ping any created
connections in order to detect that they are still alive using the
specified frequency and the default scheduler.
- newHeartBeatConnectionFactory(ConnectionFactory, long, long, TimeUnit, SearchRequest) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new heart-beat connection factory which will create connections
using the provided connection factory and periodically ping any created
connections using the specified search request in order to detect that
they are still alive.
- newHeartBeatConnectionFactory(ConnectionFactory, long, long, TimeUnit, SearchRequest, ScheduledExecutorService) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new heart-beat connection factory which will create connections
using the provided connection factory and periodically ping any created
connections using the specified search request in order to detect that
they are still alive.
- newInternalConnection(RequestHandler<RequestContext>) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new internal client connection which will route requests to the
provided RequestHandler
.
- newInternalConnection(ServerConnection<Integer>) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new internal client connection which will route requests to the
provided ServerConnection
.
- newInternalConnectionFactory(RequestHandler<RequestContext>) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new connection factory which binds internal client connections
to the provided
RequestHandler
s.
- newInternalConnectionFactory(RequestHandlerFactory<C, RequestContext>, C) - Static method in class org.forgerock.opendj.ldap.Connections
-
- newInternalConnectionFactory(ServerConnectionFactory<C, Integer>, C) - Static method in class org.forgerock.opendj.ldap.Connections
-
- newLdapException(ResultCode) - Static method in exception org.forgerock.opendj.ldap.LdapException
-
Creates a new LDAP exception with the provided result code and an
empty diagnostic message.
- newLdapException(ResultCode, CharSequence) - Static method in exception org.forgerock.opendj.ldap.LdapException
-
Creates a new LDAP exception with the provided result code and
diagnostic message.
- newLdapException(ResultCode, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
-
Creates a new LDAP exception with the provided result code and
cause.
- newLdapException(ResultCode, CharSequence, Throwable) - Static method in exception org.forgerock.opendj.ldap.LdapException
-
Creates a new LDAP exception with the provided result code,
diagnostic message, and cause.
- newLdapException(Result) - Static method in exception org.forgerock.opendj.ldap.LdapException
-
Creates a new LDAP exception using the provided result.
- newLdapPromiseImpl() - Static method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
-
- newLdapPromiseImpl(int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromiseImpl
-
- newLoadBalancer(LoadBalancingAlgorithm) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new load balancer which will obtain connections using the
provided load balancing algorithm.
- newModifyDNRequest(DN, RDN) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify DN request using the provided distinguished name and
new RDN.
- newModifyDNRequest(String, String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify DN request using the provided distinguished name and
new RDN decoded using the default schema.
- newModifyRequest(DN) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify request using the provided distinguished name.
- newModifyRequest(Entry, Entry) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify request containing a list of modifications which can
be used to transform fromEntry
into entry toEntry
.
- newModifyRequest(String) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify request using the provided distinguished name
decoded using the default schema.
- newModifyRequest(String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new modify request using the provided lines of LDIF decoded
using the default schema.
- newNamedConnectionFactory(ConnectionFactory, String) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new connection factory which forwards connection requests to
the provided factory, but whose toString
method will always
return name
.
- newOffsetControl(boolean, int, int, int, int, ByteString) - Static method in class org.forgerock.opendj.ldap.controls.VirtualListViewRequestControl
-
Creates a new virtual list view request control that will identify the
target entry by a positional offset within the complete result set.
- newPasswordModifyExtendedRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new password modify extended request, with no user identity,
old password, or new password.
- newPasswordModifyExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new password modify extended result using the provided result
code, and no generated password.
- newPlainSASLBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new Plain SASL bind request having the provided authentication
ID and password, but no authorization ID.
- newPlainSASLBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new Plain SASL bind request having the provided authentication
ID and password, but no authorization ID.
- newResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new result using the provided result code.
- newResultLdapPromise(int, R, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
- newSearchLdapPromise(int, SearchRequest, SearchResultHandler, IntermediateResponseHandler, Connection) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
- newSearchRequest(DN, SearchScope, Filter, String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new search request using the provided distinguished name,
scope, and filter.
- newSearchRequest(String, SearchScope, String, String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new search request using the provided distinguished name,
scope, and filter, decoded using the default schema.
- newSearchResultEntry(DN) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new search result entry using the provided distinguished name.
- newSearchResultEntry(Entry) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new search result entry backed by the provided entry.
- newSearchResultEntry(String) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new search result entry using the provided distinguished name
decoded using the default schema.
- newSearchResultEntry(String...) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new search result entry using the provided lines of LDIF
decoded using the default schema.
- newSearchResultReference(String) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new search result reference using the provided continuation
reference URI.
- newServerConnectionFactory(RequestHandler<RequestContext>) - Static method in class org.forgerock.opendj.ldap.Connections
-
Creates a new server connection factory using the provided
RequestHandler
.
- newServerConnectionFactory(RequestHandlerFactory<C, RequestContext>) - Static method in class org.forgerock.opendj.ldap.Connections
-
- newSimpleBindRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new simple bind request having an empty name and password
suitable for anonymous authentication.
- newSimpleBindRequest(String, byte[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new simple bind request having the provided name and password
suitable for name/password authentication.
- newSimpleBindRequest(String, char[]) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new simple bind request having the provided name and password
suitable for name/password authentication.
- newSingleEntrySearchRequest(DN, SearchScope, Filter, String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new search request for a single entry, using the provided distinguished name,
scope, and filter.
- newSingleEntrySearchRequest(String, SearchScope, String, String...) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new search request for a single entry, using the provided distinguished name,
scope, and filter, decoded using the default schema.
- newStartTLSExtendedRequest(SSLContext) - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new start TLS extended request which will use the provided SSL
context.
- newSuccessfulLdapPromise(R) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
Returns a
LdapPromise
representing an asynchronous task which has
already succeeded with the provided result.
- newSuccessfulLdapPromise(R, int) - Static method in class org.forgerock.opendj.ldap.spi.LdapPromises
-
Returns a
LdapPromise
representing an asynchronous task,
identified by the provided requestID, which has already succeeded with
the provided result.
- newUnbindRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new unbind request.
- newUnexpectedRequestException(int, Request) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
Returns a decoding exception suitable for use when an unexpected LDAP
request is received.
- newUnexpectedResponseException(int, Response) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
Returns a decoding exception suitable for use when an unexpected LDAP
response is received.
- newUnsupportedMessageException(int, byte, ByteString) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
Returns a decoding exception suitable for use when an unsupported LDAP
message is received.
- newWhoAmIExtendedRequest() - Static method in class org.forgerock.opendj.ldap.requests.Requests
-
Creates a new Who Am I extended request.
- newWhoAmIExtendedResult(ResultCode) - Static method in class org.forgerock.opendj.ldap.responses.Responses
-
Creates a new who am I extended result with the provided result code and
no authorization ID.
- nextBigInteger() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Returns the next element as a BigInteger.
- nextBindRequest() - Method in interface org.forgerock.opendj.ldap.requests.BindClient
-
Returns the next bind request which should be used for the next stage of
authentication.
- nextChoiceValueIdentifier() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Return the identifier of the next IdentifiedChoiceValue element.
- nextInteger() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Returns the next element as an Integer.
- nextNamedValueIdentifier() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Returns the identifier of the next NamedValue element.
- nextString() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Returns the next element as a String.
- NO_OPERATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that should be used if the server did not actually
complete processing on the associated operation because the request
included the LDAP No-Op control.
- NO_SUCH_ATTRIBUTE - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it targeted an attribute or attribute value that did not exist in
the specified entry.
- NO_SUCH_OBJECT - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation failed
because it referenced an entry that does not exist.
- NO_SUCH_OPERATION - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a cancel request was unsuccessful
because the targeted operation did not exist or had already completed.
- normalizeAttributeValue(ByteSequence) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule
-
Returns the normalized form of the provided attribute value, which is
best suited for efficiently performing matching operations on that value.
- normalizeAttributeValue(Schema, ByteSequence) - Method in interface org.forgerock.opendj.ldap.schema.MatchingRuleImpl
-
Retrieves the normalized form of the provided attribute value, which is
best suited for efficiently performing matching operations on that value.
- normalizeString() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which converts a String
to lower case using
StaticUtils.toLowerCase(org.forgerock.opendj.ldap.ByteSequence, java.lang.StringBuilder)
and then trims it.
- not(ConditionResult) - Static method in enum org.forgerock.opendj.ldap.ConditionResult
-
Returns the logical NOT of the provided condition result, which is
TRUE
if the provided condition result is FALSE
,
TRUE
if it is FALSE
, and UNDEFINED
otherwise.
- not(Filter) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new not
filter using the provided sub-filter.
- NOT_ALLOWED_ON_NONLEAF - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation is not
allowed for non-leaf entries.
- NOT_ALLOWED_ON_RDN - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation is not
allowed on an RDN attribute.
- notifyConnectionClosed() - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Attempts to transition this connection state to closed and invokes event
listeners if successful.
- notifyConnectionError(boolean, LdapException) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Attempts to transition this connection state to error and invokes event
listeners if successful.
- notifyUnsolicitedNotification(ExtendedResult) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Notifies event listeners of the provided unsolicited notification if the
state is valid.
- noUserModification(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Specifies whether this attribute type is "no-user-modification".
- rdn() - Method in class org.forgerock.opendj.ldap.DN
-
Returns the RDN of this DN, or null
if this DN is the Root DN.
- RDN - Class in org.forgerock.opendj.ldap
-
A relative distinguished name (RDN) as defined in RFC 4512 section 2.3 is the
name of an entry relative to its immediate superior.
- RDN(AttributeType, Object) - Constructor for class org.forgerock.opendj.ldap.RDN
-
Creates a new RDN using the provided attribute type and value.
- RDN(String, Object) - Constructor for class org.forgerock.opendj.ldap.RDN
-
Creates a new RDN using the provided attribute type and value decoded
using the default schema.
- RDN(AVA...) - Constructor for class org.forgerock.opendj.ldap.RDN
-
Creates a new RDN using the provided AVAs.
- RDN(Collection<AVA>) - Constructor for class org.forgerock.opendj.ldap.RDN
-
Creates a new RDN using the provided AVAs.
- readBoolean(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as a boolean having the provided type tag.
- readBoolean() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a boolean having the Universal Boolean ASN.1
type tag.
- readBoolean(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a boolean having the provided type tag.
- readChangeRecord() - Method in interface org.forgerock.opendj.ldif.ChangeRecordReader
-
Reads the next change record, blocking if necessary until a change record
is available.
- readChangeRecord() - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Reads the next change record, blocking if necessary until a change record
is available.
- readEndExplicitTag() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Finishes reading an explicit tag and discards any unread elements.
- readEndSequence() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Finishes reading a sequence and discards any unread elements.
- readEndSequence() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Skips the input matching the end of a sequence and preceding space
characters.
- readEndSet() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Finishes reading a set and discards any unread elements.
- readEntry(ASN1Reader, DecodeOptions) - Static method in class org.forgerock.opendj.io.LDAP
-
Reads the next ASN.1 element from the provided ASN1Reader
as a an
Entry
.
- readEntry(DN, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- readEntry(DN, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Reads the named entry from the Directory Server.
- readEntry(String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Reads the named entry from the Directory Server.
- readEntry(DN, String...) - Method in interface org.forgerock.opendj.ldap.Connection
-
Reads the named entry from the Directory Server.
- readEntry(String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
-
Reads the named entry from the Directory Server.
- readEntry() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Waits for the next search result entry or reference to become available
and, if it is an entry, returns it as a SearchResultEntry
.
- readEntry() - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
- readEntry() - Method in interface org.forgerock.opendj.ldif.EntryReader
-
Reads the next entry, blocking if necessary until an entry is available.
- readEntry() - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Reads the next entry, blocking if necessary until an entry is available.
- readEntryAsync(DN, Collection<String>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- readEntryAsync(DN, Collection<String>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously reads the named entry from the Directory Server.
- readEntryAsync(DN, Collection<String>) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously reads the named entry from the Directory Server.
- readEnumerated(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as an enumerated having the provided type tag.
- readEnumerated() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an enumerated having the Universal Enumerated
ASN.1 type tag.
- readEnumerated(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an enumerated having the provided type tag.
- readFilter(ASN1Reader) - Static method in class org.forgerock.opendj.io.LDAP
-
Reads the next ASN.1 element from the provided ASN1Reader
as a
Filter
.
- readInteger(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as an integer having the provided type tag.
- readInteger() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an integer having the Universal Integer ASN.1
type tag.
- readInteger(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an integer having the provided type tag.
- readMessage(LDAPMessageHandler) - Method in class org.forgerock.opendj.io.LDAPReader
-
Reads the next LDAP message from the underlying ASN.1 reader.
- readNull(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as a null element having the provided type tag.
- readNull() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a null element having the Universal Null ASN.1
type tag.
- readNull(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a null element having the provided type tag.
- readOctetString(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as an octet string having the provided type tag.
- readOctetString(byte, ByteStringBuilder) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as an octet string having the provided type tag
and appends it to the provided
ByteStringBuilder
.
- readOctetString() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an octet string having the Universal Octet
String ASN.1 type tag.
- readOctetString(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an octet string having the provided type tag.
- readOctetString(byte, ByteStringBuilder) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an octet string having the provided type tag
and appends it to the provided
ByteStringBuilder
.
- readOctetString(ByteStringBuilder) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an octet string having the Universal Octet
String ASN.1 type tag and appends it to the provided
ByteStringBuilder
.
- readOctetStringAsString(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as an octet string having the provided type tag
and decodes the value as a UTF-8 encoded string.
- readOctetStringAsString() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an octet string having the Universal Octet
String ASN.1 type tag and decodes the value as a UTF-8 encoded string.
- readOctetStringAsString(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an octet string having the provided type tag
and decodes the value as a UTF-8 encoded string.
- readReference() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Waits for the next search result entry or reference to become available
and, if it is a reference, returns it as a SearchResultReference
.
- readResult() - Method in class org.forgerock.opendj.ldif.ConnectionEntryReader
-
Waits for the next search response to become available and returns it if
it is a search result indicating that the search completed successfully.
- readRootDSE(Connection) - Static method in class org.forgerock.opendj.ldap.RootDSE
-
Reads the Root DSE from the Directory Server using the provided
connection.
- readRootDSEAsync(Connection, LdapResultHandler<? super RootDSE>) - Static method in class org.forgerock.opendj.ldap.RootDSE
-
Asynchronously reads the Root DSE from the Directory Server using the
provided connection.
- readSchema(Connection, DN) - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Reads the schema contained in the named subschema sub-entry.
- readSchemaAsync(Connection, DN) - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Asynchronously reads the schema contained in the named subschema
sub-entry.
- readSchemaForEntry(Connection, DN) - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Reads the schema contained in the subschema sub-entry which applies to
the named entry.
- readSchemaForEntryAsync(Connection, DN) - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Asynchronously reads the schema contained in the subschema sub-entry
which applies to the named entry.
- readStartExplicitTag(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as an explicit tag having the provided tag type.
- readStartExplicitTag() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an explicit ignoring the ASN.1 type tag.
- readStartExplicitTag(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as an explicit tag having the provided tag type.
- readStartSequence(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as a sequence having the provided type tag.
- readStartSequence() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a sequence having the Universal Sequence ASN.1
type tag.
- readStartSequence(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a sequence having the provided type tag.
- readStartSequence() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Skips the input matching the start of a sequence and subsequent space
characters.
- readStartSet(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Reads the next element as a set having the provided type tag.
- readStartSet() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a set having the Universal Set ASN.1 type tag.
- readStartSet(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Reads the next element as a set having the provided type tag.
- REFERRAL - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a referral was encountered.
- ReferralException - Exception in org.forgerock.opendj.ldap
-
Thrown when the result code returned in a Result indicates that the Request
could not be processed by the Directory Server because the target entry is
located on another server.
- RejectedChangeRecordListener - Interface in org.forgerock.opendj.ldif
-
A listener interface which is notified whenever a change record cannot be
applied to an entry.
- RejectedLDIFListener - Interface in org.forgerock.opendj.ldif
-
A listener interface which is notified whenever LDIF records are skipped,
malformed, or fail schema validation.
- remaining() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Returns the number of bytes between the current position and the end of
the underlying byte sequence.
- remove(Object) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Removes value
from this attribute if it is present (optional
operation).
- remove(Object) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Removes value
from this attribute if it is present (optional
operation).
- remove(Object) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
Removes value
from this attribute if it is present (optional
operation).
- removeAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Removes all of the attribute values contained in values
from this
attribute if they are present (optional operation).
- removeAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Removes all of the attribute values contained in values
from this
attribute if they are present (optional operation).
- removeAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Removes all of the attribute values contained in values
from this
attribute if they are present (optional operation).
- removeAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Removes all of the attribute values contained in values
from this
attribute if they are present (optional operation).
- removeAllAttributes() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Removes all attribute types the matching rule applies to.
- removeAllAuxiliaryObjectClasses() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Clears the list of auxiliary object classes that entries subject to
this DIT content rule may belong to.
- removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
- removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
- removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
- removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
- removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
- removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
- removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
- removeAllExtraProperties() - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
- removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Removes all user defined names.
- removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Removes all user defined names.
- removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Removes all user defined names.
- removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Removes all user friendly names.
- removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Removes all user defined names.
- removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Removes all user friendly names.
- removeAllNames() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Removes all user defined names.
- removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Clears the list of attribute types that entries subject to this DIT
content rule may contain.
- removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Removes all optional attributes.
- removeAllOptionalAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Removes all optional attributes.
- removeAllProhibitedAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Clears the list of attribute types that entries subject to this DIT
content rule must not contain.
- removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Clears the list of attribute types that entries subject to this DIT
content rule must contain.
- removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Removes all required attributes.
- removeAllRequiredAttributes() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Removes all required attributes.
- removeAllSuperiorObjectClass() - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Removes all superior object class.
- removeAllSuperiorRules() - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Removes all superior rules.
- removeAttribute(Attribute, Collection<? super ByteString>) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- removeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- removeAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.Entry
-
Removes all of the attribute values contained in attribute
from
this entry if it is present (optional operation).
- removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.Entry
-
Removes the named attribute from this entry if it is present (optional
operation).
- removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
-
Removes all of the attribute values contained in values
from the
named attribute in this entry if it is present (optional operation).
- removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- removeAttribute(Attribute, Collection<? super ByteString>) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- removeAttribute(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- removeAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- removeAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Removes the provided attribute type.
- removeAttributeType(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Removes the named attribute type from this schema builder.
- removeAuxiliaryObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Removes the provided object class in the list of auxiliary object classes that entries subject to
this DIT content rule may belong to.
- removeCancelRequestListener(CancelRequestListener) - Method in interface org.forgerock.opendj.ldap.RequestContext
-
Removes the provided cancellation listener from this request context so
that it will not be notified if a cancellation request has been received.
- removeConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Removes the provided connection event listener from this connection so
that it will no longer be notified when this connection is closed by the
application, receives an unsolicited notification, or experiences a fatal
error.
- removeConnectionEventListener(ConnectionEventListener) - Method in interface org.forgerock.opendj.ldap.Connection
-
Removes the provided connection event listener from this connection so
that it will no longer be notified when this connection is closed by the
application, receives an unsolicited notification, or experiences a fatal
error.
- removeConnectionEventListener(ConnectionEventListener) - Method in class org.forgerock.opendj.ldap.spi.ConnectionState
-
Removes the provided connection event listener from this connection so
that it will no longer be notified when this connection is closed by the
application, receives an unsolicited notification, or experiences a fatal
error.
- removeDITContentRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Removes the named DIT content rule from this schema builder.
- removeDITStructureRule(int) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Removes the specified DIT structure rule from this schema builder.
- removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
- removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
- removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
- removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
- removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
- removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
- removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
- removeExtraProperty(String, String...) - Method in class org.forgerock.opendj.ldap.schema.Syntax.Builder
-
- removeListener(TimeoutEventListener) - Method in class org.forgerock.opendj.ldap.TimeoutChecker
-
Deregisters a timeout event listener for timeout notification.
- removeMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Removes the named matching rule from this schema builder.
- removeMatchingRuleUse(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Removes the named matching rule use from this schema builder.
- removeName(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Removes the provided user defined name.
- removeName(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Removes the provided user defined name.
- removeName(String) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Removes the provided user defined name.
- removeName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Removes the provided user friendly name.
- removeName(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRuleUse.Builder
-
Removes the provided user defined name.
- removeName(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Removes the provided user friendly name.
- removeName(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Removes the provided user defined name.
- removeNameForm(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Removes the named name form from this schema builder.
- removeObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Removes the named object class from this schema builder.
- removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Removes the provided optional attribute in the list of attribute
types that entries subject to this DIT content rule may contain.
- removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Removes the specified optional attribute.
- removeOptionalAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Removes the provided optional attribute.
- removeProhibitedAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Removes the provided prohibited attribute in the list of attribute
types that entries subject to this DIT content rule must not contain.
- removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Removes the provided required attribute in the list of attribute
types that entries subject to this DIT content rule must contain.
- removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Removes the specified required attribute.
- removeRequiredAttribute(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Removes the provided required attribute.
- removeSuperiorObjectClass(String) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Removes the provided superior object class.
- removeSuperiorRule(int) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Removes the provided superior rule.
- removeSyntax(String) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Removes the named syntax from this schema builder.
- rename(DN, DN) - Method in class org.forgerock.opendj.ldap.DN
-
Returns a copy of this DN whose parent DN, fromDN
, has been
renamed to the new parent DN, toDN
.
- renameAttribute(Attribute, AttributeDescription) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a view of attribute
having a different attribute
description.
- renameAttribute(Attribute, String) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a view of attribute
having a different attribute
description.
- REPLACE - Static variable in class org.forgerock.opendj.ldap.ModificationType
-
Replace all existing values of the attribute with the new values listed
in the modification, creating the attribute if it did not already exist.
- replaceAttribute(Attribute) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- replaceAttribute(String, Object...) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.Entry
-
Adds all of the attribute values contained in attribute
to this
entry, replacing any existing attribute values (optional operation).
- replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.Entry
-
Adds all of the attribute values contained in values
to this
entry, replacing any existing attribute values (optional operation).
- replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- replaceAttribute(Attribute) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- replaceAttribute(String, Object...) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- replaceSingleValuedAttributes() - Method in class org.forgerock.opendj.ldap.Entries.DiffOptions
-
Requests that the generated changes should use the
REPLACE
modification type when the
new attribute contains at most one attribute value.
- Request - Interface in org.forgerock.opendj.ldap.requests
-
The base class of all Requests provides methods for querying and manipulating
the set of Controls included with a Request.
- RequestContext - Interface in org.forgerock.opendj.ldap
-
The context associated with a request currently being processed by a request
handler.
- RequestHandler<C> - Interface in org.forgerock.opendj.ldap
-
A handler interface for processing client requests.
- RequestHandlerFactory<C,R extends RequestContext> - Interface in org.forgerock.opendj.ldap
-
A handler interface for accepting new connections from clients.
- Requests - Class in org.forgerock.opendj.ldap.requests
-
This class contains various methods for creating and manipulating requests.
- requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds the provided attribute to the list of attribute types that
entries subject to this DIT content rule must contain.
- requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Adds the provided attribute to the list of attribute types that
entries subject to this DIT content rule must contain.
- requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Adds the provided required attributes.
- requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Adds the provided required attributes.
- requiredAttributes(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided required attributes.
- requiredAttributes(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided required attributes.
- requireSingleStructuralObjectClass() - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Returns the policy for verifying that entries have only a single
structural object class.
- requireSingleStructuralObjectClass(SchemaValidationPolicy.Action) - Method in class org.forgerock.opendj.ldap.schema.SchemaValidationPolicy
-
Specifies the policy for verifying that entries have only a single
structural object class.
- requireValue() - Method in class org.forgerock.opendj.ldap.AttributeParser
-
Throws a NoSuchElementException
if the attribute referenced by
this parser is null
or empty.
- resolveSchema(String) - Method in interface org.forgerock.opendj.ldap.SchemaResolver
-
Finds the appropriate schema for use with the provided distinguished
name.
- Response - Interface in org.forgerock.opendj.ldap.responses
-
The base class of all Responses provides methods for querying and
manipulating the set of Controls included with a Response.
- Responses - Class in org.forgerock.opendj.ldap.responses
-
This class contains various methods for creating and manipulating responses.
- Result - Interface in org.forgerock.opendj.ldap.responses
-
A Result is used to indicate the status of an operation performed by the
server.
- ResultCode - Class in org.forgerock.opendj.ldap
-
An operation result code as defined in RFC 4511 section 4.1.9 is used to
indicate the final status of an operation.
- ResultCode.Enum - Enum in org.forgerock.opendj.ldap
-
Contains equivalent values for the ResultCode values.
- ResultLdapPromiseImpl<R extends Request,S extends Result> - Class in org.forgerock.opendj.ldap.spi
-
This class provides an implementation of the
LdapPromise
.
- retainAll(Collection<?>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Retains only the attribute values in this attribute which are contained
in values
(optional operation).
- retainAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Retains only the attribute values in this attribute which are contained
in values
(optional operation).
- retainAll(Collection<?>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Retains only the attribute values in this attribute which are contained
in values
(optional operation).
- retainAll(Collection<T>, Collection<? super T>) - Method in interface org.forgerock.opendj.ldap.Attribute
-
Retains only the attribute values in this attribute which are contained
in values
(optional operation).
- retainAll(Collection<T>, Collection<? super T>) - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
Retains only the attribute values in this attribute which are contained
in values
(optional operation).
- rewind() - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Rewinds this reader's position to zero.
- rootDN() - Static method in class org.forgerock.opendj.ldap.DN
-
Returns the Root DN.
- RootDSE - Class in org.forgerock.opendj.ldap
-
The root DSE is a DSA-specific Entry (DSE) and not part of any naming context
(or any subtree), and which is uniquely identified by the empty DN.
- RoundRobinLoadBalancingAlgorithm - Class in org.forgerock.opendj.ldap
-
A round robin load balancing algorithm distributes connection requests across
a list of connection factories one at a time.
- RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
-
Creates a new round robin load balancing algorithm which will monitor
offline connection factories every 1 second using the default scheduler.
- RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, LoadBalancerEventListener) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
-
Creates a new round robin load balancing algorithm which will monitor
offline connection factories every 1 second using the default scheduler.
- RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, LoadBalancerEventListener, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
-
Creates a new round robin load balancing algorithm which will monitor
offline connection factories using the specified frequency using the
default scheduler.
- RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, LoadBalancerEventListener, long, TimeUnit, ScheduledExecutorService) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
-
Creates a new round robin load balancing algorithm which will monitor
offline connection factories using the specified frequency and scheduler.
- RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, long, TimeUnit) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
-
Creates a new round robin load balancing algorithm which will monitor
offline connection factories using the specified frequency using the
default scheduler.
- RoundRobinLoadBalancingAlgorithm(Collection<? extends ConnectionFactory>, long, TimeUnit, ScheduledExecutorService) - Constructor for class org.forgerock.opendj.ldap.RoundRobinLoadBalancingAlgorithm
-
Creates a new round robin load balancing algorithm which will monitor
offline connection factories using the specified frequency and scheduler.
- ruleID(int) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Sets the the numeric ID which uniquely identifies this structure rule.
- SASL_BIND_IN_PROGRESS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that should be used for intermediate responses in
multi-stage SASL bind operations.
- SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
The name of the SASL mechanism that does not provide any authentication
but rather uses anonymous access.
- SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
The name of the SASL mechanism based on CRAM-MD5 authentication.
- SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
The name of the SASL mechanism based on DIGEST-MD5 authentication.
- SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
The name of the SASL mechanism based on external authentication.
- SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
The name of the SASL mechanism based on GSS-API authentication.
- SASL_MECHANISM_NAME - Static variable in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
The name of the SASL mechanism based on PLAIN authentication.
- SASLBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The SASL authentication method of the Bind operation allows clients to
authenticate using one of the SASL authentication methods defined in RFC
4513.
- Schema - Class in org.forgerock.opendj.ldap.schema
-
This class defines a data structure that holds information about the
components of the LDAP schema.
- SchemaBuilder - Class in org.forgerock.opendj.ldap.schema
-
Schema builders should be used for incremental construction of new schemas.
- SchemaBuilder() - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Creates a new schema builder with no schema elements and default
compatibility options.
- SchemaBuilder(Entry) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Creates a new schema builder containing all of the schema elements
contained in the provided subschema subentry.
- SchemaBuilder(Schema) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Creates a new schema builder containing all of the schema elements from
the provided schema and its compatibility options.
- SchemaBuilder(String) - Constructor for class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Creates a new schema builder with no schema elements and default
compatibility options.
- SchemaOptions - Class in org.forgerock.opendj.ldap.schema
-
Common options for LDAP schemas.
- SchemaResolver - Interface in org.forgerock.opendj.ldap
-
Schema resolvers are included with a set of DecodeOptions
in order to
allow application to control how Schema
instances are selected when
decoding requests and responses.
- SchemaValidationPolicy - Class in org.forgerock.opendj.ldap.schema
-
This class provides various schema validation policy options for controlling
how entries should be validated against the directory schema.
- SchemaValidationPolicy.Action - Enum in org.forgerock.opendj.ldap.schema
-
An enumeration of the possible actions which can be performed when a
schema validation failure is encountered.
- SchemaValidationPolicy.EntryResolver - Interface in org.forgerock.opendj.ldap.schema
-
A call-back which will be called during DIT structure rule schema
validation in order to retrieve the parent of the entry being validated.
- search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractAsynchronousConnection
-
Searches the Directory Server using the provided search request.
- search(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- search(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- search(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Searches the Directory Server using the provided search parameters.
- search(SearchRequest, Collection<? super SearchResultEntry>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Searches the Directory Server using the provided search request.
- search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Searches the Directory Server using the provided search request.
- search(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Searches the Directory Server using the provided search request.
- search(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Searches the Directory Server using the provided search parameters.
- search(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server using the provided search parameters.
- search(SearchRequest, Collection<? super SearchResultEntry>) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server using the provided search request.
- search(SearchRequest, Collection<? super SearchResultEntry>, Collection<? super SearchResultReference>) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server using the provided search request.
- search(SearchRequest, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server using the provided search request.
- search(String, SearchScope, String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server using the provided search parameters.
- search(EntryReader, SearchRequest) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Returns a filtered view of input
containing only those entries
which match the search base DN, scope, and filtered defined in
search
.
- search(EntryReader, SearchRequest, Schema) - Static method in class org.forgerock.opendj.ldif.LDIF
-
Returns a filtered view of input
containing only those entries
which match the search base DN, scope, and filtered defined in
search
.
- searchAsync(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- searchAsync(SearchRequest, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously searches the Directory Server using the provided search
request.
- searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously searches the Directory Server using the provided search
request.
- searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in class org.forgerock.opendj.ldap.AbstractSynchronousConnection
-
- searchAsync(SearchRequest, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously searches the Directory Server using the provided search
request.
- searchAsync(SearchRequest, IntermediateResponseHandler, SearchResultHandler) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously searches the Directory Server using the provided search
request.
- searchRequest(int, SearchRequest) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- searchRequest(int, SearchRequest) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP search request message.
- SearchRequest - Interface in org.forgerock.opendj.ldap.requests
-
The Search operation is used to request a server to return, subject to access
controls and other restrictions, a set of entries matching a complex search
criterion.
- searchResult(int, Result) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- searchResult(int, Result) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP search result message.
- searchResultEntry(int, SearchResultEntry) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- searchResultEntry(int, SearchResultEntry) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP search result entry message.
- SearchResultEntry - Interface in org.forgerock.opendj.ldap.responses
-
A Search Result Entry represents an entry found during a Search operation.
- SearchResultHandler - Interface in org.forgerock.opendj.ldap
-
A completion handler for consuming the results of a Search operation.
- SearchResultLdapPromiseImpl - Class in org.forgerock.opendj.ldap.spi
-
Search result promise implementation.
- searchResultReference(int, SearchResultReference) - Method in class org.forgerock.opendj.io.AbstractLDAPMessageHandler
-
- searchResultReference(int, SearchResultReference) - Method in interface org.forgerock.opendj.io.LDAPMessageHandler
-
Handles an LDAP search result reference message.
- SearchResultReference - Interface in org.forgerock.opendj.ldap.responses
-
A Search Result Reference represents an area not yet explored during a Search
operation.
- SearchResultReferenceIOException - Exception in org.forgerock.opendj.ldap
-
Thrown when an iteration over a set of search results using a
ConnectionEntryReader
encounters a SearchResultReference
.
- SearchResultReferenceIOException(SearchResultReference) - Constructor for exception org.forgerock.opendj.ldap.SearchResultReferenceIOException
-
Creates a new referral result IO exception with the provided
SearchResultReference
.
- SearchScope - Class in org.forgerock.opendj.ldap
-
A Search operation search scope as defined in RFC 4511 section 4.5.1.2 is
used to specify the scope of a Search operation.
- SearchScope.Enum - Enum in org.forgerock.opendj.ldap
-
Contains equivalent values for the SearchScope values.
- searchSingleEntry(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- searchSingleEntry(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- searchSingleEntry(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Searches the Directory Server for a single entry using the provided
search request.
- searchSingleEntry(String, SearchScope, String, String...) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Searches the Directory Server for a single entry using the provided
search parameters.
- searchSingleEntry(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server for a single entry using the provided
search request.
- searchSingleEntry(String, SearchScope, String, String...) - Method in interface org.forgerock.opendj.ldap.Connection
-
Searches the Directory Server for a single entry using the provided
search parameters.
- searchSingleEntryAsync(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnection
-
- searchSingleEntryAsync(SearchRequest) - Method in class org.forgerock.opendj.ldap.AbstractConnectionWrapper
-
Asynchronously searches the Directory Server for a single entry using the
provided search request.
- searchSingleEntryAsync(SearchRequest) - Method in interface org.forgerock.opendj.ldap.Connection
-
Asynchronously searches the Directory Server for a single entry using the
provided search request.
- sendUnsolicitedNotification(ExtendedResult) - Method in interface org.forgerock.opendj.ldap.LDAPClientContext
-
Sends an unsolicited notification to the client.
- ServerConnection<C> - Interface in org.forgerock.opendj.ldap
-
A handler interface for interacting with client connections.
- ServerConnectionFactory<C,R> - Interface in org.forgerock.opendj.ldap
-
A handler interface for accepting new connections from clients.
- ServerSideSortRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The server-side sort request control as defined in RFC 2891.
- ServerSideSortResponseControl - Class in org.forgerock.opendj.ldap.controls
-
The server-side sort response control as defined in RFC 2891.
- setAddUserFriendlyComments(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Specifies whether or not user-friendly comments should be added whenever
distinguished names or UTF-8 attribute values are encountered which
contained non-ASCII characters.
- setAddUserFriendlyComments(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Specifies whether or not user-friendly comments should be added whenever
distinguished names or UTF-8 attribute values are encountered which
contained non-ASCII characters.
- setAssertionValue(Object) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Sets the assertion value to be compared.
- setAttributeDescription(AttributeDescription) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Sets the name of the attribute to be compared.
- setAttributeDescription(String) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Sets the name of the attribute to be compared.
- setAttributeFactory(AttributeFactory) - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Sets the AttributeFactory
which will be used for creating new
Attribute
instances when decoding attributes.
- setAuthenticationID(String) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Sets the authentication ID of the user.
- setAuthenticationID(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Sets the authentication ID of the user.
- setAuthenticationID(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Sets the authentication ID of the user, which should be the user's
Kerberos principal.
- setAuthenticationID(String) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Sets the authentication ID of the user.
- setAuthenticationType(byte) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
Sets the authentication mechanism identifier for this generic bind
request.
- setAuthenticationValue(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
Sets the authentication information for this generic bind request in a
form defined by the authentication mechanism.
- setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Sets the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
- setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.requests.ExternalSASLBindRequest
-
Sets the optional desired authorization ID of the user, or null
if the authorization ID should derived from authentication credentials
exchanged at a lower security layer.
- setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Sets the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
- setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Sets the optional authorization ID of the user which represents an
alternate authorization identity which should be used for subsequent
operations performed on the connection.
- setAuthorizationID(String) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
Sets the authorization ID of the user.
- setBacklog(int) - Method in class org.forgerock.opendj.ldap.LDAPListenerOptions
-
Sets the maximum queue length for incoming connections requests.
- setByte(int, byte) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Sets the byte value at the specified index.
- setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Sets the throwable cause associated with this result if available.
- setCause(Throwable) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- setCipher(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Sets the cipher name or strength that the client is willing to use when
connection encryption quality of protection,
AUTH-CONF
, is requested.
- setConnectTimeout(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Sets the connect timeout.
- setConstant(String, Object) - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
Sets a constant to use in template file.
- setDefaultSchema(Schema) - Static method in class org.forgerock.opendj.ldap.schema.Schema
-
Sets the default schema which should be used by this application.
- setDeleteOldRDN(boolean) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Specifies whether the old RDN attribute values are to be retained as
attributes of the entry or deleted from the entry.
- setDereferenceAliasesPolicy(DereferenceAliasesPolicy) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Sets the alias dereferencing policy to be used during the search.
- setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Sets the diagnostic message associated with this result.
- setDiagnosticMessage(String) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- setEntryFactory(EntryFactory) - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Sets the EntryFactory
which will be used for creating new
Entry
instances when decoding entries.
- setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Specifies whether or not all operational attributes should be excluded
from any change records that are read from LDIF.
- setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Specifies whether or not all operational attributes should be excluded
from any change records that are written to LDIF.
- setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Specifies whether or not all operational attributes should be excluded
from any entries that are read from LDIF.
- setExcludeAllOperationalAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Specifies whether or not all operational attributes should be excluded
from any entries that are written to LDIF.
- setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Specifies whether or not all user attributes should be excluded from any
change records that are read from LDIF.
- setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Specifies whether or not all user attributes should be excluded from any
change records that are written to LDIF.
- setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Specifies whether or not all user attributes should be excluded from any
entries that are read from LDIF.
- setExcludeAllUserAttributes(boolean) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Specifies whether or not all user attributes should be excluded from any
entries that are written to LDIF.
- setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Excludes the named attribute from any change records that are read from
LDIF.
- setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Excludes the named attribute from any change records that are written to
LDIF.
- setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Excludes the named attribute from any entries that are read from LDIF.
- setExcludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Excludes the named attribute from any entries that are written to LDIF.
- setExcludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Excludes all change records which target entries beneath the named entry
(inclusive) from being read from LDIF.
- setExcludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Excludes all change records which target entries beneath the named entry
(inclusive) from being written to LDIF.
- setExcludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Excludes all entries beneath the named entry (inclusive) from being read
from LDIF.
- setExcludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Excludes all entries beneath the named entry (inclusive) from being
written to LDIF.
- setExcludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Excludes all entries which match the provided filter matcher from being
read from LDIF.
- setExcludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Excludes all entries which match the provided filter matcher from being
written to LDIF.
- setFilter(Filter) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Sets the filter that defines the conditions that must be fulfilled in
order for an entry to be returned.
- setFilter(String) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Sets the filter that defines the conditions that must be fulfilled in
order for an entry to be returned.
- setGenerateBranches(boolean) - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
Sets the flag which indicates whether branch entries should be generated.
- setGeneratedPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
Sets the generated password.
- setGeneratedPassword(char[]) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
Sets the generated password.
- setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Ensures that the named attribute is not excluded from any change records
that are read from LDIF.
- setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Ensures that the named attribute is not excluded from any change records
that are written to LDIF.
- setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Ensures that the named attribute is not excluded from any entries that
are read from LDIF.
- setIncludeAttribute(AttributeDescription) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Ensures that the named attribute is not excluded from any entries that
are written to LDIF.
- setIncludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Ensures that all change records which target entries beneath the named
entry (inclusive) are read from LDIF.
- setIncludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Ensures that all change records which target entries beneath the named
entry (inclusive) are written to LDIF.
- setIncludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Ensures that all entries beneath the named entry (inclusive) are read
from LDIF.
- setIncludeBranch(DN) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Ensures that all entries beneath the named entry (inclusive) are written
to LDIF.
- setIncludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Ensures that all entries which match the provided filter matcher are read
from LDIF.
- setIncludeFilter(Matcher) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Ensures that all entries which match the provided filter matcher are
written to LDIF.
- setKDCAddress(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Sets the optional address of the Kerberos KDC (Key Distribution Center).
- setKeyManager(KeyManager) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
-
Sets the key manager which the SSL context should use.
- setLength(int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Sets the length of this byte string builder.
- setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Sets the matched DN associated with this result.
- setMatchedDN(String) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- setMaxReceiveBufferSize(int) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Sets the maximum size of the receive buffer in bytes.
- setMaxReceiveBufferSize(int) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Sets the maximum size of the receive buffer in bytes.
- setMaxRequestSize(int) - Method in class org.forgerock.opendj.ldap.LDAPListenerOptions
-
Sets the maximum request size in bytes for incoming LDAP requests.
- setMaxSendBufferSize(int) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Sets the maximum size of the send buffer in bytes.
- setMaxSendBufferSize(int) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Sets the maximum size of the send buffer in bytes.
- setName(String) - Method in class org.forgerock.opendj.ldap.AbstractEntry
-
- setName(DN) - Method in interface org.forgerock.opendj.ldap.Entry
-
Sets the distinguished name of this entry (optional operation).
- setName(String) - Method in interface org.forgerock.opendj.ldap.Entry
-
Sets the distinguished name of this entry (optional operation).
- setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- setName(String) - Method in interface org.forgerock.opendj.ldap.requests.AddRequest
-
- setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Sets the distinguished name of the entry to be compared.
- setName(String) - Method in interface org.forgerock.opendj.ldap.requests.CompareRequest
-
Sets the distinguished name of the entry to be compared.
- setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
Sets the distinguished name of the entry to be deleted.
- setName(String) - Method in interface org.forgerock.opendj.ldap.requests.DeleteRequest
-
Sets the distinguished name of the entry to be deleted.
- setName(String) - Method in interface org.forgerock.opendj.ldap.requests.GenericBindRequest
-
Sets the name of the Directory object that the client wishes to bind as.
- setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Sets the distinguished name of the entry to be renamed.
- setName(String) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Sets the distinguished name of the entry to be renamed.
- setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Sets the distinguished name of the entry to be modified.
- setName(String) - Method in interface org.forgerock.opendj.ldap.requests.ModifyRequest
-
Sets the distinguished name of the entry to be modified.
- setName(DN) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Sets the distinguished name of the base entry relative to which the
search is to be performed.
- setName(String) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Sets the distinguished name of the base entry relative to which the
search is to be performed.
- setName(String) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
Sets the name of the Directory object that the client wishes to bind as.
- setName(DN) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- setName(String) - Method in interface org.forgerock.opendj.ldap.responses.SearchResultEntry
-
- setNewPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Sets the desired password for the user.
- setNewPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Sets the desired password for the user.
- setNewRDN(RDN) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Sets the new RDN of the entry to be renamed.
- setNewRDN(String) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Sets the new RDN of the entry to be renamed.
- setNewSuperior(DN) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Sets the distinguished name of an existing entry that will become the
immediate superior (parent) of the entry to be renamed.
- setNewSuperior(String) - Method in interface org.forgerock.opendj.ldap.requests.ModifyDNRequest
-
Sets the distinguished name of an existing entry that will become the
immediate superior (parent) of the entry to be renamed.
- setOID(String) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
Sets the numeric OID associated with this extended request.
- setOID(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
Sets the numeric OID, if any, associated with this extended result.
- setOID(String) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
Sets the numeric OID, if any, associated with this intermediate response.
- setOldPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Sets the current password for the user.
- setOldPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Sets the current password for the user.
- setOption(Option<T>, T) - Method in class org.forgerock.opendj.ldap.schema.SchemaBuilder
-
Sets a schema option overriding any previous values for the option.
- setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Sets the password of the user that the client wishes to bind as.
- setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.CRAMMD5SASLBindRequest
-
Sets the password of the user that the client wishes to bind as.
- setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Sets the password of the user that the client wishes to bind as.
- setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Sets the password of the user that the client wishes to bind as.
- setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Sets the password of the user that the client wishes to bind as.
- setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Sets the password of the user that the client wishes to bind as.
- setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Sets the password of the user that the client wishes to bind as.
- setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.PlainSASLBindRequest
-
Sets the password of the user that the client wishes to bind as.
- setPassword(byte[]) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
Sets the password of the Directory object that the client wishes to bind
as.
- setPassword(char[]) - Method in interface org.forgerock.opendj.ldap.requests.SimpleBindRequest
-
Sets the password of the Directory object that the client wishes to bind
as.
- setProtocol(String) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
-
Sets the protocol which the SSL context should use.
- setProvider(Provider) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
-
Sets the provider which the SSL context should use.
- setProvider(String) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
-
Sets the provider which the SSL context should use.
- setRandomSeed(int) - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
Sets the random seed to use when generating entries.
- setRealm(String) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Sets the optional realm containing the user's account.
- setRealm(String) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Sets the optional realm containing the user's account.
- setRejectedLDIFListener(RejectedLDIFListener) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Sets the rejected record listener which should be notified whenever an
LDIF record is skipped, malformed, or fails schema validation.
- setRejectedLDIFListener(RejectedLDIFListener) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Sets the rejected record listener which should be notified whenever an
LDIF record is skipped, malformed, or fails schema validation.
- setRequestID(int) - Method in interface org.forgerock.opendj.ldap.requests.AbandonRequest
-
Sets the request ID of the request to be abandoned.
- setRequestID(int) - Method in interface org.forgerock.opendj.ldap.requests.CancelExtendedRequest
-
Sets the request ID of the request to be abandoned.
- setResourcePath(String) - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
Sets the resource path, used to looks for resources files like first
names, last names, or other custom resources.
- setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
- setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.CompareResult
-
- setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.ExtendedResult
-
- setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
- setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.PasswordModifyExtendedResult
-
- setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.Result
-
Sets the result code associated with this result.
- setResultCode(ResultCode) - Method in interface org.forgerock.opendj.ldap.responses.WhoAmIExtendedResult
-
- setResultOrError(S) - Method in class org.forgerock.opendj.ldap.spi.ResultLdapPromiseImpl
-
Sets the result associated to this promise.
- setSchema(Schema) - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Sets the Schema
which will be used for decoding distinguished
names, attribute descriptions, and other objects which require a schema
in order to be decoded.
- setSchema(Schema) - Method in class org.forgerock.opendj.ldif.EntryGenerator
-
Sets the schema which should be when generating entries.
- setSchema(Schema) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Sets the schema which should be used for decoding change records that are
read from LDIF.
- setSchema(Schema) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Sets the schema which should be used for decoding entries that are read
from LDIF.
- setSchemaResolver(SchemaResolver) - Method in class org.forgerock.opendj.ldap.DecodeOptions
-
Sets the strategy for selecting which Schema
should be used for
decoding distinguished names, attribute descriptions, and other objects
which require a Schema
in order to be decoded.
- setSchemaValidationPolicy(SchemaValidationPolicy) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordReader
-
Specifies the schema validation which should be used when reading LDIF
change records.
- setSchemaValidationPolicy(SchemaValidationPolicy) - Method in class org.forgerock.opendj.ldif.LDIFEntryReader
-
Specifies the schema validation which should be used when reading LDIF
entry records.
- setScope(SearchScope) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Sets the scope of the search.
- setSecureRandom(SecureRandom) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
-
Sets the secure random number generator which the SSL context should use.
- setServerAuth(boolean) - Method in interface org.forgerock.opendj.ldap.requests.DigestMD5SASLBindRequest
-
Specifies whether or not the server must authenticate to the client.
- setServerAuth(boolean) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Specifies whether or not the server must authenticate to the client.
- setServerSASLCredentials(ByteString) - Method in interface org.forgerock.opendj.ldap.responses.BindResult
-
Sets the server SASL credentials associated with this bind result.
- setSizeLimit(int) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Sets the size limit that should be used in order to restrict the maximum
number of entries returned by the search.
- setSSLContext(SSLContext) - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Sets the SSL context which will be used when initiating connections with
the Directory Server.
- setSSLContext(SSLContext) - Method in interface org.forgerock.opendj.ldap.requests.StartTLSExtendedRequest
-
Sets the SSLContext that should be used when installing the TLS layer.
- setSubject(Subject) - Method in interface org.forgerock.opendj.ldap.requests.GSSAPISASLBindRequest
-
Sets the Kerberos subject of the user to be authenticated.
- setTimeLimit(int) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Sets the time limit that should be used in order to restrict the maximum
time (in seconds) allowed for the search.
- setTimeout(long, TimeUnit) - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Sets the operation timeout.
- setTraceString(String) - Method in interface org.forgerock.opendj.ldap.requests.AnonymousSASLBindRequest
-
Sets the trace information, which has no semantic value, and can be used
by administrators in order to identify the user.
- setTrustManager(TrustManager) - Method in class org.forgerock.opendj.ldap.SSLContextBuilder
-
Sets the trust manager which the SSL context should use.
- setTypesOnly(boolean) - Method in interface org.forgerock.opendj.ldap.requests.SearchRequest
-
Specifies whether search results are to contain both attribute
descriptions and values, or just attribute descriptions.
- setUserIdentity(Object) - Method in interface org.forgerock.opendj.ldap.requests.PasswordModifyExtendedRequest
-
Sets the identity of the user whose password is to be modified.
- setUseStartTLS(boolean) - Method in class org.forgerock.opendj.ldap.LDAPOptions
-
Specifies whether or not SSL or StartTLS should be used for securing
connections when an SSL context is specified.
- setValue(Object) - Method in interface org.forgerock.opendj.ldap.requests.GenericExtendedRequest
-
Sets the value, if any, associated with this extended request.
- setValue(Object) - Method in interface org.forgerock.opendj.ldap.responses.GenericExtendedResult
-
Sets the value, if any, associated with this extended result.
- setValue(Object) - Method in interface org.forgerock.opendj.ldap.responses.GenericIntermediateResponse
-
Sets the value, if any, associated with this intermediate response.
- setWrapColumn(int) - Method in class org.forgerock.opendj.ldif.LDIFChangeRecordWriter
-
Specifies the column at which long lines should be wrapped.
- setWrapColumn(int) - Method in class org.forgerock.opendj.ldif.LDIFEntryWriter
-
Specifies the column at which long lines should be wrapped.
- SimpleBindRequest - Interface in org.forgerock.opendj.ldap.requests
-
The simple authentication method of the Bind Operation provides three
authentication mechanisms:
An anonymous authentication mechanism, in which both the name and
password are zero length.
- SimplePagedResultsControl - Class in org.forgerock.opendj.ldap.controls
-
The simple paged results request and response control as defined in RFC 2696.
- SINGLE_LEVEL - Static variable in class org.forgerock.opendj.ldap.SearchScope
-
The scope is constrained to the immediate subordinates of the search base
entry.
- singletonAttribute(AttributeDescription, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a read-only single-valued attribute having the specified
attribute description and value.
- singletonAttribute(String, Object) - Static method in class org.forgerock.opendj.ldap.Attributes
-
Returns a read-only single-valued attribute having the specified
attribute description.
- singleValue(boolean) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Specifies whether this attribute type is declared "single-value".
- size() - Method in class org.forgerock.opendj.ldap.AbstractAttribute
-
Returns the number of attribute values in this attribute.
- size() - Method in interface org.forgerock.opendj.ldap.Attribute
-
Returns the number of attribute values in this attribute.
- size() - Method in class org.forgerock.opendj.ldap.DN
-
Returns the number of RDN components in this DN.
- size() - Method in class org.forgerock.opendj.ldap.LinkedAttribute
-
Returns the number of attribute values in this attribute.
- size() - Method in class org.forgerock.opendj.ldap.MemoryBackend
-
Returns the number of entries contained in this memory backend.
- size() - Method in class org.forgerock.opendj.ldap.RDN
-
Returns the number of AVAs in this RDN.
- SIZE_LIMIT_EXCEEDED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a size limit was exceeded while
attempting to process the request.
- skip(int) - Method in class org.forgerock.opendj.ldap.ByteSequenceReader
-
Skips the given number of bytes.
- skipElement(byte) - Method in class org.forgerock.opendj.io.AbstractASN1Reader
-
Skips the next element having the provided type tag without decoding it.
- skipElement() - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Skips the next element without decoding it.
- skipElement(byte) - Method in interface org.forgerock.opendj.io.ASN1Reader
-
Skips the next element having the provided type tag without decoding it.
- skipMSP() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Skips the input matching one or more space characters.
- skipSeparator() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Skips the input matching the separator pattern (",") and subsequenct
space characters.
- skipSP() - Method in class org.forgerock.opendj.ldap.GSERParser
-
Skips the input matching zero, one or more space characters.
- SORT_CONTROL_MISSING - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that a search request included a VLV
request control without a server-side sort control.
- SortKey - Class in org.forgerock.opendj.ldap
-
A search result sort key as defined in RFC 2891 is used to specify how search
result entries should be ordered.
- SortKey(AttributeDescription, boolean, MatchingRule) - Constructor for class org.forgerock.opendj.ldap.SortKey
-
Creates a new sort key using the provided attribute description.
- SortKey(String) - Constructor for class org.forgerock.opendj.ldap.SortKey
-
Creates a new sort key using the provided attribute description.
- SortKey(String, boolean) - Constructor for class org.forgerock.opendj.ldap.SortKey
-
Creates a new sort key using the provided attribute description.
- SortKey(String, boolean, String) - Constructor for class org.forgerock.opendj.ldap.SortKey
-
Creates a new sort key using the provided attribute description.
- SSLContextBuilder - Class in org.forgerock.opendj.ldap
-
An SSL context builder provides an interface for incrementally constructing
SSLContext
instances for use when securing connections with SSL or
the StartTLS extended operation.
- SSLContextBuilder() - Constructor for class org.forgerock.opendj.ldap.SSLContextBuilder
-
Creates a new SSL context builder using default parameters.
- startsWith(ByteSequence) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Tests if this ByteSequence starts with the specified prefix.
- startsWith(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteString
-
Tests if this ByteSequence starts with the specified prefix.
- startsWith(ByteSequence) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Tests if this ByteSequence starts with the specified prefix.
- StartTLSExtendedRequest - Interface in org.forgerock.opendj.ldap.requests
-
The start TLS extended request as defined in RFC 4511.
- STRICT_FORMAT_FOR_COUNTRY_STRINGS - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Indicates whether country code values are required to strictly
comply with the standard definition for this syntax.
- stringToAttributeDescription() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses AttributeDescription
s using the
default schema.
- stringToAttributeDescription(Schema) - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses AttributeDescription
s using the
provided schema.
- stringToBoolean() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses Boolean
values.
- stringToDN() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses DN
s using the default schema.
- stringToDN(Schema) - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses DN
s using the provided schema.
- stringToGeneralizedTime() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses generalized time strings.
- stringToInteger() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses Integer
string values.
- stringToLong() - Static method in class org.forgerock.opendj.ldap.Functions
-
Returns a function which parses Long
string values.
- STRIP_UPPER_BOUND_FOR_ATTRIBUTE_TYPE - Static variable in class org.forgerock.opendj.ldap.schema.SchemaOptions
-
Indicates whether the minimum upper bound value should be stripped from
the Attribute Type Syntax Description.
- STRONG_AUTH_REQUIRED - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the requested operation could not be
processed because it requires that the client has completed a strong form
of authentication.
- structuralClassOID(String) - Method in class org.forgerock.opendj.ldap.schema.DITContentRule.Builder
-
Sets the structural class OID which uniquely identifies this DIT
content rule.
- structuralObjectClassOID(String) - Method in class org.forgerock.opendj.ldap.schema.NameForm.Builder
-
Sets the structural object class.
- SubentriesRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The sub-entries request control as defined in RFC 3672.
- SUBORDINATES - Static variable in class org.forgerock.opendj.ldap.SearchScope
-
The scope is constrained to all the subordinates of the search base
entry, but does not include the search base entry itself (as wholeSubtree
does).
- subSequence(int, int) - Method in interface org.forgerock.opendj.ldap.ByteSequence
-
Returns a new byte sequence that is a subsequence of this byte sequence.
- subSequence(int, int) - Method in class org.forgerock.opendj.ldap.ByteString
-
Returns a new byte sequence that is a subsequence of this byte sequence.
- subSequence(int, int) - Method in class org.forgerock.opendj.ldap.ByteStringBuilder
-
Returns a new byte sequence that is a subsequence of this byte sequence.
- substringKeySize() - Method in interface org.forgerock.opendj.ldap.spi.IndexingOptions
-
Returns the maximum size to use when building the keys for the
"substring" index.
- substringMatchingRule(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Sets the matching rule that should be used for substring matching
with this attribute type.
- substrings(String, Object, Collection<?>, Object) - Static method in class org.forgerock.opendj.ldap.Filter
-
Creates a new substrings
filter using the provided attribute
description, initial
, final
, and any
sub-strings.
- SubtreeDeleteRequestControl - Class in org.forgerock.opendj.ldap.controls
-
The tree delete request control as defined in draft-armijo-ldap-treedelete.
- SUCCESS - Static variable in class org.forgerock.opendj.ldap.ResultCode
-
The result code that indicates that the operation completed successfully.
- superiorObjectClasses(Collection<String>) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided superior object classes.
- superiorObjectClasses(String...) - Method in class org.forgerock.opendj.ldap.schema.ObjectClass.Builder
-
Adds the provided superior object classes.
- superiorRules(int...) - Method in class org.forgerock.opendj.ldap.schema.DITStructureRule.Builder
-
Adds the provided superior rule identifiers.
- superiorType(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Sets the superior type for this attribute type.
- syntax(String) - Method in class org.forgerock.opendj.ldap.schema.AttributeType.Builder
-
Sets the syntax for this attribute type.
- Syntax - Class in org.forgerock.opendj.ldap.schema
-
This class defines a data structure for storing and interacting with an LDAP
syntaxes, which constrain the structure of attribute values stored in an LDAP
directory, and determine the representation of attribute and assertion values
transferred in the LDAP protocol.
- Syntax.Builder - Class in org.forgerock.opendj.ldap.schema
-
A fluent API for incrementally constructing syntaxes.
- SyntaxImpl - Interface in org.forgerock.opendj.ldap.schema
-
This interface defines the set of methods and structures that must be
implemented to define a new attribute syntax.
- syntaxOID(String) - Method in class org.forgerock.opendj.ldap.schema.MatchingRule.Builder
-
Sets the syntax OID of this matching rule.