Uses of Class
ai.tutor.cab302exceptionalhandlers.builders.AuthControllerBuilder
Packages that use AuthControllerBuilder
Package
Description
-
Uses of AuthControllerBuilder in ai.tutor.cab302exceptionalhandlers.builders
Methods in ai.tutor.cab302exceptionalhandlers.builders that return AuthControllerBuilderModifier and TypeMethodDescriptionSets the type of authentication controller to build (LOGIN or SIGNUP). -
Uses of AuthControllerBuilder in ai.tutor.cab302exceptionalhandlers.factories
Methods in ai.tutor.cab302exceptionalhandlers.factories that return AuthControllerBuilderModifier and TypeMethodDescriptionControllerFactory.authController()
Creates and returns anAuthControllerBuilder
.