usvn-crowd-sync 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,375 @@
1
+ require 'crowd/default.rb'
2
+ require 'crowd/defaultMappingRegistry.rb'
3
+ require 'soap/rpc/driver'
4
+
5
+ class SecurityServerPortType < ::SOAP::RPC::Driver
6
+ DefaultEndpointUrl = "http://localhost:8095/crowd/services/SecurityServer"
7
+
8
+ Methods = [
9
+ [ "",
10
+ "findAllGroupRelationships",
11
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findAllGroupRelationships"]],
12
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findAllGroupRelationshipsResponse"]] ],
13
+ { :request_style => :document, :request_use => :literal,
14
+ :response_style => :document, :response_use => :literal,
15
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
16
+ ],
17
+ [ "",
18
+ "addGroup",
19
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addGroup"]],
20
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addGroupResponse"]] ],
21
+ { :request_style => :document, :request_use => :literal,
22
+ :response_style => :document, :response_use => :literal,
23
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidGroupException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidGroupException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}} }
24
+ ],
25
+ [ "",
26
+ "addPrincipalToRole",
27
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addPrincipalToRole"]],
28
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addPrincipalToRoleResponse"]] ],
29
+ { :request_style => :document, :request_use => :literal,
30
+ :response_style => :document, :response_use => :literal,
31
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
32
+ ],
33
+ [ "",
34
+ "findPrincipalByToken",
35
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findPrincipalByToken"]],
36
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findPrincipalByTokenResponse"]] ],
37
+ { :request_style => :document, :request_use => :literal,
38
+ :response_style => :document, :response_use => :literal,
39
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidTokenException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
40
+ ],
41
+ [ "",
42
+ "updatePrincipalCredential",
43
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "updatePrincipalCredential"]],
44
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "updatePrincipalCredentialResponse"]] ],
45
+ { :request_style => :document, :request_use => :literal,
46
+ :response_style => :document, :response_use => :literal,
47
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "InvalidCredentialException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidCredentialException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
48
+ ],
49
+ [ "",
50
+ "getGrantedAuthorities",
51
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "getGrantedAuthorities"]],
52
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "getGrantedAuthoritiesResponse"]] ],
53
+ { :request_style => :document, :request_use => :literal,
54
+ :response_style => :document, :response_use => :literal,
55
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
56
+ ],
57
+ [ "",
58
+ "addPrincipal",
59
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addPrincipal"]],
60
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addPrincipalResponse"]] ],
61
+ { :request_style => :document, :request_use => :literal,
62
+ :response_style => :document, :response_use => :literal,
63
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidPrincipalException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidPrincipalException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "InvalidCredentialException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidCredentialException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}} }
64
+ ],
65
+ [ "",
66
+ "addAttributeToPrincipal",
67
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addAttributeToPrincipal"]],
68
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addAttributeToPrincipalResponse"]] ],
69
+ { :request_style => :document, :request_use => :literal,
70
+ :response_style => :document, :response_use => :literal,
71
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
72
+ ],
73
+ [ "",
74
+ "invalidatePrincipalToken",
75
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "invalidatePrincipalToken"]],
76
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "invalidatePrincipalTokenResponse"]] ],
77
+ { :request_style => :document, :request_use => :literal,
78
+ :response_style => :document, :response_use => :literal,
79
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
80
+ ],
81
+ [ "",
82
+ "findAllGroupNames",
83
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findAllGroupNames"]],
84
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findAllGroupNamesResponse"]] ],
85
+ { :request_style => :document, :request_use => :literal,
86
+ :response_style => :document, :response_use => :literal,
87
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
88
+ ],
89
+ [ "",
90
+ "findRoleMemberships",
91
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findRoleMemberships"]],
92
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findRoleMembershipsResponse"]] ],
93
+ { :request_style => :document, :request_use => :literal,
94
+ :response_style => :document, :response_use => :literal,
95
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
96
+ ],
97
+ [ "",
98
+ "removePrincipal",
99
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removePrincipal"]],
100
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removePrincipalResponse"]] ],
101
+ { :request_style => :document, :request_use => :literal,
102
+ :response_style => :document, :response_use => :literal,
103
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
104
+ ],
105
+ [ "",
106
+ "isValidPrincipalToken",
107
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "isValidPrincipalToken"]],
108
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "isValidPrincipalTokenResponse"]] ],
109
+ { :request_style => :document, :request_use => :literal,
110
+ :response_style => :document, :response_use => :literal,
111
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "ApplicationAccessDeniedException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationAccessDeniedException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
112
+ ],
113
+ [ "",
114
+ "authenticatePrincipalSimple",
115
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "authenticatePrincipalSimple"]],
116
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "authenticatePrincipalSimpleResponse"]] ],
117
+ { :request_style => :document, :request_use => :literal,
118
+ :response_style => :document, :response_use => :literal,
119
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InactiveAccountException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InactiveAccountException", :use=>"literal"}, "ApplicationAccessDeniedException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationAccessDeniedException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "InvalidAuthenticationException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthenticationException", :use=>"literal"}} }
120
+ ],
121
+ [ "",
122
+ "removeRole",
123
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removeRole"]],
124
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removeRoleResponse"]] ],
125
+ { :request_style => :document, :request_use => :literal,
126
+ :response_style => :document, :response_use => :literal,
127
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
128
+ ],
129
+ [ "",
130
+ "getCookieInfo",
131
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "getCookieInfo"]],
132
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "getCookieInfoResponse"]] ],
133
+ { :request_style => :document, :request_use => :literal,
134
+ :response_style => :document, :response_use => :literal,
135
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
136
+ ],
137
+ [ "",
138
+ "updatePrincipalAttribute",
139
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "updatePrincipalAttribute"]],
140
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "updatePrincipalAttributeResponse"]] ],
141
+ { :request_style => :document, :request_use => :literal,
142
+ :response_style => :document, :response_use => :literal,
143
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
144
+ ],
145
+ [ "",
146
+ "searchGroups",
147
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "searchGroups"]],
148
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "searchGroupsResponse"]] ],
149
+ { :request_style => :document, :request_use => :literal,
150
+ :response_style => :document, :response_use => :literal,
151
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
152
+ ],
153
+ [ "",
154
+ "getCacheTime",
155
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "getCacheTime"]],
156
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "getCacheTimeResponse"]] ],
157
+ { :request_style => :document, :request_use => :literal,
158
+ :response_style => :document, :response_use => :literal,
159
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
160
+ ],
161
+ [ "",
162
+ "isRoleMember",
163
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "isRoleMember"]],
164
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "isRoleMemberResponse"]] ],
165
+ { :request_style => :document, :request_use => :literal,
166
+ :response_style => :document, :response_use => :literal,
167
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
168
+ ],
169
+ [ "",
170
+ "updateGroup",
171
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "updateGroup"]],
172
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "updateGroupResponse"]] ],
173
+ { :request_style => :document, :request_use => :literal,
174
+ :response_style => :document, :response_use => :literal,
175
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
176
+ ],
177
+ [ "",
178
+ "findAllRoleNames",
179
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findAllRoleNames"]],
180
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findAllRoleNamesResponse"]] ],
181
+ { :request_style => :document, :request_use => :literal,
182
+ :response_style => :document, :response_use => :literal,
183
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
184
+ ],
185
+ [ "",
186
+ "findRoleByName",
187
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findRoleByName"]],
188
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findRoleByNameResponse"]] ],
189
+ { :request_style => :document, :request_use => :literal,
190
+ :response_style => :document, :response_use => :literal,
191
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
192
+ ],
193
+ [ "",
194
+ "isCacheEnabled",
195
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "isCacheEnabled"]],
196
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "isCacheEnabledResponse"]] ],
197
+ { :request_style => :document, :request_use => :literal,
198
+ :response_style => :document, :response_use => :literal,
199
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
200
+ ],
201
+ [ "",
202
+ "findGroupByName",
203
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findGroupByName"]],
204
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findGroupByNameResponse"]] ],
205
+ { :request_style => :document, :request_use => :literal,
206
+ :response_style => :document, :response_use => :literal,
207
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
208
+ ],
209
+ [ "",
210
+ "removePrincipalFromRole",
211
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removePrincipalFromRole"]],
212
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removePrincipalFromRoleResponse"]] ],
213
+ { :request_style => :document, :request_use => :literal,
214
+ :response_style => :document, :response_use => :literal,
215
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
216
+ ],
217
+ [ "",
218
+ "authenticatePrincipal",
219
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "authenticatePrincipal"]],
220
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "authenticatePrincipalResponse"]] ],
221
+ { :request_style => :document, :request_use => :literal,
222
+ :response_style => :document, :response_use => :literal,
223
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InactiveAccountException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InactiveAccountException", :use=>"literal"}, "ApplicationAccessDeniedException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationAccessDeniedException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "InvalidAuthenticationException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthenticationException", :use=>"literal"}} }
224
+ ],
225
+ [ "",
226
+ "findGroupMemberships",
227
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findGroupMemberships"]],
228
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findGroupMembershipsResponse"]] ],
229
+ { :request_style => :document, :request_use => :literal,
230
+ :response_style => :document, :response_use => :literal,
231
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
232
+ ],
233
+ [ "",
234
+ "addPrincipalToGroup",
235
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addPrincipalToGroup"]],
236
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addPrincipalToGroupResponse"]] ],
237
+ { :request_style => :document, :request_use => :literal,
238
+ :response_style => :document, :response_use => :literal,
239
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
240
+ ],
241
+ [ "",
242
+ "removeGroup",
243
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removeGroup"]],
244
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removeGroupResponse"]] ],
245
+ { :request_style => :document, :request_use => :literal,
246
+ :response_style => :document, :response_use => :literal,
247
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
248
+ ],
249
+ [ "",
250
+ "removeAttributeFromPrincipal",
251
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removeAttributeFromPrincipal"]],
252
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removeAttributeFromPrincipalResponse"]] ],
253
+ { :request_style => :document, :request_use => :literal,
254
+ :response_style => :document, :response_use => :literal,
255
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
256
+ ],
257
+ [ "",
258
+ "findAllPrincipalNames",
259
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findAllPrincipalNames"]],
260
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findAllPrincipalNamesResponse"]] ],
261
+ { :request_style => :document, :request_use => :literal,
262
+ :response_style => :document, :response_use => :literal,
263
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
264
+ ],
265
+ [ "",
266
+ "addRole",
267
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addRole"]],
268
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "addRoleResponse"]] ],
269
+ { :request_style => :document, :request_use => :literal,
270
+ :response_style => :document, :response_use => :literal,
271
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "InvalidRoleException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidRoleException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}} }
272
+ ],
273
+ [ "",
274
+ "createPrincipalToken",
275
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "createPrincipalToken"]],
276
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "createPrincipalTokenResponse"]] ],
277
+ { :request_style => :document, :request_use => :literal,
278
+ :response_style => :document, :response_use => :literal,
279
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InactiveAccountException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InactiveAccountException", :use=>"literal"}, "ApplicationAccessDeniedException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationAccessDeniedException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "InvalidAuthenticationException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthenticationException", :use=>"literal"}} }
280
+ ],
281
+ [ "",
282
+ "searchRoles",
283
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "searchRoles"]],
284
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "searchRolesResponse"]] ],
285
+ { :request_style => :document, :request_use => :literal,
286
+ :response_style => :document, :response_use => :literal,
287
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
288
+ ],
289
+ [ "",
290
+ "removePrincipalFromGroup",
291
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removePrincipalFromGroup"]],
292
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "removePrincipalFromGroupResponse"]] ],
293
+ { :request_style => :document, :request_use => :literal,
294
+ :response_style => :document, :response_use => :literal,
295
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
296
+ ],
297
+ [ "",
298
+ "findPrincipalByName",
299
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findPrincipalByName"]],
300
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "findPrincipalByNameResponse"]] ],
301
+ { :request_style => :document, :request_use => :literal,
302
+ :response_style => :document, :response_use => :literal,
303
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}} }
304
+ ],
305
+ [ "",
306
+ "resetPrincipalCredential",
307
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "resetPrincipalCredential"]],
308
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "resetPrincipalCredentialResponse"]] ],
309
+ { :request_style => :document, :request_use => :literal,
310
+ :response_style => :document, :response_use => :literal,
311
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "InvalidCredentialException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidCredentialException", :use=>"literal"}, "ApplicationPermissionException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ApplicationPermissionException", :use=>"literal"}, "ObjectNotFoundException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"ObjectNotFoundException", :use=>"literal"}, "InvalidEmailAddressException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidEmailAddressException", :use=>"literal"}} }
312
+ ],
313
+ [ "",
314
+ "isGroupMember",
315
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "isGroupMember"]],
316
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "isGroupMemberResponse"]] ],
317
+ { :request_style => :document, :request_use => :literal,
318
+ :response_style => :document, :response_use => :literal,
319
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
320
+ ],
321
+ [ "",
322
+ "searchPrincipals",
323
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "searchPrincipals"]],
324
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "searchPrincipalsResponse"]] ],
325
+ { :request_style => :document, :request_use => :literal,
326
+ :response_style => :document, :response_use => :literal,
327
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
328
+ ],
329
+ [ "",
330
+ "getDomain",
331
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "getDomain"]],
332
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "getDomainResponse"]] ],
333
+ { :request_style => :document, :request_use => :literal,
334
+ :response_style => :document, :response_use => :literal,
335
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}} }
336
+ ],
337
+ [ "",
338
+ "authenticateApplication",
339
+ [ ["in", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "authenticateApplication"]],
340
+ ["out", "parameters", ["::SOAP::SOAPElement", "urn:SecurityServer", "authenticateApplicationResponse"]] ],
341
+ { :request_style => :document, :request_use => :literal,
342
+ :response_style => :document, :response_use => :literal,
343
+ :faults => {"RemoteException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"RemoteException", :use=>"literal"}, "InvalidAuthorizationTokenException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthorizationTokenException", :use=>"literal"}, "InvalidAuthenticationException_"=>{:namespace=>nil, :ns=>"urn:SecurityServer", :encodingstyle=>"document", :name=>"InvalidAuthenticationException", :use=>"literal"}} }
344
+ ]
345
+ ]
346
+
347
+ def initialize(endpoint_url = nil)
348
+ endpoint_url ||= DefaultEndpointUrl
349
+ super(endpoint_url, nil)
350
+ self.mapping_registry = DefaultMappingRegistry::EncodedRegistry
351
+ self.literal_mapping_registry = DefaultMappingRegistry::LiteralRegistry
352
+ init_methods
353
+ end
354
+
355
+ private
356
+
357
+ def init_methods
358
+ Methods.each do |definitions|
359
+ opt = definitions.last
360
+ if opt[:request_style] == :document
361
+ add_document_operation(*definitions)
362
+ else
363
+ add_rpc_operation(*definitions)
364
+ qname = definitions[0]
365
+ name = definitions[2]
366
+ if qname.name != name and qname.name.capitalize == name.capitalize
367
+ ::SOAP::Mapping.define_singleton_method(self, qname.name) do |*arg|
368
+ __send__(name, *arg)
369
+ end
370
+ end
371
+ end
372
+ end
373
+ end
374
+ end
375
+
@@ -0,0 +1,1364 @@
1
+ require 'crowd/default.rb'
2
+ require 'soap/mapping'
3
+
4
+ module DefaultMappingRegistry
5
+ EncodedRegistry = ::SOAP::Mapping::EncodedRegistry.new
6
+ LiteralRegistry = ::SOAP::Mapping::LiteralRegistry.new
7
+ NsAuthenticationIntegrationCrowdAtlassianCom = "http://authentication.integration.crowd.atlassian.com"
8
+ NsExceptionIntegrationCrowdAtlassianCom = "http://exception.integration.crowd.atlassian.com"
9
+ NsLangJava = "http://lang.java"
10
+ NsRmiJava = "http://rmi.java"
11
+ NsSecurityServer = "urn:SecurityServer"
12
+ NsSoapIntegrationCrowdAtlassianCom = "http://soap.integration.crowd.atlassian.com"
13
+
14
+ EncodedRegistry.register(
15
+ :class => AuthenticatedToken,
16
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "AuthenticatedToken"),
17
+ :schema_element => [
18
+ ["name", "SOAP::SOAPString", [0, 1]],
19
+ ["token", "SOAP::SOAPString", [0, 1]]
20
+ ]
21
+ )
22
+
23
+ EncodedRegistry.register(
24
+ :class => PasswordCredential,
25
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "PasswordCredential"),
26
+ :schema_element => [
27
+ ["credential", "SOAP::SOAPString", [0, 1]],
28
+ ["encryptedCredential", "SOAP::SOAPBoolean", [0, 1]]
29
+ ]
30
+ )
31
+
32
+ EncodedRegistry.register(
33
+ :class => ArrayOfValidationFactor,
34
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "ArrayOfValidationFactor"),
35
+ :schema_element => [
36
+ ["validationFactor", ["ValidationFactor[]", XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "ValidationFactor")], [0, nil]]
37
+ ]
38
+ )
39
+
40
+ EncodedRegistry.register(
41
+ :class => ValidationFactor,
42
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "ValidationFactor"),
43
+ :schema_element => [
44
+ ["name", "SOAP::SOAPString", [0, 1]],
45
+ ["value", "SOAP::SOAPString", [0, 1]]
46
+ ]
47
+ )
48
+
49
+ EncodedRegistry.register(
50
+ :class => PrincipalAuthenticationContext,
51
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "PrincipalAuthenticationContext"),
52
+ :schema_element => [
53
+ ["application", "SOAP::SOAPString", [0, 1]],
54
+ ["credential", "PasswordCredential", [0, 1]],
55
+ ["name", "SOAP::SOAPString", [0, 1]],
56
+ ["validationFactors", "ArrayOfValidationFactor", [0, 1]]
57
+ ]
58
+ )
59
+
60
+ EncodedRegistry.register(
61
+ :class => ApplicationAuthenticationContext,
62
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "ApplicationAuthenticationContext"),
63
+ :schema_element => [
64
+ ["credential", "PasswordCredential", [0, 1]],
65
+ ["name", "SOAP::SOAPString", [0, 1]],
66
+ ["validationFactors", "ArrayOfValidationFactor", [0, 1]]
67
+ ]
68
+ )
69
+
70
+ EncodedRegistry.register(
71
+ :class => ArrayOfString,
72
+ :schema_type => XSD::QName.new(NsSecurityServer, "ArrayOfString"),
73
+ :schema_element => [
74
+ ["string", "SOAP::SOAPString[]", [0, nil]]
75
+ ]
76
+ )
77
+
78
+ EncodedRegistry.register(
79
+ :class => ArrayOfSOAPNestableGroup,
80
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPNestableGroup"),
81
+ :schema_element => [
82
+ ["sOAPNestableGroup", ["SOAPNestableGroup[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPNestableGroup")], [0, nil]]
83
+ ]
84
+ )
85
+
86
+ EncodedRegistry.register(
87
+ :class => SOAPNestableGroup,
88
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPNestableGroup"),
89
+ :schema_element => [
90
+ ["iD", ["SOAP::SOAPLong", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ID")], [0, 1]],
91
+ ["active", "SOAP::SOAPBoolean", [0, 1]],
92
+ ["attributes", "ArrayOfSOAPAttribute", [0, 1]],
93
+ ["conception", "SOAP::SOAPDateTime", [0, 1]],
94
+ ["description", "SOAP::SOAPString", [0, 1]],
95
+ ["directoryID", "SOAP::SOAPLong", [0, 1]],
96
+ ["groupMembers", "ArrayOfString", [0, 1]],
97
+ ["lastModified", "SOAP::SOAPDateTime", [0, 1]],
98
+ ["name", "SOAP::SOAPString", [0, 1]]
99
+ ]
100
+ )
101
+
102
+ EncodedRegistry.register(
103
+ :class => ArrayOfSOAPAttribute,
104
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPAttribute"),
105
+ :schema_element => [
106
+ ["sOAPAttribute", ["SOAPAttribute[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPAttribute")], [0, nil]]
107
+ ]
108
+ )
109
+
110
+ EncodedRegistry.register(
111
+ :class => SOAPAttribute,
112
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPAttribute"),
113
+ :schema_element => [
114
+ ["name", "SOAP::SOAPString", [0, 1]],
115
+ ["values", "ArrayOfString", [0, 1]]
116
+ ]
117
+ )
118
+
119
+ EncodedRegistry.register(
120
+ :class => SOAPGroup,
121
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPGroup"),
122
+ :schema_element => [
123
+ ["iD", ["SOAP::SOAPLong", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ID")], [0, 1]],
124
+ ["active", "SOAP::SOAPBoolean", [0, 1]],
125
+ ["attributes", "ArrayOfSOAPAttribute", [0, 1]],
126
+ ["conception", "SOAP::SOAPDateTime", [0, 1]],
127
+ ["description", "SOAP::SOAPString", [0, 1]],
128
+ ["directoryID", "SOAP::SOAPLong", [0, 1]],
129
+ ["lastModified", "SOAP::SOAPDateTime", [0, 1]],
130
+ ["members", "ArrayOfString", [0, 1]],
131
+ ["name", "SOAP::SOAPString", [0, 1]]
132
+ ]
133
+ )
134
+
135
+ EncodedRegistry.register(
136
+ :class => SOAPPrincipal,
137
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPPrincipal"),
138
+ :schema_element => [
139
+ ["iD", ["SOAP::SOAPLong", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ID")], [0, 1]],
140
+ ["active", "SOAP::SOAPBoolean", [0, 1]],
141
+ ["attributes", "ArrayOfSOAPAttribute", [0, 1]],
142
+ ["conception", "SOAP::SOAPDateTime", [0, 1]],
143
+ ["description", "SOAP::SOAPString", [0, 1]],
144
+ ["directoryID", "SOAP::SOAPLong", [0, 1]],
145
+ ["lastModified", "SOAP::SOAPDateTime", [0, 1]],
146
+ ["name", "SOAP::SOAPString", [0, 1]]
147
+ ]
148
+ )
149
+
150
+ EncodedRegistry.register(
151
+ :class => SOAPCookieInfo,
152
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPCookieInfo"),
153
+ :schema_element => [
154
+ ["domain", "SOAP::SOAPString", [0, 1]],
155
+ ["secure", "SOAP::SOAPBoolean", [0, 1]]
156
+ ]
157
+ )
158
+
159
+ EncodedRegistry.register(
160
+ :class => ArrayOfSearchRestriction,
161
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSearchRestriction"),
162
+ :schema_element => [
163
+ ["searchRestriction", ["SearchRestriction[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SearchRestriction")], [0, nil]]
164
+ ]
165
+ )
166
+
167
+ EncodedRegistry.register(
168
+ :class => SearchRestriction,
169
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SearchRestriction"),
170
+ :schema_element => [
171
+ ["name", "SOAP::SOAPString", [0, 1]],
172
+ ["value", "SOAP::SOAPString", [0, 1]]
173
+ ]
174
+ )
175
+
176
+ EncodedRegistry.register(
177
+ :class => ArrayOfSOAPGroup,
178
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPGroup"),
179
+ :schema_element => [
180
+ ["sOAPGroup", ["SOAPGroup[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPGroup")], [0, nil]]
181
+ ]
182
+ )
183
+
184
+ EncodedRegistry.register(
185
+ :class => SOAPRole,
186
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPRole"),
187
+ :schema_element => [
188
+ ["iD", ["SOAP::SOAPLong", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ID")], [0, 1]],
189
+ ["active", "SOAP::SOAPBoolean", [0, 1]],
190
+ ["attributes", "ArrayOfSOAPAttribute", [0, 1]],
191
+ ["conception", "SOAP::SOAPDateTime", [0, 1]],
192
+ ["description", "SOAP::SOAPString", [0, 1]],
193
+ ["directoryID", "SOAP::SOAPLong", [0, 1]],
194
+ ["lastModified", "SOAP::SOAPDateTime", [0, 1]],
195
+ ["members", "ArrayOfString", [0, 1]],
196
+ ["name", "SOAP::SOAPString", [0, 1]]
197
+ ]
198
+ )
199
+
200
+ EncodedRegistry.register(
201
+ :class => ArrayOfSOAPRole,
202
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPRole"),
203
+ :schema_element => [
204
+ ["sOAPRole", ["SOAPRole[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPRole")], [0, nil]]
205
+ ]
206
+ )
207
+
208
+ EncodedRegistry.register(
209
+ :class => ArrayOfSOAPPrincipal,
210
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPPrincipal"),
211
+ :schema_element => [
212
+ ["sOAPPrincipal", ["SOAPPrincipal[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPPrincipal")], [0, nil]]
213
+ ]
214
+ )
215
+
216
+ EncodedRegistry.register(
217
+ :class => InvalidAuthorizationTokenException,
218
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidAuthorizationTokenException"),
219
+ :schema_element => []
220
+ )
221
+
222
+ EncodedRegistry.register(
223
+ :class => InvalidGroupException,
224
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidGroupException"),
225
+ :schema_element => []
226
+ )
227
+
228
+ EncodedRegistry.register(
229
+ :class => ApplicationPermissionException,
230
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "ApplicationPermissionException"),
231
+ :schema_element => []
232
+ )
233
+
234
+ EncodedRegistry.register(
235
+ :class => ObjectNotFoundException,
236
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "ObjectNotFoundException"),
237
+ :schema_element => []
238
+ )
239
+
240
+ EncodedRegistry.register(
241
+ :class => InvalidTokenException,
242
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidTokenException"),
243
+ :schema_element => []
244
+ )
245
+
246
+ EncodedRegistry.register(
247
+ :class => InvalidCredentialException,
248
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidCredentialException"),
249
+ :schema_element => []
250
+ )
251
+
252
+ EncodedRegistry.register(
253
+ :class => InvalidPrincipalException,
254
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidPrincipalException"),
255
+ :schema_element => []
256
+ )
257
+
258
+ EncodedRegistry.register(
259
+ :class => ApplicationAccessDeniedException,
260
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "ApplicationAccessDeniedException"),
261
+ :schema_element => []
262
+ )
263
+
264
+ EncodedRegistry.register(
265
+ :class => InvalidAuthenticationException,
266
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidAuthenticationException"),
267
+ :schema_element => []
268
+ )
269
+
270
+ EncodedRegistry.register(
271
+ :class => InactiveAccountException,
272
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InactiveAccountException"),
273
+ :schema_element => []
274
+ )
275
+
276
+ EncodedRegistry.register(
277
+ :class => InvalidRoleException,
278
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidRoleException"),
279
+ :schema_element => []
280
+ )
281
+
282
+ EncodedRegistry.register(
283
+ :class => InvalidEmailAddressException,
284
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidEmailAddressException"),
285
+ :schema_element => []
286
+ )
287
+
288
+ EncodedRegistry.register(
289
+ :class => RemoteException,
290
+ :schema_type => XSD::QName.new(NsRmiJava, "RemoteException"),
291
+ :schema_element => [
292
+ ["cause", "Throwable", [0, 1]],
293
+ ["message", "SOAP::SOAPString", [0, 1]]
294
+ ]
295
+ )
296
+
297
+ EncodedRegistry.register(
298
+ :class => Throwable,
299
+ :schema_type => XSD::QName.new(NsLangJava, "Throwable"),
300
+ :schema_element => []
301
+ )
302
+
303
+ LiteralRegistry.register(
304
+ :class => AuthenticatedToken,
305
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "AuthenticatedToken"),
306
+ :schema_element => [
307
+ ["name", "SOAP::SOAPString", [0, 1]],
308
+ ["token", "SOAP::SOAPString", [0, 1]]
309
+ ]
310
+ )
311
+
312
+ LiteralRegistry.register(
313
+ :class => PasswordCredential,
314
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "PasswordCredential"),
315
+ :schema_element => [
316
+ ["credential", "SOAP::SOAPString", [0, 1]],
317
+ ["encryptedCredential", "SOAP::SOAPBoolean", [0, 1]]
318
+ ]
319
+ )
320
+
321
+ LiteralRegistry.register(
322
+ :class => ArrayOfValidationFactor,
323
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "ArrayOfValidationFactor"),
324
+ :schema_element => [
325
+ ["validationFactor", ["ValidationFactor[]", XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "ValidationFactor")], [0, nil]]
326
+ ]
327
+ )
328
+
329
+ LiteralRegistry.register(
330
+ :class => ValidationFactor,
331
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "ValidationFactor"),
332
+ :schema_element => [
333
+ ["name", "SOAP::SOAPString", [0, 1]],
334
+ ["value", "SOAP::SOAPString", [0, 1]]
335
+ ]
336
+ )
337
+
338
+ LiteralRegistry.register(
339
+ :class => PrincipalAuthenticationContext,
340
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "PrincipalAuthenticationContext"),
341
+ :schema_element => [
342
+ ["application", "SOAP::SOAPString", [0, 1]],
343
+ ["credential", "PasswordCredential", [0, 1]],
344
+ ["name", "SOAP::SOAPString", [0, 1]],
345
+ ["validationFactors", "ArrayOfValidationFactor", [0, 1]]
346
+ ]
347
+ )
348
+
349
+ LiteralRegistry.register(
350
+ :class => ApplicationAuthenticationContext,
351
+ :schema_type => XSD::QName.new(NsAuthenticationIntegrationCrowdAtlassianCom, "ApplicationAuthenticationContext"),
352
+ :schema_element => [
353
+ ["credential", "PasswordCredential", [0, 1]],
354
+ ["name", "SOAP::SOAPString", [0, 1]],
355
+ ["validationFactors", "ArrayOfValidationFactor", [0, 1]]
356
+ ]
357
+ )
358
+
359
+ LiteralRegistry.register(
360
+ :class => ArrayOfString,
361
+ :schema_type => XSD::QName.new(NsSecurityServer, "ArrayOfString"),
362
+ :schema_element => [
363
+ ["string", "SOAP::SOAPString[]", [0, nil]]
364
+ ]
365
+ )
366
+
367
+ LiteralRegistry.register(
368
+ :class => ArrayOfSOAPNestableGroup,
369
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPNestableGroup"),
370
+ :schema_element => [
371
+ ["sOAPNestableGroup", ["SOAPNestableGroup[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPNestableGroup")], [0, nil]]
372
+ ]
373
+ )
374
+
375
+ LiteralRegistry.register(
376
+ :class => SOAPNestableGroup,
377
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPNestableGroup"),
378
+ :schema_element => [
379
+ ["iD", ["SOAP::SOAPLong", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ID")], [0, 1]],
380
+ ["active", "SOAP::SOAPBoolean", [0, 1]],
381
+ ["attributes", "ArrayOfSOAPAttribute", [0, 1]],
382
+ ["conception", "SOAP::SOAPDateTime", [0, 1]],
383
+ ["description", "SOAP::SOAPString", [0, 1]],
384
+ ["directoryID", "SOAP::SOAPLong", [0, 1]],
385
+ ["groupMembers", "ArrayOfString", [0, 1]],
386
+ ["lastModified", "SOAP::SOAPDateTime", [0, 1]],
387
+ ["name", "SOAP::SOAPString", [0, 1]]
388
+ ]
389
+ )
390
+
391
+ LiteralRegistry.register(
392
+ :class => ArrayOfSOAPAttribute,
393
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPAttribute"),
394
+ :schema_element => [
395
+ ["sOAPAttribute", ["SOAPAttribute[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPAttribute")], [0, nil]]
396
+ ]
397
+ )
398
+
399
+ LiteralRegistry.register(
400
+ :class => SOAPAttribute,
401
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPAttribute"),
402
+ :schema_element => [
403
+ ["name", "SOAP::SOAPString", [0, 1]],
404
+ ["values", "ArrayOfString", [0, 1]]
405
+ ]
406
+ )
407
+
408
+ LiteralRegistry.register(
409
+ :class => SOAPGroup,
410
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPGroup"),
411
+ :schema_element => [
412
+ ["iD", ["SOAP::SOAPLong", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ID")], [0, 1]],
413
+ ["active", "SOAP::SOAPBoolean", [0, 1]],
414
+ ["attributes", "ArrayOfSOAPAttribute", [0, 1]],
415
+ ["conception", "SOAP::SOAPDateTime", [0, 1]],
416
+ ["description", "SOAP::SOAPString", [0, 1]],
417
+ ["directoryID", "SOAP::SOAPLong", [0, 1]],
418
+ ["lastModified", "SOAP::SOAPDateTime", [0, 1]],
419
+ ["members", "ArrayOfString", [0, 1]],
420
+ ["name", "SOAP::SOAPString", [0, 1]]
421
+ ]
422
+ )
423
+
424
+ LiteralRegistry.register(
425
+ :class => SOAPPrincipal,
426
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPPrincipal"),
427
+ :schema_element => [
428
+ ["iD", ["SOAP::SOAPLong", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ID")], [0, 1]],
429
+ ["active", "SOAP::SOAPBoolean", [0, 1]],
430
+ ["attributes", "ArrayOfSOAPAttribute", [0, 1]],
431
+ ["conception", "SOAP::SOAPDateTime", [0, 1]],
432
+ ["description", "SOAP::SOAPString", [0, 1]],
433
+ ["directoryID", "SOAP::SOAPLong", [0, 1]],
434
+ ["lastModified", "SOAP::SOAPDateTime", [0, 1]],
435
+ ["name", "SOAP::SOAPString", [0, 1]]
436
+ ]
437
+ )
438
+
439
+ LiteralRegistry.register(
440
+ :class => SOAPCookieInfo,
441
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPCookieInfo"),
442
+ :schema_element => [
443
+ ["domain", "SOAP::SOAPString", [0, 1]],
444
+ ["secure", "SOAP::SOAPBoolean", [0, 1]]
445
+ ]
446
+ )
447
+
448
+ LiteralRegistry.register(
449
+ :class => ArrayOfSearchRestriction,
450
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSearchRestriction"),
451
+ :schema_element => [
452
+ ["searchRestriction", ["SearchRestriction[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SearchRestriction")], [0, nil]]
453
+ ]
454
+ )
455
+
456
+ LiteralRegistry.register(
457
+ :class => SearchRestriction,
458
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SearchRestriction"),
459
+ :schema_element => [
460
+ ["name", "SOAP::SOAPString", [0, 1]],
461
+ ["value", "SOAP::SOAPString", [0, 1]]
462
+ ]
463
+ )
464
+
465
+ LiteralRegistry.register(
466
+ :class => ArrayOfSOAPGroup,
467
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPGroup"),
468
+ :schema_element => [
469
+ ["sOAPGroup", ["SOAPGroup[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPGroup")], [0, nil]]
470
+ ]
471
+ )
472
+
473
+ LiteralRegistry.register(
474
+ :class => SOAPRole,
475
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPRole"),
476
+ :schema_element => [
477
+ ["iD", ["SOAP::SOAPLong", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ID")], [0, 1]],
478
+ ["active", "SOAP::SOAPBoolean", [0, 1]],
479
+ ["attributes", "ArrayOfSOAPAttribute", [0, 1]],
480
+ ["conception", "SOAP::SOAPDateTime", [0, 1]],
481
+ ["description", "SOAP::SOAPString", [0, 1]],
482
+ ["directoryID", "SOAP::SOAPLong", [0, 1]],
483
+ ["lastModified", "SOAP::SOAPDateTime", [0, 1]],
484
+ ["members", "ArrayOfString", [0, 1]],
485
+ ["name", "SOAP::SOAPString", [0, 1]]
486
+ ]
487
+ )
488
+
489
+ LiteralRegistry.register(
490
+ :class => ArrayOfSOAPRole,
491
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPRole"),
492
+ :schema_element => [
493
+ ["sOAPRole", ["SOAPRole[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPRole")], [0, nil]]
494
+ ]
495
+ )
496
+
497
+ LiteralRegistry.register(
498
+ :class => ArrayOfSOAPPrincipal,
499
+ :schema_type => XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "ArrayOfSOAPPrincipal"),
500
+ :schema_element => [
501
+ ["sOAPPrincipal", ["SOAPPrincipal[]", XSD::QName.new(NsSoapIntegrationCrowdAtlassianCom, "SOAPPrincipal")], [0, nil]]
502
+ ]
503
+ )
504
+
505
+ LiteralRegistry.register(
506
+ :class => InvalidAuthorizationTokenException,
507
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidAuthorizationTokenException"),
508
+ :schema_element => []
509
+ )
510
+
511
+ LiteralRegistry.register(
512
+ :class => InvalidGroupException,
513
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidGroupException"),
514
+ :schema_element => []
515
+ )
516
+
517
+ LiteralRegistry.register(
518
+ :class => ApplicationPermissionException,
519
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "ApplicationPermissionException"),
520
+ :schema_element => []
521
+ )
522
+
523
+ LiteralRegistry.register(
524
+ :class => ObjectNotFoundException,
525
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "ObjectNotFoundException"),
526
+ :schema_element => []
527
+ )
528
+
529
+ LiteralRegistry.register(
530
+ :class => InvalidTokenException,
531
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidTokenException"),
532
+ :schema_element => []
533
+ )
534
+
535
+ LiteralRegistry.register(
536
+ :class => InvalidCredentialException,
537
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidCredentialException"),
538
+ :schema_element => []
539
+ )
540
+
541
+ LiteralRegistry.register(
542
+ :class => InvalidPrincipalException,
543
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidPrincipalException"),
544
+ :schema_element => []
545
+ )
546
+
547
+ LiteralRegistry.register(
548
+ :class => ApplicationAccessDeniedException,
549
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "ApplicationAccessDeniedException"),
550
+ :schema_element => []
551
+ )
552
+
553
+ LiteralRegistry.register(
554
+ :class => InvalidAuthenticationException,
555
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidAuthenticationException"),
556
+ :schema_element => []
557
+ )
558
+
559
+ LiteralRegistry.register(
560
+ :class => InactiveAccountException,
561
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InactiveAccountException"),
562
+ :schema_element => []
563
+ )
564
+
565
+ LiteralRegistry.register(
566
+ :class => InvalidRoleException,
567
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidRoleException"),
568
+ :schema_element => []
569
+ )
570
+
571
+ LiteralRegistry.register(
572
+ :class => InvalidEmailAddressException,
573
+ :schema_type => XSD::QName.new(NsExceptionIntegrationCrowdAtlassianCom, "InvalidEmailAddressException"),
574
+ :schema_element => []
575
+ )
576
+
577
+ LiteralRegistry.register(
578
+ :class => RemoteException,
579
+ :schema_type => XSD::QName.new(NsRmiJava, "RemoteException"),
580
+ :schema_element => [
581
+ ["cause", "Throwable", [0, 1]],
582
+ ["message", "SOAP::SOAPString", [0, 1]]
583
+ ]
584
+ )
585
+
586
+ LiteralRegistry.register(
587
+ :class => Throwable,
588
+ :schema_type => XSD::QName.new(NsLangJava, "Throwable"),
589
+ :schema_element => []
590
+ )
591
+
592
+ LiteralRegistry.register(
593
+ :class => FindAllGroupRelationships,
594
+ :schema_name => XSD::QName.new(NsSecurityServer, "findAllGroupRelationships"),
595
+ :schema_element => [
596
+ ["in0", "AuthenticatedToken"]
597
+ ]
598
+ )
599
+
600
+ LiteralRegistry.register(
601
+ :class => FindAllGroupRelationshipsResponse,
602
+ :schema_name => XSD::QName.new(NsSecurityServer, "findAllGroupRelationshipsResponse"),
603
+ :schema_element => [
604
+ ["out", "ArrayOfSOAPNestableGroup"]
605
+ ]
606
+ )
607
+
608
+ LiteralRegistry.register(
609
+ :class => InvalidAuthorizationTokenException,
610
+ :schema_name => XSD::QName.new(NsSecurityServer, "InvalidAuthorizationTokenException"),
611
+ :schema_element => []
612
+ )
613
+
614
+ LiteralRegistry.register(
615
+ :class => RemoteException,
616
+ :schema_name => XSD::QName.new(NsSecurityServer, "RemoteException"),
617
+ :schema_element => [
618
+ ["cause", "Throwable", [0, 1]],
619
+ ["message", "SOAP::SOAPString", [0, 1]]
620
+ ]
621
+ )
622
+
623
+ LiteralRegistry.register(
624
+ :class => AddGroup,
625
+ :schema_name => XSD::QName.new(NsSecurityServer, "addGroup"),
626
+ :schema_element => [
627
+ ["in0", "AuthenticatedToken"],
628
+ ["in1", "SOAPGroup"]
629
+ ]
630
+ )
631
+
632
+ LiteralRegistry.register(
633
+ :class => AddGroupResponse,
634
+ :schema_name => XSD::QName.new(NsSecurityServer, "addGroupResponse"),
635
+ :schema_element => [
636
+ ["out", "SOAPGroup"]
637
+ ]
638
+ )
639
+
640
+ LiteralRegistry.register(
641
+ :class => InvalidGroupException,
642
+ :schema_name => XSD::QName.new(NsSecurityServer, "InvalidGroupException"),
643
+ :schema_element => []
644
+ )
645
+
646
+ LiteralRegistry.register(
647
+ :class => ApplicationPermissionException,
648
+ :schema_name => XSD::QName.new(NsSecurityServer, "ApplicationPermissionException"),
649
+ :schema_element => []
650
+ )
651
+
652
+ LiteralRegistry.register(
653
+ :class => AddPrincipalToRole,
654
+ :schema_name => XSD::QName.new(NsSecurityServer, "addPrincipalToRole"),
655
+ :schema_element => [
656
+ ["in0", "AuthenticatedToken"],
657
+ ["in1", "SOAP::SOAPString"],
658
+ ["in2", "SOAP::SOAPString"]
659
+ ]
660
+ )
661
+
662
+ LiteralRegistry.register(
663
+ :class => AddPrincipalToRoleResponse,
664
+ :schema_name => XSD::QName.new(NsSecurityServer, "addPrincipalToRoleResponse"),
665
+ :schema_element => []
666
+ )
667
+
668
+ LiteralRegistry.register(
669
+ :class => ObjectNotFoundException,
670
+ :schema_name => XSD::QName.new(NsSecurityServer, "ObjectNotFoundException"),
671
+ :schema_element => []
672
+ )
673
+
674
+ LiteralRegistry.register(
675
+ :class => FindPrincipalByToken,
676
+ :schema_name => XSD::QName.new(NsSecurityServer, "findPrincipalByToken"),
677
+ :schema_element => [
678
+ ["in0", "AuthenticatedToken"],
679
+ ["in1", "SOAP::SOAPString"]
680
+ ]
681
+ )
682
+
683
+ LiteralRegistry.register(
684
+ :class => FindPrincipalByTokenResponse,
685
+ :schema_name => XSD::QName.new(NsSecurityServer, "findPrincipalByTokenResponse"),
686
+ :schema_element => [
687
+ ["out", "SOAPPrincipal"]
688
+ ]
689
+ )
690
+
691
+ LiteralRegistry.register(
692
+ :class => InvalidTokenException,
693
+ :schema_name => XSD::QName.new(NsSecurityServer, "InvalidTokenException"),
694
+ :schema_element => []
695
+ )
696
+
697
+ LiteralRegistry.register(
698
+ :class => UpdatePrincipalCredential,
699
+ :schema_name => XSD::QName.new(NsSecurityServer, "updatePrincipalCredential"),
700
+ :schema_element => [
701
+ ["in0", "AuthenticatedToken"],
702
+ ["in1", "SOAP::SOAPString"],
703
+ ["in2", "PasswordCredential"]
704
+ ]
705
+ )
706
+
707
+ LiteralRegistry.register(
708
+ :class => UpdatePrincipalCredentialResponse,
709
+ :schema_name => XSD::QName.new(NsSecurityServer, "updatePrincipalCredentialResponse"),
710
+ :schema_element => []
711
+ )
712
+
713
+ LiteralRegistry.register(
714
+ :class => InvalidCredentialException,
715
+ :schema_name => XSD::QName.new(NsSecurityServer, "InvalidCredentialException"),
716
+ :schema_element => []
717
+ )
718
+
719
+ LiteralRegistry.register(
720
+ :class => GetGrantedAuthorities,
721
+ :schema_name => XSD::QName.new(NsSecurityServer, "getGrantedAuthorities"),
722
+ :schema_element => [
723
+ ["in0", "AuthenticatedToken"]
724
+ ]
725
+ )
726
+
727
+ LiteralRegistry.register(
728
+ :class => GetGrantedAuthoritiesResponse,
729
+ :schema_name => XSD::QName.new(NsSecurityServer, "getGrantedAuthoritiesResponse"),
730
+ :schema_element => [
731
+ ["out", "ArrayOfString"]
732
+ ]
733
+ )
734
+
735
+ LiteralRegistry.register(
736
+ :class => AddPrincipal,
737
+ :schema_name => XSD::QName.new(NsSecurityServer, "addPrincipal"),
738
+ :schema_element => [
739
+ ["in0", "AuthenticatedToken"],
740
+ ["in1", "SOAPPrincipal"],
741
+ ["in2", "PasswordCredential"]
742
+ ]
743
+ )
744
+
745
+ LiteralRegistry.register(
746
+ :class => AddPrincipalResponse,
747
+ :schema_name => XSD::QName.new(NsSecurityServer, "addPrincipalResponse"),
748
+ :schema_element => [
749
+ ["out", "SOAPPrincipal"]
750
+ ]
751
+ )
752
+
753
+ LiteralRegistry.register(
754
+ :class => InvalidPrincipalException,
755
+ :schema_name => XSD::QName.new(NsSecurityServer, "InvalidPrincipalException"),
756
+ :schema_element => []
757
+ )
758
+
759
+ LiteralRegistry.register(
760
+ :class => AddAttributeToPrincipal,
761
+ :schema_name => XSD::QName.new(NsSecurityServer, "addAttributeToPrincipal"),
762
+ :schema_element => [
763
+ ["in0", "AuthenticatedToken"],
764
+ ["in1", "SOAP::SOAPString"],
765
+ ["in2", "SOAPAttribute"]
766
+ ]
767
+ )
768
+
769
+ LiteralRegistry.register(
770
+ :class => AddAttributeToPrincipalResponse,
771
+ :schema_name => XSD::QName.new(NsSecurityServer, "addAttributeToPrincipalResponse"),
772
+ :schema_element => []
773
+ )
774
+
775
+ LiteralRegistry.register(
776
+ :class => InvalidatePrincipalToken,
777
+ :schema_name => XSD::QName.new(NsSecurityServer, "invalidatePrincipalToken"),
778
+ :schema_element => [
779
+ ["in0", "AuthenticatedToken"],
780
+ ["in1", "SOAP::SOAPString"]
781
+ ]
782
+ )
783
+
784
+ LiteralRegistry.register(
785
+ :class => InvalidatePrincipalTokenResponse,
786
+ :schema_name => XSD::QName.new(NsSecurityServer, "invalidatePrincipalTokenResponse"),
787
+ :schema_element => []
788
+ )
789
+
790
+ LiteralRegistry.register(
791
+ :class => FindAllGroupNames,
792
+ :schema_name => XSD::QName.new(NsSecurityServer, "findAllGroupNames"),
793
+ :schema_element => [
794
+ ["in0", "AuthenticatedToken"]
795
+ ]
796
+ )
797
+
798
+ LiteralRegistry.register(
799
+ :class => FindAllGroupNamesResponse,
800
+ :schema_name => XSD::QName.new(NsSecurityServer, "findAllGroupNamesResponse"),
801
+ :schema_element => [
802
+ ["out", "ArrayOfString"]
803
+ ]
804
+ )
805
+
806
+ LiteralRegistry.register(
807
+ :class => FindRoleMemberships,
808
+ :schema_name => XSD::QName.new(NsSecurityServer, "findRoleMemberships"),
809
+ :schema_element => [
810
+ ["in0", "AuthenticatedToken"],
811
+ ["in1", "SOAP::SOAPString"]
812
+ ]
813
+ )
814
+
815
+ LiteralRegistry.register(
816
+ :class => FindRoleMembershipsResponse,
817
+ :schema_name => XSD::QName.new(NsSecurityServer, "findRoleMembershipsResponse"),
818
+ :schema_element => [
819
+ ["out", "ArrayOfString"]
820
+ ]
821
+ )
822
+
823
+ LiteralRegistry.register(
824
+ :class => RemovePrincipal,
825
+ :schema_name => XSD::QName.new(NsSecurityServer, "removePrincipal"),
826
+ :schema_element => [
827
+ ["in0", "AuthenticatedToken"],
828
+ ["in1", "SOAP::SOAPString"]
829
+ ]
830
+ )
831
+
832
+ LiteralRegistry.register(
833
+ :class => RemovePrincipalResponse,
834
+ :schema_name => XSD::QName.new(NsSecurityServer, "removePrincipalResponse"),
835
+ :schema_element => []
836
+ )
837
+
838
+ LiteralRegistry.register(
839
+ :class => IsValidPrincipalToken,
840
+ :schema_name => XSD::QName.new(NsSecurityServer, "isValidPrincipalToken"),
841
+ :schema_element => [
842
+ ["in0", "AuthenticatedToken"],
843
+ ["in1", "SOAP::SOAPString"],
844
+ ["in2", "ArrayOfValidationFactor"]
845
+ ]
846
+ )
847
+
848
+ LiteralRegistry.register(
849
+ :class => IsValidPrincipalTokenResponse,
850
+ :schema_name => XSD::QName.new(NsSecurityServer, "isValidPrincipalTokenResponse"),
851
+ :schema_element => [
852
+ ["out", "SOAP::SOAPBoolean"]
853
+ ]
854
+ )
855
+
856
+ LiteralRegistry.register(
857
+ :class => ApplicationAccessDeniedException,
858
+ :schema_name => XSD::QName.new(NsSecurityServer, "ApplicationAccessDeniedException"),
859
+ :schema_element => []
860
+ )
861
+
862
+ LiteralRegistry.register(
863
+ :class => AuthenticatePrincipalSimple,
864
+ :schema_name => XSD::QName.new(NsSecurityServer, "authenticatePrincipalSimple"),
865
+ :schema_element => [
866
+ ["in0", "AuthenticatedToken"],
867
+ ["in1", "SOAP::SOAPString"],
868
+ ["in2", "SOAP::SOAPString"]
869
+ ]
870
+ )
871
+
872
+ LiteralRegistry.register(
873
+ :class => AuthenticatePrincipalSimpleResponse,
874
+ :schema_name => XSD::QName.new(NsSecurityServer, "authenticatePrincipalSimpleResponse"),
875
+ :schema_element => [
876
+ ["out", "SOAP::SOAPString"]
877
+ ]
878
+ )
879
+
880
+ LiteralRegistry.register(
881
+ :class => InvalidAuthenticationException,
882
+ :schema_name => XSD::QName.new(NsSecurityServer, "InvalidAuthenticationException"),
883
+ :schema_element => []
884
+ )
885
+
886
+ LiteralRegistry.register(
887
+ :class => InactiveAccountException,
888
+ :schema_name => XSD::QName.new(NsSecurityServer, "InactiveAccountException"),
889
+ :schema_element => []
890
+ )
891
+
892
+ LiteralRegistry.register(
893
+ :class => RemoveRole,
894
+ :schema_name => XSD::QName.new(NsSecurityServer, "removeRole"),
895
+ :schema_element => [
896
+ ["in0", "AuthenticatedToken"],
897
+ ["in1", "SOAP::SOAPString"]
898
+ ]
899
+ )
900
+
901
+ LiteralRegistry.register(
902
+ :class => RemoveRoleResponse,
903
+ :schema_name => XSD::QName.new(NsSecurityServer, "removeRoleResponse"),
904
+ :schema_element => []
905
+ )
906
+
907
+ LiteralRegistry.register(
908
+ :class => GetCookieInfo,
909
+ :schema_name => XSD::QName.new(NsSecurityServer, "getCookieInfo"),
910
+ :schema_element => [
911
+ ["in0", "AuthenticatedToken"]
912
+ ]
913
+ )
914
+
915
+ LiteralRegistry.register(
916
+ :class => GetCookieInfoResponse,
917
+ :schema_name => XSD::QName.new(NsSecurityServer, "getCookieInfoResponse"),
918
+ :schema_element => [
919
+ ["out", "SOAPCookieInfo"]
920
+ ]
921
+ )
922
+
923
+ LiteralRegistry.register(
924
+ :class => UpdatePrincipalAttribute,
925
+ :schema_name => XSD::QName.new(NsSecurityServer, "updatePrincipalAttribute"),
926
+ :schema_element => [
927
+ ["in0", "AuthenticatedToken"],
928
+ ["in1", "SOAP::SOAPString"],
929
+ ["in2", "SOAPAttribute"]
930
+ ]
931
+ )
932
+
933
+ LiteralRegistry.register(
934
+ :class => UpdatePrincipalAttributeResponse,
935
+ :schema_name => XSD::QName.new(NsSecurityServer, "updatePrincipalAttributeResponse"),
936
+ :schema_element => []
937
+ )
938
+
939
+ LiteralRegistry.register(
940
+ :class => SearchGroups,
941
+ :schema_name => XSD::QName.new(NsSecurityServer, "searchGroups"),
942
+ :schema_element => [
943
+ ["in0", "AuthenticatedToken"],
944
+ ["in1", "ArrayOfSearchRestriction"]
945
+ ]
946
+ )
947
+
948
+ LiteralRegistry.register(
949
+ :class => SearchGroupsResponse,
950
+ :schema_name => XSD::QName.new(NsSecurityServer, "searchGroupsResponse"),
951
+ :schema_element => [
952
+ ["out", "ArrayOfSOAPGroup"]
953
+ ]
954
+ )
955
+
956
+ LiteralRegistry.register(
957
+ :class => GetCacheTime,
958
+ :schema_name => XSD::QName.new(NsSecurityServer, "getCacheTime"),
959
+ :schema_element => [
960
+ ["in0", "AuthenticatedToken"]
961
+ ]
962
+ )
963
+
964
+ LiteralRegistry.register(
965
+ :class => GetCacheTimeResponse,
966
+ :schema_name => XSD::QName.new(NsSecurityServer, "getCacheTimeResponse"),
967
+ :schema_element => [
968
+ ["out", "SOAP::SOAPLong"]
969
+ ]
970
+ )
971
+
972
+ LiteralRegistry.register(
973
+ :class => IsRoleMember,
974
+ :schema_name => XSD::QName.new(NsSecurityServer, "isRoleMember"),
975
+ :schema_element => [
976
+ ["in0", "AuthenticatedToken"],
977
+ ["in1", "SOAP::SOAPString"],
978
+ ["in2", "SOAP::SOAPString"]
979
+ ]
980
+ )
981
+
982
+ LiteralRegistry.register(
983
+ :class => IsRoleMemberResponse,
984
+ :schema_name => XSD::QName.new(NsSecurityServer, "isRoleMemberResponse"),
985
+ :schema_element => [
986
+ ["out", "SOAP::SOAPBoolean"]
987
+ ]
988
+ )
989
+
990
+ LiteralRegistry.register(
991
+ :class => UpdateGroup,
992
+ :schema_name => XSD::QName.new(NsSecurityServer, "updateGroup"),
993
+ :schema_element => [
994
+ ["in0", "AuthenticatedToken"],
995
+ ["in1", "SOAP::SOAPString"],
996
+ ["in2", "SOAP::SOAPString"],
997
+ ["in3", "SOAP::SOAPBoolean"]
998
+ ]
999
+ )
1000
+
1001
+ LiteralRegistry.register(
1002
+ :class => UpdateGroupResponse,
1003
+ :schema_name => XSD::QName.new(NsSecurityServer, "updateGroupResponse"),
1004
+ :schema_element => []
1005
+ )
1006
+
1007
+ LiteralRegistry.register(
1008
+ :class => FindAllRoleNames,
1009
+ :schema_name => XSD::QName.new(NsSecurityServer, "findAllRoleNames"),
1010
+ :schema_element => [
1011
+ ["in0", "AuthenticatedToken"]
1012
+ ]
1013
+ )
1014
+
1015
+ LiteralRegistry.register(
1016
+ :class => FindAllRoleNamesResponse,
1017
+ :schema_name => XSD::QName.new(NsSecurityServer, "findAllRoleNamesResponse"),
1018
+ :schema_element => [
1019
+ ["out", "ArrayOfString"]
1020
+ ]
1021
+ )
1022
+
1023
+ LiteralRegistry.register(
1024
+ :class => FindRoleByName,
1025
+ :schema_name => XSD::QName.new(NsSecurityServer, "findRoleByName"),
1026
+ :schema_element => [
1027
+ ["in0", "AuthenticatedToken"],
1028
+ ["in1", "SOAP::SOAPString"]
1029
+ ]
1030
+ )
1031
+
1032
+ LiteralRegistry.register(
1033
+ :class => FindRoleByNameResponse,
1034
+ :schema_name => XSD::QName.new(NsSecurityServer, "findRoleByNameResponse"),
1035
+ :schema_element => [
1036
+ ["out", "SOAPRole"]
1037
+ ]
1038
+ )
1039
+
1040
+ LiteralRegistry.register(
1041
+ :class => IsCacheEnabled,
1042
+ :schema_name => XSD::QName.new(NsSecurityServer, "isCacheEnabled"),
1043
+ :schema_element => [
1044
+ ["in0", "AuthenticatedToken"]
1045
+ ]
1046
+ )
1047
+
1048
+ LiteralRegistry.register(
1049
+ :class => IsCacheEnabledResponse,
1050
+ :schema_name => XSD::QName.new(NsSecurityServer, "isCacheEnabledResponse"),
1051
+ :schema_element => [
1052
+ ["out", "SOAP::SOAPBoolean"]
1053
+ ]
1054
+ )
1055
+
1056
+ LiteralRegistry.register(
1057
+ :class => FindGroupByName,
1058
+ :schema_name => XSD::QName.new(NsSecurityServer, "findGroupByName"),
1059
+ :schema_element => [
1060
+ ["in0", "AuthenticatedToken"],
1061
+ ["in1", "SOAP::SOAPString"]
1062
+ ]
1063
+ )
1064
+
1065
+ LiteralRegistry.register(
1066
+ :class => FindGroupByNameResponse,
1067
+ :schema_name => XSD::QName.new(NsSecurityServer, "findGroupByNameResponse"),
1068
+ :schema_element => [
1069
+ ["out", "SOAPGroup"]
1070
+ ]
1071
+ )
1072
+
1073
+ LiteralRegistry.register(
1074
+ :class => RemovePrincipalFromRole,
1075
+ :schema_name => XSD::QName.new(NsSecurityServer, "removePrincipalFromRole"),
1076
+ :schema_element => [
1077
+ ["in0", "AuthenticatedToken"],
1078
+ ["in1", "SOAP::SOAPString"],
1079
+ ["in2", "SOAP::SOAPString"]
1080
+ ]
1081
+ )
1082
+
1083
+ LiteralRegistry.register(
1084
+ :class => RemovePrincipalFromRoleResponse,
1085
+ :schema_name => XSD::QName.new(NsSecurityServer, "removePrincipalFromRoleResponse"),
1086
+ :schema_element => []
1087
+ )
1088
+
1089
+ LiteralRegistry.register(
1090
+ :class => AuthenticatePrincipal,
1091
+ :schema_name => XSD::QName.new(NsSecurityServer, "authenticatePrincipal"),
1092
+ :schema_element => [
1093
+ ["in0", "AuthenticatedToken"],
1094
+ ["in1", "PrincipalAuthenticationContext"]
1095
+ ]
1096
+ )
1097
+
1098
+ LiteralRegistry.register(
1099
+ :class => AuthenticatePrincipalResponse,
1100
+ :schema_name => XSD::QName.new(NsSecurityServer, "authenticatePrincipalResponse"),
1101
+ :schema_element => [
1102
+ ["out", "SOAP::SOAPString"]
1103
+ ]
1104
+ )
1105
+
1106
+ LiteralRegistry.register(
1107
+ :class => FindGroupMemberships,
1108
+ :schema_name => XSD::QName.new(NsSecurityServer, "findGroupMemberships"),
1109
+ :schema_element => [
1110
+ ["in0", "AuthenticatedToken"],
1111
+ ["in1", "SOAP::SOAPString"]
1112
+ ]
1113
+ )
1114
+
1115
+ LiteralRegistry.register(
1116
+ :class => FindGroupMembershipsResponse,
1117
+ :schema_name => XSD::QName.new(NsSecurityServer, "findGroupMembershipsResponse"),
1118
+ :schema_element => [
1119
+ ["out", "ArrayOfString"]
1120
+ ]
1121
+ )
1122
+
1123
+ LiteralRegistry.register(
1124
+ :class => AddPrincipalToGroup,
1125
+ :schema_name => XSD::QName.new(NsSecurityServer, "addPrincipalToGroup"),
1126
+ :schema_element => [
1127
+ ["in0", "AuthenticatedToken"],
1128
+ ["in1", "SOAP::SOAPString"],
1129
+ ["in2", "SOAP::SOAPString"]
1130
+ ]
1131
+ )
1132
+
1133
+ LiteralRegistry.register(
1134
+ :class => AddPrincipalToGroupResponse,
1135
+ :schema_name => XSD::QName.new(NsSecurityServer, "addPrincipalToGroupResponse"),
1136
+ :schema_element => []
1137
+ )
1138
+
1139
+ LiteralRegistry.register(
1140
+ :class => RemoveGroup,
1141
+ :schema_name => XSD::QName.new(NsSecurityServer, "removeGroup"),
1142
+ :schema_element => [
1143
+ ["in0", "AuthenticatedToken"],
1144
+ ["in1", "SOAP::SOAPString"]
1145
+ ]
1146
+ )
1147
+
1148
+ LiteralRegistry.register(
1149
+ :class => RemoveGroupResponse,
1150
+ :schema_name => XSD::QName.new(NsSecurityServer, "removeGroupResponse"),
1151
+ :schema_element => []
1152
+ )
1153
+
1154
+ LiteralRegistry.register(
1155
+ :class => RemoveAttributeFromPrincipal,
1156
+ :schema_name => XSD::QName.new(NsSecurityServer, "removeAttributeFromPrincipal"),
1157
+ :schema_element => [
1158
+ ["in0", "AuthenticatedToken"],
1159
+ ["in1", "SOAP::SOAPString"],
1160
+ ["in2", "SOAP::SOAPString"]
1161
+ ]
1162
+ )
1163
+
1164
+ LiteralRegistry.register(
1165
+ :class => RemoveAttributeFromPrincipalResponse,
1166
+ :schema_name => XSD::QName.new(NsSecurityServer, "removeAttributeFromPrincipalResponse"),
1167
+ :schema_element => []
1168
+ )
1169
+
1170
+ LiteralRegistry.register(
1171
+ :class => FindAllPrincipalNames,
1172
+ :schema_name => XSD::QName.new(NsSecurityServer, "findAllPrincipalNames"),
1173
+ :schema_element => [
1174
+ ["in0", "AuthenticatedToken"]
1175
+ ]
1176
+ )
1177
+
1178
+ LiteralRegistry.register(
1179
+ :class => FindAllPrincipalNamesResponse,
1180
+ :schema_name => XSD::QName.new(NsSecurityServer, "findAllPrincipalNamesResponse"),
1181
+ :schema_element => [
1182
+ ["out", "ArrayOfString"]
1183
+ ]
1184
+ )
1185
+
1186
+ LiteralRegistry.register(
1187
+ :class => AddRole,
1188
+ :schema_name => XSD::QName.new(NsSecurityServer, "addRole"),
1189
+ :schema_element => [
1190
+ ["in0", "AuthenticatedToken"],
1191
+ ["in1", "SOAPRole"]
1192
+ ]
1193
+ )
1194
+
1195
+ LiteralRegistry.register(
1196
+ :class => AddRoleResponse,
1197
+ :schema_name => XSD::QName.new(NsSecurityServer, "addRoleResponse"),
1198
+ :schema_element => [
1199
+ ["out", "SOAPRole"]
1200
+ ]
1201
+ )
1202
+
1203
+ LiteralRegistry.register(
1204
+ :class => InvalidRoleException,
1205
+ :schema_name => XSD::QName.new(NsSecurityServer, "InvalidRoleException"),
1206
+ :schema_element => []
1207
+ )
1208
+
1209
+ LiteralRegistry.register(
1210
+ :class => CreatePrincipalToken,
1211
+ :schema_name => XSD::QName.new(NsSecurityServer, "createPrincipalToken"),
1212
+ :schema_element => [
1213
+ ["in0", "AuthenticatedToken"],
1214
+ ["in1", "SOAP::SOAPString"],
1215
+ ["in2", "ArrayOfValidationFactor"]
1216
+ ]
1217
+ )
1218
+
1219
+ LiteralRegistry.register(
1220
+ :class => CreatePrincipalTokenResponse,
1221
+ :schema_name => XSD::QName.new(NsSecurityServer, "createPrincipalTokenResponse"),
1222
+ :schema_element => [
1223
+ ["out", "SOAP::SOAPString"]
1224
+ ]
1225
+ )
1226
+
1227
+ LiteralRegistry.register(
1228
+ :class => SearchRoles,
1229
+ :schema_name => XSD::QName.new(NsSecurityServer, "searchRoles"),
1230
+ :schema_element => [
1231
+ ["in0", "AuthenticatedToken"],
1232
+ ["in1", "ArrayOfSearchRestriction"]
1233
+ ]
1234
+ )
1235
+
1236
+ LiteralRegistry.register(
1237
+ :class => SearchRolesResponse,
1238
+ :schema_name => XSD::QName.new(NsSecurityServer, "searchRolesResponse"),
1239
+ :schema_element => [
1240
+ ["out", "ArrayOfSOAPRole"]
1241
+ ]
1242
+ )
1243
+
1244
+ LiteralRegistry.register(
1245
+ :class => RemovePrincipalFromGroup,
1246
+ :schema_name => XSD::QName.new(NsSecurityServer, "removePrincipalFromGroup"),
1247
+ :schema_element => [
1248
+ ["in0", "AuthenticatedToken"],
1249
+ ["in1", "SOAP::SOAPString"],
1250
+ ["in2", "SOAP::SOAPString"]
1251
+ ]
1252
+ )
1253
+
1254
+ LiteralRegistry.register(
1255
+ :class => RemovePrincipalFromGroupResponse,
1256
+ :schema_name => XSD::QName.new(NsSecurityServer, "removePrincipalFromGroupResponse"),
1257
+ :schema_element => []
1258
+ )
1259
+
1260
+ LiteralRegistry.register(
1261
+ :class => FindPrincipalByName,
1262
+ :schema_name => XSD::QName.new(NsSecurityServer, "findPrincipalByName"),
1263
+ :schema_element => [
1264
+ ["in0", "AuthenticatedToken"],
1265
+ ["in1", "SOAP::SOAPString"]
1266
+ ]
1267
+ )
1268
+
1269
+ LiteralRegistry.register(
1270
+ :class => FindPrincipalByNameResponse,
1271
+ :schema_name => XSD::QName.new(NsSecurityServer, "findPrincipalByNameResponse"),
1272
+ :schema_element => [
1273
+ ["out", "SOAPPrincipal"]
1274
+ ]
1275
+ )
1276
+
1277
+ LiteralRegistry.register(
1278
+ :class => ResetPrincipalCredential,
1279
+ :schema_name => XSD::QName.new(NsSecurityServer, "resetPrincipalCredential"),
1280
+ :schema_element => [
1281
+ ["in0", "AuthenticatedToken"],
1282
+ ["in1", "SOAP::SOAPString"]
1283
+ ]
1284
+ )
1285
+
1286
+ LiteralRegistry.register(
1287
+ :class => ResetPrincipalCredentialResponse,
1288
+ :schema_name => XSD::QName.new(NsSecurityServer, "resetPrincipalCredentialResponse"),
1289
+ :schema_element => []
1290
+ )
1291
+
1292
+ LiteralRegistry.register(
1293
+ :class => InvalidEmailAddressException,
1294
+ :schema_name => XSD::QName.new(NsSecurityServer, "InvalidEmailAddressException"),
1295
+ :schema_element => []
1296
+ )
1297
+
1298
+ LiteralRegistry.register(
1299
+ :class => IsGroupMember,
1300
+ :schema_name => XSD::QName.new(NsSecurityServer, "isGroupMember"),
1301
+ :schema_element => [
1302
+ ["in0", "AuthenticatedToken"],
1303
+ ["in1", "SOAP::SOAPString"],
1304
+ ["in2", "SOAP::SOAPString"]
1305
+ ]
1306
+ )
1307
+
1308
+ LiteralRegistry.register(
1309
+ :class => IsGroupMemberResponse,
1310
+ :schema_name => XSD::QName.new(NsSecurityServer, "isGroupMemberResponse"),
1311
+ :schema_element => [
1312
+ ["out", "SOAP::SOAPBoolean"]
1313
+ ]
1314
+ )
1315
+
1316
+ LiteralRegistry.register(
1317
+ :class => SearchPrincipals,
1318
+ :schema_name => XSD::QName.new(NsSecurityServer, "searchPrincipals"),
1319
+ :schema_element => [
1320
+ ["in0", "AuthenticatedToken"],
1321
+ ["in1", "ArrayOfSearchRestriction"]
1322
+ ]
1323
+ )
1324
+
1325
+ LiteralRegistry.register(
1326
+ :class => SearchPrincipalsResponse,
1327
+ :schema_name => XSD::QName.new(NsSecurityServer, "searchPrincipalsResponse"),
1328
+ :schema_element => [
1329
+ ["out", "ArrayOfSOAPPrincipal"]
1330
+ ]
1331
+ )
1332
+
1333
+ LiteralRegistry.register(
1334
+ :class => GetDomain,
1335
+ :schema_name => XSD::QName.new(NsSecurityServer, "getDomain"),
1336
+ :schema_element => [
1337
+ ["in0", "AuthenticatedToken"]
1338
+ ]
1339
+ )
1340
+
1341
+ LiteralRegistry.register(
1342
+ :class => GetDomainResponse,
1343
+ :schema_name => XSD::QName.new(NsSecurityServer, "getDomainResponse"),
1344
+ :schema_element => [
1345
+ ["out", "SOAP::SOAPString"]
1346
+ ]
1347
+ )
1348
+
1349
+ LiteralRegistry.register(
1350
+ :class => AuthenticateApplication,
1351
+ :schema_name => XSD::QName.new(NsSecurityServer, "authenticateApplication"),
1352
+ :schema_element => [
1353
+ ["in0", "ApplicationAuthenticationContext"]
1354
+ ]
1355
+ )
1356
+
1357
+ LiteralRegistry.register(
1358
+ :class => AuthenticateApplicationResponse,
1359
+ :schema_name => XSD::QName.new(NsSecurityServer, "authenticateApplicationResponse"),
1360
+ :schema_element => [
1361
+ ["out", "AuthenticatedToken"]
1362
+ ]
1363
+ )
1364
+ end