Package | Description |
---|---|
org.opennms.acl.model | |
org.opennms.acl.repository | |
org.opennms.acl.repository.ibatis | |
org.opennms.acl.service |
Modifier and Type | Class and Description |
---|---|
class |
UserAuthoritiesDTO
Class to manage all user information including the list of authorities
|
class |
UserDTO
Class to manage user information including password
|
Modifier and Type | Method and Description |
---|---|
List<UserDTOLight> |
UserRepository.getDisabledUsers(Pager pager)
getDisabledUsers
|
List<UserDTOLight> |
UserRepository.getEnabledUsers(Pager pager)
getEnabledUsers
|
Modifier and Type | Method and Description |
---|---|
List<UserDTOLight> |
UserRepositoryIbatis.getDisabledUsers(Pager pager)
getDisabledUsers
|
List<UserDTOLight> |
UserRepositoryIbatis.getEnabledUsers(Pager pager)
getEnabledUsers
|
Modifier and Type | Method and Description |
---|---|
List<UserDTOLight> |
UserServiceImpl.getDisabledUsers(Pager pager)
Retrieve the disabled users
|
List<UserDTOLight> |
UserService.getDisabledUsers(Pager pager)
Retrieve the disabled users
|
List<UserDTOLight> |
UserServiceImpl.getEnabledUsers(Pager pager)
getEnabledUsers
|
List<UserDTOLight> |
UserService.getEnabledUsers(Pager pager)
getEnabledUsers
|
Copyright © 2015. All Rights Reserved.