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
paidrecord 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
paidrecord 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
PasswordManagerusing 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
Permissionentities. - PermissionController() - Constructor for class com.alpaca.controller.PermissionController
- PermissionDAOImpl - Class in com.alpaca.persistence.impl
-
Implementation of the
IPermissionDAOinterface for managingPermissionentities. - 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
IPermissionMapperfocused on converting betweenPermissionentities 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
permissionNamerecord 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
permissionNamerecord component. - PermissionRepo - Interface in com.alpaca.repository
-
Repository interface for managing
Permissionentities. - 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
PermissionResponseDTOrecord class. - permissions - Variable in class com.alpaca.dto.request.RoleRequestDTO
- permissions - Variable in record class com.alpaca.dto.response.RoleResponseDTO
-
The field for the
permissionsrecord component. - permissions() - Method in record class com.alpaca.dto.response.RoleResponseDTO
-
Returns the value of the
permissionsrecord 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
Permissionentities. - PermissionServiceImpl() - Constructor for class com.alpaca.service.impl.PermissionServiceImpl
- permissionsToRolePermissions(Collection<Permission>) - Method in class com.alpaca.entity.Role
-
Converts a set of
Permissionobjects into a set ofRolePermissionobjects 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
profilerecord 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
profilerecord 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
Profileentities. - ProfileController() - Constructor for class com.alpaca.controller.ProfileController
- ProfileDAOImpl - Class in com.alpaca.persistence.impl
-
Implementation of the
IProfileDAOinterface for managingProfileentities. - 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
IProfileMapperfor mapping betweenProfileentities 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
Profileentities. - 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
ProfileResponseDTOrecord 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
Profileentities. - 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
publicLocationrecord 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
publicLocationrecord component. - publicUrlLocation - Variable in class com.alpaca.dto.request.AdvertiserRequestDTO
- publicUrlLocation - Variable in record class com.alpaca.dto.response.AdvertiserResponseDTO
-
The field for the
publicUrlLocationrecord 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
publicUrlLocationrecord component.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form