Uses of Class
org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db.domain.User
-
Packages that use User Package Description org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db -
-
Uses of User in org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db
Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db that return User Modifier and Type Method Description UserUserDetailsServiceImpl. loadUserByUsername(String username)Methods in org.odpi.openmetadata.userinterface.uichassis.springboot.auth.db that return types with arguments of type User Modifier and Type Method Description Optional<User>UserRepository. findOneByUsername(String username)
-