|
120 | 120 | */ |
121 | 121 | @XmlAccessorType(XmlAccessType.FIELD) |
122 | 122 | @XmlType(name = "ApplicationInformation", propOrder = { |
| 123 | + |
| 124 | + |
| 125 | + "dataCustodianId", |
| 126 | + "dataCustodianApplicationStatus", |
| 127 | + "thirdPartyApplicationDescription", |
| 128 | + "thirdPartyApplicationStatus", |
| 129 | + "thirdPartyApplicationType", |
| 130 | + "thirdPartyApplicationUse", |
| 131 | + "thirdPartyPhone", |
| 132 | + "authorizationServerUri", |
| 133 | + "thirdPartyNotifyUri", |
| 134 | + "authorizationServerAuthorizationEndpoint", |
| 135 | + "authorizationServerRegistrationEndpoint", |
| 136 | + "authorizationServerTokenEndpoint", |
| 137 | + "dataCustodianBulkRequestURI", |
| 138 | + "dataCustodianResourceEndpoint", |
| 139 | + "thirdPartyScopeSelectionScreenURI", |
| 140 | + "thirdPartyUserPortalScreenURI", |
| 141 | + "clientSecret", |
| 142 | + "logoUri", |
| 143 | + "clientName", |
| 144 | + "clientUri", |
| 145 | + "redirectUri", |
| 146 | + "clientId", |
| 147 | + "tosUri", |
| 148 | + "policyUri", |
| 149 | + "softwareId", |
| 150 | + "softwareVersion", |
| 151 | + "clientIdIssuedAt", |
| 152 | + "clientSecretExpiresAt", |
| 153 | + "contacts", |
| 154 | + "tokenEndpointAuthMethod", |
| 155 | + "scope", |
| 156 | + "grantTypes", |
| 157 | + "responseTypes", |
| 158 | + "registrationClientUri", |
| 159 | + "registrationAccessToken", |
| 160 | + "dataCustodianScopeSelectionScreenURI", |
| 161 | + |
| 162 | + /* [mjb] 20141219 Old order doesnt match current schema and revisions |
123 | 163 | "dataCustodianId", |
124 | 164 | "dataCustodianApplicationStatus", |
125 | 165 | "dataCustodianDefaultBatchResource", |
|
161 | 201 | "registrationClientUri", |
162 | 202 | "registrationAccessToken", |
163 | 203 | "dataCustodianScopeSelectionScreenURI" |
| 204 | + */ |
164 | 205 | }) |
165 | 206 | @Entity |
166 | 207 | @Table(name = "application_information") |
@@ -196,10 +237,12 @@ public class ApplicationInformation |
196 | 237 | @XmlSchemaType(name = "DataCustodianApplicationStatus") |
197 | 238 | protected String dataCustodianApplicationStatus; |
198 | 239 |
|
199 | | - @XmlSchemaType(name = "anyURI") |
| 240 | + @XmlTransient |
| 241 | +// @XmlSchemaType(name = "anyURI") |
200 | 242 | protected String dataCustodianDefaultBatchResource; |
201 | 243 |
|
202 | | - @XmlSchemaType(name = "anyURI") |
| 244 | + @XmlTransient |
| 245 | +// @XmlSchemaType(name = "anyURI") |
203 | 246 | protected String dataCustodianDefaultSubscriptionResource; |
204 | 247 |
|
205 | 248 | protected String thirdPartyApplicationDescription; |
@@ -236,21 +279,24 @@ public class ApplicationInformation |
236 | 279 | @XmlElement(name = "dataCustodianBulkRequestURI") |
237 | 280 | @XmlSchemaType(name = "anyURI") |
238 | 281 | protected String dataCustodianBulkRequestURI; |
239 | | - |
240 | | - @XmlElement(name = "dataCustodianThirdPartySelectionScreenURI") |
241 | | - @XmlSchemaType(name = "anyURI") |
| 282 | + |
| 283 | + @XmlTransient |
| 284 | +// @XmlElement(name = "dataCustodianThirdPartySelectionScreenURI") |
| 285 | +// @XmlSchemaType(name = "anyURI") |
242 | 286 | protected String dataCustodianThirdPartySelectionScreenURI; |
243 | 287 |
|
244 | 288 | @XmlElement(name = "dataCustodianResourceEndpoint") |
245 | 289 | @XmlSchemaType(name = "anyURI") |
246 | 290 | protected String dataCustodianResourceEndpoint; |
247 | 291 |
|
248 | | - @XmlElement(name = "thirdPartyDataCustodianSelectionScreenURI") |
249 | | - @XmlSchemaType(name = "anyURI") |
| 292 | + @XmlTransient |
| 293 | +// @XmlElement(name = "thirdPartyDataCustodianSelectionScreenURI") |
| 294 | +// @XmlSchemaType(name = "anyURI") |
250 | 295 | protected String thirdPartyDataCustodianSelectionScreenURI; |
251 | | - |
252 | | - @XmlElement(name = "thirdPartyLoginScreenURI") |
253 | | - @XmlSchemaType(name = "anyURI") |
| 296 | + |
| 297 | + @XmlTransient |
| 298 | +// @XmlElement(name = "thirdPartyLoginScreenURI") |
| 299 | +// @XmlSchemaType(name = "anyURI") |
254 | 300 | protected String thirdPartyLoginScreenURI; |
255 | 301 |
|
256 | 302 | @XmlElement(name = "thirdPartyScopeSelectionScreenURI") |
|
0 commit comments