| AuthAdapterFactory | This is the factory class for AuthAdapter service. The purpose of the factory is to instantiate the service and pass it dependencies (inject dependencies). |
| AuthenticationServiceFactory | The factory responsible for creating of authentication service. |
| AuthManagerFactory | This is the factory class for AuthManager service. The purpose of the factory is to instantiate the service and pass it dependencies (inject dependencies). |
| ManageUsersManagerFactory | This is the factory class for UserManager service. The purpose of the factory is to instantiate the service and pass it dependencies (inject dependencies). |
| UserManagerFactory | This is the factory class for UserManager service. The purpose of the factory is to instantiate the service and pass it dependencies (inject dependencies). |
| ViewScriptMailMessageFactory | This is the factory class for MailMessage service. The purpose of the factory is to instantiate the service and pass it dependencies (inject dependencies). |