Class ServiceProviderEndpointDefinition
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.endpoints.EndpointDefinition
-
- de.captaingoldfish.scim.sdk.server.endpoints.base.ServiceProviderEndpointDefinition
-
public class ServiceProviderEndpointDefinition extends EndpointDefinition
author Pascal Knueppel
created at: 17.10.2019 - 22:41
Represents the standardResourceTypeendpoint definition that is registered on the fly. But if wanted the registration can also be overridden with a new implementation
-
-
Constructor Detail
-
ServiceProviderEndpointDefinition
public ServiceProviderEndpointDefinition(ServiceProvider serviceProvider)
- Parameters:
serviceProvider- each createdResourceEndpointHandlermust get hold of a single *ServiceProviderinstance which is shared with this object. so both instances need to hold the same * object reference in order for the application to work correctly
-
-