com.atlassian.fisheye.spi.admin.data
Class LdapAuthSettings
java.lang.Object
com.atlassian.fisheye.spi.admin.data.ExternalAuthSettings
com.atlassian.fisheye.spi.admin.data.LdapAuthSettings
public class LdapAuthSettings
- extends ExternalAuthSettings
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
LdapAuthSettings
public LdapAuthSettings()
LdapAuthSettings
public LdapAuthSettings(java.lang.String filter,
LdapAuthSettings.MatchType matchType)
getFilter
public java.lang.String getFilter()
setFilter
public void setFilter(java.lang.String filter)
getMatchType
public LdapAuthSettings.MatchType getMatchType()
setMatchType
public void setMatchType(LdapAuthSettings.MatchType matchType)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object