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 basedKeyStoreservice. -
-
Uses of LocalizableMessage in org.forgerock.i18n
Fields in org.forgerock.i18n declared as LocalizableMessage Modifier and Type Field Description static LocalizableMessageLocalizableMessage. EMPTYRepresents an empty message string.Methods in org.forgerock.i18n that return LocalizableMessage Modifier and Type Method Description LocalizableMessageLocalizableMessageDescriptor.Arg0. get()Creates a localizable message.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableMessageDescriptor.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.LocalizableMessageLocalizableException. getMessageObject()Returns the localizable message that explains the problem that occurred.LocalizableMessageLocalizedIllegalArgumentException. getMessageObject()static LocalizableMessageLocalizableMessage. raw(CharSequence string)Creates an non-localizable message whoseStringrepresentation is always the same regardless of the requested locale.static LocalizableMessageLocalizableMessage. raw(CharSequence formatString, Object... args)Creates an non-localizable message whoseStringrepresentation is always the same regardless of the requested locale.LocalizableMessageLocalizableMessageBuilder. toMessage()Returns theLocalizableMessagerepresentation of this message builder.static LocalizableMessageLocalizableMessage. valueOf(Object object)Creates a new message whose content is theStringrepresentation of the providedObject.Methods in org.forgerock.i18n with parameters of type LocalizableMessage Modifier and Type Method Description LocalizableMessageBuilderLocalizableMessageBuilder. append(LocalizableMessage message)Appends the provided message to this message builder.intLocalizableMessage. 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 LocalizableMessageLocalizedMarker. getMessage()Returns the message embedded into this marker.Methods in org.forgerock.i18n.slf4j with parameters of type LocalizableMessage Modifier and Type Method Description voidLocalizedLogger. debug(LocalizableMessage m)Logs a debug message.voidLocalizedLogger. error(LocalizableMessage m)Logs an error message.voidLocalizedLogger. info(LocalizableMessage m)Logs an info message.voidLocalizedLogger. 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 LocalizableMessageDecodeException. getMessageObject()LocalizableMessageLdapException. getMessageObject()LocalizableMessageResultCode. 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 DecodeExceptionDecodeException. error(LocalizableMessage message)Creates a new non-fatal decode exception with the provided message.static DecodeExceptionDecodeException. error(LocalizableMessage message, Throwable cause)Creates a new non-fatal decode exception with the provided message and root cause.static DecodeExceptionDecodeException. fatalError(LocalizableMessage message)Creates a new fatal decode exception with the provided message.static DecodeExceptionDecodeException. fatalError(LocalizableMessage message, Throwable cause)Creates a new fatal decode exception with the provided message and root cause.voidCancelRequestListener. handleCancelRequest(LocalizableMessage cancellationReason)Invoked when a cancellation request has been received and processing of the request should be aborted if possible.static LdapClientLdapClients. newNullLdapClient(String name, LocalizableMessage connectErrorMessage)Returns an LDAP client which always throwsResultCode.CLIENT_SIDE_CONNECT_ERRORusing the provided error message.Method parameters in org.forgerock.opendj.ldap with type arguments of type LocalizableMessage Modifier and Type Method Description static booleanEntries. conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages)Returnstrueif the provided entry is valid according to the default schema and schema validation policy.static booleanEntries. conformsToSchema(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages, Schema schema)Returnstrueif 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 LocalizableMessageBindResult. getDiagnosticMessage()LocalizableMessageCompareResult. getDiagnosticMessage()LocalizableMessageExtendedResult. getDiagnosticMessage()LocalizableMessageGenericExtendedResult. getDiagnosticMessage()LocalizableMessagePasswordModifyExtendedResult. getDiagnosticMessage()LocalizableMessageResult. getDiagnosticMessage()Returns the diagnostic message associated with this result.LocalizableMessageWhoAmIExtendedResult. 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 booleanSchema. validateEntry(Entry entry, SchemaValidationPolicy policy, Collection<LocalizableMessage> errorMessages)Returnstrueif 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 voidRejectedChangeRecordListener. handleRejectedChangeRecord(AddRequest change, LocalizableMessage reason)Invoked when an attempt to add an entry was rejected.voidRejectedChangeRecordListener. handleRejectedChangeRecord(DeleteRequest change, LocalizableMessage reason)Invoked when an attempt to delete an entry was rejected.voidRejectedChangeRecordListener. handleRejectedChangeRecord(ModifyDnRequest change, LocalizableMessage reason)Invoked when an attempt to rename an entry was rejected.voidRejectedChangeRecordListener. handleRejectedChangeRecord(ModifyRequest change, LocalizableMessage reason)Invoked when an attempt to modify an entry was rejected.voidRejectedLdifListener. 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 LocalizableMessageLocalizedKeyStoreException. getMessageObject()
-