Package | Description |
---|---|
org.opennms.acl.domain | |
org.opennms.acl.model | |
org.opennms.acl.repository | |
org.opennms.acl.repository.ibatis | |
org.opennms.acl.service | |
org.opennms.acl.ui |
Modifier and Type | Method and Description |
---|---|
List<AuthorityDTO> |
Authority.getAuthorities(Pager pager)
Return a paginated list of anemic authorities
|
Constructor and Description |
---|
Authority(AuthorityDTO authority,
AuthorityService authorityService,
AclItemService aclItemService)
Constructor used by AuthorityFactory
|
Modifier and Type | Method and Description |
---|---|
List<AuthorityDTO> |
UserAuthoritiesDTO.getAuthorities()
Getter for the field
authorities . |
Modifier and Type | Method and Description |
---|---|
void |
UserAuthoritiesDTO.setAuthorities(List<AuthorityDTO> authorities)
Setter for the field
authorities . |
Modifier and Type | Method and Description |
---|---|
AuthorityDTO |
AuthorityRepository.getAuthority(Integer id)
Retrieve an authority by id
|
Modifier and Type | Method and Description |
---|---|
List<AuthorityDTO> |
AuthorityRepository.getAuthorities()
getAuthorities
|
List<AuthorityDTO> |
AuthorityRepository.getAuthorities(Pager pager)
getAuthorities
|
List<AuthorityDTO> |
AuthorityRepository.getFreeAuthorities(String username)
getFreeAuthorities
|
List<AuthorityDTO> |
AuthorityRepository.getFreeAuthoritiesForGroup()
getFreeAuthoritiesForGroup
|
List<AuthorityDTO> |
AuthorityRepository.getGroupAuthorities(Integer id)
getGroupAuthorities
|
List<AuthorityDTO> |
AuthorityRepository.getUserAuthorities(String username)
getUserAuthorities
|
Modifier and Type | Method and Description |
---|---|
Boolean |
AuthorityRepository.save(AuthorityDTO authority)
Save an authorityDTO
|
Modifier and Type | Method and Description |
---|---|
AuthorityDTO |
AuthorityRepositoryIbatis.getAuthority(Integer id)
Retrieve an authority by id
|
Modifier and Type | Method and Description |
---|---|
List<AuthorityDTO> |
AuthorityRepositoryIbatis.getAuthorities()
getAuthorities
|
List<AuthorityDTO> |
AuthorityRepositoryIbatis.getAuthorities(Pager pager)
getAuthorities
|
List<AuthorityDTO> |
AuthorityRepositoryIbatis.getFreeAuthorities(String username)
getFreeAuthorities
|
List<AuthorityDTO> |
AuthorityRepositoryIbatis.getFreeAuthoritiesForGroup()
getFreeAuthoritiesForGroup
|
List<AuthorityDTO> |
AuthorityRepositoryIbatis.getGroupAuthorities(Integer id)
getGroupAuthorities
|
List<AuthorityDTO> |
AuthorityRepositoryIbatis.getUserAuthorities(String username)
getUserAuthorities
|
Modifier and Type | Method and Description |
---|---|
Boolean |
AuthorityRepositoryIbatis.save(AuthorityDTO authority)
Save an authorityDTO
|
Modifier and Type | Method and Description |
---|---|
AuthorityDTO |
AuthorityServiceImpl.getAuthority(Integer id)
getAuthority
|
AuthorityDTO |
AuthorityService.getAuthority(Integer id)
getAuthority
|
Modifier and Type | Method and Description |
---|---|
List<AuthorityDTO> |
AuthorityServiceImpl.getAuthorities()
getAuthorities
|
List<AuthorityDTO> |
AuthorityService.getAuthorities()
getAuthorities
|
List<AuthorityDTO> |
AuthorityServiceImpl.getAuthorities(Pager pager)
getAuthorities
|
List<AuthorityDTO> |
AuthorityService.getAuthorities(Pager pager)
getAuthorities
|
List<AuthorityDTO> |
AuthorityServiceImpl.getFreeAuthorities(String username)
getFreeAuthorities
|
List<AuthorityDTO> |
AuthorityService.getFreeAuthorities(String username)
getFreeAuthorities
|
List<AuthorityDTO> |
AuthorityServiceImpl.getFreeAuthoritiesForGroup()
getFreeAuthoritiesForGroup
|
List<AuthorityDTO> |
AuthorityService.getFreeAuthoritiesForGroup()
getFreeAuthoritiesForGroup
|
List<AuthorityDTO> |
AuthorityServiceImpl.getGroupAuthorities(Integer id)
getGroupAuthorities
|
List<AuthorityDTO> |
AuthorityService.getGroupAuthorities(Integer id)
getGroupAuthorities
|
List<AuthorityDTO> |
AuthorityServiceImpl.getUserAuthorities(String username)
getUserAuthorities
|
List<AuthorityDTO> |
AuthorityService.getUserAuthorities(String username)
getUserAuthorities
|
Modifier and Type | Method and Description |
---|---|
void |
AclNodeServiceImpl.addAuthority(AuthorityDTO authority)
add an authority with its items
|
void |
AclItemService.addAuthority(AuthorityDTO authority)
add an authority with its items
|
void |
AclCategoryNodeServiceImpl.addAuthority(AuthorityDTO authority)
add an authority with its items
|
boolean |
AuthorityServiceImpl.save(AuthorityDTO authority)
store an authority
|
boolean |
AuthorityService.save(AuthorityDTO authority)
store an authority
|
Modifier and Type | Method and Description |
---|---|
protected String |
AuthorityFormController.processSubmit(AuthorityDTO authority,
org.springframework.validation.BindingResult result,
org.springframework.web.bind.support.SessionStatus status)
processSubmit
|
Copyright © 2015. All Rights Reserved.