Class LdapInfo.LdapTag

  • Enclosing class:
    LdapInfo

    public static class LdapInfo.LdapTag
    extends Object
    The Ldap Tag Object.
    Since:
    10.3
    • Constructor Detail

      • LdapTag

        public LdapTag​(String hostname,
                       String tags,
                       boolean defaultSource)
        Default constructor
        Parameters:
        hostname - The hostname, could be a space separated list of hostnames.
        tags - The tags associated with this list of hostnames. Could be a space separated list of tags.
        defaultSource - true if this LDAP tag is the default, false otherwise
    • Method Detail

      • getHostname

        public String getHostname()
        Retrieves the hostname, could be a space separated list of hostnames.
        Returns:
        the hostname
      • getTags

        public String getTags()
        Retrieves the tags associated with this list of hostnames, could be a space separated list of tags.
        Returns:
        the tag
      • isDefaultSource

        public boolean isDefaultSource()
        Indicates whether this LDAP tag object is the default source or not.
        Returns:
        true if this LDAP tag is the default, false otherwise