public class LdapAuthSettings extends ExternalAuthSettings
| Modifier and Type | Class and Description |
|---|---|
static class |
LdapAuthSettings.MatchType |
| Constructor and Description |
|---|
LdapAuthSettings() |
LdapAuthSettings(java.lang.String filter,
LdapAuthSettings.MatchType matchType) |
| Modifier and Type | Method and Description |
|---|---|
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) |
public LdapAuthSettings()
public LdapAuthSettings(java.lang.String filter,
LdapAuthSettings.MatchType matchType)
public java.lang.String getFilter()
public void setFilter(java.lang.String filter)
public LdapAuthSettings.MatchType getMatchType()
public void setMatchType(LdapAuthSettings.MatchType matchType)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object