Class Hierarchy
- java.lang.Object
- com.winchesters.devopsify.auth.ApplicationUser (implements org.springframework.security.core.userdetails.UserDetails)
- com.winchesters.devopsify.auth.ApplicationUserDaoService (implements com.winchesters.devopsify.auth.ApplicationUserDao)
- com.winchesters.devopsify.auth.ApplicationUserService (implements org.springframework.security.core.userdetails.UserDetailsService)
- com.winchesters.devopsify.auth.AuthenticationFacade (implements com.winchesters.devopsify.auth.IAuthenticationFacade)
- com.winchesters.devopsify.auth.FakeApplicationUserDaoService (implements com.winchesters.devopsify.auth.ApplicationUserDao)
Interface Hierarchy
- com.winchesters.devopsify.auth.ApplicationUserDao
- com.winchesters.devopsify.auth.IAuthenticationFacade