Class EndpointFeatureHandler
java.lang.Object
de.captaingoldfish.scim.sdk.server.endpoints.features.EndpointFeatureHandler
author Pascal Knueppel
created at: 26.11.2019 - 09:51
this class is used to handle additional features for endpoints
created at: 26.11.2019 - 09:51
this class is used to handle additional features for endpoints
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidhandleEndpointFeatures(ResourceType resourceType, EndpointType endpointType, Authorization authorization) handles several checks for the currently accessed endpoint on the given resource type
-
Constructor Details
-
EndpointFeatureHandler
public EndpointFeatureHandler()
-
-
Method Details
-
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
-