Author: norman.richards(a)jboss.com
Date: 2009-06-10 14:17:22 -0400 (Wed, 10 Jun 2009)
New Revision: 11111
Modified:
branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd
Log:
JBSEAM-4207
Modified: branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd
===================================================================
--- branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd 2009-06-10
16:35:48 UTC (rev 11110)
+++ branches/community/Seam_2_2/src/main/org/jboss/seam/security-2.2.xsd 2009-06-10
18:17:22 UTC (rev 11111)
@@ -44,6 +44,13 @@
</xs:complexType>
</xs:element>
+ <xs:element name="jpa-token-store">
+ <xs:complexType mixed="true">
+ <xs:attributeGroup ref="components:attlist.component"/>
+ <xs:attributeGroup ref="security:attlist.jpa-token-store"/>
+ </xs:complexType>
+ </xs:element>
+
<xs:element name="ldap-identity-store">
<xs:complexType mixed="true">
<xs:attributeGroup ref="components:attlist.component"/>
@@ -91,6 +98,11 @@
<xs:attribute name="features"
type="components:string"/>
</xs:attributeGroup>
+ <xs:attributeGroup name="attlist.jpa-token-store">
+ <xs:attribute name="entity-manager"
type="components:string"/>
+ <xs:attribute name="token-class"
type="components:string"/>
+ </xs:attributeGroup>
+
<xs:attributeGroup name="attlist.ldap-identity-store">
<xs:attribute name="server-address"
type="components:string"/>
<xs:attribute name="server-port"
type="components:string"/>