Uses of Interface
de.captaingoldfish.scim.sdk.server.endpoints.authorize.Authorization
Packages that use Authorization
Package
Description
-
Uses of Authorization in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints that return AuthorizationModifier and TypeMethodDescriptionContext.getAuthorization()the authorization information of the current requestConstructors in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type Authorization -
Uses of Authorization in de.captaingoldfish.scim.sdk.server.endpoints.authorize
Classes in de.captaingoldfish.scim.sdk.server.endpoints.authorize that implement AuthorizationModifier and TypeClassDescriptionfinal classauthor Pascal Knueppel
created at: 09.12.2019 - 11:31
a default implementation for authorization that is used if the developer did not give any authorization information's -
Uses of Authorization in de.captaingoldfish.scim.sdk.server.endpoints.features
Methods in de.captaingoldfish.scim.sdk.server.endpoints.features with parameters of type AuthorizationModifier and TypeMethodDescriptionstatic voidEndpointFeatureHandler.handleEndpointFeatures(ResourceType resourceType, EndpointType endpointType, Authorization authorization) handles several checks for the currently accessed endpoint on the given resource type