com.atlassian.fisheye.spi.admin.data
Class LdapAuthSettings

java.lang.Object
  extended by com.atlassian.fisheye.spi.admin.data.ExternalAuthSettings
      extended by com.atlassian.fisheye.spi.admin.data.LdapAuthSettings

public class LdapAuthSettings
extends ExternalAuthSettings


Nested Class Summary
static class LdapAuthSettings.MatchType
           
 
Constructor Summary
LdapAuthSettings()
           
LdapAuthSettings(java.lang.String filter, LdapAuthSettings.MatchType matchType)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getFilter()
           
 LdapAuthSettings.MatchType getMatchType()
           
 int hashCode()
           
 void setFilter(java.lang.String filter)
           
 void setMatchType(LdapAuthSettings.MatchType matchType)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LdapAuthSettings

public LdapAuthSettings()

LdapAuthSettings

public LdapAuthSettings(java.lang.String filter,
                        LdapAuthSettings.MatchType matchType)
Method Detail

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