public class EndpointFeatureHandler extends Object
| Constructor and Description |
|---|
EndpointFeatureHandler() |
| Modifier and Type | Method and Description |
|---|---|
static void |
handleEndpointFeatures(ResourceType resourceType,
EndpointType endpointType,
Authorization authorization)
handles several checks for the currently accessed endpoint on the given resource type
|
public static void handleEndpointFeatures(ResourceType resourceType, EndpointType endpointType, Authorization authorization)
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 implementationCopyright © 2019. All rights reserved.