Class ServiceProviderEndpointDefinition
java.lang.Object
de.captaingoldfish.scim.sdk.server.endpoints.EndpointDefinition
de.captaingoldfish.scim.sdk.server.endpoints.base.ServiceProviderEndpointDefinition
author Pascal Knueppel
created at: 17.10.2019 - 22:41
Represents the standard
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 Summary
Constructors -
Method Summary
Methods inherited from class de.captaingoldfish.scim.sdk.server.endpoints.EndpointDefinition
getResourceHandler, getResourceSchema, getResourceSchemaExtensions, getResourceType, setResourceHandler, setResourceSchema, setResourceSchemaExtensions, setResourceType
-
Constructor Details
-
ServiceProviderEndpointDefinition
- 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
-