Uses of Class
org.killbill.billing.jaxrs.json.UserRolesJson
-
Packages that use UserRolesJson Package Description org.killbill.billing.jaxrs.resources -
-
Uses of UserRolesJson in org.killbill.billing.jaxrs.resources
Methods in org.killbill.billing.jaxrs.resources with parameters of type UserRolesJson Modifier and Type Method Description javax.ws.rs.core.ResponseSecurityResource. addUserRoles(UserRolesJson json, String createdBy, String reason, String comment, javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.UriInfo uriInfo)javax.ws.rs.core.ResponseSecurityResource. updateUserPassword(String username, UserRolesJson json, String createdBy, String reason, String comment, javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.UriInfo uriInfo)javax.ws.rs.core.ResponseSecurityResource. updateUserRoles(String username, UserRolesJson json, String createdBy, String reason, String comment, javax.servlet.http.HttpServletRequest request, javax.ws.rs.core.UriInfo uriInfo)
-