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

SecurityConfiguration

 


Description

Provides domain-wide security configuration information.

 


Syntax

<SecurityConfiguration
AnonymousAdminLookupEnabled=( "true" | "false" )
Name="String"
Notes="String"
RealmBootStrapVersion=( "unknown" | "1" )
WebAppFilesCaseInsensitive="String"
CredentialGenerated=( "true" | "false" )
CredentialEncrypted="String"
/>

 


Parent Elements

 


Attributes

Table 57-1 SecurityConfiguration attributes

Attribute

Description

Range of Values and Default

AnonymousAdminLookupEnabled

Permits anonymous JNDI access to get the Admin MBean home.

Admin Console field label: Anonymous Admin Lookup Enabled

Default: true

Name

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

Required: no

Notes

Optional information that you can include to describe this configuration.

Required: no

RealmBootStrapVersion

Specifies which version of the default security realm mbeans should be loaded if none exist. Gets set to current version on first read if it hasn't been set already.

Required: no

Default: unknown

WebAppFilesCaseInsensitive

Specifies whether file lookups for Java Server Pages (JSPs) are case sensitive on all platforms except win32; file lookups from standard win32 file systems are always case-insensitive. On case-insensitive file systems other than win32 (such as NT Samba mounts from UNIX or Mac OS that have been installed in case-insensitive mode), specify case insensitive lookups by setting this attribute to false to prevent the JSP from returning its source code. For example, if a JSP is being served from a Samba mount and you have specified case-insensitive lookups, WebLogic Server converts all file name extensions to lower case before looking up the JSP. For example, foo.jsp.

Required: no

Default: os

CredentialGenerated

Specifies whether a credential (usually a password) should be generated for this WebLogic Server domain.

Admin Console field label: Enable Generated Credential

Default: true

CredentialEncrypted

The credential for this WebLogic Server domain. This credential is used to enable a trust relationship between two domains. For the two domains to establish trust, they must have the same credential.

Admin Console field label: Credential

Default: null

 

Skip navigation bar  Back to Top Previous Next