| Package | Description |
|---|---|
| de.captaingoldfish.scim.sdk.server.endpoints | |
| de.captaingoldfish.scim.sdk.server.endpoints.base |
| Constructor and 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
|
| Modifier and Type | Class and Description |
|---|---|
class |
GroupEndpointDefinition
author 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 RFC7643 |
class |
MeEndpointDefinition
author 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 RFC7643 |
class |
ResourceTypeEndpointDefinition
author Pascal Knueppel
created at: 17.10.2019 - 22:41 Represents the standard ResourceType endpoint definition that is registered on the fly. |
class |
SchemaEndpointDefinition
author Pascal Knueppel
created at: 20.10.2019 - 16:40 |
class |
ServiceProviderEndpointDefinition
author Pascal Knueppel
created at: 17.10.2019 - 22:41 Represents the standard ResourceType endpoint definition that is registered on the fly. |
class |
UserEndpointDefinition
author 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 |
Copyright © 2019. All rights reserved.