|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.integration.directory.connector.name.SearchDN
public class SearchDN
| Field Summary | |
|---|---|
protected org.apache.log4j.Logger |
logger
|
| Constructor Summary | |
|---|---|
SearchDN(LDAPPropertiesMapper propertiesMapper,
Converter converter)
|
|
| Method Summary | |
|---|---|
javax.naming.Name |
getBase()
Returns a Name representing the DN beneath which all objects should reside. |
javax.naming.Name |
getGroup()
Returns a Name representing the DN to anchor the search for groups. |
javax.naming.Name |
getNamingContext()
Returns a Name representing the DN beneath which all objects should reside OR the blank root DSE if none is specified. |
javax.naming.Name |
getRole()
Returns a Name representing the DN form which to search for roles. |
protected javax.naming.Name |
getSearchDN(java.lang.String propertyName)
Given an additional DN (eg. |
javax.naming.Name |
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.apache.log4j.Logger logger
| Constructor Detail |
|---|
public SearchDN(LDAPPropertiesMapper propertiesMapper,
Converter converter)
| Method Detail |
|---|
public javax.naming.Name getGroup()
ObjectNotFoundExceptionpublic javax.naming.Name getRole()
ObjectNotFoundExceptionpublic javax.naming.Name getUser()
ObjectNotFoundException
public javax.naming.Name getBase()
throws ObjectNotFoundException
ObjectNotFoundExceptionpublic javax.naming.Name getNamingContext()
protected javax.naming.Name getSearchDN(java.lang.String propertyName)
throws ObjectNotFoundException
propertyName -
ObjectNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||