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 Type="String
/>
Parent Elements
Attributes
AuditProviderClassName
Admin Console field label: Audit Provider ClassRequired: 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 FilterRequired: no ConnectionFilterRules
Admin Console field label: Connection Filter RulesRequired: 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 EnabledDefault: 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 DisabledDefault: 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: NotesRequired: 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: RealmRequired: no SystemUser The name of the system user. This attribute must be specified. Admin Console field label: System UserDefault: system Type Returns the type of the MBean. Required: no