Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- email - Variable in class com.alpaca.dto.request.AuthRequestDTO
- email - Variable in class com.alpaca.dto.request.UserRequestDTO
- email - Variable in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
The field for the
email
record component. - email - Variable in record class com.alpaca.dto.response.ProfileResponseDTO
-
The field for the
email
record component. - email - Variable in record class com.alpaca.dto.response.UserResponseDTO
-
The field for the
email
record component. - email - Variable in class com.alpaca.entity.User
-
The User's email address.
- email() - Method in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
Returns the value of the
email
record component. - email() - Method in record class com.alpaca.dto.response.ProfileResponseDTO
-
Returns the value of the
email
record component. - email() - Method in record class com.alpaca.dto.response.UserResponseDTO
-
Returns the value of the
email
record component. - emailVerified - Variable in class com.alpaca.entity.User
-
Indicates whether the User's email has been verified.
- enabled - Variable in class com.alpaca.entity.User
-
Indicates whether the User's entity is enabled.
- enabled - Variable in class com.alpaca.model.UserPrincipal
-
Indicates whether the User's entity is enabled.
- enableStatistics() - Method in class com.alpaca.config.HibernateStatisticsConfig
-
Enables Hibernate statistics after the bean initialization.
- encodePassword(String) - Method in class com.alpaca.security.manager.PasswordManager
-
Encodes a raw password using PBKDF2 hashing.
- encoder - Variable in class com.alpaca.security.manager.PasswordManager
- entityManagerFactory - Variable in class com.alpaca.config.HibernateStatisticsConfig
-
Interface used to interact with the entity manager factory for the persistence unit.
- equals(Object) - Method in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.alpaca.dto.response.AuthResponseDTO
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.alpaca.dto.response.ErrorResponseDTO
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.alpaca.dto.response.PermissionResponseDTO
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.alpaca.dto.response.ProfileResponseDTO
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.alpaca.dto.response.RoleResponseDTO
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class com.alpaca.dto.response.UserResponseDTO
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.alpaca.entity.Advertiser
- equals(Object) - Method in class com.alpaca.entity.Permission
- equals(Object) - Method in class com.alpaca.entity.Profile
- equals(Object) - Method in class com.alpaca.entity.Role
- equals(Object) - Method in class com.alpaca.entity.User
- equals(Object) - Method in class com.alpaca.model.UserPrincipal
- ERROR_SANITIZER - Static variable in class com.alpaca.security.oauth2.AuthFailureHandler
- ErrorResponseDTO - Record Class in com.alpaca.dto.response
- ErrorResponseDTO(String, String, LocalDateTime) - Constructor for record class com.alpaca.dto.response.ErrorResponseDTO
-
Creates an instance of a
ErrorResponseDTO
record class. - errorTime - Variable in record class com.alpaca.dto.response.ErrorResponseDTO
-
The field for the
errorTime
record component. - errorTime() - Method in record class com.alpaca.dto.response.ErrorResponseDTO
-
Returns the value of the
errorTime
record component. - existsAllByIds(Collection<ID>) - Method in interface com.alpaca.persistence.IGenericDAO
-
Checks if multiple entities exist by their identifiers.
- existsAllByIds(Collection<ID>) - Method in class com.alpaca.persistence.impl.GenericDAOImpl
-
Verifies whether all entities corresponding to the provided identifiers exist.
- existsAllByIds(Collection<ID>) - Method in interface com.alpaca.service.IGenericService
-
Checks if multiple entities exist by their identifiers.
- existsAllByIds(Collection<ID>) - Method in class com.alpaca.service.impl.GenericServiceImpl
-
Verifies that all provided IDs correspond to existing entities.
- existsByEmail(String) - Method in class com.alpaca.persistence.impl.UserDAOImpl
-
Checks whether a user exists with the given email.
- existsByEmail(String) - Method in interface com.alpaca.persistence.IUserDAO
-
Checks whether a user with the specified email exists.
- existsByEmail(String) - Method in interface com.alpaca.repository.UserRepo
-
Checks whether a user with the specified email address exists.
- existsByEmail(String) - Method in class com.alpaca.service.impl.UserServiceImpl
-
Checks whether a user exists based on their email address.
- existsByEmail(String) - Method in interface com.alpaca.service.IUserService
-
Checks if a user exists by their email address.
- existsById(ID) - Method in interface com.alpaca.persistence.IGenericDAO
-
Checks if an entity exists by its identifier.
- existsById(ID) - Method in class com.alpaca.persistence.impl.GenericDAOImpl
-
Checks whether an entity exists with the given identifier.
- existsById(ID) - Method in interface com.alpaca.service.IGenericService
-
Checks if an entity exists by its identifier.
- existsById(ID) - Method in class com.alpaca.service.impl.GenericServiceImpl
-
Checks whether an entity exists by its ID.
- existsByPermissionName(String) - Method in interface com.alpaca.repository.PermissionRepo
-
Checks whether a permission with the specified name exists.
- existsByRoleName(String) - Method in interface com.alpaca.repository.RoleRepo
-
Checks whether a role with the specified name exists.
- existsByUniqueProperties(Advertiser) - Method in class com.alpaca.persistence.impl.AdvertiserDAOImpl
-
Determines whether an advertiser already exists based on the associated user ID.
- existsByUniqueProperties(Permission) - Method in class com.alpaca.persistence.impl.PermissionDAOImpl
-
Determines whether a permission with the same name already exists.
- existsByUniqueProperties(Profile) - Method in class com.alpaca.persistence.impl.ProfileDAOImpl
-
Determines whether a profile already exists based on its unique property: the associated user ID.
- existsByUniqueProperties(Role) - Method in class com.alpaca.persistence.impl.RoleDAOImpl
-
Determines whether a role already exists based on its unique properties.
- existsByUniqueProperties(User) - Method in class com.alpaca.persistence.impl.UserDAOImpl
-
Determines whether a user already exists in the database based on its unique properties.
- existsByUniqueProperties(T) - Method in interface com.alpaca.persistence.IGenericDAO
-
Checks if an entity exists based on its unique properties.
- existsByUniqueProperties(T) - Method in interface com.alpaca.service.IGenericService
-
Checks if an entity exists based on its unique properties.
- existsByUniqueProperties(T) - Method in class com.alpaca.service.impl.GenericServiceImpl
-
Checks for existence of an entity based on unique properties.
- existString(String) - Method in class com.alpaca.security.manager.JJwtManager
-
Checks whether a string is non-null and non-blank.
- extractAdditionalParameters(Map<String, Object>) - Method in class com.alpaca.security.oauth2.AccessTokenResConverter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form