| Interface | Description |
|---|---|
| UserAttributesDao<U extends UserAttribute> |
Note:
UserAttributesDao.save(String, Map) does not support UserAttribute type value and only pure String, even though there is a UserAttributesDao.getAttributes(String).Reason being, The UserAttribute contains the userId and the AbstractUserAttribute.getName(); so the map itself as input is redundant. |
| UserDao<U extends User> |
Dao for
Users & Credentials |
| Class | Description |
|---|---|
| UserAttributesDaoImpl<U extends UserAttribute> |
DAO for
UserAttribute |
| UserDaoImpl<U extends User> |
Implementation for
Users & Credentials
For different types of User entities, use different instances of this. |
Copyright © 2018. All rights reserved.