Uses of Class
org.opennms.netmgt.model.OnmsUser
-
Packages that use OnmsUser 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 -
-
Uses of OnmsUser in org.opennms.netmgt.config
Methods in org.opennms.netmgt.config that return OnmsUser Modifier and Type Method Description OnmsUser
UserManager. getOnmsUser(java.lang.String username)
Methods in org.opennms.netmgt.config with parameters of type OnmsUser Modifier and Type Method Description void
UserManager. save(OnmsUser onmsUser)
-
Uses of OnmsUser in org.opennms.netmgt.config.api
Methods in org.opennms.netmgt.config.api that return OnmsUser Modifier and Type Method Description OnmsUser
UserConfig. getOnmsUser(java.lang.String username)
getOnmsUserMethods in org.opennms.netmgt.config.api with parameters of type OnmsUser Modifier and Type Method Description void
UserConfig. save(OnmsUser onmsUser)
save -
Uses of OnmsUser in org.opennms.netmgt.model
Methods in org.opennms.netmgt.model that return types with arguments of type OnmsUser Modifier and Type Method Description java.util.List<OnmsUser>
OnmsUserList. getObjects()
java.util.List<OnmsUser>
OnmsUserList. getUsers()
Method parameters in org.opennms.netmgt.model with type arguments of type OnmsUser Modifier and Type Method Description void
OnmsUserList. setUsers(java.util.List<OnmsUser> users)
Constructor parameters in org.opennms.netmgt.model with type arguments of type OnmsUser Constructor Description OnmsUserList(java.util.Collection<? extends OnmsUser> users)
-
Uses of OnmsUser in org.opennms.web.rest.v1
Methods in org.opennms.web.rest.v1 that return OnmsUser Modifier and Type Method Description OnmsUser
GroupRestService. getUser(java.lang.String groupName, java.lang.String userName)
OnmsUser
UserRestService. getUser(javax.ws.rs.core.SecurityContext securityContext, java.lang.String username)
OnmsUser
UserRestService. whoami(javax.ws.rs.core.SecurityContext securityContext)
Methods in org.opennms.web.rest.v1 with parameters of type OnmsUser Modifier and Type Method Description javax.ws.rs.core.Response
UserRestService. addUser(javax.ws.rs.core.SecurityContext securityContext, javax.ws.rs.core.UriInfo uriInfo, OnmsUser user, boolean hashPassword)
-
Uses of OnmsUser in org.opennms.web.springframework.security
Constructors in org.opennms.web.springframework.security with parameters of type OnmsUser Constructor Description SpringSecurityUser(OnmsUser user)
-
Uses of OnmsUser in org.opennms.web.svclayer.api
Methods in org.opennms.web.svclayer.api that return OnmsUser Modifier and Type Method Description OnmsUser
GroupService. getUserForGroup(java.lang.String groupName, java.lang.String userName)
-
Uses of OnmsUser in org.opennms.web.svclayer.support
Methods in org.opennms.web.svclayer.support that return OnmsUser Modifier and Type Method Description OnmsUser
DefaultGroupService. getUserForGroup(java.lang.String groupName, java.lang.String userName)
-