com.retek.component.security
Interface ExternalUserManager

All Known Implementing Classes:
ExternalUserManagerImpl

public interface ExternalUserManager

Provides non-instance level methods for 3rd party user systems.


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.
 

Method Detail

findExternalUsersAfter

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

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