Package | Description |
---|---|
org.opennms.acl.domain | |
org.opennms.acl.repository | |
org.opennms.acl.repository.ibatis | |
org.opennms.acl.service |
Constructor and Description |
---|
GenericUser(UserAuthoritiesDTO user,
UserService userService,
GroupService groupService)
Constructor
|
Modifier and Type | Method and Description |
---|---|
UserAuthoritiesDTO |
UserRepository.getUserWithAuthorities(String username)
getUserWithAuthorities
|
UserAuthoritiesDTO |
UserRepository.getUserWithAuthoritiesByID(Integer sid)
getUserWithAuthoritiesByID
|
Modifier and Type | Method and Description |
---|---|
Boolean |
UserRepository.save(UserAuthoritiesDTO user)
Save an UserDTO user
|
Modifier and Type | Method and Description |
---|---|
UserAuthoritiesDTO |
UserRepositoryIbatis.getUserWithAuthorities(String username)
getUserWithAuthorities
|
UserAuthoritiesDTO |
UserRepositoryIbatis.getUserWithAuthoritiesByID(Integer sid)
getUserWithAuthoritiesByID
|
Modifier and Type | Method and Description |
---|---|
Boolean |
UserRepositoryIbatis.save(UserAuthoritiesDTO user)
Save an UserDTO user
|
Modifier and Type | Method and Description |
---|---|
UserAuthoritiesDTO |
UserServiceImpl.getUserWithAuthorities(String username)
retrieve a user with their authorities
|
UserAuthoritiesDTO |
UserService.getUserWithAuthorities(String username)
retrieve a user with their authorities
|
UserAuthoritiesDTO |
UserServiceImpl.getUserWithAuthoritiesByID(Integer sid)
retrieve a user with their id
|
UserAuthoritiesDTO |
UserService.getUserWithAuthoritiesByID(Integer sid)
retrieve a user with their id
|
Modifier and Type | Method and Description |
---|---|
boolean |
UserServiceImpl.save(UserAuthoritiesDTO user)
save
|
boolean |
UserService.save(UserAuthoritiesDTO user)
save
|
Copyright © 2015. All Rights Reserved.