Uses of Class
com.alpaca.security.oauth2.CookieAuthReqRepo
Packages that use CookieAuthReqRepo
-
Uses of CookieAuthReqRepo in com.alpaca.config
Fields in com.alpaca.config declared as CookieAuthReqRepoModifier and TypeFieldDescriptionprivate final CookieAuthReqRepo
SecurityConfig.cookieAuthReqRepo
-
Uses of CookieAuthReqRepo in com.alpaca.security.oauth2
Fields in com.alpaca.security.oauth2 declared as CookieAuthReqRepoModifier and TypeFieldDescriptionprivate final CookieAuthReqRepo
AuthFailureHandler.repository
private final CookieAuthReqRepo
AuthSuccessHandler.repository
Constructors in com.alpaca.security.oauth2 with parameters of type CookieAuthReqRepoModifierConstructorDescriptionAuthFailureHandler
(CookieAuthReqRepo repository, @NotNull String frontendUri) Constructs the handler with required dependencies.AuthSuccessHandler
(JJwtManager jwtManager, CookieAuthReqRepo repository, List<URI> redirectUris) Constructs the handler with required dependencies and a list of authorized redirect URIs.