Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Interface dkImportUsers

All Superinterfaces:
dkUserExit

public interface dkImportUsers
extends dkUserExit

dkImportUsers : This class represents a Import users and groups user exit interface


Method Summary
 dkCollection listUserDefs()
          Lists users defined in the system
 dkCollection listUserGroupDefs()
          Lists users groups defined in the system
 java.lang.String[] listUserGroups()
          Lists user groups defined in the system
 java.lang.String[] listUsers()
          Lists users defined in the system
 
Methods inherited from interface com.ibm.mm.sdk.common.dkUserExit
postCondition, preCondition
 

Method Detail

listUsers

public java.lang.String[] listUsers()
                             throws DKException,
                                    java.lang.Exception
Lists users defined in the system

listUserDefs

public dkCollection listUserDefs()
                          throws DKException,
                                 java.lang.Exception
Lists users defined in the system

listUserGroupDefs

public dkCollection listUserGroupDefs()
                               throws DKException,
                                      java.lang.Exception
Lists users groups defined in the system

listUserGroups

public java.lang.String[] listUserGroups()
                                  throws DKException,
                                         java.lang.Exception
Lists user groups defined in the system

EIP Java APIs

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.