Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
C
- checkExistingUser(User, boolean) - Method in class com.alpaca.service.impl.AuthServiceImpl
-
Updates an existing user's OAuth2 connection status and email verification flag.
- clearAuthenticationAttributes(HttpServletRequest, HttpServletResponse) - Method in class com.alpaca.security.oauth2.AuthSuccessHandler
-
Clears authentication-related cookies and attributes post-login.
- clientRegistrationRepository - Variable in class com.alpaca.config.SecurityConfig
- com.alpaca - package com.alpaca
- com.alpaca.config - package com.alpaca.config
- com.alpaca.controller - package com.alpaca.controller
- com.alpaca.dto.request - package com.alpaca.dto.request
- com.alpaca.dto.response - package com.alpaca.dto.response
- com.alpaca.entity - package com.alpaca.entity
- com.alpaca.exception - package com.alpaca.exception
- com.alpaca.mapper - package com.alpaca.mapper
- com.alpaca.mapper.impl - package com.alpaca.mapper.impl
- com.alpaca.model - package com.alpaca.model
- com.alpaca.persistence - package com.alpaca.persistence
- com.alpaca.persistence.impl - package com.alpaca.persistence.impl
- com.alpaca.repository - package com.alpaca.repository
- com.alpaca.security.filter - package com.alpaca.security.filter
- com.alpaca.security.manager - package com.alpaca.security.manager
- com.alpaca.security.oauth2 - package com.alpaca.security.oauth2
- com.alpaca.security.oauth2.userinfo - package com.alpaca.security.oauth2.userinfo
- com.alpaca.service - package com.alpaca.service
- com.alpaca.service.impl - package com.alpaca.service.impl
- com.alpaca.utils - package com.alpaca.utils
- convert(Map<String, Object>) - Method in class com.alpaca.security.oauth2.AccessTokenResConverter
- cookieAuthReqRepo - Variable in class com.alpaca.config.SecurityConfig
- CookieAuthReqRepo - Class in com.alpaca.security.oauth2
-
Cookie-based implementation of
AuthorizationRequestRepository
for storing and retrievingOAuth2AuthorizationRequest
objects during OAuth2 login flows in a stateless manner. - CookieAuthReqRepo() - Constructor for class com.alpaca.security.oauth2.CookieAuthReqRepo
- cookieExpiredSeconds - Static variable in class com.alpaca.security.oauth2.CookieAuthReqRepo
- CookieManager - Class in com.alpaca.security.manager
-
Utility class for managing HTTP cookies and serializing/deserializing objects in a secure manner.
- CookieManager() - Constructor for class com.alpaca.security.manager.CookieManager
- countByIds(Collection<ID>) - Method in interface com.alpaca.repository.GenericRepo
-
Counts the number of entities with the given IDs.
- countByUserId(UUID) - Method in interface com.alpaca.repository.AdvertiserRepo
-
Counts the number of advertisers associated with a specific user ID.
- countByUserId(UUID) - Method in interface com.alpaca.repository.ProfileRepo
-
Counts the number of profiles associated with a specific user ID.
- createAuthentication(Claims) - Method in class com.alpaca.security.manager.JJwtManager
-
Creates an authentication object if the claims represent a valid token.
- createHash(String) - Static method in class com.alpaca.security.oauth2.OAuth2ReqResolver
- createToken(UserPrincipal) - Method in class com.alpaca.security.manager.JJwtManager
-
Creates a new signed JWT token containing information about a
UserPrincipal
. - credentialNoExpired - Variable in class com.alpaca.entity.User
-
Indicates whether the User's credentials are not expired.
- credentialNoExpired - Variable in class com.alpaca.model.UserPrincipal
-
Indicates whether the User's credentials are not expired.
- customizeAuthorizationRequest(OAuth2AuthorizationRequest) - Method in class com.alpaca.security.oauth2.OAuth2ReqResolver
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form