Uses of Enum
de.captaingoldfish.scim.sdk.server.endpoints.features.EndpointType
Packages that use EndpointType
Package
Description
-
Uses of EndpointType in de.captaingoldfish.scim.sdk.server.endpoints.authorize
Methods in de.captaingoldfish.scim.sdk.server.endpoints.authorize with parameters of type EndpointTypeModifier and TypeMethodDescriptiondefault voidAuthorization.isAuthorized(ResourceType resourceType, EndpointType endpointType, boolean useOrOnRoles, Set<String> roles, Set<String> defaultRoles) checks if the current client is authorized to access the given endpointdefault voidAuthorization.isClientAuthorized(ResourceType resourceType, EndpointType endpointType) verifies if the client is authorized to access the given endpoint and will throw a forbidden exception -
Uses of EndpointType in de.captaingoldfish.scim.sdk.server.endpoints.features
Methods in de.captaingoldfish.scim.sdk.server.endpoints.features that return EndpointTypeModifier and TypeMethodDescriptionstatic EndpointTypeReturns the enum constant of this type with the specified name.static EndpointType[]EndpointType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.captaingoldfish.scim.sdk.server.endpoints.features with parameters of type EndpointTypeModifier and TypeMethodDescriptionstatic voidEndpointFeatureHandler.handleEndpointFeatures(ResourceType resourceType, EndpointType endpointType, Authorization authorization) handles several checks for the currently accessed endpoint on the given resource type