com.retek.component.security.impl
Class ExternalUserManagerImpl

java.lang.Object
  extended bycom.retek.component.security.impl.ExternalUserManagerImpl
All Implemented Interfaces:
ExternalUserManager

public class ExternalUserManagerImpl
extends java.lang.Object
implements ExternalUserManager


Method Summary
 ExternalUserSearchResults findExternalUsersAfter(java.lang.String remoteUsername, java.lang.String remotePassword, RDate dateTime)
          Retrieves users from an external system that have been modified after the specified date/time.
static ExternalUserManagerImpl getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ExternalUserManagerImpl getInstance()

findExternalUsersAfter

public ExternalUserSearchResults findExternalUsersAfter(java.lang.String remoteUsername,
                                                        java.lang.String remotePassword,
                                                        RDate dateTime)
                                                 throws SystemException,
                                                        javax.naming.NamingException,
                                                        javax.security.auth.login.LoginException
Description copied from interface: ExternalUserManager
Retrieves users from an external system that have been modified after the specified date/time.

Specified by:
findExternalUsersAfter in interface ExternalUserManager
Parameters:
remoteUsername - user name used to log into external system remotePassword password used to log into external system dateTime filter to limit search to users modified after date/time
Throws:
javax.security.auth.login.LoginException - invalid username/password for external system
SystemException
javax.naming.NamingException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28