A database table is used as data source for the access data.

  1. User Entity already exists - Select your existing User entity.
    No User Entity available yet - Click New Entity... to create a new User entity, including the UserDAO DAO. 
  2. Select the attribute for the username under Mapping > Username.
  3. Select the attribute for the password under Mapping > Password.
  4. Select the encryption algorithm for the password under Settings > Password hashing strategy, e.g. PBKDF2WithHmacSHA1.
  5. Click Finish.

Go to authorize

Create database table USER - A corresponding table has to be created for the new User entity in the USER database. For this, RapidClipse offers an export feature.

Options:
Result:
Example:
Note: