public class GroupACLResource
extends ch.software_atelier.simpleflex.rest.DefaultRestResource
| Constructor and Description |
|---|
GroupACLResource(DataHandler dh,
TokenHandler th,
TokenParser tp) |
| Modifier and Type | Method and Description |
|---|---|
void |
docGET(ch.software_atelier.simpleflex.rest.swagger.MethodDocumentation request) |
void |
docPUT(ch.software_atelier.simpleflex.rest.swagger.MethodDocumentation request) |
ch.software_atelier.simpleflex.rest.RestResponse |
onGET(ch.software_atelier.simpleflex.rest.RestRequest request)
Returns the settings of a given user if those settings belong to him or
if the user is an admin.
|
ch.software_atelier.simpleflex.rest.RestResponse |
onPUT(ch.software_atelier.simpleflex.rest.RestRequest request)
Saves the given settings for the given user if he is
that user or if he is an admin.
|
public GroupACLResource(DataHandler dh, TokenHandler th, TokenParser tp)
public ch.software_atelier.simpleflex.rest.RestResponse onPUT(ch.software_atelier.simpleflex.rest.RestRequest request)
onPUT in interface ch.software_atelier.simpleflex.rest.RestResourceonPUT in class ch.software_atelier.simpleflex.rest.DefaultRestResourcepublic void docPUT(ch.software_atelier.simpleflex.rest.swagger.MethodDocumentation request)
docPUT in interface ch.software_atelier.simpleflex.rest.RestResourcedocPUT in class ch.software_atelier.simpleflex.rest.DefaultRestResourcepublic ch.software_atelier.simpleflex.rest.RestResponse onGET(ch.software_atelier.simpleflex.rest.RestRequest request)
onGET in interface ch.software_atelier.simpleflex.rest.RestResourceonGET in class ch.software_atelier.simpleflex.rest.DefaultRestResourcepublic void docGET(ch.software_atelier.simpleflex.rest.swagger.MethodDocumentation request)
docGET in interface ch.software_atelier.simpleflex.rest.RestResourcedocGET in class ch.software_atelier.simpleflex.rest.DefaultRestResourceCopyright © 2021 Software Atelier Kamber. All rights reserved.