Uses of Class
at.jku.dke.etutor.task_app.auth.AuthenticationService
Packages that use AuthenticationService
Package
Description
This package contains all authentication-related classes.
This package contains the configuration classes for the application.
-
Uses of AuthenticationService in at.jku.dke.etutor.task_app.auth
Constructors in at.jku.dke.etutor.task_app.auth with parameters of type AuthenticationServiceModifierConstructorDescriptionAuthenticationFilter
(AuthenticationService authenticationService) Creates a new instance of classAuthenticationFilter
. -
Uses of AuthenticationService in at.jku.dke.etutor.task_app.config
Methods in at.jku.dke.etutor.task_app.config with parameters of type AuthenticationServiceModifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChain
BaseSecurityConfig.filterChain
(org.springframework.security.config.annotation.web.builders.HttpSecurity http, AuthenticationService authenticationService) Configures the applications' security filter chain.