Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

I

IAdvertiserDAO - Interface in com.alpaca.persistence
Data Access Object (DAO) interface for managing Advertiser entities.
IAdvertiserMapper - Interface in com.alpaca.mapper
Mapper interface for converting between Advertiser entities and their corresponding request and response DTOs.
IAdvertiserMapper - Variable in class com.alpaca.mapper.impl.UserMapperImpl
 
IAdvertiserService - Interface in com.alpaca.service
Service interface for managing Advertiser entities.
IAuthService - Interface in com.alpaca.service
Service interface for authentication operations.
id - Variable in record class com.alpaca.dto.response.AdvertiserResponseDTO
The field for the id record component.
id - Variable in record class com.alpaca.dto.response.PermissionResponseDTO
The field for the id record component.
id - Variable in record class com.alpaca.dto.response.ProfileResponseDTO
The field for the id record component.
id - Variable in record class com.alpaca.dto.response.RoleResponseDTO
The field for the id record component.
id - Variable in record class com.alpaca.dto.response.UserResponseDTO
The field for the id record component.
id - Variable in class com.alpaca.entity.Advertiser
Unique identifier for the Advertiser.
id - Variable in class com.alpaca.entity.Permission
Unique identifier for the Permission.
id - Variable in class com.alpaca.entity.Profile
Unique identifier for the Profile.
id - Variable in class com.alpaca.entity.Role
Unique identifier for the Role.
id - Variable in class com.alpaca.entity.RolePermission
Unique identifier for the RolePermission association.
id - Variable in class com.alpaca.entity.User
Unique identifier for the User.
id - Variable in class com.alpaca.entity.UserRole
Unique identifier for the UserRole association.
id - Variable in class com.alpaca.model.UserPrincipal
Unique identifier for the user.
id() - Method in record class com.alpaca.dto.response.AdvertiserResponseDTO
Returns the value of the id record component.
id() - Method in record class com.alpaca.dto.response.PermissionResponseDTO
Returns the value of the id record component.
id() - Method in record class com.alpaca.dto.response.ProfileResponseDTO
Returns the value of the id record component.
id() - Method in record class com.alpaca.dto.response.RoleResponseDTO
Returns the value of the id record component.
id() - Method in record class com.alpaca.dto.response.UserResponseDTO
Returns the value of the id record component.
IGenericDAO<T,ID> - Interface in com.alpaca.persistence
Generic Data Access Object (DAO) interface providing common CRUD operations.
IGenericService<T,ID> - Interface in com.alpaca.service
Generic service interface providing common CRUD operations.
indexed - Variable in class com.alpaca.dto.request.AdvertiserRequestDTO
 
indexed - Variable in record class com.alpaca.dto.response.AdvertiserResponseDTO
The field for the indexed record component.
indexed - Variable in class com.alpaca.entity.Advertiser
Indicates whether the Advertiser is indexed for public search.
indexed() - Method in record class com.alpaca.dto.response.AdvertiserResponseDTO
Returns the value of the indexed record component.
init() - Static method in class com.alpaca.utils.LoadEnv
Loads all entries from the `.env` file into JVM system properties.
initializeData() - Method in interface com.alpaca.service.DataService
Initializes the application's default data.
initializeData() - Method in class com.alpaca.service.impl.DataServiceImpl
Seeds the database with default permissions, roles, users, and profiles, only if no user records already exist.
InitializerServiceImpl - Class in com.alpaca.service.impl
Spring Boot startup initializer for development environments.
InitializerServiceImpl() - Constructor for class com.alpaca.service.impl.InitializerServiceImpl
 
InternalErrorException - Exception Class in com.alpaca.exception
 
InternalErrorException(String) - Constructor for exception class com.alpaca.exception.InternalErrorException
 
IPermissionDAO - Interface in com.alpaca.persistence
Data Access Object (DAO) interface for managing Permission entities.
IPermissionMapper - Interface in com.alpaca.mapper
Mapper interface for converting between Permission entities and their corresponding request and response DTOs.
IPermissionService - Interface in com.alpaca.service
Service interface for managing Permission entities.
IProfileDAO - Interface in com.alpaca.persistence
Data Access Object (DAO) interface for managing Profile entities.
IProfileMapper - Interface in com.alpaca.mapper
Mapper interface for converting between Profile entities and their corresponding request and response DTOs.
IProfileService - Interface in com.alpaca.service
Service interface for managing Profile entities.
IRoleDAO - Interface in com.alpaca.persistence
Data Access Object (DAO) interface for managing Role entities.
IRoleMapper - Interface in com.alpaca.mapper
Mapper interface for converting between Role entities and their corresponding request and response DTOs.
IRoleService - Interface in com.alpaca.service
Service interface for managing Role entities.
isAccountNonExpired() - Method in class com.alpaca.model.UserPrincipal
 
isAccountNonLocked() - Method in class com.alpaca.model.UserPrincipal
 
isAllowUser() - Method in class com.alpaca.entity.User
Determines whether the user account is allowed to be used based on its status.
isAToken(String) - Method in class com.alpaca.security.filter.JwtTokenValidatorFilter
Determines whether the provided string is a valid Bearer token header.
isAuthorizedRedirectURI(URI) - Method in class com.alpaca.security.oauth2.AuthSuccessHandler
Validates whether the given redirect URI is among the authorized list.
isCredentialsNonExpired() - Method in class com.alpaca.model.UserPrincipal
 
isEnabled() - Method in class com.alpaca.model.UserPrincipal
 
isValidToken(Claims) - Method in class com.alpaca.security.manager.JJwtManager
Verifies whether the claims represent a valid token.
IUserDAO - Interface in com.alpaca.persistence
Data Access Object (DAO) interface for managing User entities.
IUserMapper - Interface in com.alpaca.mapper
Mapper interface for converting between User entities and their corresponding request and response DTOs.
IUserService - Interface in com.alpaca.service
Service interface for managing User entities.
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form