public class SearchDN extends Object
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
Constructor and Description |
---|
SearchDN(LDAPPropertiesMapper propertiesMapper,
Converter converter) |
Modifier and Type | Method and Description |
---|---|
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.
|
public SearchDN(LDAPPropertiesMapper propertiesMapper, Converter converter)
public LdapName getGroup()
@Deprecated public LdapName getRole()
public LdapName getUser()
public Name getBase() throws InvalidNameException
InvalidNameException
public Name getNamingContext()
protected LdapName getSearchDN(String propertyName) throws InvalidNameException
InvalidNameException
Copyright © 2020 Atlassian. All rights reserved.