Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- paid - Variable in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
The field for the
paid
record component. - paid - Variable in class com.alpaca.entity.Advertiser
-
Indicates whether the Advertiser has a paid subscription or promotion.
- paid() - Method in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
Returns the value of the
paid
record component. - parseExpiresIn(Map<String, Object>) - Method in class com.alpaca.security.oauth2.AccessTokenResConverter
- parseScopes(JsonParser) - Static method in class com.alpaca.security.oauth2.AuthRequestDeserializer
- parseScopes(Map<String, Object>) - Method in class com.alpaca.security.oauth2.AccessTokenResConverter
- password - Variable in class com.alpaca.dto.request.AuthRequestDTO
- password - Variable in class com.alpaca.dto.request.UserRequestDTO
- password - Variable in class com.alpaca.entity.User
-
The User's encrypted password.
- password - Variable in class com.alpaca.model.UserPrincipal
-
The encrypted password of the user.
- passwordEncoder() - Method in class com.alpaca.security.manager.PasswordManager
-
Exposes the underlying
PasswordEncoder
. - passwordManager - Variable in class com.alpaca.config.SecurityConfig
- passwordManager - Variable in class com.alpaca.service.impl.AuthServiceImpl
- passwordManager - Variable in class com.alpaca.service.impl.DataServiceImpl
- PasswordManager - Class in com.alpaca.security.manager
-
Spring component responsible for handling secure password hashing and verification using PBKDF2.
- PasswordManager(String) - Constructor for class com.alpaca.security.manager.PasswordManager
-
Constructs a
PasswordManager
using a secret key as "pepper". - permission - Variable in class com.alpaca.entity.RolePermission
-
The Permission associated with this RolePermission.
- Permission - Class in com.alpaca.entity
-
Represents a Permission entity in the system.
- Permission(String) - Constructor for class com.alpaca.entity.Permission
-
Constructs an instance of a new Permission object with the specified attributes.
- PermissionController - Class in com.alpaca.controller
-
REST controller for managing
Permission
entities. - PermissionController() - Constructor for class com.alpaca.controller.PermissionController
- PermissionDAOImpl - Class in com.alpaca.persistence.impl
-
Implementation of the
IPermissionDAO
interface for managingPermission
entities. - PermissionDAOImpl() - Constructor for class com.alpaca.persistence.impl.PermissionDAOImpl
- permissionMapper - Variable in class com.alpaca.mapper.impl.RoleMapperImpl
- PermissionMapperImpl - Class in com.alpaca.mapper.impl
-
Implementation of
IPermissionMapper
focused on converting betweenPermission
entities and their associated request and response DTOs. - PermissionMapperImpl() - Constructor for class com.alpaca.mapper.impl.PermissionMapperImpl
- permissionName - Variable in class com.alpaca.dto.request.PermissionRequestDTO
- permissionName - Variable in record class com.alpaca.dto.response.PermissionResponseDTO
-
The field for the
permissionName
record component. - permissionName - Variable in class com.alpaca.entity.Permission
-
The name of the Permission.
- permissionName() - Method in record class com.alpaca.dto.response.PermissionResponseDTO
-
Returns the value of the
permissionName
record component. - PermissionRepo - Interface in com.alpaca.repository
-
Repository interface for managing
Permission
entities. - PermissionRequestDTO - Class in com.alpaca.dto.request
- PermissionRequestDTO() - Constructor for class com.alpaca.dto.request.PermissionRequestDTO
- PermissionResponseDTO - Record Class in com.alpaca.dto.response
- PermissionResponseDTO(UUID, String) - Constructor for record class com.alpaca.dto.response.PermissionResponseDTO
-
Creates an instance of a
PermissionResponseDTO
record class. - permissions - Variable in class com.alpaca.dto.request.RoleRequestDTO
- permissions - Variable in record class com.alpaca.dto.response.RoleResponseDTO
-
The field for the
permissions
record component. - permissions() - Method in record class com.alpaca.dto.response.RoleResponseDTO
-
Returns the value of the
permissions
record component. - permissionService - Variable in class com.alpaca.mapper.impl.RoleMapperImpl
- permissionService - Variable in class com.alpaca.service.impl.DataServiceImpl
- PermissionServiceImpl - Class in com.alpaca.service.impl
-
Service layer implementation for managing
Permission
entities. - PermissionServiceImpl() - Constructor for class com.alpaca.service.impl.PermissionServiceImpl
- permissionsToRolePermissions(Collection<Permission>) - Method in class com.alpaca.entity.Role
-
Converts a set of
Permission
objects into a set ofRolePermission
objects associated with this Role. - privateKey - Variable in class com.alpaca.security.manager.JJwtManager
-
RSA private key used to sign tokens.
- processOAuth2User(OAuth2UserRequest, OAuth2User) - Method in class com.alpaca.service.impl.AuthServiceImpl
-
Processes OAuth2 user data: registers or connects existing user based on attributes.
- profile - Variable in record class com.alpaca.dto.response.UserResponseDTO
-
The field for the
profile
record component. - profile - Variable in class com.alpaca.entity.User
-
The Profile entity associated with the User.
- profile() - Method in record class com.alpaca.dto.response.UserResponseDTO
-
Returns the value of the
profile
record component. - Profile - Class in com.alpaca.entity
-
Represents a Profile entity in the system.
- Profile(String, String, String, String, User) - Constructor for class com.alpaca.entity.Profile
-
Constructs an instance of a new Profile object with the specified attributes.
- ProfileController - Class in com.alpaca.controller
-
REST controller for managing
Profile
entities. - ProfileController() - Constructor for class com.alpaca.controller.ProfileController
- ProfileDAOImpl - Class in com.alpaca.persistence.impl
-
Implementation of the
IProfileDAO
interface for managingProfile
entities. - ProfileDAOImpl() - Constructor for class com.alpaca.persistence.impl.ProfileDAOImpl
- profileId - Variable in class com.alpaca.model.UserPrincipal
-
Unique identifier for the associated profile, if available.
- profileMapper - Variable in class com.alpaca.mapper.impl.UserMapperImpl
- ProfileMapperImpl - Class in com.alpaca.mapper.impl
-
Implementation of
IProfileMapper
for mapping betweenProfile
entities and their corresponding request and response DTOs. - ProfileMapperImpl() - Constructor for class com.alpaca.mapper.impl.ProfileMapperImpl
- ProfileRepo - Interface in com.alpaca.repository
-
Repository interface for managing
Profile
entities. - ProfileRequestDTO - Class in com.alpaca.dto.request
- ProfileRequestDTO() - Constructor for class com.alpaca.dto.request.ProfileRequestDTO
- ProfileResponseDTO - Record Class in com.alpaca.dto.response
- ProfileResponseDTO(UUID, String, String, String, String, UUID, String) - Constructor for record class com.alpaca.dto.response.ProfileResponseDTO
-
Creates an instance of a
ProfileResponseDTO
record class. - profileService - Variable in class com.alpaca.service.impl.AuthServiceImpl
- profileService - Variable in class com.alpaca.service.impl.DataServiceImpl
- ProfileServiceImpl - Class in com.alpaca.service.impl
-
Service layer implementation for managing
Profile
entities. - ProfileServiceImpl() - Constructor for class com.alpaca.service.impl.ProfileServiceImpl
- provider(IAuthService) - Method in class com.alpaca.config.SecurityConfig
-
Configures an authentication provider with password encoding and user details service.
- publicKey - Variable in class com.alpaca.security.manager.JJwtManager
-
RSA public key used to verify tokens.
- publicLocation - Variable in class com.alpaca.dto.request.AdvertiserRequestDTO
- publicLocation - Variable in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
The field for the
publicLocation
record component. - publicLocation - Variable in class com.alpaca.entity.Advertiser
-
Publicly visible location of the Advertiser.
- publicLocation() - Method in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
Returns the value of the
publicLocation
record component. - publicUrlLocation - Variable in class com.alpaca.dto.request.AdvertiserRequestDTO
- publicUrlLocation - Variable in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
The field for the
publicUrlLocation
record component. - publicUrlLocation - Variable in class com.alpaca.entity.Advertiser
-
URL link to the Advertiser's public location.
- publicUrlLocation() - Method in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
Returns the value of the
publicUrlLocation
record component.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form