|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cafesoft.core.ldap.SearchConfig
public class SearchConfig
SearchConfig encapsulates a set of LDAP Search parameters.
| Field Summary | |
|---|---|
protected String |
roleBase
The base dn for roles. |
protected String |
roleName
The base dn for roles. |
protected String |
roleSearch
The role search pattern. |
protected boolean |
roleSubtree
The role search subtree level. |
protected String |
userPattern
The user search pattern. |
| Constructor Summary | |
|---|---|
SearchConfig(String roleBase,
String roleName,
String roleSearch,
boolean roleSubtree,
String userPattern)
Create a new SearchConfig object. |
|
| Method Summary | |
|---|---|
String |
getRoleBase()
Get the LDAP role base dn. |
String |
getRoleName()
Get the LDAP role attribute name. |
String |
getRoleSearch()
Get the LDAP role search pattern. |
boolean |
getRoleSubtree()
Get the LDAP role search subtree level. |
String |
getUserPattern()
Get the LDAP user dn pattern. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String roleBase
protected String roleName
protected String roleSearch
protected boolean roleSubtree
protected String userPattern
| Constructor Detail |
|---|
public SearchConfig(String roleBase,
String roleName,
String roleSearch,
boolean roleSubtree,
String userPattern)
roleBase - the base dn for rolesroleName - the base dn for rolesroleSearch - the role search patternroleSubtree - the role search subtree leveluserPattern - the user search pattern| Method Detail |
|---|
public String getRoleBase()
public String getRoleName()
public String getRoleSearch()
public boolean getRoleSubtree()
public String getUserPattern()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||