Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.rest | |
org.opennms.web.springframework.security |
Modifier and Type | Method and Description |
---|---|
OnmsUser |
UserManager.getOnmsUser(String username) |
Modifier and Type | Method and Description |
---|---|
void |
UserManager.save(OnmsUser user) |
Modifier and Type | Method and Description |
---|---|
List<OnmsUser> |
OnmsUserList.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
OnmsUserList.setUsers(List<OnmsUser> users) |
Constructor and Description |
---|
OnmsUserList(Collection<? extends OnmsUser> c) |
Modifier and Type | Method and Description |
---|---|
OnmsUser |
UserRestService.getUser(String username) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserRestService.addUser(OnmsUser user) |
Modifier and Type | Method and Description |
---|---|
OnmsUser |
SpringSecurityUserDaoImpl.getByUsername(String username)
getByUsername
|
OnmsUser |
SpringSecurityUserDao.getByUsername(String username)
getByUsername
|
Modifier and Type | Method and Description |
---|---|
protected void |
HybridOpenNMSUserAuthenticationProvider.checkUserPassword(String authUsername,
String authPassword,
OnmsUser user) |
Copyright © 2015. All Rights Reserved.