BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType security-configurationType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}security-configurationType (extension)

Documentation
Corresponds to SecurityConfigurationMBean
Properties
This component is not nillable.

Model
<...>
(realm*, default-realm?, anonymous-admin-lookup-enabled?, credential-encrypted?, web-app-files-case-insensitive, realm-boot-strap-version, connection-filter?, connection-filter-rule*, connection-logger-enabled?, compatibility-connection-filters-enabled?, node-manager-username?, node-manager-password-encrypted?, downgrade-untrusted-principals?, enforce-strict-url-pattern? )
</...>


Nested Element Summary
xs:booleananonymous-admin-lookup-enabled
          Returns true if anonymous JNDI access for Admin MBean home is permitted. 
xs:booleancompatibility-connection-filters-enabled
          Specifies whether this WebLogic Server domain enables compatiblity with previous connection filters. 
xs:stringconnection-filter
          The name of the Java class that implements a connection filter (that is, the weblogic. 
xs:stringconnection-filter-rule
          The rules used by any connection filter that implements the ConnectionFilterRulesListener interface. 
xs:booleanconnection-logger-enabled
          Specifies whether this WebLogic Server domain should log accepted connections. 
xs:stringcredential-encrypted
          
xs:stringdefault-realm
          
xs:booleandowngrade-untrusted-principals
          Whether or not to downgrade to anonymous principals that cannot be verified. 
xs:booleanenforce-strict-url-pattern
          Whether or not the system should enforce strict URL pattern or not. 
xs:stringnode-manager-password-encrypted
          
xs:stringnode-manager-username
          The user name that the Administration Server passes to a Node Manager when it instructs the Node Manager to start, stop, or restart Managed Servers. 
sec:realmTyperealm
          Returns all the realms in the domain. 
 realm-boot-strap-version
          Indicates which version of the default security realm MBeans should be loaded if none exist. 
 web-app-files-case-insensitive
          This property defines the case sensitive URL-pattern matching behavior for security constraints, servlets, filters, virtual-hosts, etc. 
Source
<xs:complexType name="security-configurationType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="realm" nillable="true" type="sec:realmType">
</xs:element>
<xs:element minOccurs="0" name="default-realm" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="anonymous-admin-lookup-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="credential-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="web-app-files-case-insensitive" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="os"/>
<xs:enumeration value="true"/>
<xs:enumeration value="false"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="realm-boot-strap-version" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="unknown"/>
<xs:enumeration value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element minOccurs="0" name="connection-filter" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="connection-filter-rule" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="connection-logger-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="compatibility-connection-filters-enabled" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="node-manager-username" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="node-manager-password-encrypted" nillable="true" type="xs:string"/>
<xs:element minOccurs="0" name="downgrade-untrusted-principals" nillable="false" type="xs:boolean">
</xs:element>
<xs:element minOccurs="0" name="enforce-strict-url-pattern" nillable="false" type="xs:boolean">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation