Package | Description |
---|---|
org.opennms.acl.model | |
org.opennms.acl.repository | |
org.opennms.acl.repository.ibatis | |
org.opennms.acl.service | |
org.opennms.acl.ui |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthoritiesDTO
Class to manage all user information including the list of authorities
|
Modifier and Type | Method and Description |
---|---|
UserDTO |
UserRepository.getUserCredentials(String id)
getUserCredentials
|
Modifier and Type | Method and Description |
---|---|
Long |
UserRepository.insertUser(UserDTO user)
insertUser
|
Integer |
UserRepository.updatePassword(UserDTO user)
Update a user
|
Modifier and Type | Method and Description |
---|---|
UserDTO |
UserRepositoryIbatis.getUserCredentials(String id)
getUserCredentials
|
Modifier and Type | Method and Description |
---|---|
Long |
UserRepositoryIbatis.insertUser(UserDTO user)
insertUser
|
Integer |
UserRepositoryIbatis.updatePassword(UserDTO user)
Update a user
|
Modifier and Type | Method and Description |
---|---|
UserDTO |
UserServiceImpl.getUserCredentials(String id)
retrieve a user with credentials
|
UserDTO |
UserService.getUserCredentials(String id)
retrieve a user with credentials
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserServiceImpl.save(UserDTO user)
Method only for admin, insert a user or change the user password
|
boolean |
UserService.save(UserDTO user)
Method only for admin, insert a user or change the user password
|
boolean |
UserServiceImpl.updatePassword(UserDTO user)
updatePassword
|
Modifier and Type | Method and Description |
---|---|
protected String |
UserFormController.processSubmit(UserDTO user,
org.springframework.validation.BindingResult result,
org.springframework.web.bind.support.SessionStatus status)
processSubmit
|
Copyright © 2015. All Rights Reserved.