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 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 settings
      endpointType - the endpoint type that the client tries to access
      authorization - should return the roles of an user and may contain arbitrary data needed in the handler implementation