Package io.jans.notify.rest
Class MetadataRestServiceImpl
- java.lang.Object
-
- io.jans.notify.rest.MetadataRestServiceImpl
-
- All Implemented Interfaces:
MetadataRestService
@Path("/notify-configuration") public class MetadataRestServiceImpl extends Object implements MetadataRestService
The endpoint at which the requester can obtain oxNotify metadata configuration- Version:
- Septempber 15, 2017
- Author:
- Yuriy Movchan
-
-
Constructor Summary
Constructors Constructor Description MetadataRestServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.ws.rs.core.Response
getConfiguration()
-
-
-
Method Detail
-
getConfiguration
public jakarta.ws.rs.core.Response getConfiguration()
- Specified by:
getConfiguration
in interfaceMetadataRestService
-
-