Package org.h2.engine

Class UserBuilder

java.lang.Object
org.h2.engine.UserBuilder

public class UserBuilder extends Object
  • Constructor Details

    • UserBuilder

      public UserBuilder()
  • Method Details

    • buildUser

      public static User buildUser(org.h2.security.auth.AuthenticationInfo authenticationInfo, Database database, boolean persistent)
      Build the database user starting from authentication informations.
      Parameters:
      authenticationInfo - authentication info
      database - target database
      persistent - true if the user will be persisted in the database
      Returns:
      user bean