|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserPassword | |
---|---|
org.openwms.core.domain.system.usermanagement | Contains domain classes regarding the user and role management. |
org.openwms.core.integration | Repository (DAO) interface definitions of the CORE module. |
org.openwms.core.integration.jpa | This package contains classes that belong to the integration layer implemented with JPA. |
org.openwms.core.service | Interface definitions of the CORE Module service layer. |
org.openwms.core.service.spring | This package contains service implementations of the CORE project, implemented with the Spring framework. |
Uses of UserPassword in org.openwms.core.domain.system.usermanagement |
---|
Methods in org.openwms.core.domain.system.usermanagement that return types with arguments of type UserPassword | |
---|---|
List<UserPassword> |
User.getPasswords()
Return a list of recently used passwords. |
Uses of UserPassword in org.openwms.core.integration |
---|
Methods in org.openwms.core.integration with parameters of type UserPassword | |
---|---|
User |
UserDao.findByNameAndPassword(UserPassword userPassword)
Find an User by his userName and password. |
Uses of UserPassword in org.openwms.core.integration.jpa |
---|
Methods in org.openwms.core.integration.jpa with parameters of type UserPassword | |
---|---|
User |
UserDaoImpl.findByNameAndPassword(UserPassword userPassword)
Find an User by his userName and password. |
Uses of UserPassword in org.openwms.core.service |
---|
Methods in org.openwms.core.service with parameters of type UserPassword | |
---|---|
void |
UserService.changeUserPassword(UserPassword userPassword)
Change the current User s password. |
User |
UserService.saveUserProfile(User user,
UserPassword userPassword,
UserPreference... prefs)
Save changes on an User and additionally save the User's password
and preferences. |
Uses of UserPassword in org.openwms.core.service.spring |
---|
Methods in org.openwms.core.service.spring with parameters of type UserPassword | |
---|---|
void |
UserServiceImpl.changeUserPassword(UserPassword userPassword)
Change the current User s password. |
User |
UserServiceImpl.saveUserProfile(User user,
UserPassword userPassword,
UserPreference... prefs)
Save changes on an User and additionally save the User's password
and preferences. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |