|
67 | 67 | * <element name="thirdPartyPhone" type="{http://naesb.org/espi}String32" minOccurs="0"/> |
68 | 68 | * <element name="authorizationServerUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
69 | 69 | * <element name="thirdPartyNotifyUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
70 | | - * <element name="AuthorizationServerAuthorizationEndpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
71 | | - * <element name="AuthorizationServerRegistrationEndpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
72 | | - * <element name="AuthorizationServerTokenEndpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
73 | | - * <element name="DataCustodianBulkRequestURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
74 | | - * <element name="DataCustodianThirdPartySelectionScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
75 | | - * <element name="DataCustodianResourceEndpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
76 | | - * <element name="ThirdPartyDataCustodianSelectionScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
77 | | - * <element name="ThirdPartyLoginScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
78 | | - * <element name="ThirdPartyScopeSelectionScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
79 | | - * <element name="ThirdPartyUserPortalScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 70 | + * <element name="authorizationServerAuthorizationEndpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 71 | + * <element name="authorizationServerRegistrationEndpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 72 | + * <element name="authorizationServerTokenEndpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 73 | + * <element name="dataCustodianBulkRequestURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 74 | + * <element name="dataCustodianThirdPartySelectionScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 75 | + * <element name="dataCustodianResourceEndpoint" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 76 | + * <element name="thirdPartyDataCustodianSelectionScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 77 | + * <element name="thirdPartyLoginScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 78 | + * <element name="thirdPartyScopeSelectionScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
| 79 | + * <element name="thirdPartyUserPortalScreenURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
80 | 80 | * <element name="client_secret" type="{http://naesb.org/espi}String512" minOccurs="0"/> |
81 | 81 | * <element name="logo_uri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/> |
82 | 82 | * <element name="client_name" type="{http://naesb.org/espi}String256" minOccurs="0"/> |
@@ -189,34 +189,34 @@ public class ApplicationInformation |
189 | 189 | protected String authorizationServerUri; |
190 | 190 | @XmlSchemaType(name = "anyURI") |
191 | 191 | protected String thirdPartyNotifyUri; |
192 | | - @XmlElement(name = "AuthorizationServerAuthorizationEndpoint") |
| 192 | + @XmlElement(name = "authorizationServerAuthorizationEndpoint") |
193 | 193 | @XmlSchemaType(name = "anyURI") |
194 | 194 | protected String authorizationServerAuthorizationEndpoint; |
195 | | - @XmlElement(name = "AuthorizationServerRegistrationEndpoint") |
| 195 | + @XmlElement(name = "authorizationServerRegistrationEndpoint") |
196 | 196 | @XmlSchemaType(name = "anyURI") |
197 | 197 | protected String authorizationServerRegistrationEndpoint; |
198 | | - @XmlElement(name = "AuthorizationServerTokenEndpoint") |
| 198 | + @XmlElement(name = "authorizationServerTokenEndpoint") |
199 | 199 | @XmlSchemaType(name = "anyURI") |
200 | 200 | protected String authorizationServerTokenEndpoint; |
201 | | - @XmlElement(name = "DataCustodianBulkRequestURI") |
| 201 | + @XmlElement(name = "dataCustodianBulkRequestURI") |
202 | 202 | @XmlSchemaType(name = "anyURI") |
203 | 203 | protected String dataCustodianBulkRequestURI; |
204 | | - @XmlElement(name = "DataCustodianThirdPartySelectionScreenURI") |
| 204 | + @XmlElement(name = "dataCustodianThirdPartySelectionScreenURI") |
205 | 205 | @XmlSchemaType(name = "anyURI") |
206 | 206 | protected String dataCustodianThirdPartySelectionScreenURI; |
207 | | - @XmlElement(name = "DataCustodianResourceEndpoint") |
| 207 | + @XmlElement(name = "dataCustodianResourceEndpoint") |
208 | 208 | @XmlSchemaType(name = "anyURI") |
209 | 209 | protected String dataCustodianResourceEndpoint; |
210 | | - @XmlElement(name = "ThirdPartyDataCustodianSelectionScreenURI") |
| 210 | + @XmlElement(name = "thirdPartyDataCustodianSelectionScreenURI") |
211 | 211 | @XmlSchemaType(name = "anyURI") |
212 | 212 | protected String thirdPartyDataCustodianSelectionScreenURI; |
213 | | - @XmlElement(name = "ThirdPartyLoginScreenURI") |
| 213 | + @XmlElement(name = "thirdPartyLoginScreenURI") |
214 | 214 | @XmlSchemaType(name = "anyURI") |
215 | 215 | protected String thirdPartyLoginScreenURI; |
216 | | - @XmlElement(name = "ThirdPartyScopeSelectionScreenURI") |
| 216 | + @XmlElement(name = "thirdPartyScopeSelectionScreenURI") |
217 | 217 | @XmlSchemaType(name = "anyURI") |
218 | 218 | protected String thirdPartyScopeSelectionScreenURI; |
219 | | - @XmlElement(name = "ThirdPartyUserPortalScreenURI") |
| 219 | + @XmlElement(name = "thirdPartyUserPortalScreenURI") |
220 | 220 | @XmlSchemaType(name = "anyURI") |
221 | 221 | protected String thirdPartyUserPortalScreenURI; |
222 | 222 | @XmlElement(name = "client_secret") |
|
0 commit comments