Package com.unboundid.ldap.sdk.unboundidds.logs.v2.syntax


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
    Description
    This class defines a log field syntax for Boolean values.
    This class defines a log field syntax for values that are a comma-delimited list of strings.
    This class defines a log field syntax for distinguished name values.
    This class defines a log field syntax for search filter values.
    This class defines a log field syntax for values that are floating-point numbers.
    This class defines a log field syntax for values that are timestamps represented in the generalized time format.
    This class defines a log field syntax for values that are integers.
    This class defines a log field syntax for values that are JSON objects.
    This class defines the base class for syntaxes that may be used for field values in log messages.
    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.
    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.
    This class defines a log field syntax for values that are timestamps represented in the ISO 8601 format described in RFC 3339.
    This class defines a log field syntax for values that are arbitrary strings.
    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.