Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.store.webdav
Class Keys

java.lang.Object
  extended byoracle.rules.sdk.store.webdav.Keys


public class Keys
extends java.lang.Object

Repository connection and initialization parameter keys for the WebDAV RepositoryConnection.


Field Summary
static java.lang.String CONNECTION
          The key for the WebDAV repository connection.
static java.lang.String PASSWORD
          The key for the password initialization parameter.
static java.lang.String PROXY_HOST
          The base key for the proxy host initialization parameter.
static java.lang.String PROXY_PASSWORD
          The base key for the proxy password initialization parameter.
static java.lang.String PROXY_PORT
          The base key for the proxy port initialization parameter.
static java.lang.String PROXY_USER
          The base key for the proxy user name initialization parameter.
static java.lang.String URL
          The key for the URL initialization parameter.
static java.lang.String USER
          The key for the user name initialization parameter.

 

Constructor Summary
Keys()
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

CONNECTION

public static final java.lang.String CONNECTION
The key for the WebDAV repository connection.
See Also:
Constant Field Values

URL

public static final java.lang.String URL
The key for the URL initialization parameter.
See Also:
Constant Field Values

USER

public static final java.lang.String USER
The key for the user name initialization parameter.
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
The key for the password initialization parameter.
See Also:
Constant Field Values

PROXY_HOST

public static final java.lang.String PROXY_HOST
The base key for the proxy host initialization parameter.
See Also:
Constant Field Values

PROXY_PORT

public static final java.lang.String PROXY_PORT
The base key for the proxy port initialization parameter.
See Also:
Constant Field Values

PROXY_USER

public static final java.lang.String PROXY_USER
The base key for the proxy user name initialization parameter.
See Also:
Constant Field Values

PROXY_PASSWORD

public static final java.lang.String PROXY_PASSWORD
The base key for the proxy password initialization parameter.
See Also:
Constant Field Values

Constructor Detail

Keys

public Keys()

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.