Package com.unboundid.ldap.sdk.unboundidds.logs.v2.syntax
This package provides classes that are related to syntaxes that may be used
for fields in log messages generated by the Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products.
NOTE: The classes within this package, and elsewhere within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
-
Class Summary Class Description BooleanLogFieldSyntax This class defines a log field syntax for Boolean values.CommaDelimitedStringListLogFieldSyntax This class defines a log field syntax for values that are a comma-delimited list of strings.DNLogFieldSyntax This class defines a log field syntax for distinguished name values.FilterLogFieldSyntax This class defines a log field syntax for search filter values.FloatingPointLogFieldSyntax This class defines a log field syntax for values that are floating-point numbers.GeneralizedTimeLogFieldSyntax This class defines a log field syntax for values that are timestamps represented in the generalized time format.IntegerLogFieldSyntax This class defines a log field syntax for values that are integers.JSONLogFieldSyntax This class defines a log field syntax for values that are JSON objects.LogFieldSyntax<T> This class defines the base class for syntaxes that may be used for field values in log messages.RFC3339TimestampLogFieldSyntax This class defines a log field syntax for values that are timestamps represented in the ISO 8601 format described in RFC 3339.StringLogFieldSyntax This class defines a log field syntax for values that are arbitrary strings. -
Exception Summary Exception Description LogSyntaxException This class defines an exception that may be used to indicate that a log field value cannot be parsed in accordance with the associated syntax.RedactedValueException This class defines an exception that may be used to indicate that a log field value cannot be parsed in accordance with the associated syntax because either the entire value or one or more of its components have been redacted.TokenizedValueException This class defines an exception that may be used to indicate that a log field value cannot be parsed in accordance with the associated syntax because either the entire value or one or more of its components have been tokenized.