Class ProfileController

java.lang.Object
projectplayground.controller.ProfileController

public class ProfileController
extends java.lang.Object
The ProfileController with its class ProfileController manages the user account and gives the user the possibility to authenticate at the Playground website.
  • Field Summary

    Fields
    Modifier and Type Field Description
    User account  
    private javax.persistence.EntityManager entityManager  
    private UserRepository userRepository  
  • Constructor Summary

    Constructors
    Constructor Description
    ProfileController()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String Index()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • entityManager

      private javax.persistence.EntityManager entityManager
    • userRepository

      @Autowired private UserRepository userRepository
    • account

      public User account
  • Constructor Details

    • ProfileController

      public ProfileController()
  • Method Details

    • Index

      public java.lang.String Index()