Uses of Class
io.tech1.framework.domain.properties.base.DefaultUser
-
Packages that use DefaultUser Package Description io.tech1.framework.domain.properties.base -
-
Uses of DefaultUser in io.tech1.framework.domain.properties.base
Methods in io.tech1.framework.domain.properties.base that return DefaultUser Modifier and Type Method Description static DefaultUserDefaultUser. of(String username, String password, ZoneId zoneId, List<String> authorities)Methods in io.tech1.framework.domain.properties.base that return types with arguments of type DefaultUser Modifier and Type Method Description List<DefaultUser>DefaultUsers. getUsers()Method parameters in io.tech1.framework.domain.properties.base with type arguments of type DefaultUser Modifier and Type Method Description static DefaultUsersDefaultUsers. of(boolean enabled, List<DefaultUser> users)voidDefaultUsers. setUsers(List<DefaultUser> users)
-