Administration Console Online Help

 Previous Next Contents Index  

 


Domain --> Security --> Advanced

Additional Documentation     Attributes

Overview

Use this tab to configure security attributes for a WebLogic domain. Set attributes that:

Additional Documentation

(Requires an Internet connection.)

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

Attribute Label

Description

Value Constraints

Enable Generated Credential

Generates a credential for the domain. This attribute enables a trust relationship between two domains. For the two domains to interoperate, they must have the same username and password.

Default: true

Readable: yes

Writable: yes

Credential

Specifies a password for the domain. In WebLogic Server version 6.0, this attribute was the password of the system user. In WebLogic Server version 7.0, this attribute can be any string. For the two domains to interoperate, the string must be the same for both domains.

Default: null

Configurable: yes

Encrypted: yes

Readable: yes

Writable: yes

Results Batch Size

Specifies the batch size (number of users, groups, and ACLs to return per rpc) for returning users, groups, and ACLs. The purpose is to avoid having either one rpc per user, group, or ACL or one very large rpc that causes an overfill of memory.

Minimum: 0

Default: 200

Configurable: yes

Readable: yes

Writable: yes

Log All Checks

Specifies whether or not to log all security checks.

Default: false

Configurable: yes

Readable: yes

Writable: yes

Connection Logger Enabled

Enables the logging of accepted connections. This attribute can be used by a system administrator to dynamically check the incoming connections in the log file to determine if filtering needs to be performed.

MBean: weblogic.management.
configuration.
SecurityMBean

Attribute: ConnectionLoggerEnabled

Default: false

Configurable: yes

Dynamic: yes

Readable: yes

Writable: yes



 

Back to Top Previous Next