Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
S
- save(AdvertiserRequestDTO) - Method in class com.alpaca.controller.AdvertiserController
-
Creates a new advertiser.
- save(PermissionRequestDTO) - Method in class com.alpaca.controller.PermissionController
-
Creates a new
Permission
. - save(ProfileRequestDTO) - Method in class com.alpaca.controller.ProfileController
-
Creates a new profile.
- save(RoleRequestDTO) - Method in class com.alpaca.controller.RoleController
-
Creates a new
Role
. - save(UserRequestDTO) - Method in class com.alpaca.controller.UserController
-
Creates a new user.
- save(T) - Method in interface com.alpaca.persistence.IGenericDAO
-
Saves a new entity.
- save(T) - Method in class com.alpaca.persistence.impl.GenericDAOImpl
-
Saves or updates the given entity.
- save(T) - Method in interface com.alpaca.service.IGenericService
-
Saves a new entity.
- save(T) - Method in class com.alpaca.service.impl.GenericServiceImpl
-
Saves a new entity with validation against duplication.
- saveAll(Collection<T>) - Method in interface com.alpaca.persistence.IGenericDAO
-
Saves multiple entities in batch.
- saveAll(Collection<T>) - Method in class com.alpaca.persistence.impl.GenericDAOImpl
-
Saves or updates a collection of entities.
- saveAll(Collection<T>) - Method in interface com.alpaca.service.IGenericService
-
Saves multiple entities.
- saveAll(Collection<T>) - Method in class com.alpaca.service.impl.GenericServiceImpl
-
Saves a collection of entities in bulk.
- saveAuthorizationRequest(OAuth2AuthorizationRequest, HttpServletRequest, HttpServletResponse) - Method in class com.alpaca.security.oauth2.CookieAuthReqRepo
-
Saves the
OAuth2AuthorizationRequest
into a cookie, and optionally captures a redirect URI to be stored in a separate cookie. - SCOPE_DELIMITER - Static variable in class com.alpaca.security.oauth2.AccessTokenResConverter
- SecurityConfig - Class in com.alpaca.config
-
Configures security settings for the application, including authentication, authorization, OAuth2 login, and JWT token validation.
- SecurityConfig() - Constructor for class com.alpaca.config.SecurityConfig
- securityFilterChain(HttpSecurity) - Method in class com.alpaca.config.SecurityConfig
-
Configures security filter chain with authentication and authorization settings.
- securityKeyGenerator - Variable in class com.alpaca.security.oauth2.OAuth2ReqResolver
- serialize(Object) - Static method in class com.alpaca.security.manager.CookieManager
-
Serializes a Java object into a Base64-encoded JSON string suitable for cookie storage.
- service - Variable in class com.alpaca.controller.AdvertiserController
- service - Variable in class com.alpaca.controller.PermissionController
- service - Variable in class com.alpaca.controller.ProfileController
- service - Variable in class com.alpaca.controller.RoleController
- service - Variable in class com.alpaca.controller.UserController
- setRolePermissions(Collection<Permission>) - Method in class com.alpaca.entity.Role
- setSecurityContextBefore(Authentication) - Method in class com.alpaca.service.impl.AuthServiceImpl
-
Sets the Spring Security context with the provided authentication object.
- setUserRoles(Collection<Role>) - Method in class com.alpaca.entity.User
- SimpleCORSFilter - Class in com.alpaca.security.filter
-
A simple CORS (Cross-Origin Resource Sharing) filter that enables broad access to the API from any origin.
- SimpleCORSFilter() - Constructor for class com.alpaca.security.filter.SimpleCORSFilter
- SpecificException - Exception Class in com.alpaca.exception
- SpecificException(Integer, String) - Constructor for exception class com.alpaca.exception.SpecificException
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form