Internal Website Search

1-10 of 153 resultsRefresh

SSL Configuration

="$objectdb/ssl/server-kstore" password="pwd" /> <client-truststore path="$objectdb/ssl/client-tstore" password="pwd" /> </ssl> The enabled attribute of the password are provided. If authenticating the client machine by the server

Database Connection using JPA

.persistence.jdbc.password", "admin");    - for specifying a username in client server mode. password - for specifying a user password in client server mode. drop - for deleting any existing

Server User List

settings (username, password, permissions, quota). The default configuration file contains ... ;user username="admin" password="admin" ip="127.0.0.1" admin="true"> <dir path="/" permissions="access,modify,create,delete" /> </user> <user username="$default" password

Database Replication and Clustering

;  <replication url="objectdb://localhost:6000/my.odb;user=a;password=a" /> </server ... user and password attributes. The slave server uses these details to connect ... :6000/my.odb;user=a;password=a"); A slightly different URL is required in order to access

setConnectionPassword(password)

;String password) Set the password ... > password - the password for the data store connection

getPersistenceManager(userid, password)

 userid,   String password) userid and password ... > - the userid for the connection password

Constants.PMF_ATTRIBUTE_CONNECTION_PASSWORD

">javax.jdo.ConstantsString PMF_ATTRIBUTE_CONNECTION_PASSWORD The name of the persistence manager factory element's "connection-password" attribute.

Constants.PROPERTY_CONNECTION_PASSWORD

">javax.jdo.ConstantsString PROPERTY_CONNECTION_PASSWORD "javax.jdo.option.Password" Since: JDO 2.1

[ODB1] Chapter 8 - ObjectDB Server

applications (such as web applications) where the same username and password can be shared by ... > <user name="admin" password="admin" address="127.0.0.1"> <dir path="/"> ... -config"> <users> <user name="admin" password="admin" address="127.0.0.1">

[ODB1] Chapter 5 - JDO Connections

connection to enable user identification and permission checking. Username and password are optional in ... . If not specified here, username and password can also be specified later when obtaining a password because of security considerations. Transaction Properties JDO