Uses of Class
org.opennms.netmgt.model.OnmsUserList
-
Packages that use OnmsUserList Package Description org.opennms.netmgt.config org.opennms.netmgt.config.api org.opennms.web.rest.v1 org.opennms.web.svclayer.api org.opennms.web.svclayer.support -
-
Uses of OnmsUserList in org.opennms.netmgt.config
Methods in org.opennms.netmgt.config that return OnmsUserList Modifier and Type Method Description OnmsUserList
UserManager. getOnmsUserList()
-
Uses of OnmsUserList in org.opennms.netmgt.config.api
Methods in org.opennms.netmgt.config.api that return OnmsUserList Modifier and Type Method Description OnmsUserList
UserConfig. getOnmsUserList()
getOnmsUserList -
Uses of OnmsUserList in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return OnmsUserList Modifier and Type Method Description OnmsUserList
UserRestService. getUsers(javax.ws.rs.core.SecurityContext securityContext)
OnmsUserList
GroupRestService. listUsersOfGroup(String groupName)
-
Uses of OnmsUserList in org.opennms.web.svclayer.api
Methods in org.opennms.web.svclayer.api that return OnmsUserList Modifier and Type Method Description OnmsUserList
GroupService. getUsersOfGroup(String groupName)
-
Uses of OnmsUserList in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support that return OnmsUserList Modifier and Type Method Description OnmsUserList
DefaultGroupService. getUsersOfGroup(String groupName)
-