Uses of Class
org.h2.engine.User
Packages that use User
Package
Description
Contains DDL (data definition language) and related SQL statements.
Contains high level classes of the database and classes that don't fit in another sub-package.
Utility classes for compatibility with other database, for example MySQL.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
Authentication classes.
Classes related to a table and table meta data.
-
Uses of User in org.h2.command.ddl
Fields in org.h2.command.ddl declared as UserMethods in org.h2.command.ddl with parameters of type UserModifier and TypeMethodDescription(package private) static void
CreateUser.setPassword
(User user, SessionLocal session, Expression password) Set the password for the given user.(package private) static void
CreateUser.setSaltAndHash
(User user, SessionLocal session, Expression salt, Expression hash) Set the salt and hash for the given user.void
-
Uses of User in org.h2.engine
Fields in org.h2.engine declared as UserModifier and TypeFieldDescriptionprivate final User
Database.systemUser
private final User
SessionLocal.user
Methods in org.h2.engine that return UserModifier and TypeMethodDescriptionstatic User
UserBuilder.buildUser
(AuthenticationInfo authenticationInfo, Database database, boolean persistent) Build the database user starting from authentication informations.Get the user if it exists, or null if not.Database.getSystemUser()
Returns system user.Get user with the given name.SessionLocal.getUser()
Methods in org.h2.engine with parameters of type UserModifier and TypeMethodDescriptionprivate SessionLocal
Database.createSession
(User user) (package private) SessionLocal
Database.createSession
(User user, NetworkConnectionInfo networkConnectionInfo) Create a session for the given user.void
Database.setMasterUser
(User user) Constructors in org.h2.engine with parameters of type User -
Uses of User in org.h2.mode
Constructors in org.h2.mode with parameters of type UserModifierConstructorDescriptionPgCatalogSchema
(Database database, User owner) Creates new instance ofpg_catalog
schema. -
Uses of User in org.h2.schema
Constructors in org.h2.schema with parameters of type UserModifierConstructorDescriptionInformationSchema
(Database database, User owner) Creates new instance of information schema.MetaSchema
(Database database, int id, String schemaName, User owner) Creates a new instance of meta data schema. -
Uses of User in org.h2.security.auth
Methods in org.h2.security.auth that return UserModifier and TypeMethodDescriptionAuthenticator.authenticate
(AuthenticationInfo authenticationInfo, Database database) Perform user authentication.final User
DefaultAuthenticator.authenticate
(AuthenticationInfo authenticationInfo, Database database) Methods in org.h2.security.auth with parameters of type UserModifier and TypeMethodDescriptionprivate boolean
DefaultAuthenticator.updateRoles
(AuthenticationInfo authenticationInfo, User user, Database database) -
Uses of User in org.h2.table
Fields in org.h2.table declared as UserMethods in org.h2.table that return UserMethods in org.h2.table with parameters of type UserModifier and TypeMethodDescriptionstatic TableView
TableView.createTempView
(SessionLocal session, User owner, String name, Column[] columnTemplates, Query query, Query topQuery) Create a temporary view out of the given query.private void
private void
InformationSchemaTable.users
(SessionLocal session, ArrayList<Row> rows, User user)