Uses of Interface
de.captaingoldfish.scim.sdk.server.endpoints.authorize.Authorization
-
Packages that use Authorization Package Description de.captaingoldfish.scim.sdk.server.endpoints de.captaingoldfish.scim.sdk.server.endpoints.authorize de.captaingoldfish.scim.sdk.server.endpoints.features -
-
Uses of Authorization in de.captaingoldfish.scim.sdk.server.endpoints
Methods in de.captaingoldfish.scim.sdk.server.endpoints that return Authorization Modifier and Type Method Description AuthorizationContext. getAuthorization()the authorization information of the current requestConstructors in de.captaingoldfish.scim.sdk.server.endpoints with parameters of type Authorization Constructor Description Context(Authorization authorization) -
Uses of Authorization in de.captaingoldfish.scim.sdk.server.endpoints.authorize
Classes in de.captaingoldfish.scim.sdk.server.endpoints.authorize that implement Authorization Modifier and Type Class Description classDefaultAuthorizationauthor 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 Authorization 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
-