WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

Security

 


Description

Specifies the security properties of a WebLogic domain.

 


Syntax

<Security
AuditProviderClassName="String"
CompatibilityMode=( "true" | "false" )
ConnectionFilter="String"
ConnectionFilterRules="list of Strings"
ConnectionLoggerEnabled=( "true" | "false" )
GuestDisabled=( "true" | "false" )
Name="String"
Notes="String"
PasswordPolicy="PasswordPolicy name"
Realm="Realm name"
SystemUser="String"
/>

 


Parent Elements

 


Attributes

Table 50-1 Security attributes

Attribute

Description

Range of Values and Default

AuditProviderClassName


Admin Console field label: Audit Provider Class

Required: no

CompatibilityMode

Specifies whether migration from a WebLogic Server 6.x security configuration is enabled.

Required: no

Default: false

ConnectionFilter

The name of the Java class that implements a connection filter. The connection filter must be an implementation of the weblogic.security.net.ConnectionFilter interface. WebLogic Server provides a default implementation.

Admin Console field label: Connection Filter

Required: no

ConnectionFilterRules


Admin Console field label: Connection Filter Rules

Required: no

ConnectionLoggerEnabled

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.

Admin Console field label: Connection Logger Enabled

Required: no

Default: false

GuestDisabled

Deprecated. Specifies whether or not guest logins can be used to access WebLogic Server resources. This attribute is used in Compatibility mode.

Admin Console field label: Guest Disabled

Required: no

Default: true

Name

Set the name of the MBean.

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

PasswordPolicy

Deprecated. Sets the password policy. This interface is used in Compatibility mode.

Required: no

Realm

Sets the realm policies.

Admin Console field label: Realm

Required: no

SystemUser

The name of the system user. This attribute must be specified.

Admin Console field label: System User

Default: system

 

Back to Top Previous Next