bea.com | products | dev2dev | support | askBEA
 Download Docs   Site Map   Glossary 
Search

Administration Console Online Help

 Previous Next Contents Index  

 


WebLogic Keystore Provider-->General

Tasks     Related Topics     Attributes

Overview

Use this tab to configure a WebLogic Keystore provider for a security realm. A keystore is a mechanism designed to store password-protected store private keys. In the WebLogic Server security architecture, the WebLogic Keystore provider is used to access keystores. You cannot use a Custom Keystore provider with WebLogic Server.

Note: The WebLogic Keystore provider is deprecated in this release of WebLogic Server.

Tasks

Related Topics

Introduction to WebLogic Security

Managing WebLogic Security

Programmimg WebLogic Security

Developing Security Providers for WebLogic Server

Securing a WebLogic Server Deployment

Upgrading Security in WebLogic Server Version 6.x to WebLogic Server Version 7.0

Security FAQ

The Security page in the WebLogic Server documentation

Attributes

Table 1-12

Attribute Label

Description

Value Constraints

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBean

Attribute: Name


Version

The version of the WebLogic Keystore provider.

MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBean

Attribute: Version

Default: "1.0"

Description

WebLogic Keystore provider that obtains secured private keys from JavaSoft jks keystores.

MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBean

Attribute: Description

Default: "WebLogic Keystore Security provider that obtains secured private keys from a keystore."

Private Keystore Location

The location of the keystore. The configured keystore implementation determines the input requirements for this attribute.

For more information about legal values, refer to the documentation supplied by the keystore vendor.

MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBean

Attribute: PrivateKeyStoreLocation

Default: "wlDefaultKeyStore.jks"

Private Keystore Pass Phrase

The password for the keystore that is specified by the PrivateKeyStoreLocation attribute. If you set a null value, no password is required to access the private keystore.

MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBean

Attribute: PrivateKeyStorePassPhrase

Default: null

Encrypted: yes

Root CA Keystore Location

The location of a keystore that contains trusted CAs for WebLogic Server. The configured keystore implementation determines the input requirements for this attribute.

For more information about legal values, refer to the documentation supplied by the keystore security vendor.

MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBean

Attribute: RootCAKeyStoreLocation

Default: null

Root CA Keystore Pass Phrase

The password for the keystore that is specified by the RootCAKeyStoreLocation attribute. If you set a null value, no password is required to access the keystore that contains trusted CAs. This behavior may be overridden by the configured keystore implementation.

For more information about legal values, refer to the documentation supplied by the keystore security vendor.

MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBean

Attribute: RootCAKeyStorePassPhrase

Default: null

Encrypted: yes

Type

The type of the MBean.

MBean: weblogic.security.
providers.pk.
DefaultKeyStoreMBean

Attribute: Type

Default: "jks"

 

Back to Top Previous Next