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, org.apache.directory.server.protocol.shared.store.ContextOperation

public class GetAllPrincipals
extends java.lang.Object
implements org.apache.directory.server.protocol.shared.store.ContextOperation

Command for getting all principals in a JNDI context.

Version:
$Rev: 544729 $, $Date: 2007-06-06 01:01:24 -0400 (Wed, 06 Jun 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)
           
 
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)
Specified by:
execute in interface org.apache.directory.server.protocol.shared.store.ContextOperation


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