Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
D
- dao - Variable in class com.alpaca.service.impl.AdvertiserServiceImpl
- dao - Variable in class com.alpaca.service.impl.PermissionServiceImpl
- dao - Variable in class com.alpaca.service.impl.ProfileServiceImpl
- dao - Variable in class com.alpaca.service.impl.RoleServiceImpl
- dao - Variable in class com.alpaca.service.impl.UserServiceImpl
- dataService - Variable in class com.alpaca.service.impl.InitializerServiceImpl
- DataService - Interface in com.alpaca.service
-
Service interface for initializing essential application data.
- DataServiceImpl - Class in com.alpaca.service.impl
-
Service responsible for seeding essential application data upon startup.
- DataServiceImpl() - Constructor for class com.alpaca.service.impl.DataServiceImpl
- DEFAULT_EXPIRES_IN - Static variable in class com.alpaca.security.oauth2.AccessTokenResConverter
- defaultResolver - Variable in class com.alpaca.security.oauth2.OAuth2ReqResolver
- delete(UUID) - Method in class com.alpaca.controller.AdvertiserController
-
Deletes an advertiser identified by its unique identifier.
- delete(UUID) - Method in class com.alpaca.controller.PermissionController
-
Deletes a
Permission
identified by its unique identifier. - delete(UUID) - Method in class com.alpaca.controller.ProfileController
-
Deletes a profile identified by its unique identifier.
- delete(UUID) - Method in class com.alpaca.controller.RoleController
-
Deletes a
Role
identified by its unique identifier. - delete(UUID) - Method in class com.alpaca.controller.UserController
-
Deletes a user identified by its unique identifier.
- deleteById(ID) - Method in interface com.alpaca.persistence.IGenericDAO
-
Deletes an entity by its identifier - must not be null.
- deleteById(ID) - Method in class com.alpaca.persistence.impl.GenericDAOImpl
-
Deletes the entity identified by the given ID, if it exists.
- deleteById(ID) - Method in interface com.alpaca.service.IGenericService
-
Deletes an entity by its identifier.
- deleteById(ID) - Method in class com.alpaca.service.impl.GenericServiceImpl
-
Deletes an entity by its ID with validation of existence.
- deleteCookie(HttpServletRequest, HttpServletResponse, String) - Static method in class com.alpaca.security.manager.CookieManager
-
Deletes a cookie by name by setting its maximum age to zero and adding it to the response.
- description - Variable in class com.alpaca.dto.request.AdvertiserRequestDTO
- description - Variable in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
The field for the
description
record component. - description - Variable in class com.alpaca.entity.Advertiser
-
A brief description of the Advertiser.
- description() - Method in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
Returns the value of the
description
record component. - deserialize(JsonParser, DeserializationContext) - Method in class com.alpaca.security.oauth2.AuthRequestDeserializer
- deserialize(JsonParser, DeserializationContext) - Method in class com.alpaca.security.oauth2.AuthResponseTypeDeserializer
- deserialize(Cookie, Class<T>) - Static method in class com.alpaca.security.manager.CookieManager
-
Deserializes a cookie’s Base64-encoded JSON value into a Java object of the specified type.
- determineTargetUrl(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.alpaca.security.oauth2.AuthSuccessHandler
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.alpaca.security.filter.JwtTokenValidatorFilter
-
Filters the HTTP request to extract and validate a JWT token if present.
- doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class com.alpaca.security.filter.SimpleCORSFilter
-
Adds standard CORS headers to each HTTP response to allow cross-origin access.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form