Uses of Class
org.forgerock.i18n.LocalizableMessageBuilder
Package
Description
A i18n framework for embedding localizable messages in applications.
Contains a number of API declarations for use throughout the
Directory Server.
Classes and interfaces for constructing and querying LDAP schemas.
Classes implementing core server APIs.
Contains a number of API declarations for use throughout the Directory Server.
Contains various classes that comprise the core of the Directory Server codebase.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
Contains implementations for a number of Directory Server data types.
Contains a number of interfaces that are implemented by the various types of Directory Server operations.
-
Uses of LocalizableMessageBuilder in org.forgerock.i18n
Modifier and TypeMethodDescriptionLocalizableMessageBuilder.append
(char c) Appends the provided character to this message builder.LocalizableMessageBuilder.append
(int value) Appends the provided integer to this message builder.LocalizableMessageBuilder.append
(CharSequence cs) Appends the provided character sequence to this message builder.LocalizableMessageBuilder.append
(CharSequence cs, int start, int end) Appends a subsequence of the provided character sequence to this message builder.Appends theString
representation of the providedObject
to this message builder.LocalizableMessageBuilder.append
(LocalizableMessage message) Appends the provided message to this message builder.ModifierConstructorDescriptionCreates a new message builder whose content is initially equal to the provided message builder. -
Uses of LocalizableMessageBuilder in org.forgerock.opendj.config.server.spi
Modifier and TypeMethodDescriptionboolean
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. -
Uses of LocalizableMessageBuilder in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionboolean
Syntax.valueIsAcceptable
(ByteString value, LocalizableMessageBuilder invalidReason) Indicates whether the provided value is acceptable for use in an attribute with this syntax.boolean
SyntaxImpl.valueIsAcceptable
(Schema schema, ByteString value, LocalizableMessageBuilder invalidReason) Indicates whether the provided value is acceptable for use in an attribute with this syntax. -
Uses of LocalizableMessageBuilder in org.forgerock.opendj.server.core
Modifier and TypeMethodDescriptionRequestContext.getMaskedErrorMessage()
Retrieves the real, masked error message for this operation. -
Uses of LocalizableMessageBuilder in org.opends.server.api
Modifier and TypeMethodDescriptionabstract 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. -
Uses of LocalizableMessageBuilder in org.opends.server.core
Modifier and TypeMethodDescriptionfinal boolean
PasswordPolicy.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason, PasswordValidator<?> passwordInHistoryValidator) Indicates whether the provided password appears to be acceptable according to the password validators, and adds aPasswordQualityAdviceResponseControl
to the operation's response if requested.boolean
PasswordPolicyState.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) Indicates whether the provided password appears to be acceptable according to the password validators, and adds aPasswordQualityAdviceResponseControl
to the operation's response if requested. -
Uses of LocalizableMessageBuilder in org.opends.server.extensions
Modifier and TypeMethodDescriptionvoid
NotificationMessageNotificationMessageTemplateElement.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
NotificationTypeNotificationMessageTemplateElement.generateValue
(LocalizableMessageBuilder buffer, AccountStatusNotification notification) void
TextNotificationMessageTemplateElement.generateValue
(LocalizableMessageBuilder buffer, AccountStatusNotification notification) void
UserDNNotificationMessageTemplateElement.generateValue
(LocalizableMessageBuilder buffer, AccountStatusNotification notification) boolean
AttributeValuePasswordValidator.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
DictionaryPasswordValidator.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
RepeatedCharactersPasswordValidator.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
UniqueCharactersPasswordValidator.passwordIsAcceptable
(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) -
Uses of LocalizableMessageBuilder in org.opends.server.types
Modifier and TypeMethodDescriptionOperation.getErrorMessage()
Retrieves the error message for this operation.Modifier and TypeMethodDescriptionfinal void
Operation.setErrorMessage
(LocalizableMessageBuilder errorMessage) Specifies the error message for this operation. -
Uses of LocalizableMessageBuilder in org.opends.server.types.operation
Modifier and TypeMethodDescriptionInProgressOperation.getErrorMessage()
Retrieves the error message for this operation.PostCommitOperation.getErrorMessage()
Retrieves the error message for this operation.PostOperationOperation.getErrorMessage()
Retrieves the error message for this operation.PostResponseOperation.getErrorMessage()
Retrieves the error message for this operation.PostSynchronizationOperation.getErrorMessage()
Retrieves the error message for this operation.PreOperationOperation.getErrorMessage()
Retrieves the error message for this operation.PreParseOperation.getErrorMessage()
Retrieves the error message for this operation.Modifier and TypeMethodDescriptionvoid
InProgressOperation.setErrorMessage
(LocalizableMessageBuilder errorMessage) Specifies the error message for this operation.void
PostOperationOperation.setErrorMessage
(LocalizableMessageBuilder errorMessage) Specifies the error message for this operation.void
PreOperationOperation.setErrorMessage
(LocalizableMessageBuilder errorMessage) Specifies the error message for this operation.void
PreParseOperation.setErrorMessage
(LocalizableMessageBuilder errorMessage) Specifies the error message for this operation.