Package org.h2.engine
Class UserBuilder
- java.lang.Object
-
- org.h2.engine.UserBuilder
-
public class UserBuilder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UserBuilder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static User
buildUser(AuthenticationInfo authenticationInfo, Database database, boolean persistent)
Build the database user starting from authentication informations.
-
-
-
Method Detail
-
buildUser
public static User buildUser(AuthenticationInfo authenticationInfo, Database database, boolean persistent)
Build the database user starting from authentication informations.- Parameters:
authenticationInfo
- authentication infodatabase
- target databasepersistent
- true if the user will be persisted in the database- Returns:
- user bean
-
-