org.apache.chemistry.opencmis.commons
Class SessionParameter

java.lang.Object
  extended by org.apache.chemistry.opencmis.commons.SessionParameter

public final class SessionParameter
extends Object

Collection of session parameters.


Field Summary
static String ATOMPUB_URL
          URL of the AtomPub service document.
static String AUTH_HTTP_BASIC
          Toggle for HTTP basic authentication.
static String AUTH_SOAP_USERNAMETOKEN
          Toggle for WS-Security UsernameToken authentication.
static String AUTHENTICATION_PROVIDER_CLASS
          Class name of the authentication provider.
static String BINDING_SPI_CLASS
          Class name of the binding class.
static String BINDING_TYPE
          Predefined binding types (see BindingType)
static String BROWSER_URL
          URL of the Browser Binding entry point.
static String CACHE_CLASS
           
static String CACHE_PATH_OMIT
           
static String CACHE_SIZE_LINKS
           
static String CACHE_SIZE_OBJECTS
           
static String CACHE_SIZE_PATHTOID
           
static String CACHE_SIZE_REPOSITORIES
           
static String CACHE_SIZE_TYPES
           
static String CACHE_TTL_OBJECTS
           
static String CACHE_TTL_PATHTOID
           
static String CLIENT_COMPRESSION
           
static String COMPRESSION
           
static String CONNECT_TIMEOUT
           
static String COOKIES
           
static String LOCAL_FACTORY
          Factory class name for the local binding.
static String LOCALE_ISO3166_COUNTRY
           
static String LOCALE_ISO639_LANGUAGE
           
static String LOCALE_VARIANT
           
static String OBJECT_FACTORY_CLASS
           
static String PASSWORD
           
static String PROXY_PASSWORD
           
static String PROXY_USER
           
static String READ_TIMEOUT
           
static String REPOSITORY_ID
           
static String USER
           
static String WEBSERVICES_ACL_SERVICE
           
static String WEBSERVICES_DISCOVERY_SERVICE
           
static String WEBSERVICES_MEMORY_THRESHOLD
           
static String WEBSERVICES_MULTIFILING_SERVICE
           
static String WEBSERVICES_NAVIGATION_SERVICE
           
static String WEBSERVICES_OBJECT_SERVICE
           
static String WEBSERVICES_POLICY_SERVICE
           
static String WEBSERVICES_PORT_PROVIDER_CLASS
           
static String WEBSERVICES_RELATIONSHIP_SERVICE
           
static String WEBSERVICES_REPOSITORY_SERVICE
          WSDL URLs for Web Services.
static String WEBSERVICES_VERSIONING_SERVICE
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

USER

public static final String USER
See Also:
Constant Field Values

PASSWORD

public static final String PASSWORD
See Also:
Constant Field Values

BINDING_TYPE

public static final String BINDING_TYPE
Predefined binding types (see BindingType)

See Also:
Constant Field Values

BINDING_SPI_CLASS

public static final String BINDING_SPI_CLASS
Class name of the binding class.

See Also:
Constant Field Values

ATOMPUB_URL

public static final String ATOMPUB_URL
URL of the AtomPub service document.

See Also:
Constant Field Values

WEBSERVICES_REPOSITORY_SERVICE

public static final String WEBSERVICES_REPOSITORY_SERVICE
WSDL URLs for Web Services.

See Also:
Constant Field Values

WEBSERVICES_NAVIGATION_SERVICE

public static final String WEBSERVICES_NAVIGATION_SERVICE
See Also:
Constant Field Values

WEBSERVICES_OBJECT_SERVICE

public static final String WEBSERVICES_OBJECT_SERVICE
See Also:
Constant Field Values

WEBSERVICES_VERSIONING_SERVICE

public static final String WEBSERVICES_VERSIONING_SERVICE
See Also:
Constant Field Values

WEBSERVICES_DISCOVERY_SERVICE

public static final String WEBSERVICES_DISCOVERY_SERVICE
See Also:
Constant Field Values

WEBSERVICES_RELATIONSHIP_SERVICE

