Question: Your application is using jdb authentication and you are using the Jdbe helper class we talked about in class to programmatically create an authenticated user

Your application is using jdb authentication and you are using the Jdbe helper class we talked about in class to programmatically create an authenticated user using the following line of code (userManager is an instance of it):userManager. createUser (user) ;What must user be an instance of?1....security.core.userdetails.User2. A User class that we must create in the security package.3. A User class that we must create as an inner class of our Security Config class.4....security.ajax.asynchronous.User

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!