public class JdbcDbUserDao
extends java.lang.Object
User from the configured JdbcDb supporting user/group/role permissioning.
Usage requires a password encryption "salt" value be configured either explicitly or via a $name.salt environment var or system prop.
In this model, Users, Groups, and Roles can all be assigned Permissions. Users and Groups can both be assigned Roles and Users can be assigned to Groups. This means users can be assigned permissions through any one of the following relationship paths.
| Constructor and Description |
|---|
JdbcDbUserDao() |
Copyright © 2023 Rocket Partners, LLC. All rights reserved.