wt.federation.PrincipalManager
Class DirContext.AdapterInfo
java.lang.Object
wt.federation.PrincipalManager.DirContext.AdapterInfo
- Enclosing class:
- DirContext
- class DirContext.AdapterInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
adapterName
String adapterName
attributeMap
HashMap attributeMap
displayName
String displayName
dn
String dn
domain
String domain
searchBase
String searchBase
searchScope
String searchScope
DirContext.AdapterInfo
public DirContext.AdapterInfo(String name)
setAdapterName
public void setAdapterName(String adapterName)
getAdapterName
public String getAdapterName()
setDn
public void setDn(String dn)
getDn
public String getDn()
setAttributeMap
public void setAttributeMap(HashMap attributeMap)
getAttributeMap
public HashMap getAttributeMap()
setDisplayName
public void setDisplayName(String displayName)
getDisplayName
public String getDisplayName()
setDomain
public void setDomain(String domain)
getDomain
public String getDomain()
setSearchBase
public void setSearchBase(String searchBase)
getSearchBase
public String getSearchBase()
setSearchScope
public void setSearchScope(String searchScope)
getSearchScope
public String getSearchScope()