Skip navigation.

WebLogic Server Configuration Reference

  Previous Next vertical dots separating previous/next from contents/index/pdf Contents Index View as PDF   Get Adobe Reader

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" )
CustomObjectAuthenticationEnabled=( "true" | "false" )
GuestDisabled=( "true" | "false" )
Name="String"
Notes="String"
PasswordPolicy="PasswordPolicy name"
Realm="Realm name"
SystemUser="String"
/>

 


Parent Elements

 


Attributes

Table 56-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.

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

Default: false

CustomObjectAuthenticationEnabled

Deprecated. Specifies whether to allow Custom UserInfo Objects for login.

Admin Console field label: CustomObject Authentication Enabled

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

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

 

Skip navigation bar  Back to Top Previous Next