Uses of Annotation Interface
overit.geocall.rs.annotations.Authentication
Packages that use Authentication
Package
Description
-
Uses of Authentication in overit.geocall.base.rs2.auth
Methods in overit.geocall.base.rs2.auth with annotations of type AuthenticationModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Void> AuthServiceV2.invalidateToken() -
Uses of Authentication in overit.geocall.base.rs2.config
Methods in overit.geocall.base.rs2.config with annotations of type AuthenticationModifier and TypeMethodDescriptionConfigurationServiceV2.getSystemConfigurations(List<String> names) ConfigurationServiceV2.getSystemEditableConfigurations()ConfigurationServiceV2.getTenantConfigurations(List<String> names) ConfigurationServiceV2.getTenantConstraintsConfigurations(long tenantId) ConfigurationServiceV2.getTenantEditableConfigurations()org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.patchSystemEditableConfigurations(List<String> filters, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.patchTenantConstraintsConfigurations(List<String> filters, long tenantId, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.patchTenantEditableConfigurations(List<String> filters, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.putSystemEditableConfigurations(String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.putTenantConstraintsConfigurations(long tenantId, String body) org.springframework.http.ResponseEntity<Void> ConfigurationServiceV2.putTenantEditableConfigurations(String body) -
Uses of Authentication in overit.geocall.rs.annotations
Classes in overit.geocall.rs.annotations with annotations of type AuthenticationModifier and TypeClassDescription@interfaceAnnotation used to indicate that authentication is required for the annotated element. -
Uses of Authentication in overit.geocallapp.utilities.rs.common
Classes in overit.geocallapp.utilities.rs.common with annotations of type AuthenticationModifier and TypeClassDescriptionclassAbstract base class for REST services that require authentication and authorization.
This class provides a foundation for implementing secure REST endpoints with JWT-based authentication.
All services extending this class will automatically inherit JWT security requirements and authentication features.