[
https://issues.apache.org/jira/browse/STRATOS-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14377328#comment-14377328
]
Dinithi De SIlva commented on STRATOS-1261:
-------------------------------------------
Fixed with https://github.com/apache/stratos/pull/276
> Property names not standardized
> -------------------------------
>
> Key: STRATOS-1261
> URL: https://issues.apache.org/jira/browse/STRATOS-1261
> Project: Stratos
> Issue Type: Improvement
> Components: REST API
> Affects Versions: 4.1.0 Alpha
> Reporter: Mariangela Hills
> Assignee: Dinithi De SIlva
> Priority: Minor
>
> The property names have not been standardized in some instances. For example:
> first name appear as firstname in [1] and firstName in [2].
> last name appears as lastname in [1] and lastName in [2].
> The properties in the TenantInfoBean and any other artifact beans needs to
> be updated to follow the standard.
> [1] TenantInfoBean
> public class TenantInfoBean {
> private String admin; //admin's user name
> private String firstname;
> private String lastname;
> private String adminPassword;
> private String tenantDomain;
> private int tenantId;
> private String email;
> private boolean active;
> private String successKey;
> private long createdDate;
> private String originatedService;
> private String usagePlan;
> [2]
> public class iUserInfoBean {
> private String userName;
> private String credential;
> private String role;
> private String firstName;
> private String lastName;
> private String email;
> private String profileName;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)