org.apache.directory.server.protocol.shared.catalog
Interface Catalog


public interface Catalog

The interface for resolving search-base Dn's from zone or realm names.

Author:
Apache Directory Project

Method Summary
 String getBaseDn(String name)
          Returns the base Dn for searches, given a zone or realm name.
 

Method Detail

getBaseDn

String getBaseDn(String name)
Returns the base Dn for searches, given a zone or realm name.

Parameters:
name -
Returns:
The base Dn for searches.


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.