Uses of Class
org.forgerock.i18n.LocalizableMessage
-
Packages that use LocalizableMessage Package Description org.forgerock.i18n A i18n framework for embedding localizable messages in applications.org.forgerock.i18n.slf4j This package provides an alternative localization mechanism toorg.slf4j.cal10n
.org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses.org.forgerock.opendj.ldap.schema Classes and interfaces for constructing and querying LDAP schemas.org.forgerock.opendj.ldif Classes and interfaces for reading and writing LDIF.org.forgerock.opendj.security An LDAP based security provider having the name "OpenDJ" and exposing an LDAP/LDIF basedKeyStore
service. -
-
Uses of LocalizableMessage in org.forgerock.i18n
Fields in org.forgerock.i18n declared as LocalizableMessage Modifier and Type Field Description static LocalizableMessage
LocalizableMessage. EMPTY
Represents an empty message string.Methods in org.forgerock.i18n that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
LocalizableMessageDescriptor.Arg0. get()
Creates a localizable message.LocalizableMessage
LocalizableMessageDescriptor.Arg1. get(T1 a1)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg2. get(T1 a1, T2 a2)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg3. get(T1 a1, T2 a2, T3 a3)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg4. get(T1 a1, T2 a2, T3 a3, T4 a4)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg5. get(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg6. get(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg7. get(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg8. get(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.Arg9. get(T1 a1, T2 a2, T3 a3, T4 a4, T5 a5, T6 a6, T7 a7, T8 a8, T9 a9)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableMessageDescriptor.ArgN. get(Object... args)
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.LocalizableMessage
LocalizableException. getMessageObject()
Returns the localizable message that explains the problem that occurred.LocalizableMessage
LocalizedIllegalArgumentException. getMessageObject()
static LocalizableMessage
LocalizableMessage. raw(CharSequence string)
Creates an non-localizable message whoseString
representation is always the same regardless of the requested locale.static LocalizableMessage
LocalizableMessage. raw(CharSequence formatString, Object... args)
Creates an non-localizable message whoseString
representation is always the same regardless of the requested locale.LocalizableMessage
LocalizableMessageBuilder. toMessage()
Returns theLocalizableMessage
representation of this message builder.static LocalizableMessage
LocalizableMessage. valueOf(Object object)
Creates a new message whose content is theString
representation of the providedObject
.Methods in org.forgerock.i18n with parameters of type LocalizableMessage Modifier and Type Method Description LocalizableMessageBuilder
LocalizableMessageBuilder. append(LocalizableMessage message)
Appends the provided message to this message builder.int
LocalizableMessage. compareTo(LocalizableMessage message)
Compares this message with the specified message for order in the default locale.Constructors in org.forgerock.i18n with parameters of type LocalizableMessage Constructor Description LocalizableMessageBuilder(LocalizableMessage message)
Creates a new message builder whose content is initially equal to the provided message.LocalizedIllegalArgumentException(LocalizableMessage message)
Creates a new localized illegal argument exception with the provided message.LocalizedIllegalArgumentException(LocalizableMessage message, Throwable cause)
Creates a new localized illegal argument exception with the provided message and cause. -
Uses of LocalizableMessage in org.forgerock.i18n.slf4j
Methods in org.forgerock.i18n.slf4j that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
LocalizedMarker. getMessage()
Returns the message embedded into this marker.Methods in org.forgerock.i18n.slf4j with parameters of type LocalizableMessage Modifier and Type Method Description void
LocalizedLogger. error(LocalizableMessage m)
Logs an error message.void
LocalizedLogger. info(LocalizableMessage m)
Logs a message at INFO level.void
LocalizedLogger. note(LocalizableMessage m)
Logs a message at NOTICE level.void
LocalizedLogger. warn(LocalizableMessage m)
Logs a warning message.Constructors in org.forgerock.i18n.slf4j with parameters of type LocalizableMessage Constructor Description LocalizedMarker(LocalizableMessage message)
Create a marker with provided localizable message. -
Uses of LocalizableMessage in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
DecodeException. getMessageObject()
LocalizableMessage
LdapException. getMessageObject()
LocalizableMessage
ResultCode. getName()
Returns the short human-readable name of this result code.Methods in org.forgerock.opendj.ldap with parameters of type LocalizableMessage Modifier and Type Method Description static DecodeException
DecodeException. error(LocalizableMessage message)
Creates a new non-fatal decode exception with the provided message.static DecodeException
DecodeException. error(LocalizableMessage message, Throwable cause)
Creates a new non-fatal decode exception with the provided message and root cause.static DecodeException
DecodeException. fatalError(LocalizableMessage message)
Creates a new fatal decode exception with the provided message.static DecodeException
DecodeException. fatalError(LocalizableMessage message, Throwable cause)
Creates a new fatal decode exception with the provided message and root cause.void
CancelRequestListener. handleCancelRequest(LocalizableMessage cancellationReason)
Invoked when a cancellation request has been received and processing of the request should be aborted if possible.static LdapClient
LdapClients. newNullLdapClient(String name, LocalizableMessage connectErrorMessage)
Returns an LDAP client which always throwsResultCode.CLIENT_SIDE_CONNECT_ERROR
using the provided error message.Method parameters in org.forgerock.opendj.ldap with type arguments of type LocalizableMessage Modifier and Type Method Description static boolean
Entries. conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages)
Returnstrue
if the provided entry is valid according to the default schema and schema validation policy.static boolean
Entries. conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages, Schema schema)
Returnstrue
if the provided entry is valid according to the specified schema and schema validation policy. -
Uses of LocalizableMessage in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
BindResult. getDiagnosticMessage()
LocalizableMessage
CompareResult. getDiagnosticMessage()
LocalizableMessage
ExtendedResult. getDiagnosticMessage()
LocalizableMessage
GenericExtendedResult. getDiagnosticMessage()
LocalizableMessage
PasswordModifyExtendedResult. getDiagnosticMessage()
LocalizableMessage
Result. getDiagnosticMessage()
Returns the diagnostic message associated with this result.LocalizableMessage
WhoAmIExtendedResult. getDiagnosticMessage()
-
Uses of LocalizableMessage in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema that return types with arguments of type LocalizableMessage Modifier and Type Method Description Collection<LocalizableMessage>
Schema. getWarnings()
Returns an unmodifiable collection containing all of the warnings that were detected when this schema was constructed.Method parameters in org.forgerock.opendj.ldap.schema with type arguments of type LocalizableMessage Modifier and Type Method Description boolean
Schema. validateEntry(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages)
Returnstrue
if the provided entry is valid according to this schema and the specified schema validation policy.Constructors in org.forgerock.opendj.ldap.schema with parameters of type LocalizableMessage Constructor Description ConflictingSchemaElementException(LocalizableMessage message)
Creates a new conflicting schema element exception with the provided message.UnknownSchemaElementException(LocalizableMessage message)
Creates a new unknown schema element exception with the provided message. -
Uses of LocalizableMessage in org.forgerock.opendj.ldif
Methods in org.forgerock.opendj.ldif that return types with arguments of type LocalizableMessage Modifier and Type Method Description List<LocalizableMessage>
EntryGenerator. getWarnings()
Returns the warnings generated by the parsing of template file.Methods in org.forgerock.opendj.ldif with parameters of type LocalizableMessage Modifier and Type Method Description void
RejectedChangeRecordListener. handleRejectedChangeRecord(AddRequest change, LocalizableMessage reason)
Invoked when an attempt to add an entry was rejected.void
RejectedChangeRecordListener. handleRejectedChangeRecord(DeleteRequest change, LocalizableMessage reason)
Invoked when an attempt to delete an entry was rejected.void
RejectedChangeRecordListener. handleRejectedChangeRecord(ModifyDnRequest change, LocalizableMessage reason)
Invoked when an attempt to rename an entry was rejected.void
RejectedChangeRecordListener. handleRejectedChangeRecord(ModifyRequest change, LocalizableMessage reason)
Invoked when an attempt to modify an entry was rejected.void
RejectedLdifListener. handleSkippedRecord(long lineNumber, List<String> lines, LocalizableMessage reason)
Invoked when a record was skipped because it did not match filter criteria defined by the reader. -
Uses of LocalizableMessage in org.forgerock.opendj.security
Methods in org.forgerock.opendj.security that return LocalizableMessage Modifier and Type Method Description LocalizableMessage
LocalizedKeyStoreException. getMessageObject()
-