Added: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.3.xsd
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.3.xsd?rev=1088726&view=auto
==============================================================================
--- cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.3.xsd (added)
+++ cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.3.xsd Mon Apr 4
18:59:51 2011
@@ -0,0 +1,444 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+OASIS takes no position regarding the validity or scope of any intellectual
property or other rights that might be claimed to pertain to the implementation
or use of the technology described in this document or the extent to which any
license under such rights might or might not be available; neither does it
represent that it has made any effort to identify any such rights. Information
on OASIS's procedures with respect to rights in OASIS specifications can be
found at the OASIS website. Copies of claims of rights made available for
publication and any assurances of licenses to be made available, or the result
of an attempt made to obtain a general license or permission for the use of
such proprietary rights by implementors or users of this specification, can be
obtained from the OASIS Executive Director.
+OASIS invites any interested party to bring to its attention any copyrights,
patents or patent applications, or other proprietary rights which may cover
technology that may be required to implement this specification. Please address
the information to the OASIS Executive Director.
+Copyright é OASIS Open 2002-2006. All Rights Reserved.
+This document and translations of it may be copied and furnished to others,
and derivative works that comment on or otherwise explain it or assist in its
implementation may be prepared, copied, published and distributed, in whole or
in part, without restriction of any kind, provided that the above copyright
notice and this paragraph are included on all such copies and derivative works.
However, this document itself does not be modified in any way, such as by
removing the copyright notice or references to OASIS, except as needed for the
purpose of developing OASIS specifications, in which case the procedures for
copyrights defined in the OASIS Intellectual Property Rights document must be
followed, or as required to translate it into languages other than English.
+The limited permissions granted above are perpetual and will not be revoked by
OASIS or its successors or assigns.
+This document and the information contained herein is provided on an AS IS
basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT
INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR
A PARTICULAR PURPOSE.
+-->
+<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema'
+xmlns:wsse='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd'
+xmlns:wsu='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd'
+xmlns:wsp='http://schemas.xmlsoap.org/ws/2004/09/policy'
+xmlns:wsa='http://www.w3.org/2005/08/addressing'
+xmlns:wst='http://docs.oasis-open.org/ws-sx/ws-trust/200512'
+targetNamespace='http://docs.oasis-open.org/ws-sx/ws-trust/200512'
+elementFormDefault='qualified' >
+
+ <xs:import
namespace='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd'
+
schemaLocation='oasis-200401-wss-wssecurity-secext-1.0.xsd' />
+ <xs:import
namespace='http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd'
+
schemaLocation='oasis-200401-wss-wssecurity-utility-1.0.xsd' />
+ <xs:import namespace='http://schemas.xmlsoap.org/ws/2004/09/policy'
+ schemaLocation='ws-policy.xsd' />
+ <xs:import namespace='http://www.w3.org/2005/08/addressing'
+ schemaLocation='ws-addr.xsd' />
+
+ <!-- WS-Trust Section 3.1 -->
+ <xs:element name='RequestSecurityToken' type='wst:RequestSecurityTokenType'
/>
+ <xs:complexType name='RequestSecurityTokenType' >
+ <xs:annotation>
+ <xs:documentation>
+ Actual content model is non-deterministic, hence wildcard. The
following shows intended content model:
+
+ <xs:element ref='wst:TokenType' minOccurs='0' />
+ <xs:element ref='wst:RequestType' />
+ <xs:element ref='wsp:AppliesTo' minOccurs='0' />
+ <xs:element ref='wst:Claims' minOccurs='0' />
+ <xs:element ref='wst:Entropy' minOccurs='0' />
+ <xs:element ref='wst:Lifetime' minOccurs='0' />
+ <xs:element ref='wst:AllowPostdating' minOccurs='0' />
+ <xs:element ref='wst:Renewing' minOccurs='0' />
+ <xs:element ref='wst:OnBehalfOf' minOccurs='0' />
+ <xs:element ref='wst:Issuer' minOccurs='0' />
+ <xs:element ref='wst:AuthenticationType' minOccurs='0' />
+ <xs:element ref='wst:KeyType' minOccurs='0' />
+ <xs:element ref='wst:KeySize' minOccurs='0' />
+ <xs:element ref='wst:SignatureAlgorithm' minOccurs='0' />
+ <xs:element ref='wst:Encryption' minOccurs='0' />
+ <xs:element ref='wst:EncryptionAlgorithm' minOccurs='0' />
+ <xs:element ref='wst:CanonicalizationAlgorithm' minOccurs='0' />
+ <xs:element ref='wst:ProofEncryption' minOccurs='0' />
+ <xs:element ref='wst:UseKey' minOccurs='0' />
+ <xs:element ref='wst:SignWith' minOccurs='0' />
+ <xs:element ref='wst:EncryptWith' minOccurs='0' />
+ <xs:element ref='wst:DelegateTo' minOccurs='0' />
+ <xs:element ref='wst:Forwardable' minOccurs='0' />
+ <xs:element ref='wst:Delegatable' minOccurs='0' />
+ <xs:element ref='wsp:Policy' minOccurs='0' />
+ <xs:element ref='wsp:PolicyReference' minOccurs='0' />
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+
+ </xs:documentation>
+ </xs:annotation>
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+ </xs:sequence>
+ <xs:attribute name='Context' type='xs:anyURI' use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
+ </xs:complexType>
+
+ <xs:element name='TokenType' type='xs:anyURI' />
+
+ <xs:element name='RequestType' type='wst:RequestTypeOpenEnum' />
+
+ <xs:simpleType name='RequestTypeOpenEnum' >
+ <xs:union memberTypes='wst:RequestTypeEnum xs:anyURI' />
+ </xs:simpleType>
+
+ <xs:simpleType name='RequestTypeEnum' >
+ <xs:restriction base='xs:anyURI' >
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/Issue' />
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/Renew' />
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/Cancel' />
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/STSCancel' />
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/Validate' />
+ </xs:restriction>
+ </xs:simpleType>
+
+ <!-- WS-Trust Section 3.2 -->
+ <xs:element name='RequestSecurityTokenResponse'
type='wst:RequestSecurityTokenResponseType' />
+ <xs:complexType name='RequestSecurityTokenResponseType' >
+ <xs:annotation>
+ <xs:documentation>
+ Actual content model is non-deterministic, hence wildcard. The
following shows intended content model:
+
+ <xs:element ref='wst:TokenType' minOccurs='0' />
+ <xs:element ref='wst:RequestType' />
+ <xs:element ref='wst:RequestedSecurityToken' minOccurs='0' />
+ <xs:element ref='wsp:AppliesTo' minOccurs='0' />
+ <xs:element ref='wst:RequestedAttachedReference' minOccurs='0' />
+ <xs:element ref='wst:RequestedUnattachedReference' minOccurs='0' />
+ <xs:element ref='wst:RequestedProofToken' minOccurs='0' />
+ <xs:element ref='wst:Entropy' minOccurs='0' />
+ <xs:element ref='wst:Lifetime' minOccurs='0' />
+ <xs:element ref='wst:Status' minOccurs='0' />
+ <xs:element ref='wst:AllowPostdating' minOccurs='0' />
+ <xs:element ref='wst:Renewing' minOccurs='0' />
+ <xs:element ref='wst:OnBehalfOf' minOccurs='0' />
+ <xs:element ref='wst:Issuer' minOccurs='0' />
+ <xs:element ref='wst:AuthenticationType' minOccurs='0' />
+ <xs:element ref='wst:Authenticator' minOccurs='0' />
+ <xs:element ref='wst:KeyType' minOccurs='0' />
+ <xs:element ref='wst:KeySize' minOccurs='0' />
+ <xs:element ref='wst:SignatureAlgorithm' minOccurs='0' />
+ <xs:element ref='wst:Encryption' minOccurs='0' />
+ <xs:element ref='wst:EncryptionAlgorithm' minOccurs='0' />
+ <xs:element ref='wst:CanonicalizationAlgorithm' minOccurs='0' />
+ <xs:element ref='wst:ProofEncryption' minOccurs='0' />
+ <xs:element ref='wst:UseKey' minOccurs='0' />
+ <xs:element ref='wst:SignWith' minOccurs='0' />
+ <xs:element ref='wst:EncryptWith' minOccurs='0' />
+ <xs:element ref='wst:DelegateTo' minOccurs='0' />
+ <xs:element ref='wst:Forwardable' minOccurs='0' />
+ <xs:element ref='wst:Delegatable' minOccurs='0' />
+ <xs:element ref='wsp:Policy' minOccurs='0' />
+ <xs:element ref='wsp:PolicyReference' minOccurs='0' />
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+
+ </xs:documentation>
+ </xs:annotation>
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+ </xs:sequence>
+ <xs:attribute name='Context' type='xs:anyURI' use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
+ </xs:complexType>
+
+ <xs:element name='RequestedSecurityToken'
type='wst:RequestedSecurityTokenType' />
+ <xs:complexType name='RequestedSecurityTokenType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <!-- WS-Trust Section 3.3 -->
+ <xs:element name='BinarySecret' type='wst:BinarySecretType' />
+ <xs:complexType name='BinarySecretType' >
+ <xs:simpleContent>
+ <xs:extension base='xs:base64Binary' >
+ <xs:attribute name='Type' type='wst:BinarySecretTypeOpenEnum'
use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <xs:simpleType name='BinarySecretTypeEnum' >
+ <xs:restriction base='xs:anyURI' >
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/AsymmetricKey' />
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/SymmetricKey' />
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/Nonce' />
+ </xs:restriction>
+ </xs:simpleType>
+
+ <xs:simpleType name='BinarySecretTypeOpenEnum' >
+ <xs:union memberTypes='wst:BinarySecretTypeEnum xs:anyURI' />
+ </xs:simpleType>
+
+
+ <!-- WS-Trust Section 4.1 -->
+ <xs:element name='Claims' type='wst:ClaimsType' />
+ <xs:complexType name='ClaimsType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+ </xs:sequence>
+ <xs:attribute name='Dialect' type='xs:anyURI' use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
+ </xs:complexType>
+
+ <xs:element name='Entropy' type='wst:EntropyType' />
+ <xs:complexType name='EntropyType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+ </xs:sequence>
+ <xs:anyAttribute namespace='##other' processContents='lax' />
+ </xs:complexType>
+
+ <xs:element name='Lifetime' type='wst:LifetimeType' />
+ <xs:complexType name='LifetimeType' >
+ <xs:sequence>
+ <xs:element ref='wsu:Created' minOccurs='0' />
+ <xs:element ref='wsu:Expires' minOccurs='0' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <!-- WS-Trust Section 4.2 -->
+ <xs:element name='RequestSecurityTokenCollection'
type='wst:RequestSecurityTokenCollectionType' />
+ <xs:complexType name='RequestSecurityTokenCollectionType' >
+ <xs:annotation>
+ <xs:documentation>
+ The RequestSecurityTokenCollection (RSTC) element is used to provide
multiple RST requests.
+ One or more RSTR elements in an RSTRC element are returned in the
response to the RequestSecurityTokenCollection.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:sequence>
+ <xs:element name='RequestSecurityToken'
type='wst:RequestSecurityTokenType' minOccurs='2' maxOccurs='unbounded'/>
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='RequestSecurityTokenResponseCollection'
type='wst:RequestSecurityTokenResponseCollectionType' />
+ <xs:complexType name='RequestSecurityTokenResponseCollectionType' >
+ <xs:annotation>
+ <xs:documentation>
+ The <wst:RequestSecurityTokenResponseCollection> element (RSTRC)
MUST be used to return a security token or
+ response to a security token request on the final response.
+ </xs:documentation>
+ </xs:annotation>
+ <xs:sequence>
+ <xs:element ref='wst:RequestSecurityTokenResponse' minOccurs='1'
maxOccurs='unbounded' />
+ </xs:sequence>
+ <xs:anyAttribute namespace='##other' processContents='lax' />
+ </xs:complexType>
+
+ <!-- WS-Trust Section 4.3 -->
+ <xs:element name='ComputedKey' type='wst:ComputedKeyOpenEnum' />
+ <xs:simpleType name='ComputedKeyEnum' >
+ <xs:restriction base='xs:anyURI' >
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/CK/PSHA1' />
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/CK/HASH' />
+ </xs:restriction>
+ </xs:simpleType>
+
+ <xs:simpleType name='ComputedKeyOpenEnum' >
+ <xs:union memberTypes='wst:ComputedKeyEnum xs:anyURI' />
+ </xs:simpleType>
+
+ <xs:element name='RequestedAttachedReference'
type='wst:RequestedReferenceType' />
+ <xs:element name='RequestedUnattachedReference'
type='wst:RequestedReferenceType' />
+ <xs:complexType name='RequestedReferenceType' >
+ <xs:sequence>
+ <xs:element ref='wsse:SecurityTokenReference' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='RequestedProofToken' type='wst:RequestedProofTokenType' />
+ <xs:complexType name='RequestedProofTokenType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <!-- WS-Trust Section 6.4 -->
+ <xs:element name='IssuedTokens'
type='wst:RequestSecurityTokenResponseCollectionType' />
+
+ <!-- WS-Trust Section 5 -->
+ <xs:element name='RenewTarget' type='wst:RenewTargetType' />
+ <xs:complexType name='RenewTargetType' >
+ <xs:sequence>
+ <xs:any namespace='##other' minOccurs='1' maxOccurs='1' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='AllowPostdating' type='wst:AllowPostdatingType' />
+ <xs:complexType name='AllowPostdatingType' />
+
+ <xs:element name='Renewing' type='wst:RenewingType' />
+ <xs:complexType name='RenewingType' >
+ <xs:attribute name='Allow' type='xs:boolean' use='optional' />
+ <xs:attribute name='OK' type='xs:boolean' use='optional' />
+ </xs:complexType>
+
+ <!-- WS-Trust Section 6 -->
+ <xs:element name='CancelTarget' type='wst:CancelTargetType' />
+ <xs:complexType name='CancelTargetType' >
+ <xs:sequence>
+ <xs:any namespace='##other' minOccurs='1' maxOccurs='1' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='RequestedTokenCancelled'
type='wst:RequestedTokenCancelledType' />
+ <xs:complexType name='RequestedTokenCancelledType' />
+
+ <!-- WS-Trust Section 7 -->
+ <xs:element name='ValidateTarget' type='wst:ValidateTargetType' />
+ <xs:complexType name='ValidateTargetType' >
+ <xs:sequence>
+ <xs:any namespace='##other' minOccurs='1' maxOccurs='1' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='Status' type='wst:StatusType' />
+ <xs:complexType name='StatusType' >
+ <xs:sequence>
+ <xs:element name='Code' type='wst:StatusCodeOpenEnum' />
+ <xs:element name='Reason' type='xs:string' minOccurs='0' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:simpleType name='StatusCodeEnum' >
+ <xs:restriction base='xs:anyURI' >
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/status/valid' />
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/status/invalid' />
+ </xs:restriction>
+ </xs:simpleType>
+
+ <xs:simpleType name='StatusCodeOpenEnum' >
+ <xs:union memberTypes='wst:StatusCodeEnum xs:anyURI' />
+ </xs:simpleType>
+
+ <!-- WS-Trust Section 8.2 -->
+ <xs:element name='SignChallenge' type='wst:SignChallengeType' />
+ <xs:element name='SignChallengeResponse' type='wst:SignChallengeType' />
+ <xs:complexType name='SignChallengeType' >
+ <xs:sequence>
+ <xs:element ref='wst:Challenge' />
+ <xs:any namespace='##any' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+ </xs:sequence>
+ <xs:anyAttribute namespace='##any' processContents='lax' />
+ </xs:complexType>
+
+ <xs:element name='Challenge' type='xs:string'/>
+
+
+ <!-- WS-Trust Section 8.3 -->
+ <xs:element name='BinaryExchange' type='wst:BinaryExchangeType' />
+ <xs:complexType name='BinaryExchangeType' >
+ <xs:simpleContent>
+ <xs:extension base='xs:string' >
+ <xs:attribute name='ValueType' type='xs:anyURI' use='required' />
+ <xs:attribute name='EncodingType' type='xs:anyURI' use='required' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
+ </xs:extension>
+ </xs:simpleContent>
+ </xs:complexType>
+
+ <!-- WS-Trust Section 8.4 -->
+ <xs:element name='RequestKET' type='wst:RequestKETType' />
+ <xs:complexType name='RequestKETType' />
+
+ <xs:element name='KeyExchangeToken' type='wst:KeyExchangeTokenType' />
+ <xs:complexType name='KeyExchangeTokenType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <!-- WS-Trust Section 8.9 -->
+ <xs:element name='Authenticator' type='wst:AuthenticatorType' />
+ <xs:complexType name='AuthenticatorType' >
+ <xs:sequence>
+ <xs:element ref='wst:CombinedHash' minOccurs='0' />
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='CombinedHash' type='xs:base64Binary' />
+
+ <!-- WS-Trust Section 9.1 -->
+ <xs:element name='OnBehalfOf' type='wst:OnBehalfOfType' />
+ <xs:complexType name='OnBehalfOfType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='Issuer' type='wsa:EndpointReferenceType' />
+
+ <!-- WS-Trust Section 9.2 -->
+ <xs:element name='AuthenticationType' type='xs:anyURI' />
+
+ <xs:element name='KeyType' type='wst:KeyTypeOpenEnum' />
+ <xs:simpleType name='KeyTypeEnum' >
+ <xs:restriction base='xs:anyURI' >
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/PublicKey' />
+ <xs:enumeration
value='http://docs.oasis-open.org/ws-sx/ws-trust/200512/SymmetricKey' />
+ <xs:enumeration
value='http://docs.oasis-open.org/wssx/wstrust/200512/Bearer' />
+ </xs:restriction>
+ </xs:simpleType>
+
+ <xs:simpleType name='KeyTypeOpenEnum' >
+ <xs:union memberTypes='wst:KeyTypeEnum xs:anyURI' />
+ </xs:simpleType>
+
+ <xs:element name='KeySize' type='xs:unsignedInt' />
+
+ <xs:element name='SignatureAlgorithm' type='xs:anyURI' />
+ <xs:element name='EncryptionAlgorithm' type='xs:anyURI' />
+ <xs:element name='CanonicalizationAlgorithm' type='xs:anyURI' />
+ <xs:element name='ComputedKeyAlgorithm' type='xs:anyURI' />
+
+ <xs:element name='Encryption' type='wst:EncryptionType' />
+ <xs:complexType name='EncryptionType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='ProofEncryption' type='wst:ProofEncryptionType' />
+ <xs:complexType name='ProofEncryptionType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='UseKey' type='wst:UseKeyType' />
+ <xs:complexType name='UseKeyType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' minOccurs='0' />
+ </xs:sequence>
+ <xs:attribute name='Sig' type='xs:anyURI' use='optional' />
+ </xs:complexType>
+
+ <xs:element name='KeyWrapAlgorithm' type='xs:anyURI' />
+ <xs:element name='SignWith' type='xs:anyURI' />
+ <xs:element name='EncryptWith' type='xs:anyURI' />
+
+ <!-- WS-Trust Section 9.3 -->
+ <xs:element name='DelegateTo' type='wst:DelegateToType' />
+ <xs:complexType name='DelegateToType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:element name='Forwardable' type='xs:boolean' />
+ <xs:element name='Delegatable' type='xs:boolean' />
+
+ <!-- WS-Trust Section 9.5 -->
+ <xs:element name='Participants' type='wst:ParticipantsType' />
+ <xs:complexType name='ParticipantsType' >
+ <xs:sequence>
+ <xs:element name='Primary' type='wst:ParticipantType' minOccurs='0' />
+ <xs:element name='Participant' type='wst:ParticipantType' minOccurs='0'
maxOccurs='unbounded' />
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
maxOccurs='unbounded' />
+ </xs:sequence>
+ </xs:complexType>
+
+ <xs:complexType name='ParticipantType' >
+ <xs:sequence>
+ <xs:any namespace='##any' processContents='lax' />
+ </xs:sequence>
+ </xs:complexType>
+
+</xs:schema>
Propchange: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.3.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.3.xsd
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.3.xsd
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4-service.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4-service.wsdl?rev=1088726&view=auto
==============================================================================
--- cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4-service.wsdl (added)
+++ cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4-service.wsdl Mon Apr
4 18:59:51 2011
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions
+ targetNamespace="http://docs.oasis-open.org/ws-sx/ws-trust/200512/wsdl"
+ xmlns:tns="http://docs.oasis-open.org/ws-sx/ws-trust/200512/wsdl"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
+
+ <wsdl:import
namespace="http://docs.oasis-open.org/ws-sx/ws-trust/200512/wsdl"
location="ws-trust-1.4.wsdl"/>
+
+ <wsdl:binding name="SecurityTokenServiceSOAP"
type="tns:SecurityTokenService">
+ <soap:binding style="document"
+ transport="http://schemas.xmlsoap.org/soap/http" />
+ <wsdl:operation name="Cancel">
+ <soap:operation
+
soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel" />
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="Issue">
+ <soap:operation
+
soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue" />
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="Renew">
+ <soap:operation
+
soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Renew" />
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="Validate">
+ <soap:operation
+
soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Validate" />
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="KeyExchangeToken">
+ <soap:operation
+
soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/KeyExchangeToken"
/>
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ <wsdl:operation name="RequestCollection">
+ <soap:operation
+
soapAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/RequestCollection"
/>
+ <wsdl:input>
+ <soap:body use="literal" />
+ </wsdl:input>
+ <wsdl:output>
+ <soap:body use="literal" />
+ </wsdl:output>
+ </wsdl:operation>
+ </wsdl:binding>
+
+ <wsdl:service name="SecurityTokenServiceProvider">
+ <wsdl:port binding="tns:SecurityTokenServiceSOAP"
name="SecurityTokenServiceSOAP">
+ <soap:address
location="http://localhost:18080/SecurityTokenServiceProvider/"/>
+ </wsdl:port>
+ </wsdl:service>
+
+</wsdl:definitions>
\ No newline at end of file
Propchange: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4-service.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4-service.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4-service.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4.wsdl
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4.wsdl?rev=1088726&view=auto
==============================================================================
--- cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4.wsdl (added)
+++ cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4.wsdl Mon Apr 4
18:59:51 2011
@@ -0,0 +1,88 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+OASIS takes no position regarding the validity or scope of any intellectual
property or other rights that might be claimed to pertain to the implementation
or use of the technology described in this document or the extent to which any
license under such rights might or might not be available; neither does it
represent that it has made any effort to identify any such rights. Information
on OASIS's procedures with respect to rights in OASIS specifications can be
found at the OASIS website. Copies of claims of rights made available for
publication and any assurances of licenses to be made available, or the result
of an attempt made to obtain a general license or permission for the use of
such proprietary rights by implementors or users of this specification, can be
obtained from the OASIS Executive Director.
+OASIS invites any interested party to bring to its attention any copyrights,
patents or patent applications, or other proprietary rights which may cover
technology that may be required to implement this specification. Please address
the information to the OASIS Executive Director.
+Copyright é OASIS Open 2002-2006. All Rights Reserved.
+This document and translations of it may be copied and furnished to others,
and derivative works that comment on or otherwise explain it or assist in its
implementation may be prepared, copied, published and distributed, in whole or
in part, without restriction of any kind, provided that the above copyright
notice and this paragraph are included on all such copies and derivative works.
However, this document itself does not be modified in any way, such as by
removing the copyright notice or references to OASIS, except as needed for the
purpose of developing OASIS specifications, in which case the procedures for
copyrights defined in the OASIS Intellectual Property Rights document must be
followed, or as required to translate it into languages other than English.
+The limited permissions granted above are perpetual and will not be revoked by
OASIS or its successors or assigns.
+This document and the information contained herein is provided on an AS IS
basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT
LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT
INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR
A PARTICULAR PURPOSE.
+-->
+<wsdl:definitions
+ targetNamespace="http://docs.oasis-open.org/ws-sx/ws-trust/200512/wsdl"
+ xmlns:tns="http://docs.oasis-open.org/ws-sx/ws-trust/200512/wsdl"
+ xmlns:wst="http://docs.oasis-open.org/ws-sx/ws-trust/200512"
+ xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+ xmlns:xs="http://www.w3.org/2001/XMLSchema"
+ xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">
+ <!-- this is the WS-I BP-compliant way to import a schema -->
+ <wsdl:types>
+ <xs:schema>
+ <xs:import
+namespace="http://docs.oasis-open.org/ws-sx/ws-trust/200512"
+schemaLocation="ws-trust-1.3.xsd"/>
+ </xs:schema>
+ </wsdl:types>
+
+ <!-- WS-Trust defines the following GEDs -->
+ <wsdl:message name="RequestSecurityTokenMsg">
+ <wsdl:part name="request" element="wst:RequestSecurityToken" />
+ </wsdl:message>
+ <wsdl:message name="RequestSecurityTokenResponseMsg">
+ <wsdl:part name="response"
+ element="wst:RequestSecurityTokenResponse" />
+ </wsdl:message>
+ <wsdl:message name="RequestSecurityTokenCollectionMsg">
+ <wsdl:part name="requestCollection"
+ element="wst:RequestSecurityTokenCollection"/>
+ </wsdl:message>
+ <wsdl:message name="RequestSecurityTokenResponseCollectionMsg">
+ <wsdl:part name="responseCollection"
+ element="wst:RequestSecurityTokenResponseCollection"/>
+ </wsdl:message>
+
+ <!-- This portType an example of a Requestor (or other) endpoint that
+ Accepts SOAP-based challenges from a Security Token Service -->
+ <wsdl:portType name="WSSecurityRequestor">
+ <wsdl:operation name="Challenge">
+ <wsdl:input message="tns:RequestSecurityTokenResponseMsg"/>
+ <wsdl:output message="tns:RequestSecurityTokenResponseMsg"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <!-- This portType is an example of an STS supporting full protocol -->
+ <wsdl:portType name="SecurityTokenService">
+ <wsdl:operation name="Cancel">
+ <wsdl:input
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Cancel"
message="tns:RequestSecurityTokenMsg"/>
+ <wsdl:output
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/CancelFinal"
message="tns:RequestSecurityTokenResponseMsg"/>
+ </wsdl:operation>
+ <wsdl:operation name="Issue">
+ <wsdl:input
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue"
message="tns:RequestSecurityTokenMsg"/>
+ <wsdl:output
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal"
message="tns:RequestSecurityTokenResponseCollectionMsg"/>
+ </wsdl:operation>
+ <wsdl:operation name="Renew">
+ <wsdl:input
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Renew"
message="tns:RequestSecurityTokenMsg"/>
+ <wsdl:output
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/RenewFinal"
message="tns:RequestSecurityTokenResponseMsg"/>
+ </wsdl:operation>
+ <wsdl:operation name="Validate">
+ <wsdl:input
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Validate"
message="tns:RequestSecurityTokenMsg"/>
+ <wsdl:output
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal"
message="tns:RequestSecurityTokenResponseMsg"/>
+ </wsdl:operation>
+ <wsdl:operation name="KeyExchangeToken">
+ <wsdl:input
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/KET"
message="tns:RequestSecurityTokenMsg"/>
+ <wsdl:output
wsam:Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/KETFinal"
message="tns:RequestSecurityTokenResponseMsg"/>
+ </wsdl:operation>
+ <wsdl:operation name="RequestCollection">
+ <wsdl:input message="tns:RequestSecurityTokenCollectionMsg"/>
+ <wsdl:output message="tns:RequestSecurityTokenResponseCollectionMsg"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+ <!-- This portType is an example of an endpoint that accepts
+ Unsolicited RequestSecurityTokenResponse messages -->
+ <wsdl:portType name="SecurityTokenResponseService">
+ <wsdl:operation name="RequestSecurityTokenResponse">
+ <wsdl:input message="tns:RequestSecurityTokenResponseMsg"/>
+ </wsdl:operation>
+ </wsdl:portType>
+
+</wsdl:definitions>
Propchange: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4.wsdl
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4.wsdl
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: cxf/trunk/rt/ws/security/src/main/model/ws-trust-1.4.wsdl
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added: cxf/trunk/rt/ws/security/src/main/model/xmldsig-core-schema.xsd
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/src/main/model/xmldsig-core-schema.xsd?rev=1088726&view=auto
==============================================================================
--- cxf/trunk/rt/ws/security/src/main/model/xmldsig-core-schema.xsd (added)
+++ cxf/trunk/rt/ws/security/src/main/model/xmldsig-core-schema.xsd Mon Apr 4
18:59:51 2011
@@ -0,0 +1,420 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE schema
+ [
+ <!ATTLIST schema
+ xmlns:ds CDATA #FIXED "http://www.w3.org/2000/09/xmldsig#">
+ <!ENTITY dsig 'http://www.w3.org/2000/09/xmldsig#'>
+ <!ENTITY % p ''>
+ <!ENTITY % s ''>
+ ]>
+
+<!-- Schema for XML Signatures
+ http://www.w3.org/2000/09/xmldsig#
+ $Revision: 1.1 $ on $Date: 2002/02/08 20:32:26 $ by $Author: reagle $
+
+ Copyright 2001 The Internet Society and W3C (Massachusetts Institute
+ of Technology, Institut National de Recherche en Informatique et en
+ Automatique, Keio University). All Rights Reserved.
+ http://www.w3.org/Consortium/Legal/
+
+ This document is governed by the W3C Software License [1] as described
+ in the FAQ [2].
+
+ [1] http://www.w3.org/Consortium/Legal/copyright-software-19980720
+ [2] http://www.w3.org/Consortium/Legal/IPR-FAQ-20000620.html#DTD
+-->
+
+
+<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
+ xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
+ targetNamespace="http://www.w3.org/2000/09/xmldsig#"
+ xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+ version="0.1" elementFormDefault="qualified">
+
+<!-- Basic Types Defined for Signatures -->
+
+<xsd:simpleType name="CryptoBinary">
+ <xsd:restriction base="base64Binary">
+ </xsd:restriction>
+</xsd:simpleType>
+
+<!-- Start Signature -->
+
+<xsd:element name="Signature" type="ds:SignatureType" />
+<xsd:complexType name="SignatureType">
+
+ <xsd:sequence>
+
+ <xsd:element ref="ds:SignedInfo" />
+
+ <xsd:element ref="ds:SignatureValue" />
+
+ <xsd:element ref="ds:KeyInfo" minOccurs="0" />
+
+ <xsd:element ref="ds:Object" minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
+
+ <xsd:attribute name="Id" type="ID" use="optional" />
+ </xsd:complexType>
+
+ <xsd:element name="SignatureValue" type="ds:SignatureValueType" />
+ <xsd:complexType name="SignatureValueType">
+ <xsd:simpleContent>
+ <xsd:extension base="base64Binary">
+
+ </xsd:extension>
+ </xsd:simpleContent>
+
+<!-- <xsd:attribute name="Id" type="ID" use="optional" /> -->
+ </xsd:complexType>
+
+<!-- Start SignedInfo -->
+
+<xsd:element name="SignedInfo" type="ds:SignedInfoType" />
+<xsd:complexType name="SignedInfoType">
+
+ <xsd:sequence>
+
+ <xsd:element ref="ds:CanonicalizationMethod" />
+
+ <xsd:element ref="ds:SignatureMethod" />
+
+ <xsd:element ref="ds:Reference" maxOccurs="unbounded" />
+ </xsd:sequence>
+
+ <xsd:attribute name="Id" type="ID" use="optional" />
+ </xsd:complexType>
+
+ <xsd:element name="CanonicalizationMethod"
type="ds:CanonicalizationMethodType" />
+ <xsd:complexType name="CanonicalizationMethodType" mixed="true">
+
+ <xsd:sequence>
+
+ <!-- (0,unbounded) elements from (1,1) namespace -->
+ <xsd:any namespace="##any" minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
+
+ <xsd:attribute name="Algorithm" type="anyURI" use="required" />
+ </xsd:complexType>
+
+ <xsd:element name="SignatureMethod" type="ds:SignatureMethodType" />
+ <xsd:complexType name="SignatureMethodType" mixed="true">
+
+ <xsd:sequence>
+
+ <xsd:element name="HMACOutputLength" minOccurs="0"
type="ds:HMACOutputLengthType" />
+
+ <!-- (0,unbounded) elements from (1,1) external namespace -->
+ <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
+
+ <xsd:attribute name="Algorithm" type="anyURI" use="required" />
+ </xsd:complexType>
+
+<!-- Start Reference -->
+
+<xsd:element name="Reference" type="ds:ReferenceType" />
+<xsd:complexType name="ReferenceType">
+
+ <xsd:sequence>
+
+ <xsd:element ref="ds:Transforms" minOccurs="0" />
+
+ <xsd:element ref="ds:DigestMethod" />
+
+ <xsd:element ref="ds:DigestValue" />
+ </xsd:sequence>
+
+ <xsd:attribute name="Id" type="ID" use="optional" />
+
+ <xsd:attribute name="URI" type="anyURI" use="optional" />
+
+ <xsd:attribute name="Type" type="anyURI" use="optional" />
+ </xsd:complexType>
+
+ <xsd:element name="Transforms" type="ds:TransformsType" />
+ <xsd:complexType name="TransformsType">
+
+ <xsd:sequence>
+
+ <xsd:element ref="ds:Transform" maxOccurs="unbounded" />
+ </xsd:sequence>
+ </xsd:complexType>
+
+ <xsd:element name="Transform" type="ds:TransformType" />
+ <xsd:complexType name="TransformType" mixed="true">
+
+ <xsd:choice minOccurs="0" maxOccurs="unbounded">
+
+ <!-- (1,1) elements from (0,unbounded) namespaces -->
+ <xsd:any namespace="##other" processContents="lax" />
+
+ <xsd:element name="XPath" type="string" />
+ </xsd:choice>
+
+ <xsd:attribute name="Algorithm" type="anyURI" use="required" />
+ </xsd:complexType>
+
+<!-- End Reference -->
+
+<xsd:element name="DigestMethod" type="ds:DigestMethodType" />
+<xsd:complexType name="DigestMethodType" mixed="true">
+
+ <xsd:sequence>
+
+ <xsd:any namespace="##other" processContents="lax" minOccurs="0"
maxOccurs="unbounded" />
+ </xsd:sequence>
+
+ <xsd:attribute name="Algorithm" type="anyURI" use="required" />
+ </xsd:complexType>
+
+<xsd:element name="DigestValue" type="ds:DigestValueType" />
+<xsd:simpleType name="DigestValueType">
+ <xsd:restriction base="base64Binary" />
+</xsd:simpleType>
+
+<!-- End SignedInfo -->
+
+<!-- Start KeyInfo -->
+
+<xsd:element name="KeyInfo" type="ds:KeyInfoType" />
+<xsd:complexType name="KeyInfoType" mixed="true">
+
+ <xsd:choice maxOccurs="unbounded">
+
+ <xsd:element ref="ds:KeyName" />
+
+ <xsd:element ref="ds:KeyValue" />
+
+ <xsd:element ref="ds:RetrievalMethod" />
+
+ <xsd:element ref="ds:X509Data" />
+
+ <xsd:element ref="ds:PGPData" />
+
+ <xsd:element ref="ds:SPKIData" />
+
+ <xsd:element ref="ds:MgmtData" />
+
+ <!-- (1,1) elements from (0,unbounded) namespaces -->
+ <xsd:any processContents="lax" namespace="##other" />
+ </xsd:choice>
+
+ <xsd:attribute name="Id" type="ID" use="optional" />
+ </xsd:complexType>
+
+ <xsd:element name="KeyName" type="string" />
+ <xsd:element name="MgmtData" type="string" />
+
+ <xsd:element name="KeyValue" type="ds:KeyValueType" />
+ <xsd:complexType name="KeyValueType" mixed="true">
+
+ <xsd:choice>
+
+ <xsd:element ref="ds:DSAKeyValue" />
+
+ <xsd:element ref="ds:RSAKeyValue" />
+
+ <xsd:any namespace="##other" processContents="lax" />
+ </xsd:choice>
+ </xsd:complexType>
+
+ <xsd:element name="RetrievalMethod" type="ds:RetrievalMethodType" />
+ <xsd:complexType name="RetrievalMethodType">
+
+ <xsd:sequence>
+
+ <xsd:element ref="ds:Transforms" minOccurs="0" />
+ </xsd:sequence>
+
+ <xsd:attribute name="URI" type="anyURI" />
+
+ <xsd:attribute name="Type" type="anyURI" use="optional" />
+ </xsd:complexType>
+
+<!-- Start X509Data -->
+
+<xsd:element name="X509Data" type="ds:X509DataType" />
+<xsd:complexType name="X509DataType">
+
+ <xsd:sequence maxOccurs="unbounded">
+
+ <xsd:choice>
+
+ <xsd:element name="X509IssuerSerial"
type="ds:X509IssuerSerialType" />
+
+ <xsd:element name="X509SKI" type="base64Binary" />
+
+ <xsd:element name="X509SubjectName" type="string" />
+
+ <xsd:element name="X509Certificate" type="base64Binary" />
+
+ <xsd:element name="X509CRL" type="base64Binary" />
+
+ <xsd:any namespace="##other" processContents="lax" />
+ </xsd:choice>
+ </xsd:sequence>
+ </xsd:complexType>
+
+<xsd:complexType name="X509IssuerSerialType">
+
+ <xsd:sequence>
+
+ <xsd:element name="X509IssuerName" type="string" />
+
+ <xsd:element name="X509SerialNumber" type="integer" />
+ </xsd:sequence>
+ </xsd:complexType>
+
+<!-- End X509Data -->
+
+<!-- Begin PGPData -->
+
+<xsd:element name="PGPData" type="ds:PGPDataType" />
+<xsd:complexType name="PGPDataType">
+
+ <xsd:choice>
+
+ <xsd:sequence>
+
+ <xsd:element name="PGPKeyID" type="base64Binary" />
+
+ <xsd:element name="PGPKeyPacket" type="base64Binary"
minOccurs="0" />
+
+ <xsd:any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
+
+ <xsd:sequence>
+
+ <xsd:element name="PGPKeyPacket" type="base64Binary" />
+
+ <xsd:any namespace="##other" processContents="lax"
minOccurs="0" maxOccurs="unbounded" />
+ </xsd:sequence>
+ </xsd:choice>
+ </xsd:complexType>
+
+<!-- End PGPData -->
+
+<!-- Begin SPKIData -->
+
+<xsd:element name="SPKIData" type="ds:SPKIDataType" />
+<xsd:complexType name="SPKIDataType">
+
+ <xsd:sequence maxOccurs="unbounded">
+
+ <xsd:element name="SPKISexp" type="base64Binary" />
+
+ <xsd:any namespace="##other" processContents="lax" minOccurs="0" />
+ </xsd:sequence>
+ </xsd:complexType>
+
+<!-- End SPKIData -->
+
+<!-- End KeyInfo -->
+
+<!-- Start Object (Manifest, SignatureProperty) -->
+
+<xsd:element name="Object" type="ds:ObjectType" />
+<xsd:complexType name="ObjectType" mixed="true">
+
+ <xsd:sequence minOccurs="0" maxOccurs="unbounded">
+
+ <xsd:any namespace="##any" processContents="lax" />
+ </xsd:sequence>
+
+ <xsd:attribute name="Id" type="ID" use="optional" />
+ <!-- add a grep facet -->
+ <xsd:attribute name="MimeType" type="string" use="optional" />
+
+ <xsd:attribute name="Encoding" type="anyURI" use="optional" />
+ </xsd:complexType>
+
+<xsd:element name="Manifest" type="ds:ManifestType" />
+<xsd:complexType name="ManifestType">
+
+ <xsd:sequence>
+
+ <xsd:element ref="ds:Reference" maxOccurs="unbounded" />
+ </xsd:sequence>
+
+ <xsd:attribute name="Id" type="ID" use="optional" />
+ </xsd:complexType>
+
+<xsd:element name="SignatureProperties" type="ds:SignaturePropertiesType" />
+<xsd:complexType name="SignaturePropertiesType">
+
+ <xsd:sequence>
+
+ <xsd:element ref="ds:SignatureProperty" maxOccurs="unbounded" />
+ </xsd:sequence>
+
+ <xsd:attribute name="Id" type="ID" use="optional" />
+ </xsd:complexType>
+
+ <xsd:element name="SignatureProperty" type="ds:SignaturePropertyType" />
+ <xsd:complexType name="SignaturePropertyType" mixed="true">
+
+ <xsd:choice maxOccurs="unbounded">
+
+ <!-- (1,1) elements from (1,unbounded) namespaces -->
+ <xsd:any namespace="##other" processContents="lax" />
+ </xsd:choice>
+
+ <xsd:attribute name="Target" type="anyURI" use="required" />
+
+ <xsd:attribute name="Id" type="ID" use="optional" />
+ </xsd:complexType>
+
+<!-- End Object (Manifest, SignatureProperty) -->
+
+<!-- Start Algorithm Parameters -->
+
+<xsd:simpleType name="HMACOutputLengthType">
+ <xsd:restriction base="integer" />
+</xsd:simpleType>
+
+<!-- Start KeyValue Element-types -->
+
+<xsd:element name="DSAKeyValue" type="ds:DSAKeyValueType" />
+<xsd:complexType name="DSAKeyValueType">
+
+ <xsd:sequence>
+
+ <xsd:sequence minOccurs="0">
+
+ <xsd:element name="P" type="ds:CryptoBinary" />
+
+ <xsd:element name="Q" type="ds:CryptoBinary" />
+ </xsd:sequence>
+
+ <xsd:element name="G" type="ds:CryptoBinary" minOccurs="0" />
+
+ <xsd:element name="Y" type="ds:CryptoBinary" />
+
+ <xsd:element name="J" type="ds:CryptoBinary" minOccurs="0" />
+
+ <xsd:sequence minOccurs="0">
+
+ <xsd:element name="Seed" type="ds:CryptoBinary" />
+
+ <xsd:element name="PgenCounter" type="ds:CryptoBinary" />
+ </xsd:sequence>
+ </xsd:sequence>
+ </xsd:complexType>
+
+<xsd:element name="RSAKeyValue" type="ds:RSAKeyValueType" />
+<xsd:complexType name="RSAKeyValueType">
+
+ <xsd:sequence>
+
+ <xsd:element name="Modulus" type="ds:CryptoBinary" />
+
+ <xsd:element name="Exponent" type="ds:CryptoBinary" />
+ </xsd:sequence>
+ </xsd:complexType>
+
+<!-- End KeyValue Element-types -->
+
+<!-- End Signature -->
+
+</xsd:schema>
Propchange: cxf/trunk/rt/ws/security/src/main/model/xmldsig-core-schema.xsd
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: cxf/trunk/rt/ws/security/src/main/model/xmldsig-core-schema.xsd
------------------------------------------------------------------------------
svn:keywords = Rev Date
Propchange: cxf/trunk/rt/ws/security/src/main/model/xmldsig-core-schema.xsd
------------------------------------------------------------------------------
svn:mime-type = text/xml
Added:
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImplTest.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImplTest.java?rev=1088726&view=auto
==============================================================================
---
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImplTest.java
(added)
+++
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImplTest.java
Mon Apr 4 18:59:51 2011
@@ -0,0 +1,30 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.ws.security.sts.provider;
+
+import org.junit.Test;
+
+public class SecurityTokenServiceImplTest {
+
+ @Test
+ public void doTest() {
+
+ }
+}
Propchange:
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImplTest.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceImplTest.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Added:
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProviderTest.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProviderTest.java?rev=1088726&view=auto
==============================================================================
---
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProviderTest.java
(added)
+++
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProviderTest.java
Mon Apr 4 18:59:51 2011
@@ -0,0 +1,31 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.ws.security.sts.provider;
+
+import org.junit.Test;
+
+public class SecurityTokenServiceProviderTest {
+
+ @Test
+ public void doTest() {
+
+ }
+
+}
Propchange:
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProviderTest.java
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
cxf/trunk/rt/ws/security/src/test/java/org/apache/cxf/ws/security/sts/provider/SecurityTokenServiceProviderTest.java
------------------------------------------------------------------------------
svn:keywords = Rev Date
Added: cxf/trunk/rt/ws/security/src/test/resources/sts.jks
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/src/test/resources/sts.jks?rev=1088726&view=auto
==============================================================================
Files cxf/trunk/rt/ws/security/src/test/resources/sts.jks (added) and
cxf/trunk/rt/ws/security/src/test/resources/sts.jks Mon Apr 4 18:59:51 2011
differ