Internal Website Search

11-20 of 153 resultsRefresh

Password Protect Database File

it they cannot access the data without some kind of password? I would imagine accessing the database ... would need to prompt the user for a password for encrypted odb files. ThreaT Ashton Hogan password string in a java class (not in an xml/json/txt/etc) so that it's compiled and unreadable

ObjectDB Explorer Exposes Username and Password

How can I prevent my embedded database's username and password from being exposed by ... ">password attributes. support Support If I understand correctly, if someone were to remove the configuration file, the username and password would again be exposed. My ultimate

Password in Embedded Mode?

, such that it is locked with a password.  Thereby making it impossible to use ObjectDB to access the contents of the file without providing the correct password when obtaining a connection.  In ... , String> map = new HashMap<String, String>(); map.put("blah.blah.password", "mypassword

does ObjectDB / JPA support simple password field encryption of an entity class?

We are persisting certain passwords entered by user in a form binded with an entity. Is there any direct ObjectDB support to just encrypt the password field? We would like ... Password based encryption (PBE) api's supported by Java. But we are looking for a simple approach as

Login Error (bad username 'admin' or password)

password)] with root cause com.objectdb.o.UserException: Login Error (bad username 'admin' or password ... .10.10.14/test.odb; user=admin; password=admin") And my objectdb.conf is attached.

General Settings and Logging

="0" />   <url-history size="50" user="true" password="true" /> <log path ... " password="true" /> ObjectDB manages a list of the recently accessed database URLs ... >password attribute specifies if passwords should also be saved with URLs.

Server Configuration

=admin;password=admin" />   --> </server> password=admin" /> The <replication>

JPA Persistence Unit

="javax.persistence.jdbc.password" value="admin"/> </properties> </persistence ... . JPA 2 defines standard properties for specifying database url, username and password, as

Step 2: Entity Class and Persistence Unit

; <property name="javax.persistence.jdbc.password" value="admin"/> </properties>

Step 2: Entity Class and Persistence Unit

; <property name="javax.persistence.jdbc.password" value="admin"/> </properties>