Package | Description |
---|---|
org.forgerock.i18n |
A common framework for embedding localizable messages in applications.
|
org.forgerock.opendj.config.server.spi |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.forgerock.opendj.ldap.schema |
Classes and interfaces for constructing and querying LDAP schemas.
|
org.forgerock.opendj.server.core |
Classes implementing a Grizzly based
ConnectionHandler using reactive api. |
org.opends.server.admin.client.cli |
Command-line interface code for common client-side administration classes.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.extensions |
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
|
org.opends.server.protocols.ldap |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using LDAPv3.
|
org.opends.server.tools.dsreplication |
Defines the classes that are you used by the replication command lines.
|
org.opends.server.types |
Contains implementations for a number of Directory Server data types.
|
org.opends.server.types.operation |
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
|
org.opends.server.util |
Contains implementations for various Directory Server utility classes and methods which may be used throughout the
server but do not necessarily fit in elsewhere.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessageBuilder |
LocalizableMessageBuilder.append(char c)
Appends the provided character to this message builder.
|
LocalizableMessageBuilder |
LocalizableMessageBuilder.append(CharSequence cs)
Appends the provided character sequence to this message builder.
|
LocalizableMessageBuilder |
LocalizableMessageBuilder.append(CharSequence cs,
int start,
int end)
Appends a subsequence of the provided character sequence to this message
builder.
|
LocalizableMessageBuilder |
LocalizableMessageBuilder.append(int value)
Appends the provided integer to this message builder.
|
LocalizableMessageBuilder |
LocalizableMessageBuilder.append(LocalizableMessage message)
Appends the provided message to this message builder.
|
LocalizableMessageBuilder |
LocalizableMessageBuilder.append(Object object)
Appends the
String representation of the provided Object
to this message builder. |
Constructor and Description |
---|
LocalizableMessageBuilder(LocalizableMessageBuilder builder)
Creates a new message builder whose content is initially equal to the
provided message builder.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigAddListener.configAddIsAcceptable(Entry configEntry,
LocalizableMessageBuilder unacceptableReason)
Indicates whether the configuration entry that will result from a
proposed add is acceptable to this add listener.
|
boolean |
ConfigChangeListener.configChangeIsAcceptable(Entry configEntry,
LocalizableMessageBuilder unacceptableReason)
Indicates whether the configuration entry that will result from a
proposed modification is acceptable to this change listener.
|
boolean |
ConfigDeleteListener.configDeleteIsAcceptable(Entry configEntry,
LocalizableMessageBuilder unacceptableReason)
Indicates whether it is acceptable to remove the provided configuration
entry.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Syntax.valueIsAcceptable(ByteSequence value,
LocalizableMessageBuilder invalidReason)
Indicates whether the provided value is acceptable for use in an
attribute with this syntax.
|
boolean |
SyntaxImpl.valueIsAcceptable(Schema schema,
ByteSequence value,
LocalizableMessageBuilder invalidReason)
Indicates whether the provided value is acceptable for use in an
attribute with this syntax.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessageBuilder |
RequestContext.getMaskedErrorMessage()
Retrieves the real, masked error message for this operation.
|
Modifier and Type | Method and Description |
---|---|
int |
SecureConnectionCliParser.validateGlobalOptions(LocalizableMessageBuilder buf)
Indication if provided global options are validate.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
PasswordValidator.passwordIsAcceptable(ByteString newPassword,
Set<ByteString> currentPasswords,
Operation operation,
Entry userEntry,
LocalizableMessageBuilder invalidReason)
Indicates whether the provided password is acceptable for use by the specified user.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PasswordPolicyState.passwordIsAcceptable(Operation operation,
Entry userEntry,
ByteString newPassword,
Set<ByteString> currentPasswords,
LocalizableMessageBuilder invalidReason)
Indicates whether the provided password appears to be acceptable according to the password validators.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDNNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
void |
UserAttributeNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
void |
TextNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
void |
NotificationTypeNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
void |
NotificationPropertyNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
abstract void |
NotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer,
AccountStatusNotification notification)
Generates a value for this template element using the information contained in the provided account status
notification and appends it to the given buffer.
|
void |
NotificationMessageNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer,
AccountStatusNotification notification) |
boolean |
UniqueCharactersPasswordValidator.passwordIsAcceptable(ByteString newPassword,
Set<ByteString> currentPasswords,
Operation operation,
Entry userEntry,
LocalizableMessageBuilder invalidReason) |
boolean |
SimilarityBasedPasswordValidator.passwordIsAcceptable(ByteString newPassword,
Set<ByteString> currentPasswords,
Operation operation,
Entry userEntry,
LocalizableMessageBuilder invalidReason) |
boolean |
RepeatedCharactersPasswordValidator.passwordIsAcceptable(ByteString newPassword,
Set<ByteString> currentPasswords,
Operation operation,
Entry userEntry,
LocalizableMessageBuilder invalidReason) |
boolean |
LengthBasedPasswordValidator.passwordIsAcceptable(ByteString newPassword,
Set<ByteString> currentPasswords,
Operation operation,
Entry userEntry,
LocalizableMessageBuilder invalidReason) |
boolean |
DictionaryPasswordValidator.passwordIsAcceptable(ByteString newPassword,
Set<ByteString> currentPasswords,
Operation operation,
Entry userEntry,
LocalizableMessageBuilder invalidReason) |
boolean |
CharacterSetPasswordValidator.passwordIsAcceptable(ByteString newPassword,
Set<ByteString> currentPasswords,
Operation operation,
Entry userEntry,
LocalizableMessageBuilder invalidReason) |
boolean |
AttributeValuePasswordValidator.passwordIsAcceptable(ByteString newPassword,
Set<ByteString> currentPasswords,
Operation operation,
Entry userEntry,
LocalizableMessageBuilder invalidReason) |
boolean |
TLSCapableConnection.prepareTLS(LocalizableMessageBuilder unavailableReason)
Prepares this connection for using TLS and returns whether TLS protection is actually available for the
underlying client connection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LdapClientConnection.prepareTLS(LocalizableMessageBuilder unavailableReason) |
Modifier and Type | Method and Description |
---|---|
int |
ReplicationCliArgumentParser.validateGlobalOptions(LocalizableMessageBuilder buf) |
Modifier and Type | Method and Description |
---|---|
LocalizableMessageBuilder |
Operation.getErrorMessage()
Retrieves the error message for this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
Operation.setErrorMessage(LocalizableMessageBuilder errorMessage)
Specifies the error message for this operation.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessageBuilder |
PreParseOperation.getErrorMessage()
Retrieves the error message for this operation.
|
LocalizableMessageBuilder |
PreOperationOperation.getErrorMessage()
Retrieves the error message for this operation.
|
LocalizableMessageBuilder |
PostSynchronizationOperation.getErrorMessage()
Retrieves the error message for this operation.
|
LocalizableMessageBuilder |
PostResponseOperation.getErrorMessage()
Retrieves the error message for this operation.
|
LocalizableMessageBuilder |
PostOperationOperation.getErrorMessage()
Retrieves the error message for this operation.
|
LocalizableMessageBuilder |
InProgressOperation.getErrorMessage()
Retrieves the error message for this operation.
|
Modifier and Type | Method and Description |
---|---|
void |
PreParseOperation.setErrorMessage(LocalizableMessageBuilder errorMessage)
Specifies the error message for this operation.
|
void |
PreOperationOperation.setErrorMessage(LocalizableMessageBuilder errorMessage)
Specifies the error message for this operation.
|
void |
PostOperationOperation.setErrorMessage(LocalizableMessageBuilder errorMessage)
Specifies the error message for this operation.
|
void |
InProgressOperation.setErrorMessage(LocalizableMessageBuilder errorMessage)
Specifies the error message for this operation.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessageBuilder |
EMailMessage.getBody()
Retrieves the body for this message.
|
Modifier and Type | Method and Description |
---|---|
void |
EMailMessage.setBody(LocalizableMessageBuilder body)
Specifies the body for this message.
|
Copyright 2010-2018 ForgeRock AS.