User: jwalters
Date: 01/07/18 07:40:15
Modified: src/resources/org/jboss/metadata connector_1_0.dtd
Log:
Completed update of jbosscx to Connector 1.0 pfd2 spec.
Thanks to Thomasz Skutnik [EMAIL PROTECTED] for the patches
Revision Changes Path
1.2 +13 -13 jboss/src/resources/org/jboss/metadata/connector_1_0.dtd
Index: connector_1_0.dtd
===================================================================
RCS file: /cvsroot/jboss/jboss/src/resources/org/jboss/metadata/connector_1_0.dtd,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- connector_1_0.dtd 2001/02/02 10:12:48 1.1
+++ connector_1_0.dtd 2001/07/18 14:40:15 1.2
@@ -101,7 +101,7 @@
one or more authentication mechanisms supported and additional
required security permissions.
-If there is no auth-mechanism specified as part of resource adapter
+If there is no authentication-mechanism specified as part of resource adapter
element then the resource adapter does not support any standard
security authentication mechanisms as part of security contract.
The application server ignores the security part of the system
@@ -112,22 +112,22 @@
managedconnectionfactory-class, connectionfactory-interface,
connectionfactory-impl-class, connection-interface,
connection-impl-class, transaction-support, config-property*,
-auth-mechanism*, reauthentication-support, security-permission*
+authentication-mechanism*, reauthentication-support, security-permission*
)>
<!--
-The element auth-mechanism specifies an authentication mechanism
+The element authentication-mechanism specifies an authentication mechanism
supported by the resource adapter. Note that this support is for
the resource adapter and not for the underlying EIS instance. The
optional description specifies any resource adapter specific requirement
for the support of security contract and authentication mechanism.
-Note that basic-password mech-type should support the
-javax.resource.spi.security.PasswordCredential interface. The kerbv5
+Note that BasicPassword mech-type should support the
+javax.resource.spi.security.PasswordCredential interface. The Kerbv5
mech-type should support the javax.resource.spi.security.Generic-
Credential interface.
-->
-<!ELEMENT auth-mechanism (description?, auth-mech-type, credential-interface)>
+<!ELEMENT authentication-mechanism (description?, authentication-mechanism-type,
credential-interface)>
<!--
The element credential-interface specifies the interface that the
@@ -145,17 +145,17 @@
<!ELEMENT credential-interface (#PCDATA)>
<!--
-The element auth-mech-type specifies type of an authentication
+The element authentication-mechanism-type specifies type of an authentication
mechanism.
The example values are:
- <auth-mech-type>basic-password</auth-mech-type>
- <auth-mech-type>kerbv5</auth-mech-type>
+ <authentication-mechanism-type>BasicPassword</authentication-mechanism-type>
+ <authentication-mechanism-type>Kerbv5</authentication-mechanism-type>
Any additional security mechanisms are outside the scope of the
Connector architecture specification.
-->
-<!ELEMENT auth-mech-type (#PCDATA)>
+<!ELEMENT authentication-mechanism-type (#PCDATA)>
<!--
The element connectionfactory-interface specifies the fully-qualified
@@ -250,7 +250,7 @@
The following are the legal values of config-property-type:
java.lang.Boolean, java.lang.String, java.lang.Integer,
java.lang.Double, java.lang.Byte, java.lang.Short,
- java.lang.Long, java.lang.Float
+ java.lang.Long, java.lang.Float, java.lang.Character
Example: <config-property-type>java.lang.String</config-property-type>
-->
@@ -437,8 +437,8 @@
standard information into the standard deployment descriptor.
-->
-<!ATTLIST auth-mechanism id ID #IMPLIED>
-<!ATTLIST auth-mech-type id ID #IMPLIED>
+<!ATTLIST authentication-mechanism id ID #IMPLIED>
+<!ATTLIST authentication-mechanism-type id ID #IMPLIED>
<!ATTLIST config-property id ID #IMPLIED>
<!ATTLIST config-property-name id ID #IMPLIED>
<!ATTLIST config-property-value id ID #IMPLIED>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development