| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |
{http://www.bea.com/ns/weblogic/90/domain}security-configurationType (extension)
Corresponds to SecurityConfigurationMBean
Nested Element Summary | |
xs:boolean | anonymous-admin-lookup-enabled Returns true if anonymous JNDI access for Admin MBean home is permitted. |
xs:boolean | compatibility-connection-filters-enabled Specifies whether this WebLogic Server domain enables compatiblity with previous connection filters. |
xs:string | connection-filter The name of the Java class that implements a connection filter (that is, the weblogic. |
xs:string | connection-filter-rule The rules used by any connection filter that implements the ConnectionFilterRulesListener interface. |
xs:boolean | connection-logger-enabled Specifies whether this WebLogic Server domain should log accepted connections. |
xs:string | credential-encrypted |
xs:string | default-realm |
xs:boolean | downgrade-untrusted-principals Whether or not to downgrade to anonymous principals that cannot be verified. |
xs:boolean | enforce-strict-url-pattern Whether or not the system should enforce strict URL pattern or not. |
xs:string | node-manager-password-encrypted |
xs:string | node-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:realmType | realm 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. |
<xs:complexType name="security-configurationType"><xs:complexContent></xs:complexType><xs:extension base="dom:configurationType"></xs:complexContent><xs:sequence></xs:extension><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:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="os"/><xs:enumeration value="true"/><xs:enumeration value="false"/></xs:restriction><xs:element minOccurs="0" name="realm-boot-strap-version" nillable="true"><xs:simpleType></xs:element><xs:restriction base="xs:string"></xs:simpleType><xs:enumeration value="unknown"/><xs:enumeration value="1"/></xs:restriction><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:sequence>
</xs:element>
| BEA WebLogic Server 9.0 Domain Configuration Schema Reference | ||||||
DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES |