Class DemoUsers


  • @Service
    @ConfigurationProperties(prefix="egeria",
                             ignoreUnknownFields=false,
                             ignoreInvalidFields=false)
    public class DemoUsers
    extends Object
    • Constructor Detail

      • DemoUsers

        public DemoUsers()
    • Method Detail

      • getUser

        public User getUser​(String username)
        Parameters:
        username - the username
        Returns:
        a clone of the user from the map, with password encrypted.