Class LdapInfo.LdapTag
- java.lang.Object
-
- org.sourceid.saml20.domain.datasource.info.LdapInfo.LdapTag
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHostname()Retrieves the hostname, could be a space separated list of hostnames.StringgetTags()Retrieves the tags associated with this list of hostnames, could be a space separated list of tags.booleanisDefaultSource()Indicates whether this LDAP tag object is the default source or not.
-
-
-
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-trueif this LDAP tag is the default,falseotherwise
-
-
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:
trueif this LDAP tag is the default,falseotherwise
-
-