Class BrokerLdapServerMetadata


  • public final class BrokerLdapServerMetadata
    extends java.lang.Object
    • Method Detail

      • hosts

        public java.util.List<java.lang.String> hosts()
        Returns:
        List of a fully qualified domain name of the LDAP server and an optional failover server.
      • roleBase

        public java.util.Optional<java.lang.String> roleBase()
        Returns:
        Fully qualified name of the directory to search for a user’s groups.
      • roleName

        public java.util.Optional<java.lang.String> roleName()
        Returns:
        Specifies the LDAP attribute that identifies the group name attribute in the object returned from the group membership query.
      • roleSearchMatching

        public java.util.Optional<java.lang.String> roleSearchMatching()
        Returns:
        Search criteria for groups.
      • roleSearchSubtree

        public java.util.Optional<java.lang.Boolean> roleSearchSubtree()
        Returns:
        Whether the directory search scope is the entire sub-tree.
      • serviceAccountPassword

        public java.util.Optional<java.lang.String> serviceAccountPassword()
        Returns:
        Service account password.
      • serviceAccountUsername

        public java.util.Optional<java.lang.String> serviceAccountUsername()
        Returns:
        Service account username.
      • userBase

        public java.util.Optional<java.lang.String> userBase()
        Returns:
        Fully qualified name of the directory where you want to search for users.
      • userRoleName

        public java.util.Optional<java.lang.String> userRoleName()
        Returns:
        Specifies the name of the LDAP attribute for the user group membership.
      • userSearchMatching

        public java.util.Optional<java.lang.String> userSearchMatching()
        Returns:
        Search criteria for users.
      • userSearchSubtree

        public java.util.Optional<java.lang.Boolean> userSearchSubtree()
        Returns:
        Whether the directory search scope is the entire sub-tree.