org.apache.xmlrpc.secure

Interface SecurityConstants

Known Implementing Classes:
SecureWebServer, SecurityTool

public interface SecurityConstants

Field Summary

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

Field Details

DEFAULT_KEY_MANAGER_TYPE

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

DEFAULT_KEY_STORE

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

DEFAULT_KEY_STORE_PASSWORD

public static final 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.

DEFAULT_KEY_STORE_TYPE

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

DEFAULT_PROTOCOL_HANDLER_PACKAGES

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

DEFAULT_SECURITY_PROTOCOL

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

DEFAULT_SECURITY_PROVIDER_CLASS

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

DEFAULT_TRUST_STORE

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

DEFAULT_TRUST_STORE_PASSWORD

public static final 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.

DEFAULT_TRUST_STORE_TYPE

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

KEY_MANAGER_TYPE

public static final String KEY_MANAGER_TYPE

KEY_STORE

public static final String KEY_STORE

KEY_STORE_PASSWORD

public static final String KEY_STORE_PASSWORD

KEY_STORE_TYPE

public static final String KEY_STORE_TYPE

PROTOCOL_HANDLER_PACKAGES

public static final String PROTOCOL_HANDLER_PACKAGES

SECURITY_PROTOCOL

public static final String SECURITY_PROTOCOL

SECURITY_PROVIDER_CLASS

public static final String SECURITY_PROVIDER_CLASS

TRUST_MANAGER_TYPE

public static final String TRUST_MANAGER_TYPE

TRUST_STORE

public static final String TRUST_STORE

TRUST_STORE_PASSWORD

public static final String TRUST_STORE_PASSWORD

TRUST_STORE_TYPE

public static final String TRUST_STORE_TYPE

Copyright B) 1999-2002 Apache Software Foundation. All Rights Reserved.