|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.directory.ldap.name.SearchDN
public class SearchDN
| Field Summary | |
|---|---|
protected org.slf4j.Logger |
logger
|
| Constructor Summary | |
|---|---|
SearchDN(LDAPPropertiesMapper propertiesMapper,
Converter converter)
|
|
| Method Summary | |
|---|---|
Name |
getBase()
Returns a Name representing the DN beneath which all objects should reside. |
LdapName |
getGroup()
Returns a Name representing the DN to anchor the search for groups. |
Name |
getNamingContext()
Returns a Name representing the DN beneath which all objects should reside OR the blank root DSE if none is specified. |
LdapName |
getRole()
Deprecated. |
protected LdapName |
getSearchDN(String propertyName)
Given an additional DN (eg. |
LdapName |
getUser()
Returns a Name representing the DN to search beneath for users. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.slf4j.Logger logger
| Constructor Detail |
|---|
public SearchDN(LDAPPropertiesMapper propertiesMapper,
Converter converter)
| Method Detail |
|---|
public LdapName getGroup()
public LdapName getRole()
public LdapName getUser()
public Name getBase()
throws InvalidNameException
InvalidNameExceptionpublic Name getNamingContext()
protected LdapName getSearchDN(String propertyName)
throws InvalidNameException
propertyName -
InvalidNameException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||