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 standard ResourceType endpoint definition that is registered on the fly. But if wanted the registration can also be overridden with a new implementation
  • Constructor Details

    • ServiceProviderEndpointDefinition

      public ServiceProviderEndpointDefinition(ServiceProvider serviceProvider)
      Parameters:
      serviceProvider - each created ResourceEndpointHandler must get hold of a single * ServiceProvider instance which is shared with this object. so both instances need to hold the same * object reference in order for the application to work correctly