OOP LoginManager Version 3.7

com.bentofw.login
Interface RandomUserIdGenerator

All Known Implementing Classes:
SimpleUserIdGenerator

public interface RandomUserIdGenerator

The implementation of this imterface is responsible for generating the user ID randomly.

To avoid the duplicate user ID, UserGroupMap checks the uniquness of the generated user ID. So, the implementation of this interface need not generate the unique user ID.

Author:
Jun Inamori

Method Summary
 java.lang.String getUserId()
          Returns the user ID.
 

Method Detail

getUserId

java.lang.String getUserId()
Returns the user ID.

Returns:
The user ID.

OOP LoginManager Version 3.7

ALL CONTENTS COPYRIGHT 2006, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.