Uses of Class
org.forgerock.i18n.LocalizableMessageBuilder
Packages that use 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.
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.
-
Uses of LocalizableMessageBuilder in org.forgerock.i18n
Methods in org.forgerock.i18n that return LocalizableMessageBuilderModifier 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 theStringrepresentation of the providedObjectto this message builder.LocalizableMessageBuilder.append(LocalizableMessage message) Appends the provided message to this message builder.Constructors in org.forgerock.i18n with parameters of type LocalizableMessageBuilderModifierConstructorDescriptionCreates a new message builder whose content is initially equal to the provided message builder. -
Uses of LocalizableMessageBuilder in org.forgerock.opendj.config.server.spi
Methods in org.forgerock.opendj.config.server.spi with parameters of type LocalizableMessageBuilderModifier and TypeMethodDescriptionbooleanConfigAddListener.configAddIsAcceptable(Entry configEntry, LocalizableMessageBuilder unacceptableReason) Indicates whether the configuration entry that will result from a proposed add is acceptable to this add listener.booleanConfigChangeListener.configChangeIsAcceptable(Entry configEntry, LocalizableMessageBuilder unacceptableReason) Indicates whether the configuration entry that will result from a proposed modification is acceptable to this change listener.booleanConfigDeleteListener.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
Methods in org.forgerock.opendj.ldap.schema with parameters of type LocalizableMessageBuilderModifier and TypeMethodDescriptionbooleanSyntax.valueIsAcceptable(ByteString value, LocalizableMessageBuilder invalidReason) Indicates whether the provided value is acceptable for use in an attribute with this syntax.booleanSyntaxImpl.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.opends.server.api
Methods in org.opends.server.api with parameters of type LocalizableMessageBuilderModifier and TypeMethodDescriptionabstract booleanPasswordValidator.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
Methods in org.opends.server.core with parameters of type LocalizableMessageBuilderModifier and TypeMethodDescriptionfinal booleanPasswordPolicy.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 aPasswordQualityAdviceResponseControlto the operation's response if requested.booleanPasswordPolicyState.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 aPasswordQualityAdviceResponseControlto the operation's response if requested. -
Uses of LocalizableMessageBuilder in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type LocalizableMessageBuilderModifier and TypeMethodDescriptionvoidNotificationMessageNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification) abstract voidNotificationMessageTemplateElement.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.voidNotificationTypeNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification) voidTextNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification) voidUserDNNotificationMessageTemplateElement.generateValue(LocalizableMessageBuilder buffer, AccountStatusNotification notification) booleanAttributeValuePasswordValidator.passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) booleanCharacterSetPasswordValidator.passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) booleanDictionaryPasswordValidator.passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) booleanLengthBasedPasswordValidator.passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) booleanRepeatedCharactersPasswordValidator.passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) booleanSimilarityBasedPasswordValidator.passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason) booleanUniqueCharactersPasswordValidator.passwordIsAcceptable(ByteString newPassword, Set<ByteString> currentPasswords, Operation operation, Entry userEntry, LocalizableMessageBuilder invalidReason)