Class EndpointFeatureHandler
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.server.endpoints.features.EndpointFeatureHandler
-
public class EndpointFeatureHandler extends Object
author Pascal Knueppel
created at: 26.11.2019 - 09:51
this class is used to handle additional features for endpoints
-
-
Constructor Summary
Constructors Constructor Description EndpointFeatureHandler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidhandleEndpointFeatures(ResourceType resourceType, EndpointType endpointType, Authorization authorization)handles several checks for the currently accessed endpoint on the given resource type
-
-
-
Method Detail
-
handleEndpointFeatures
public static void handleEndpointFeatures(ResourceType resourceType, EndpointType endpointType, Authorization authorization)
handles several checks for the currently accessed endpoint on the given resource type- Parameters:
resourceType- the current resource type to get access to the endpoint control settingsendpointType- the endpoint type that the client tries to accessauthorization- should return the roles of an user and may contain arbitrary data needed in the handler implementation
-
-