org.apache.xmlrpc.secure
Interface SecurityConstants

All Known Implementing Classes:
SecureWebServer, SecurityTool

public interface SecurityConstants


Field Summary
static java.lang.String DEFAULT_KEY_MANAGER_TYPE
          Default key manager type.
static java.lang.String DEFAULT_KEY_STORE
          Default key store location.
static java.lang.String DEFAULT_KEY_STORE_PASSWORD
          Default key store password.
static java.lang.String DEFAULT_KEY_STORE_TYPE
          Default key store format.
static java.lang.String DEFAULT_PROTOCOL_HANDLER_PACKAGES
          Default protocol handler packages.
static java.lang.String DEFAULT_SECURITY_PROTOCOL
          Default security protocol.
static java.lang.String DEFAULT_SECURITY_PROVIDER_CLASS
          Default security provider class.
static java.lang.String DEFAULT_TRUST_STORE
          Default key store location.
static java.lang.String DEFAULT_TRUST_STORE_PASSWORD
          Default key store password.
static java.lang.String DEFAULT_TRUST_STORE_TYPE
          Default key store format.
static java.lang.String KEY_MANAGER_TYPE
           
static java.lang.String KEY_STORE
           
static java.lang.String KEY_STORE_PASSWORD
           
static java.lang.String KEY_STORE_TYPE
           
static java.lang.String PROTOCOL_HANDLER_PACKAGES
           
static java.lang.String SECURITY_PROTOCOL
           
static java.lang.String SECURITY_PROVIDER_CLASS
           
static java.lang.String TRUST_MANAGER_TYPE
           
static java.lang.String TRUST_STORE
           
static java.lang.String TRUST_STORE_PASSWORD
           
static java.lang.String TRUST_STORE_TYPE
           
 

Field Detail

DEFAULT_SECURITY_PROVIDER_CLASS

static final java.lang.String DEFAULT_SECURITY_PROVIDER_CLASS
Default security provider class. If you are using something like Cryptix then you would override default with setSecurityProviderClass().

See Also:
Constant Field Values

SECURITY_PROVIDER_CLASS

static final java.lang.String SECURITY_PROVIDER_CLASS
See Also:
Constant Field Values

DEFAULT_SECURITY_PROTOCOL

static final java.lang.String DEFAULT_SECURITY_PROTOCOL
Default security protocol. You probably don't need to override this default.

See Also:
Constant Field Values

SECURITY_PROTOCOL

static final java.lang.String SECURITY_PROTOCOL
See Also:
Constant Field Values

DEFAULT_KEY_STORE

static final java.lang.String DEFAULT_KEY_STORE
Default key store location. This is just for testing, you will want to override this default in a production environment.

See Also:
Constant Field Values

KEY_STORE

static final java.lang.String KEY_STORE
See Also:
Constant Field Values

DEFAULT_KEY_STORE_TYPE

static final java.lang.String DEFAULT_KEY_STORE_TYPE
Default key store format. You probably don't need to override this default.

See Also:
Constant Field Values

KEY_STORE_TYPE

static final java.lang.String KEY_STORE_TYPE
See Also:
Constant Field Values

DEFAULT_KEY_STORE_PASSWORD

static final java.lang.String DEFAULT_KEY_STORE_PASSWORD
Default key store password. This default is only used for testing because the sample key store provided with the Sun JSSE uses this password. Do not use this password in a production server.

See Also:
Constant Field Values

KEY_STORE_PASSWORD

static final java.lang.String KEY_STORE_PASSWORD
See Also:
Constant Field Values

DEFAULT_TRUST_STORE_TYPE

static final java.lang.String DEFAULT_TRUST_STORE_TYPE
Default key store format. You probably don't need to override this default.

See Also:
Constant Field Values

TRUST_STORE_TYPE

static final java.lang.String TRUST_STORE_TYPE
See Also:
Constant Field Values

DEFAULT_TRUST_STORE

static final java.lang.String DEFAULT_TRUST_STORE
Default key store location. This is just for testing, you will want to override this default in a production environment.

See Also:
Constant Field Values

TRUST_STORE

static final java.lang.String TRUST_STORE
See Also:
Constant Field Values

DEFAULT_TRUST_STORE_PASSWORD

static final java.lang.String DEFAULT_TRUST_STORE_PASSWORD
Default key store password. This default is only used for testing because the sample key store provided with the Sun JSSE uses this password. Do not use this password in a production server.

See Also:
Constant Field Values

TRUST_STORE_PASSWORD

static final java.lang.String TRUST_STORE_PASSWORD
See Also:
Constant Field Values

DEFAULT_KEY_MANAGER_TYPE

static final java.lang.String DEFAULT_KEY_MANAGER_TYPE
Default key manager type. You probably don't need to override this default.

See Also:
Constant Field Values

KEY_MANAGER_TYPE

static final java.lang.String KEY_MANAGER_TYPE
See Also:
Constant Field Values

TRUST_MANAGER_TYPE

static final java.lang.String TRUST_MANAGER_TYPE
See Also:
Constant Field Values

DEFAULT_PROTOCOL_HANDLER_PACKAGES

static final java.lang.String DEFAULT_PROTOCOL_HANDLER_PACKAGES
Default protocol handler packages. Change this if you are using something other than the Sun JSSE.

See Also:
Constant Field Values

PROTOCOL_HANDLER_PACKAGES

static final java.lang.String PROTOCOL_HANDLER_PACKAGES
See Also:
Constant Field Values


Copyright 2001-2001-2005 Apache Software Foundation. All Rights Reserved.