Uses of Interface
com.alpaca.service.IAuthService
Packages that use IAuthService
-
Uses of IAuthService in com.alpaca.config
Methods in com.alpaca.config with parameters of type IAuthServiceModifier and TypeMethodDescriptionorg.springframework.security.authentication.AuthenticationProvider
SecurityConfig.provider
(IAuthService authService) Configures an authentication provider with password encoding and user details service. -
Uses of IAuthService in com.alpaca.controller
Fields in com.alpaca.controller declared as IAuthService -
Uses of IAuthService in com.alpaca.service.impl
Classes in com.alpaca.service.impl that implement IAuthServiceModifier and TypeClassDescriptionclass
Implementation ofIAuthService
, handling authentication, user registration, and OAuth2 login flows within a Spring Security context.