public static final String WEBSERVICES_RELATIONSHIP_SERVICE
See Also:
Constant Field Values

WEBSERVICES_MULTIFILING_SERVICE

public static final String WEBSERVICES_MULTIFILING_SERVICE
See Also:
Constant Field Values

WEBSERVICES_POLICY_SERVICE

public static final String WEBSERVICES_POLICY_SERVICE
See Also:
Constant Field Values

WEBSERVICES_ACL_SERVICE

public static final String WEBSERVICES_ACL_SERVICE
See Also:
Constant Field Values

WEBSERVICES_MEMORY_THRESHOLD

public static final String WEBSERVICES_MEMORY_THRESHOLD
See Also:
Constant Field Values

WEBSERVICES_PORT_PROVIDER_CLASS

public static final String WEBSERVICES_PORT_PROVIDER_CLASS
See Also:
Constant Field Values

BROWSER_URL

public static final String BROWSER_URL
URL of the Browser Binding entry point.

See Also:
Constant Field Values

LOCAL_FACTORY

public static final String LOCAL_FACTORY
Factory class name for the local binding.

See Also:
Constant Field Values

AUTHENTICATION_PROVIDER_CLASS

public static final String AUTHENTICATION_PROVIDER_CLASS
Class name of the authentication provider.

See Also:
Constant Field Values

AUTH_HTTP_BASIC

public static final String AUTH_HTTP_BASIC
Toggle for HTTP basic authentication. Evaluated by the standard authentication provider.

See Also:
Constant Field Values

AUTH_SOAP_USERNAMETOKEN

public static final String AUTH_SOAP_USERNAMETOKEN
Toggle for WS-Security UsernameToken authentication. Evaluated by the standard authentication provider.

See Also:
Constant Field Values

COMPRESSION

public static final String COMPRESSION
See Also:
Constant Field Values

CLIENT_COMPRESSION

public static final String CLIENT_COMPRESSION
See Also:
Constant Field Values

COOKIES

public static final String COOKIES
See Also:
Constant Field Values

CONNECT_TIMEOUT

public static final String CONNECT_TIMEOUT
See Also:
Constant Field Values

READ_TIMEOUT

public static final String READ_TIMEOUT
See Also:
Constant Field Values

PROXY_USER

public static final String PROXY_USER
See Also:
Constant Field Values

PROXY_PASSWORD

public static final String PROXY_PASSWORD
See Also:
Constant Field Values

CACHE_SIZE_OBJECTS

public static final String CACHE_SIZE_OBJECTS
See Also:
Constant Field Values

CACHE_TTL_OBJECTS

public static final String CACHE_TTL_OBJECTS
See Also:
Constant Field Values

CACHE_SIZE_PATHTOID

public static final String CACHE_SIZE_PATHTOID
See Also:
Constant Field Values

CACHE_TTL_PATHTOID

public static final String CACHE_TTL_PATHTOID
See Also:
Constant Field Values

CACHE_PATH_OMIT

public static final String CACHE_PATH_OMIT
See Also:
Constant Field Values

CACHE_SIZE_REPOSITORIES

public static final String CACHE_SIZE_REPOSITORIES
See Also:
Constant Field Values

CACHE_SIZE_TYPES

public static final String CACHE_SIZE_TYPES
See Also:
Constant Field Values

CACHE_SIZE_LINKS

public static final String CACHE_SIZE_LINKS
See Also:
Constant Field Values

LOCALE_ISO639_LANGUAGE

public static final String LOCALE_ISO639_LANGUAGE
See Also:
Constant Field Values

LOCALE_ISO3166_COUNTRY

public static final String LOCALE_ISO3166_COUNTRY
See Also:
Constant Field Values

LOCALE_VARIANT

public static final String LOCALE_VARIANT
See Also:
Constant Field Values

OBJECT_FACTORY_CLASS

public static final String OBJECT_FACTORY_CLASS
See Also:
Constant Field Values

CACHE_CLASS

public static final String CACHE_CLASS
See Also:
Constant Field Values

REPOSITORY_ID

public static final String REPOSITORY_ID
See Also:
Constant Field Values


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.