Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.api | |
org.opennms.netmgt.model |
This file is part of OpenNMS(R).
|
org.opennms.web.rest.v1 | |
org.opennms.web.springframework.security | |
org.opennms.web.svclayer.api | |
org.opennms.web.svclayer.support |
Modifier and Type | Method and Description |
---|---|
OnmsUser |
UserManager.getOnmsUser(String username) |
Modifier and Type | Method and Description |
---|---|
void |
UserManager.save(OnmsUser onmsUser) |
Modifier and Type | Method and Description |
---|---|
OnmsUser |
UserConfig.getOnmsUser(String username)
getOnmsUser
|
Modifier and Type | Method and Description |
---|---|
void |
UserConfig.save(OnmsUser onmsUser)
save
|
Modifier and Type | Method and Description |
---|---|
List<OnmsUser> |
OnmsUserList.getObjects() |
List<OnmsUser> |
OnmsUserList.getUsers() |
Modifier and Type | Method and Description |
---|---|
void |
OnmsUserList.setUsers(List<OnmsUser> users) |
Constructor and Description |
---|
OnmsUserList(Collection<? extends OnmsUser> users) |
Modifier and Type | Method and Description |
---|---|
OnmsUser |
UserRestService.getUser(javax.ws.rs.core.SecurityContext securityContext,
String username) |
OnmsUser |
GroupRestService.getUser(String groupName,
String userName) |
OnmsUser |
UserRestService.whoami(javax.ws.rs.core.SecurityContext securityContext) |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserRestService.addUser(javax.ws.rs.core.SecurityContext securityContext,
javax.ws.rs.core.UriInfo uriInfo,
OnmsUser user,
boolean hashPassword) |
Constructor and Description |
---|
SpringSecurityUser(OnmsUser user) |
Modifier and Type | Method and Description |
---|---|
OnmsUser |
GroupService.getUserForGroup(String groupName,
String userName) |
Modifier and Type | Method and Description |
---|---|
OnmsUser |
DefaultGroupService.getUserForGroup(String groupName,
String userName) |
Copyright © 2021. All rights reserved.