BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to WebserviceSecurityConfigurationMBean
Properties
This component is not nillable.

Model
<...>
(class-name?, token-type?, configuration-property* )
</...>


Nested Element Summary
xs:stringclass-name
          The fully qualified name of the class that implements a particular credential provider or token handler. 
dom:configuration-propertyTypeconfiguration-property
          Specifies the list of properties that are associated with this credential provider or token handler. 
xs:stringtoken-type
          Specifies the type of token used for the particular credential provider or token handler. 
Source
<xs:complexType name="webservice-security-configurationType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element minOccurs="0" name="class-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="token-type" nillable="true" type="xs:string">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="configuration-property" nillable="true" type="dom:configuration-propertyType">
</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