BEA WebLogic Server 9.0 Domain Configuration Schema Reference

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

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

Documentation
Corresponds to WebserviceSecurityMBean
Properties
This component is not nillable.

Model
<...>
(webservice-token-handler*, webservice-credential-provider*, webservice-security-token*, webservice-timestamp? )
</...>


Nested Element Summary
dom:webservice-credential-providerTypewebservice-credential-provider
          Specifies the list of credential providers that have been configured for this Web Service security configuration. 
dom:webservice-security-tokenTypewebservice-security-token
          Specifies the list of tokens that have been configured for this Web Service security configuration. 
dom:webservice-timestampTypewebservice-timestamp
          Specifies the timestamp information that has been configured for this Web Service security configuration. 
dom:webservice-token-handlerTypewebservice-token-handler
          Specifies the list of token handlers that have been configured for this Web Service security configuration. 
Source
<xs:complexType name="webservice-securityType">
<xs:complexContent>
<xs:extension base="dom:configurationType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="webservice-token-handler" nillable="true" type="dom:webservice-token-handlerType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="webservice-credential-provider" nillable="true" type="dom:webservice-credential-providerType">
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="webservice-security-token" nillable="true" type="dom:webservice-security-tokenType">
</xs:element>
<xs:element minOccurs="0" name="webservice-timestamp" nillable="true" type="dom:webservice-timestampType">
</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