Class BaseREST
- java.lang.Object
-
- org.gcube.common.authorization.rest.BaseREST
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringLOCATION_HEADERprotected javax.ws.rs.core.UriInfouriInfo
-
Constructor Summary
Constructors Constructor Description BaseREST()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.ws.rs.core.Response.ResponseBuilderaddLocation(javax.ws.rs.core.Response.ResponseBuilder responseBuilder, String id)protected voidsetCalledMethod(String method)
-
-
-
Field Detail
-
uriInfo
@Context protected javax.ws.rs.core.UriInfo uriInfo
-
LOCATION_HEADER
protected static final String LOCATION_HEADER
- See Also:
- Constant Field Values
-
-