@@ -13,24 +13,21 @@ INSERT INTO service_categories (kind) VALUES (8);
1313INSERT INTO service_categories (kind) VALUES (9 );
1414
1515/* Add retail customers */
16- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' alan' , ' Alan' , ' Turing' , ' koala' , TRUE, ' ROLE_USER' );
17- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' donald' , ' Donald' , ' Knuth' , ' koala' , TRUE, ' ROLE_USER' );
18- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' paul' , ' Paul' , ' Dirac' , ' koala' , TRUE, ' ROLE_USER' );
19- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' alonzo' , ' Alonzo' , ' Church' , ' koala' , TRUE, ' ROLE_USER' );
20- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' charles' , ' Charles' , ' Babbage' , ' koala' , TRUE, ' ROLE_USER' );
21- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' john' , ' John' , ' von Neumann' , ' koala' , TRUE, ' ROLE_USER' );
22- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' marian' , ' Marian' , ' Rejewski' , ' koala' , TRUE, ' ROLE_USER' );
23- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' vinny' , ' Vint' , ' Koala' , ' koala' , TRUE, ' ROLE_USER' );
24- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' johnny' , ' Johnny' , ' Koala' , ' koala' , TRUE, ' ROLE_USER' );
25- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' don' , ' Don' , ' Koala' , ' koala' , TRUE, ' ROLE_USER' );
26-
27- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' marty' , ' Marty' , ' Koala' , ' koala' , TRUE, ' ROLE_USER' );
28- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' ron' , ' Ron' , ' Koala' , ' koala' , TRUE, ' ROLE_USER' );
29- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' dave' , ' Dave' , ' Koala' , ' koala' , TRUE, ' ROLE_USER' );
30-
31- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' net0' , ' net0' , ' NIST' , ' koala' , TRUE, ' ROLE_USER' );
32-
33- INSERT INTO retail_customers (username, first_name, last_name, password, enabled, role) VALUES (' grace' , ' Grace' , ' Hopper' , ' koala' , TRUE, ' ROLE_CUSTODIAN' );
16+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (1 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' 106E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' alan' , ' Alan' , ' Turing' , ' koala' , ' ROLE_USER' );
17+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (2 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' 206E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' donald' , ' Donald' , ' Knuth' ,' koala' , ' ROLE_USER' );
18+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (3 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' 306E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' paul' , ' Paul' , ' Dirac' , ' koala' , ' ROLE_USER' );
19+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (4 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' 406E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' alonzo' , ' Alonzo' , ' Church' , ' koala' , ' ROLE_USER' );
20+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (5 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' 506E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' charles' , ' Charles' , ' Babbage' , ' koala' , ' ROLE_USER' );
21+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (6 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' 606E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' john' , ' John' , ' von Neumann' , ' koala' , ' ROLE_USER' );
22+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (7 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' 706E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' marian' , ' Marian' , ' Rejewski' , ' koala' , ' ROLE_USER' );
23+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (8 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' 806E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' vinny' , ' Vint' , ' Koala' , ' koala' , ' ROLE_USER' );
24+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (9 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' 906E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' johnny' , ' Johnny' , ' Koala' , ' koala' , ' ROLE_USER' );
25+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (10 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' A06E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' don' , ' Don' , ' Koala' , ' koala' , ' ROLE_USER' );
26+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (11 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' B06E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' marty' , ' Marty' , ' Koala' , ' koala' , ' ROLE_USER' );
27+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (12 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' C06E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' ron' , ' Ron' , ' Koala' , ' koala' , ' ROLE_USER' );
28+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (13 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' D06E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' dave' , ' Dave' , ' Koala' , ' koala' , ' ROLE_USER' );
29+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (14 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' E06E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' net0' , ' net0' , ' NIST' , ' koala' , ' ROLE_USER' );
30+ INSERT INTO retail_customers (` id` ,` description` ,` published` ,` self_link_href` ,` self_link_rel` ,` up_link_href` ,` up_link_rel` ,` updated` ,` uuid` , enabled, username, first_name, last_name, password, role) VALUES (15 , ' ' , ' 2014-01-02 05:00:00' , ' /RetailCustomer/1' ,' self' ,' /RetailCustomer' ,' up' ,' 2014-01-02 05:00:00' ,' F06E8B03-0299-467E-972A-A883ECDCC575' , TRUE, ' grace' , ' Grace' , ' Hopper' , ' koala' , ' ROLE_CUSTODIAN' );
3431
3532/* Add application_information */
3633INSERT INTO application_information (`id`,`description`,`published`,`self_link_href`,`self_link_rel`,`up_link_href`,`up_link_rel`,`updated`,`uuid`,`authorizationServerAuthorizationEndpoint`,`authorizationServerRegistrationEndpoint`,`authorizationServerTokenEndpoint`,`authorizationServerUri`,`clientId`,`clientIdIssuedAt`,`clientName`,`clientSecret`,`clientSecretExpiresAt`,`clientUri`,`contacts`,`dataCustodianApplicationStatus`,`dataCustodianBulkRequestURI`,`dataCustodianDefaultBatchResource`,`dataCustodianDefaultSubscriptionResource`,`dataCustodianId`,`dataCustodianResourceEndpoint`,`dataCustodianThirdPartySelectionScreenURI`,`grantTypes`,`logoUri`,`policyUri`,`redirectUri`,`registrationAccessToken`,`registrationClientUri`,`responseTypes`,`softwareId`,`softwareVersion`,`thirdPartyApplicationDescription`,`thirdPartyApplicationName`,`thirdPartyApplicationStatus`,`thirdPartyApplicationType`,`thirdPartyApplicationUse`,`thirdPartyDataCustodianSelectionScreenURI`,`thirdPartyLoginScreenURI`,`thirdPartyNotifyUri`,`thirdPartyPhone`,`thirdPartyScopeSelectionScreenURI`,`thirdPartyUserPortalScreenURI`,`tokenEndpointAuthMethod`,`tosUri`) VALUES (1,'GreenButtonData.org DataCustodian Application','2014-01-02 05:00:00','/espi/1_1/resource/DataCustodian/ApplicationInformation/1','self','/espi/1_1/resource/DataCustodian/ApplicationInformation','up','2014-01-02 05:00:00','AF6E8B03-0299-467E-972A-A883ECDCC575',NULL,NULL,NULL,NULL,'third_party',NULL,NULL,'secret',NULL,NULL,NULL,'','',NULL,NULL,'data_custodian','http://localhost:8080/DataCustodian/espi/1_1/resource',NULL,NULL,NULL,NULL,'http://localhost:8080/ThirdParty/espi/1_1/OAuthCallBack',NULL,NULL,NULL,NULL,NULL,NULL,'Third Party (localhost)',NULL,NULL,NULL,NULL,NULL,'http://localhost:8080/ThirdParty/espi/1_1/Notification',NULL,'http://localhost:8080/ThirdParty/RetailCustomer/ScopeSelection',NULL,NULL,NULL);
0 commit comments