Class Configuration.SourceDirectory.User

  • Enclosing class:
    Configuration.SourceDirectory

    public static class Configuration.SourceDirectory.User
    extends Object
    The source directory user details. The user must be allowed full read access to all source directory entries that are subject to export / synchronisation.

    The user is authenticated using simple bind.

    Property keys: sourceDirectory.user.*

    • Field Detail

      • dn

        public final com.unboundid.ldap.sdk.DN dn
        The distinct name (DN) of the user.

        Property key: sourceDirectory.user.dn

      • password

        public final String password
        The password of the user (used to perform a simple directory bind operation).

        Property key: sourceDirectory.user.password

    • Constructor Detail

      • User

        public User​(Properties props)
             throws com.thetransactioncompany.util.PropertyParseException
        Creates a new source directory user from the specified properties.
        Parameters:
        props - The properties.
        Throws:
        com.thetransactioncompany.util.PropertyParseException - On a missing or invalid property.