Class AuthController


  • @Path("/authentifizierung")
    @Component
    public class AuthController
    extends Object
    Controller-Klasse zu AuthService. Liefert Schnittstellen zur Authentifizierung und Passwortaenderung.
    • Constructor Detail

      • AuthController

        public AuthController​(AuthService authService)
        Konstruktor fuer die Authentifizierung.
        Parameters:
        authService - Auth Service