Package de.captaingoldfish.scim.sdk.server.endpoints
package de.captaingoldfish.scim.sdk.server.endpoints
-
ClassesClassDescriptiona context object that may be optionally added to the request.author Pascal Knueppel
created at: 04.10.2019 - 00:44
the endpoint definition is used to register new endpoints into the application contextauthor Pascal Knueppel
created at: 26.10.2019 - 00:05
This class will receive any request and will then delegate the request to the correct endpoint and resource typeResourceHandler<T extends ResourceNode>author Pascal Knueppel
created at: 07.10.2019 - 23:17
this abstract class is the base for the developer to implement