Uses of Class
de.captaingoldfish.scim.sdk.server.endpoints.features.EndpointType
-
Packages that use EndpointType Package Description de.captaingoldfish.scim.sdk.server.endpoints.authorize de.captaingoldfish.scim.sdk.server.endpoints.features -
-
Uses of EndpointType in de.captaingoldfish.scim.sdk.server.endpoints.authorize
Methods in de.captaingoldfish.scim.sdk.server.endpoints.authorize with parameters of type EndpointType Modifier and Type Method Description default voidAuthorization. isAuthorized(ResourceType resourceType, EndpointType endpointType, Set<String> roles)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 except -
Uses of EndpointType in de.captaingoldfish.scim.sdk.server.endpoints.features
Methods in de.captaingoldfish.scim.sdk.server.endpoints.features that return EndpointType Modifier and Type Method Description static EndpointTypeEndpointType. valueOf(String name)Returns 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 EndpointType Modifier and Type Method Description static voidEndpointFeatureHandler. handleEndpointFeatures(ResourceType resourceType, EndpointType endpointType, Authorization authorization)handles several checks for the currently accessed endpoint on the given resource type
-