crowd-stefanwille 0.5.8

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