Class and Description |
---|
org.apache.jackrabbit.core.persistence.AbstractPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.db.DatabasePersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.db.DerbyPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.mem.InMemPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.fs.db.JNDIDatabaseFileSystem
This class should not be used because it is not database vendor specific.
Each DatabaseFileSystem now supports getting the connection via JNDI
by setting the driver to javax.naming.InitialContext
and the URL to the JNDI name.
Database file system that uses JNDI to acquire the database connection.
The JNDI location of the WARNING: The acquired database connection is kept for the entire lifetime of the file system instance. The configured data source should be prepared for this. |
org.apache.jackrabbit.core.journal.JNDIDatabaseJournal
This class should not be used because it is not database vendor specific.
Each DatabaseJournal now supports getting the connection via JNDI
by setting the driver to javax.naming.InitialContext
and the URL to the JNDI name.
Database journal that uses JNDI to acquire the database connection.
The JNDI location of the WARNING: The acquired database connection is kept for the entire lifetime of the journal instance. The configured data source should be prepared for this. |
org.apache.jackrabbit.core.persistence.db.JNDIDatabasePersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.db.MSSqlPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.obj.ObjectPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.db.OraclePersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.fs.RandomAccessOutputStream
this class should no longer be used
|
org.apache.jackrabbit.core.persistence.db.SimpleDbPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
org.apache.jackrabbit.core.persistence.xml.XMLPersistenceManager
Please migrate to a bundle persistence manager
(JCR-2802)
|
Field and Description |
---|
org.apache.jackrabbit.core.query.lucene.SearchIndex.DEFAULT_EXTRACTOR_POOL_SIZE
this value is not used anymore. Instead the default value
is calculated as follows: 2 * Runtime.getRuntime().availableProcessors().
|
org.apache.jackrabbit.core.security.authentication.token.TokenBasedAuthentication.PARAM_COMPAT
This system parameter allows to enable backwards compatible
behavior of the
TokenBasedAuthentication . Note that as of OAK 1.0
this flag will no be supported. |
org.apache.jackrabbit.core.security.user.UserManagerImpl.PARAM_COMPATIBILE_JR16
Use
UserManagerImpl.PARAM_COMPATIBLE_JR16 instead. |
org.apache.jackrabbit.core.security.AccessManager.READ |
org.apache.jackrabbit.core.security.AccessManager.REMOVE |
org.apache.jackrabbit.core.security.AccessManager.WRITE |
Constructor and Description |
---|
org.apache.jackrabbit.core.security.authorization.AbstractCompiledPermissions.Result(int, int, int, int) |
org.apache.jackrabbit.core.security.authentication.CryptedSimpleCredentials(SimpleCredentials) |
org.apache.jackrabbit.core.security.authorization.PrivilegeRegistry(NameResolver)
Use
PrivilegeManager instead. |
org.apache.jackrabbit.core.util.RepositoryLock(String)
This constructor is deprecated; use the default constructor
and
RepositoryLock.init(String) instead. |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.