Package overit.geocallapp.utilities.rs.common


package overit.geocallapp.utilities.rs.common
  • Classes
    Class
    Description
    Generic wrapper class for holding identifier values of any type.
    Provides a simple container for ID values that can be used in DTO (Data Transfer Object) contexts.
    This class encapsulates an identifier value and provides getter/setter access to it.
    Abstract 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.