Created
October 4, 2021 17:51
-
-
Save iagosousadev/738c5363b0ec64d46d32c32480087db8 to your computer and use it in GitHub Desktop.
populate padrão
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"_class": "app.entity.Application", | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09", | |
"name": "io.cronapp.apps.projetoparatestes" | |
}, | |
{ | |
"_class": "app.entity.User", | |
"id": "1d4e5d7b-dca8-4a1d-90fd-72648cf5dc8d", | |
"name": "Administrator", | |
"userName": "admin", | |
"normalizedUserName": "admin", | |
"email": "[email protected]", | |
"normalizedEmail": "[email protected]", | |
"emailConfirmed": true, | |
"password": "$2a$10$LjzpM1Q3VoAtG2dTCCabNuW0/amVPjL3Iyvyi2Dj7NP.HngtzSewu", | |
"securityStamp": "972d8d0d-66b7-4638-8fdc-74845fba68a5", | |
"phoneNumberConfirmed": true, | |
"twoFactorEnabled": true, | |
"lockoutEnabled": false, | |
"accessFailedCount": 0 | |
}, | |
{ | |
"_class": "app.entity.Role", | |
"id": "cdeca4d5-59a5-11eb-95ba-0242ac110002", | |
"name": "Administrators", | |
"normalizedName": "administrators", | |
"membershipEnabled": true, | |
"builtIn": true | |
}, | |
{ | |
"id": "ea8a061c-bdc7-4844-870a-c02880324914", | |
"name": "Anonymous Users", | |
"normalizedName": "anonymous users", | |
"membershipEnabled": false, | |
"builtIn": false, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.Role" | |
}, | |
{ | |
"_class": "app.entity.Role", | |
"id": "85a1eeda-7d9e-4a62-b154-9cd8ae7fabb7", | |
"name": "Authenticated Users", | |
"normalizedName": "authenticated users", | |
"membershipEnabled": false, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"builtIn": true | |
}, | |
{ | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85", | |
"name": "Public", | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.Securable" | |
}, | |
{ | |
"id": "6741fb81-e5f8-4d67-9aa5-11f5bf3dc46e", | |
"name": "Authenticated", | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.Securable" | |
}, | |
{ | |
"id": "fdce3bb0-59a5-11eb-95ba-0242ac110002", | |
"name": "Administrators", | |
"_class": "app.entity.Securable" | |
}, | |
{ | |
"_class": "app.entity.RoleSecurable", | |
"id": "bf46356d-d43f-432b-bc31-52c9e1d51a34", | |
"role": { | |
"id": "ea8a061c-bdc7-4844-870a-c02880324914" | |
}, | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
} | |
}, | |
{ | |
"_class": "app.entity.RoleSecurable", | |
"id": "bc5ba91f-f2a8-4613-9bb9-da40fdb746c9", | |
"role": { | |
"id": "85a1eeda-7d9e-4a62-b154-9cd8ae7fabb7" | |
}, | |
"securable": { | |
"id": "6741fb81-e5f8-4d67-9aa5-11f5bf3dc46e" | |
} | |
}, | |
{ | |
"id": "def2d8a0-5a5c-11eb-bdc9-0242ac110002", | |
"role": { | |
"id": "cdeca4d5-59a5-11eb-95ba-0242ac110002" | |
}, | |
"securable": { | |
"id": "fdce3bb0-59a5-11eb-95ba-0242ac110002" | |
}, | |
"_class": "app.entity.RoleSecurable" | |
}, | |
{ | |
"id": "bbfc9e4c-3621-432c-92fc-946b84bb9fad", | |
"securable": { | |
"id": "fdce3bb0-59a5-11eb-95ba-0242ac110002" | |
}, | |
"pattern": "/views/admin/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "c2f6fb29-7f68-42a2-b65d-7ca131985ec1", | |
"securable": { | |
"id": "fdce3bb0-59a5-11eb-95ba-0242ac110002" | |
}, | |
"pattern": "/api/security/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "d65bb349-675e-4668-8f1a-0123b61040ae", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/auth/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "52387078-756a-4d13-b808-b55d7e854fa3", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/index.html", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "70b86ebb-0d9b-4a66-9b90-24bcd67f395a", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/favicon.ico", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "c08e1168-4623-4a69-8aad-b7f56cf11cec", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/public/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "202b9fea-b9cd-4f3e-8bea-419cda85874b", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/plugins/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "ce70b6f1-1681-4c54-870e-f1e80daa1808", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/node_modules/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "3efaf2a3-b0fa-4ee7-8d31-ceeb247e9c0d", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/components/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "50a7ebf2-8849-4467-9638-e42b2460ebb6", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/js/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "d510daf8-4155-4f59-94e2-84666407c88d", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/lib/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "10d2e207-46ef-4bb5-8e9e-1a412edf73b9", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/css/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "67abfb45-5ef9-4e5b-9c85-b144ec935322", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/img/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "1c288f45-5562-49ea-9a22-55133c84290b", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/i18n/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "049b1f04-346d-43ca-a9a5-9d94a0156870", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/views/login.view.html", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "bc15eff2-c094-46a8-973d-c91a6711abb5", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/views/error/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "dfa9b77d-f742-428b-b1c9-6610f073757c", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/views/public/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "9d5c3be3-840b-4b68-945e-dd0b547c3fbc", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/signin/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "ef799ada-1d23-43ec-b615-3d6434cece77", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/device/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "e25b3f39-1d82-4f79-8285-b097d46bb9f4", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/api/cronapi/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "2ea90ba8-473c-49e4-bfba-135378686caf", | |
"securable": { | |
"id": "6741fb81-e5f8-4d67-9aa5-11f5bf3dc46e" | |
}, | |
"pattern": "/views/logged/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "081a0dc4-3fc6-445a-aa24-c078022c5333", | |
"securable": { | |
"id": "6741fb81-e5f8-4d67-9aa5-11f5bf3dc46e" | |
}, | |
"pattern": "/api/rest/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "b4711f8f-539d-4e20-a4ea-6c3b242a347d", | |
"securable": { | |
"id": "6741fb81-e5f8-4d67-9aa5-11f5bf3dc46e" | |
}, | |
"pattern": "/changePassword", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "9a1b63aa-2558-46e6-bda4-2b72f8e4c13b", | |
"securable": { | |
"id": "6741fb81-e5f8-4d67-9aa5-11f5bf3dc46e" | |
}, | |
"pattern": "/changeTheme", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "6d7294f6-e8c5-4939-9437-613b3aea29b7", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/services/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "edc11644-83c8-41f0-8f9d-d65c53379ece", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mutual/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "ebea7a8d-d121-4920-bbec-c2f315537139", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/actuator/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "6287c20a-067f-440d-8db0-3d1dea0ffb5a", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/index.html", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "fee42577-b2cf-4048-99aa-553914a448c3", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/views/login.view.html", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "879991c3-a032-4742-ae04-6ac4ae61a9e1", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/js/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "c5eea7f0-1d98-4966-a588-9577a5af69d5", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/node_modules/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "1bbc1fbe-8c80-4b18-9bb5-104025d035b6", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/css/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "931ce789-2ab3-48aa-8076-991206f0a79b", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/i18n/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "95f04c79-93d4-4bfa-a449-cab420200084", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/img/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "ee0a90a3-3984-4016-8d4c-8ffb3a1fd0b6", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/views/error/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "ab0f1d8a-516c-48b2-af06-4c1faa0526fc", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/favicon.ico", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "a87c5909-8569-4de4-8dc9-ef665e86ab09", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/views/public/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "70082c3e-13b0-4cf2-9796-904c7d233f95", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/bowerscripts/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "344c319f-c468-4d20-9883-307147073f83", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/manifest.json", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "2717faee-7188-4e3c-b051-515047a378d7", | |
"securable": { | |
"id": "6741fb81-e5f8-4d67-9aa5-11f5bf3dc46e" | |
}, | |
"pattern": "/mobileapp/views/logged/**", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"_class": "app.entity.UserRole", | |
"id": "f6dff76e-6460-4abc-b55b-7fef96716d18", | |
"user": { | |
"id": "1d4e5d7b-dca8-4a1d-90fd-72648cf5dc8d" | |
}, | |
"role": { | |
"id": "cdeca4d5-59a5-11eb-95ba-0242ac110002" | |
} | |
}, | |
{ | |
"id": "8c48836a-953a-4a2f-8976-5ed80c82fed0", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/cordova.js", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "f1152f5f-949d-40ec-87aa-1dcd9ec89ef6", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/cordova_plugins.js", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
}, | |
{ | |
"id": "5296c060-1b36-4245-850b-76282d0c09fe", | |
"securable": { | |
"id": "4dc54c53-afbd-44b5-a934-710b0e822e85" | |
}, | |
"pattern": "/mobileapp/js/hostApp.js", | |
"getMethodAllowed": true, | |
"headMethodAllowed": true, | |
"putMethodAllowed": true, | |
"postMethodAllowed": true, | |
"patchMethodAllowed": true, | |
"deleteMethodAllowed": true, | |
"optionsMethodAllowed": true, | |
"traceMethodAllowed": true, | |
"application": { | |
"id": "3dc2e6de-12e9-4658-b8d0-d84b0d82bd09" | |
}, | |
"_class": "app.entity.View" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment