- PARAM_ALLOW_SELF_SIGNED_CERTIFICATES - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
Boolean flag whether to allow self-signed certificates of remote repositories.
- PARAM_BATCHREAD_CONFIG - Static variable in class org.apache.jackrabbit.spi2davex.Spi2davexRepositoryServiceFactory
-
Optional batch read configuration parameter: If present it's value is
expected to be an instance of
BatchReadConfig
- PARAM_CONNECTION_TIMEOUT_MS - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
The connection timeout in milliseconds as Integer.
- PARAM_DISABLE_HOSTNAME_VERIFICATION - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
Boolean flag whether to disable the host name verification against the common name of the server's certificate.
- PARAM_ID_FACTORY - Static variable in class org.apache.jackrabbit.spi2dav.Spi2davRepositoryServiceFactory
-
Optional configuration parameter: It's value is expected to be an instance
of IdFactory.
- PARAM_ITEMINFO_CACHE_SIZE - Static variable in class org.apache.jackrabbit.spi2dav.Spi2davRepositoryServiceFactory
-
Optional configuration parameter: It's value determines the size of the
ItemInfoCache cache.
- PARAM_ITEMINFO_CACHE_SIZE - Static variable in class org.apache.jackrabbit.spi2davex.Spi2davexRepositoryServiceFactory
-
Optional configuration parameter: It's value determines the size of the
ItemInfoCache cache.
- PARAM_MAX_CONNECTIONS - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
Optional configuration parameter: Its value defines the
maximumConnectionsPerHost value on the HttpClient configuration and
must be an int greater than zero.
- PARAM_MAX_CONNECTIONS - Static variable in class org.apache.jackrabbit.spi2dav.Spi2davRepositoryServiceFactory
-
Optional configuration parameter: It's value defines the
maximumConnectionsPerHost value on the HttpClient configuration and
must be an int greater than zero.
- PARAM_MAX_CONNECTIONS - Static variable in class org.apache.jackrabbit.spi2davex.Spi2davexRepositoryServiceFactory
-
Optional configuration parameter: It's value defines the
maximumConnectionsPerHost value on the HttpClient configuration and
must be an int greater than zero.
- PARAM_NAME_FACTORY - Static variable in class org.apache.jackrabbit.spi2dav.Spi2davRepositoryServiceFactory
-
Optional configuration parameter: It's value is expected to be an instance
of NameFactory.
- PARAM_PATH_FACTORY - Static variable in class org.apache.jackrabbit.spi2dav.Spi2davRepositoryServiceFactory
-
Optional configuration parameter: It's value is expected to be an instance
of PathFactory.
- PARAM_PROXY_HOST - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
The host of a proxy server.
- PARAM_PROXY_PASSWORD - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
The password to authenticate at the proxy.
- PARAM_PROXY_PORT - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
Integer value for the proxy's port.
- PARAM_PROXY_PROTOCOL - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
The protocol for which to use the proxy.
- PARAM_PROXY_USERNAME - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
The user name to authenticate at the proxy.
- PARAM_QVALUE_FACTORY - Static variable in class org.apache.jackrabbit.spi2dav.Spi2davRepositoryServiceFactory
-
Optional configuration parameter: It's value is expected to be an instance
of QValueFactory.
- PARAM_REPOSITORY_URI - Static variable in class org.apache.jackrabbit.spi2dav.Spi2davRepositoryServiceFactory
-
Mandatory configuration parameter: It's value is expected to specify the
URI of the JCR server implementation.
- PARAM_REPOSITORY_URI - Static variable in class org.apache.jackrabbit.spi2davex.Spi2davexRepositoryServiceFactory
-
Mandatory configuration parameter: It's value is expected to specify the
URI of the JCR server implementation.
- PARAM_REQUEST_TIMEOUT_MS - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
The request timeout in milliseconds as Integer.
- PARAM_SOCKET_TIMEOUT_MS - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
The request timeout in milliseconds as Integer.
- PARAM_USE_SYSTEM_PROPERTIES - Static variable in class org.apache.jackrabbit.spi2dav.ConnectionOptions
-
Boolean flag whether to use the default Java system properties for setting proxy, TLS and further options as defined by
HttpClientBuilder.
- PARAM_WORKSPACE_NAME_DEFAULT - Static variable in class org.apache.jackrabbit.spi2davex.Spi2davexRepositoryServiceFactory
-
For connecting to JCR servers older than version 1.5, the default workspace needs to be passed
(if not explicitly given in each
Repository.login() call)
- PropertyInfoImpl - Class in org.apache.jackrabbit.spi2dav
-
PropertyInfoImpl...
- PropertyInfoImpl(PropertyId, Path, int, boolean, QValue[]) - Constructor for class org.apache.jackrabbit.spi2dav.PropertyInfoImpl
-
- PropertyInfoImpl(PropertyId, DavPropertySet, NamePathResolver, ValueFactory, QValueFactory) - Constructor for class org.apache.jackrabbit.spi2dav.PropertyInfoImpl
-
- PropertyInfoImpl - Class in org.apache.jackrabbit.spi2davex
-
PropertyInfoImpl...
- PropertyInfoImpl(PropertyId, Path, int, QValue) - Constructor for class org.apache.jackrabbit.spi2davex.PropertyInfoImpl
-
- PropertyInfoImpl(PropertyId, Path, int, QValue[]) - Constructor for class org.apache.jackrabbit.spi2davex.PropertyInfoImpl
-
- proxyHost(String) - Method in class org.apache.jackrabbit.spi2dav.ConnectionOptions.Builder
-
- proxyPassword(String) - Method in class org.apache.jackrabbit.spi2dav.ConnectionOptions.Builder
-
- proxyPort(int) - Method in class org.apache.jackrabbit.spi2dav.ConnectionOptions.Builder
-
- proxyProtocol(String) - Method in class org.apache.jackrabbit.spi2dav.ConnectionOptions.Builder
-
- proxyUsername(String) - Method in class org.apache.jackrabbit.spi2dav.ConnectionOptions.Builder
-