org.lsc.jndi
Interface IJndiDstService
- All Known Implementing Classes:
- EmptyJndiDstService, FullDNJndiDstService, SimpleJndiDstService
public interface IJndiDstService
- Author:
- rschermesser
getBean
IBean getBean(Map.Entry<String,LscAttributes> id)
throws NamingException
- This method is a simple object getter.
- Parameters:
id - the object identifier
- Returns:
- the object or null if not found
- Throws:
NamingException - when a directory exception is encountered
getListPivots
Map<String,LscAttributes> getListPivots()
throws NamingException
- Returns a list of all the objects identifiers.
- Returns:
- Map of DNs of all entries that are returned by the directory with an associated map of attribute names and values (never null)
- Throws:
NamingException
Copyright © 2005-2010 LSC project. All Rights Reserved.