Class CurrentUserRoleResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.rest.client.impl.roles.CurrentUserRoleResource
- All Implemented Interfaces:
RestResource
@Path("client/currentUserHasRole")
public class CurrentUserRoleResource
extends AbstractRestResource
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic final record -
Field Summary
Fields inherited from class AbstractRestResource
uriInfo -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentUserHasRole(CurrentUserRoleResource.RequestBean requestBean) Methods inherited from class AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
CurrentUserRoleResource
public CurrentUserRoleResource()
-
-
Method Details
-
currentUserHasRole
@POST @Consumes("application/json") @Produces("application/json") public CurrentUserRoleResource.ResponseBean currentUserHasRole(CurrentUserRoleResource.RequestBean requestBean)
-