Uses of Class
de.captaingoldfish.scim.sdk.server.endpoints.EndpointDefinition
-
Packages that use EndpointDefinition Package Description de.captaingoldfish.scim.sdk.server.endpoints de.captaingoldfish.scim.sdk.server.endpoints.base -
-
Uses of EndpointDefinition in de.captaingoldfish.scim.sdk.server.endpoints
Constructors in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type EndpointDefinition Constructor Description ResourceEndpoint(ServiceProvider serviceProvider, EndpointDefinition... endpointDefinitions)this constructor was introduced for unit tests to add a specific resourceTypeFactory instance which will prevent application context pollution within unit tests -
Uses of EndpointDefinition in de.captaingoldfish.scim.sdk.server.endpoints.base
Subclasses of EndpointDefinition in de.captaingoldfish.scim.sdk.server.endpoints.base Modifier and Type Class Description classGroupEndpointDefinitionauthor Pascal Knueppel
created at: 07.10.2019 - 20:44
this is the default endpoint definition for the /Groups endpoint as it was defined in the RFC7643classMeEndpointDefinitionauthor Pascal Knueppel
created at: 07.10.2019 - 20:44
this is the default endpoint definition for the /Me endpoint as it was defined in the RFC7643classResourceTypeEndpointDefinitionauthor Pascal Knueppel
created at: 17.10.2019 - 22:41
Represents the standardResourceTypeendpoint definition that is registered on the fly.classSchemaEndpointDefinitionauthor Pascal Knueppel
created at: 20.10.2019 - 16:40
classServiceProviderEndpointDefinitionauthor Pascal Knueppel
created at: 17.10.2019 - 22:41
Represents the standardResourceTypeendpoint definition that is registered on the fly.classUserEndpointDefinitionauthor Pascal Knueppel
created at: 07.10.2019 - 20:44
this is the default endpoint definition for the /Users endpoint as it was defined in the RFC7643
-