org.apache.directory.server.kerberos.shared.store.operations
Class GetAllPrincipals

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.store.operations.GetAllPrincipals
All Implemented Interfaces:
java.io.Serializable, ContextOperation

public class GetAllPrincipals
extends java.lang.Object
implements ContextOperation

Command for getting all principals in a JNDI context.

Version:
$Rev: 493916 $, $Date: 2007-01-08 03:44:33 +0100 (Mon, 08 Jan 2007) $
Author:
Apache Directory Project
See Also:
Serialized Form

Constructor Summary
GetAllPrincipals()
           
 
Method Summary
 java.lang.Object execute(javax.naming.directory.DirContext ctx, javax.naming.Name searchBaseDn)
          The command pattern execute method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetAllPrincipals

public GetAllPrincipals()
Method Detail

execute

public java.lang.Object execute(javax.naming.directory.DirContext ctx,
                                javax.naming.Name searchBaseDn)
Description copied from interface: ContextOperation
The command pattern execute method.

Specified by:
execute in interface ContextOperation
Parameters:
ctx - The context to execute the command with
searchBaseDn - The base DN for working with the context
Returns:
Object The result returned by the command


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.