@cerema/cadriciel 1.4.26 → 1.4.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli/global/init.js +155 -229
- package/cli.js +223 -73
- package/lib/cadriciel.js +1 -4
- package/package.json +3 -1
- package/aqtion/.cadriciel/.settings +0 -25
- package/aqtion/.cadriciel/bin/.settings +0 -0
- package/aqtion/.cadriciel/bin/build.js +0 -106
- package/aqtion/.cadriciel/bin/env.js +0 -145
- package/aqtion/.cadriciel/bin/gen/api/api.js +0 -886
- package/aqtion/.cadriciel/bin/gen/component/component.js +0 -36
- package/aqtion/.cadriciel/bin/gen/db/db.js +0 -3
- package/aqtion/.cadriciel/bin/gen/db/ext/create.js +0 -124
- package/aqtion/.cadriciel/bin/gen/db/ext/ext.js +0 -91
- package/aqtion/.cadriciel/bin/gen/db/ext/import.js +0 -636
- package/aqtion/.cadriciel/bin/gen/db/ext/models.js +0 -843
- package/aqtion/.cadriciel/bin/gen/db/ext/query.js +0 -127
- package/aqtion/.cadriciel/bin/gen/db/ext/reverse.js +0 -201
- package/aqtion/.cadriciel/bin/gen/db/ext/reverse_lib.js +0 -253
- package/aqtion/.cadriciel/bin/gen/db/ext/snapshot.js +0 -112
- package/aqtion/.cadriciel/bin/gen/db/ext/sql.js +0 -380
- package/aqtion/.cadriciel/bin/gen/page/page.js +0 -163
- package/aqtion/.cadriciel/bin/gen/project/project.js +0 -220
- package/aqtion/.cadriciel/bin/gen/service/service.js +0 -18
- package/aqtion/.cadriciel/bin/gen.js +0 -19
- package/aqtion/.cadriciel/bin/lib/cadriciel.js +0 -91
- package/aqtion/.cadriciel/bin/lib/convert.js +0 -94
- package/aqtion/.cadriciel/bin/lib/docker.js +0 -63
- package/aqtion/.cadriciel/bin/lib/global.js +0 -140
- package/aqtion/.cadriciel/bin/lib/templates.js +0 -48
- package/aqtion/.cadriciel/bin/lib/utils.js +0 -268
- package/aqtion/.cadriciel/bin/link.js +0 -139
- package/aqtion/.cadriciel/bin/logs.js +0 -42
- package/aqtion/.cadriciel/bin/project/_update.js +0 -268
- package/aqtion/.cadriciel/bin/project/ext/logo.js +0 -109
- package/aqtion/.cadriciel/bin/project/ext/version.js +0 -267
- package/aqtion/.cadriciel/bin/project/update.js +0 -3
- package/aqtion/.cadriciel/bin/project.js +0 -12
- package/aqtion/.cadriciel/bin/reset.js +0 -73
- package/aqtion/.cadriciel/bin/rm/api/api.js +0 -244
- package/aqtion/.cadriciel/bin/rm/component/component.js +0 -16
- package/aqtion/.cadriciel/bin/rm/db/db.js +0 -3
- package/aqtion/.cadriciel/bin/rm/db/ext/ext.js +0 -60
- package/aqtion/.cadriciel/bin/rm/db/ext/models.js +0 -357
- package/aqtion/.cadriciel/bin/rm/page/page.js +0 -62
- package/aqtion/.cadriciel/bin/rm/service/service.js +0 -17
- package/aqtion/.cadriciel/bin/rm.js +0 -18
- package/aqtion/.cadriciel/bin/run/backend.js +0 -122
- package/aqtion/.cadriciel/bin/run/frontend.js +0 -52
- package/aqtion/.cadriciel/bin/run/stop-backend.js +0 -39
- package/aqtion/.cadriciel/bin/run/stop-frontend.js +0 -55
- package/aqtion/.cadriciel/bin/start/docker.js +0 -448
- package/aqtion/.cadriciel/bin/start/update.js +0 -120
- package/aqtion/.cadriciel/bin/start/workspace.js +0 -398
- package/aqtion/.cadriciel/bin/start.js +0 -29
- package/aqtion/.cadriciel/bin/stop/docker.js +0 -28
- package/aqtion/.cadriciel/bin/stop/workspace.js +0 -54
- package/aqtion/.cadriciel/bin/stop.js +0 -26
- package/aqtion/.cadriciel/bin/templates/angular-prod/main.module.ts +0 -43
- package/aqtion/.cadriciel/bin/templates/angular-prod/shared.module.ts +0 -10
- package/aqtion/.cadriciel/bin/templates/components/{{name}}.component.html +0 -1
- package/aqtion/.cadriciel/bin/templates/components/{{name}}.component.scss +0 -0
- package/aqtion/.cadriciel/bin/templates/components/{{name}}.component.ts +0 -15
- package/aqtion/.cadriciel/bin/templates/environment.tpl.ts +0 -12
- package/aqtion/.cadriciel/bin/templates/idea/compiler.xml +0 -28
- package/aqtion/.cadriciel/bin/templates/idea/dataSources.local.xml +0 -20
- package/aqtion/.cadriciel/bin/templates/idea/dataSources.xml +0 -12
- package/aqtion/.cadriciel/bin/templates/idea/encodings.xml +0 -12
- package/aqtion/.cadriciel/bin/templates/idea/jarRepositories.xml +0 -20
- package/aqtion/.cadriciel/bin/templates/idea/jpa-buddy-datasource.xml +0 -8
- package/aqtion/.cadriciel/bin/templates/idea/jpa-buddy.xml +0 -7
- package/aqtion/.cadriciel/bin/templates/idea/misc.xml +0 -16
- package/aqtion/.cadriciel/bin/templates/idea/modules.xml +0 -8
- package/aqtion/.cadriciel/bin/templates/idea/vcs.xml +0 -6
- package/aqtion/.cadriciel/bin/templates/idea/workspace-docker.xml +0 -114
- package/aqtion/.cadriciel/bin/templates/idea/workspace.xml +0 -122
- package/aqtion/.cadriciel/bin/templates/java/config.java +0 -59
- package/aqtion/.cadriciel/bin/templates/jpb/jpb-settings.xml +0 -12
- package/aqtion/.cadriciel/bin/templates/routing.module.ts +0 -30
- package/aqtion/.cadriciel/bin/templates/start/backend.sh +0 -15
- package/aqtion/.cadriciel/bin/templates/start/frontend.sh +0 -3
- package/aqtion/.cadriciel/bin/templates/studio-env.tpl.ts +0 -9
- package/aqtion/.cadriciel/bin/templates/{{name}}.component.html +0 -1
- package/aqtion/.cadriciel/bin/templates/{{name}}.component.scss +0 -0
- package/aqtion/.cadriciel/bin/templates/{{name}}.component.ts +0 -16
- package/aqtion/.cadriciel/bin/templates/{{name}}.service.ts +0 -20
- package/aqtion/.cadriciel/bin/unlink.js +0 -0
- package/aqtion/.cadriciel/bin/upgrade.js +0 -0
- package/aqtion/.cadriciel/bin/version.json +0 -4
- package/aqtion/.cadriciel/cli/build.js +0 -8
- package/aqtion/.cadriciel/cli/env.js +0 -9
- package/aqtion/.cadriciel/cli/gen.js +0 -34
- package/aqtion/.cadriciel/cli/link.js +0 -8
- package/aqtion/.cadriciel/cli/logs.js +0 -8
- package/aqtion/.cadriciel/cli/project.js +0 -14
- package/aqtion/.cadriciel/cli/reset.js +0 -8
- package/aqtion/.cadriciel/cli/restart.js +0 -8
- package/aqtion/.cadriciel/cli/rm.js +0 -34
- package/aqtion/.cadriciel/cli/start.js +0 -8
- package/aqtion/.cadriciel/cli/stop.js +0 -8
- package/aqtion/.cadriciel/cli/unlink.js +0 -8
- package/aqtion/.cadriciel/cli/upgrade.js +0 -8
- package/aqtion/.cadriciel/routes/root.json +0 -1
- package/aqtion/.cadriciel/shared/.gitkeep +0 -0
- package/aqtion/.cadriciel/watcher/pid +0 -1
- package/aqtion/.dockerignore +0 -5
- package/aqtion/.gitlab-ci.yml +0 -102
- package/aqtion/.jpb/jpb-settings.xml +0 -12
- package/aqtion/.project +0 -1
- package/aqtion/.vscode/launch.json +0 -23
- package/aqtion/.vscode/settings.json +0 -3
- package/aqtion/.vscode/tasks.json +0 -55
- package/aqtion/Dockerfile +0 -8
- package/aqtion/angular.json +0 -208
- package/aqtion/backend/.mvn/wrapper/MavenWrapperDownloader.java +0 -116
- package/aqtion/backend/.mvn/wrapper/maven-wrapper.properties +0 -4
- package/aqtion/backend/Dockerfile +0 -13
- package/aqtion/backend/aqtion-data/Readme.md +0 -27
- package/aqtion/backend/aqtion-data/pom.xml +0 -36
- package/aqtion/backend/aqtion-data/src/main/resources/db/dev/Readme.md +0 -5
- package/aqtion/backend/aqtion-data/src/main/resources/db/dev/V2022.06.02.1513__dev-data.sql +0 -7
- package/aqtion/backend/aqtion-data/src/main/resources/db/migration/Readme.md +0 -38
- package/aqtion/backend/aqtion-data/src/main/resources/db/migration/V2021.10.14.0819__Init.sql +0 -23
- package/aqtion/backend/aqtion-data/target/classes/db/dev/Readme.md +0 -5
- package/aqtion/backend/aqtion-data/target/classes/db/dev/V2022.06.02.1513__dev-data.sql +0 -7
- package/aqtion/backend/aqtion-data/target/classes/db/migration/Readme.md +0 -38
- package/aqtion/backend/aqtion-data/target/classes/db/migration/V2021.10.14.0819__Init.sql +0 -23
- package/aqtion/backend/aqtion-data/target/maven-archiver/pom.properties +0 -3
- package/aqtion/backend/aqtion-metier/pom.xml +0 -110
- package/aqtion/backend/aqtion-metier/src/main/java/fr/cerema/dsi/aqtion/services/CustomUserDetailsService.java +0 -12
- package/aqtion/backend/aqtion-metier/src/main/java/fr/cerema/dsi/aqtion/services/ProfilService.java +0 -24
- package/aqtion/backend/aqtion-metier/src/main/java/fr/cerema/dsi/aqtion/services/UserService.java +0 -36
- package/aqtion/backend/aqtion-metier/src/main/java/fr/cerema/dsi/aqtion/services/impl/CustomUserDetailsServiceImpl.java +0 -79
- package/aqtion/backend/aqtion-metier/src/main/java/fr/cerema/dsi/aqtion/services/impl/ProfilServiceImpl.java +0 -27
- package/aqtion/backend/aqtion-metier/src/main/java/fr/cerema/dsi/aqtion/services/impl/UserServiceImpl.java +0 -75
- package/aqtion/backend/aqtion-metier/src/main/java/fr/cerema/dsi/commons/security/UserSecurityServiceUtil.java +0 -30
- package/aqtion/backend/aqtion-metier/src/main/java/fr/cerema/dsi/commons/services/GenericService.java +0 -30
- package/aqtion/backend/aqtion-metier/src/main/java/fr/cerema/dsi/commons/services/GenericServiceImpl.java +0 -62
- package/aqtion/backend/aqtion-metier/src/test/java/fr/cerema/dsi/aqtion/services/UserServiceImplTest.java +0 -60
- package/aqtion/backend/aqtion-metier/target/maven-archiver/pom.properties +0 -3
- package/aqtion/backend/aqtion-metier/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +0 -9
- package/aqtion/backend/aqtion-metier/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +0 -9
- package/aqtion/backend/aqtion-metier/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +0 -1
- package/aqtion/backend/aqtion-metier/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +0 -1
- package/aqtion/backend/aqtion-persistance/pom.xml +0 -33
- package/aqtion/backend/aqtion-persistance/src/main/java/fr/cerema/dsi/aqtion/repositories/ProfilRepository.java +0 -18
- package/aqtion/backend/aqtion-persistance/src/main/java/fr/cerema/dsi/aqtion/repositories/UserRepository.java +0 -28
- package/aqtion/backend/aqtion-persistance/src/main/java/fr/cerema/dsi/commons/repositories/AbstractDao.java +0 -118
- package/aqtion/backend/aqtion-persistance/src/main/java/fr/cerema/dsi/commons/repositories/GenericRepository.java +0 -101
- package/aqtion/backend/aqtion-persistance/src/main/java/fr/cerema/dsi/commons/repositories/IAbstractDao.java +0 -66
- package/aqtion/backend/aqtion-persistance/target/maven-archiver/pom.properties +0 -3
- package/aqtion/backend/aqtion-persistance/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +0 -5
- package/aqtion/backend/aqtion-persistance/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +0 -5
- package/aqtion/backend/aqtion-presentation/Readme.md +0 -98
- package/aqtion/backend/aqtion-presentation/pom.xml +0 -185
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/App.java +0 -20
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/config/AspectJConfiguration.java +0 -58
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/config/AuthenticationTokenFilter.java +0 -134
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/config/SecurityConfiguration.java +0 -80
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/config/StaticResourcesWebConfiguration.java +0 -41
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/config/WebConfiguration.java +0 -59
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/controllers/AccountController.java +0 -64
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/controllers/ApiOpenController.java +0 -71
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/controllers/UserController.java +0 -65
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/dto/GenericDTO.java +0 -20
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/dto/ProfilDTO.java +0 -26
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/dto/UserDTO.java +0 -57
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/dto/UserWithCurrentAuthorityDTO.java +0 -31
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/aqtion/mapper/UserMapper.java +0 -33
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/commons/beans/errors/ApiSubError.java +0 -5
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/commons/beans/errors/ApiValidationSubError.java +0 -13
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/commons/beans/errors/JsonApiError.java +0 -308
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/commons/controllers/AbstractErrorHandler.java +0 -67
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/commons/controllers/ClientForwardController.java +0 -19
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/commons/controllers/CustomErrorController.java +0 -57
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/commons/controllers/RestResponseEntityExceptionHandler.java +0 -75
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/commons/security/auth/jwt/exceptions/InvalidTokenException.java +0 -30
- package/aqtion/backend/aqtion-presentation/src/main/java/fr/cerema/dsi/commons/security/filters/AppCorsFilter.java +0 -45
- package/aqtion/backend/aqtion-presentation/src/main/resources/META-INF/spring.factories +0 -2
- package/aqtion/backend/aqtion-presentation/src/main/resources/banner.txt +0 -3
- package/aqtion/backend/aqtion-presentation/src/main/resources/logback-spring-ci.xml +0 -15
- package/aqtion/backend/aqtion-presentation/src/main/resources/logback-spring.xml +0 -15
- package/aqtion/backend/aqtion-presentation/src/main/resources-filtered/application-prod.yml +0 -80
- package/aqtion/backend/aqtion-presentation/src/main/resources-filtered/application.yml +0 -94
- package/aqtion/backend/aqtion-presentation/src/test/java/fr/cerema/dsi/aqtion/service/IntegrationTest.java +0 -18
- package/aqtion/backend/aqtion-presentation/src/test/resources/application.yml +0 -41
- package/aqtion/backend/aqtion-presentation/src/test/resources/db.migration/Readme.md +0 -6
- package/aqtion/backend/aqtion-presentation/target/generated-sources/annotations/fr/cerema/dsi/aqtion/mapper/UserMapperImpl.java +0 -134
- package/aqtion/backend/aqtion-presentation/target/maven-archiver/pom.properties +0 -3
- package/aqtion/backend/aqtion-presentation/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +0 -25
- package/aqtion/backend/aqtion-presentation/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +0 -23
- package/aqtion/backend/aqtion-presentation/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst +0 -1
- package/aqtion/backend/aqtion-presentation/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst +0 -1
- package/aqtion/backend/aqtion-transverse/pom.xml +0 -22
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/aqtion/entities/Profil.java +0 -53
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/aqtion/entities/User.java +0 -79
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/aqtion/enums/Role.java +0 -8
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/aqtion/exceptions/JwtConfMalformedException.java +0 -9
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/aqtion/exceptions/security/AuthenticationServiceException.java +0 -30
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/aqtion/exceptions/security/NoRoleForUserServiceException.java +0 -29
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/aqtion/exceptions/security/UserNotFoundServiceException.java +0 -29
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/commons/entities/GenericEntity.java +0 -43
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/BadRequestException.java +0 -43
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/EntityNotFoundException.java +0 -9
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/GenericRepositoryException.java +0 -29
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/GenericServiceException.java +0 -29
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/UserNotFoundException.java +0 -11
- package/aqtion/backend/aqtion-transverse/src/main/java/fr/cerema/dsi/commons/exceptions/UtilsException.java +0 -13
- package/aqtion/backend/aqtion-transverse/target/maven-archiver/pom.properties +0 -3
- package/aqtion/backend/aqtion-transverse/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +0 -15
- package/aqtion/backend/aqtion-transverse/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +0 -14
- package/aqtion/backend/mvnw +0 -311
- package/aqtion/backend/mvnw.cmd +0 -182
- package/aqtion/backend/pom.xml +0 -144
- package/aqtion/banner.png +0 -0
- package/aqtion/bun.lockb +0 -0
- package/aqtion/docker/config/keycloak/realms/export/realm.json +0 -63
- package/aqtion/docker/config/keycloak/themes/README.txt +0 -3
- package/aqtion/docker/config/keycloak/themes/base/account/account.ftl +0 -70
- package/aqtion/docker/config/keycloak/themes/base/account/applications.ftl +0 -76
- package/aqtion/docker/config/keycloak/themes/base/account/federatedIdentity.ftl +0 -42
- package/aqtion/docker/config/keycloak/themes/base/account/log.ftl +0 -35
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_ca.properties +0 -147
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_cs.properties +0 -171
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_da.properties +0 -339
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_de.properties +0 -353
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_en.properties +0 -397
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_es.properties +0 -147
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_fi.properties +0 -400
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_fr.properties +0 -180
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_hu.properties +0 -334
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_it.properties +0 -336
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_ja.properties +0 -335
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_lt.properties +0 -154
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_lv.properties +0 -197
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_nl.properties +0 -133
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_no.properties +0 -152
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_pl.properties +0 -248
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_pt_BR.properties +0 -356
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_ru.properties +0 -155
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_sk.properties +0 -196
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_sv.properties +0 -150
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_tr.properties +0 -315
- package/aqtion/docker/config/keycloak/themes/base/account/messages/messages_zh_CN.properties +0 -153
- package/aqtion/docker/config/keycloak/themes/base/account/password.ftl +0 -59
- package/aqtion/docker/config/keycloak/themes/base/account/resource-detail.ftl +0 -277
- package/aqtion/docker/config/keycloak/themes/base/account/resources.ftl +0 -403
- package/aqtion/docker/config/keycloak/themes/base/account/sessions.ftl +0 -44
- package/aqtion/docker/config/keycloak/themes/base/account/template.ftl +0 -88
- package/aqtion/docker/config/keycloak/themes/base/account/theme.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/account/totp.ftl +0 -141
- package/aqtion/docker/config/keycloak/themes/base/admin/index.ftl +0 -99
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_ca.properties +0 -477
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_de.properties +0 -1627
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_en.properties +0 -2030
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_es.properties +0 -479
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_fi.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_fr.properties +0 -155
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_it.properties +0 -0
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_ja.properties +0 -1641
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_lt.properties +0 -1221
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_lv.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_nl.properties +0 -0
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_no.properties +0 -1129
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_pl.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_pt_BR.properties +0 -1101
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_ru.properties +0 -1279
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/admin-messages_zh_CN.properties +0 -1230
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_ca.properties +0 -8
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_de.properties +0 -29
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_en.properties +0 -67
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_es.properties +0 -8
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_fi.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_fr.properties +0 -8
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_it.properties +0 -0
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_ja.properties +0 -30
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_lt.properties +0 -25
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_lv.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_nl.properties +0 -27
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_no.properties +0 -14
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_pl.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_pt_BR.properties +0 -18
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_ru.properties +0 -26
- package/aqtion/docker/config/keycloak/themes/base/admin/messages/messages_zh_CN.properties +0 -26
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/app.js +0 -3858
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/authz/authz-app.js +0 -569
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/authz/authz-controller.js +0 -2845
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/authz/authz-services.js +0 -218
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/controllers/clients.js +0 -4054
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/controllers/groups.js +0 -625
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/controllers/realm.js +0 -4552
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/controllers/roles.js +0 -48
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/controllers/users.js +0 -2042
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/loaders.js +0 -587
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/js/services.js +0 -2265
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authentication-flow-bindings.html +0 -83
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authentication-flows.html +0 -72
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authenticator-config.html +0 -52
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/mgmt/broker-permissions.html +0 -40
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/mgmt/client-permissions.html +0 -39
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/mgmt/client-role-permissions.html +0 -40
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/mgmt/group-permissions.html +0 -39
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/mgmt/realm-role-permissions.html +0 -39
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/mgmt/users-permissions.html +0 -35
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/permission/provider/resource-server-policy-resource-detail.html +0 -131
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/permission/provider/resource-server-policy-scope-detail.html +0 -137
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/permission/resource-server-permission-list.html +0 -118
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/provider/resource-server-policy-aggregate-detail.html +0 -123
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/provider/resource-server-policy-client-detail.html +0 -93
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/provider/resource-server-policy-client-scope-detail.html +0 -126
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/provider/resource-server-policy-group-detail.html +0 -126
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/provider/resource-server-policy-js-detail.html +0 -68
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/provider/resource-server-policy-regex-detail.html +0 -100
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/provider/resource-server-policy-role-detail.html +0 -169
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/provider/resource-server-policy-time-detail.html +0 -119
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/provider/resource-server-policy-user-detail.html +0 -93
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/resource-server-policy-evaluate-result.html +0 -72
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/resource-server-policy-evaluate.html +0 -267
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/policy/resource-server-policy-list.html +0 -117
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/resource-server-detail.html +0 -77
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/resource-server-export-settings.html +0 -35
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/resource-server-list.html +0 -49
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/resource-server-resource-detail.html +0 -126
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/resource-server-resource-list.html +0 -169
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/resource-server-scope-detail.html +0 -50
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/authz/resource-server-scope-list.html +0 -102
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/brute-force.html +0 -114
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/ciba-policy.html +0 -63
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/claims.html +0 -62
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-clustering-node.html +0 -37
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-clustering.html +0 -76
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-credentials-generic.html +0 -14
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-credentials-jwt.html +0 -26
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-credentials-secret-jwt.html +0 -55
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-credentials-secret.html +0 -33
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-credentials-x509.html +0 -28
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-credentials.html +0 -38
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-detail.html +0 -1080
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-import.html +0 -46
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-initial-access-create.html +0 -63
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-initial-access.html +0 -55
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-installation.html +0 -36
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-keys.html +0 -146
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-list.html +0 -68
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-mappers-add.html +0 -53
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-mappers.html +0 -55
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-offline-sessions.html +0 -59
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-oidc-key-export.html +0 -57
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-oidc-key-import.html +0 -62
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-oidc-keys.html +0 -108
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-policies-json.html +0 -60
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-policies-list.html +0 -74
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-policies-policy-edit-condition.html +0 -65
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-policies-policy-edit.html +0 -140
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-policies-profiles-edit-executor.html +0 -65
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-policies-profiles-edit.html +0 -97
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-policies-profiles-json.html +0 -60
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-policies-profiles-list.html +0 -80
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-protocol-mapper-detail.html +0 -13
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-reg-policies.html +0 -106
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-reg-policy-detail.html +0 -68
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-reg-trusted-host-create.html +0 -55
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-reg-trusted-host-detail.html +0 -64
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-registration-access-token.html +0 -18
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-revocation.html +0 -30
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-role-attributes.html +0 -45
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-role-detail.html +0 -140
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-role-list.html +0 -64
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-role-users.html +0 -52
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-saml-key-export.html +0 -63
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-saml-key-import.html +0 -62
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-saml-keys.html +0 -66
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scope-detail.html +0 -102
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scope-list.html +0 -60
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scope-mappers-add.html +0 -53
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scope-mappers.html +0 -55
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scope-mappings.html +0 -127
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scope-protocol-mapper-detail.html +0 -13
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scope-scope-mappings.html +0 -116
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scopes-evaluate.html +0 -268
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scopes-realm-default.html +0 -99
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-scopes-setup.html +0 -123
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-service-account-roles.html +0 -140
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-sessions.html +0 -57
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-storage-generic.html +0 -207
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/client-storage-list.html +0 -67
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/create-client.html +0 -72
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/create-execution.html +0 -31
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/create-flow-execution.html +0 -55
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/create-flow.html +0 -43
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/create-group.html +0 -25
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/default-groups.html +0 -91
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/defense-headers.html +0 -71
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/forbidden.html +0 -7
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/group-attributes.html +0 -41
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/group-detail.html +0 -28
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/group-list.html +0 -50
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/group-members.html +0 -48
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/group-role-mappings.html +0 -111
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/home.html +0 -4
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/identity-provider-mapper-detail.html +0 -84
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/identity-provider-mappers.html +0 -49
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/menu.html +0 -26
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/modal/group-selector.html +0 -50
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/modal/realm-events-admin-auth.html +0 -8
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/modal/realm-events-admin-representation.html +0 -3
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/modal/role-selector.html +0 -39
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/modal/unregistered-required-action-selector.html +0 -21
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/modal/user-credential-data.html +0 -8
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/modal/view-key.html +0 -18
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/modal/view-object.html +0 -3
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/notfound.html +0 -7
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/otp-policy.html +0 -96
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/pagenotfound.html +0 -7
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/partial-export.html +0 -34
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/partial-import.html +0 -130
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/password-policy.html +0 -51
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/protocol-mapper-detail.html +0 -64
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-cache-settings.html +0 -30
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-create.html +0 -45
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-default-roles.html +0 -88
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-detail.html +0 -90
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-events-admin.html +0 -134
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-events-config.html +0 -106
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-events.html +0 -124
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-bitbucket.html +0 -142
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-facebook-ext.html +0 -7
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-facebook.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-github-ext.html +0 -14
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-github.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-gitlab.html +0 -142
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-google-ext.html +0 -21
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-google.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-instagram-ext.html +0 -0
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-instagram.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-keycloak-oidc.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-linkedin-ext.html +0 -0
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-linkedin.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-microsoft-ext.html +0 -0
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-microsoft.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-oidc.html +0 -388
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-openshift-v3-ext.html +0 -7
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-openshift-v3.html +0 -164
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-openshift-v4-ext.html +0 -7
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-openshift-v4.html +0 -164
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-paypal-ext.html +0 -7
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-paypal.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-saml.html +0 -435
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-social.html +0 -157
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-stackoverflow-ext.html +0 -7
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-stackoverflow.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-twitter-ext.html +0 -0
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider-twitter.html +0 -1
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-identity-provider.html +0 -81
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-keys-disabled.html +0 -70
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-keys-generic.html +0 -69
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-keys-passive.html +0 -70
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-keys-providers.html +0 -75
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-keys.html +0 -73
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-list.html +0 -20
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-localization-detail.html +0 -50
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-localization-upload.html +0 -37
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-localization.html +0 -61
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-login-settings.html +0 -107
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-role-users.html +0 -50
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-smtp.html +0 -96
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-theme-settings.html +0 -97
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-tokens.html +0 -401
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/realm-user-profile.html +0 -372
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/required-actions.html +0 -38
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/role-attributes.html +0 -41
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/role-detail.html +0 -135
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/role-list.html +0 -63
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/role-mappings.html +0 -119
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/server-info-providers.html +0 -55
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/server-info.html +0 -135
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/session-realm.html +0 -34
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/session-revocation.html +0 -30
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-attributes.html +0 -41
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-consents.html +0 -41
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-credentials.html +0 -173
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-detail.html +0 -186
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-federated-identity-detail.html +0 -53
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-federated-identity-list.html +0 -41
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-federation.html +0 -69
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-group-membership.html +0 -114
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-list.html +0 -69
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-offline-sessions.html +0 -35
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-sessions.html +0 -43
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-storage-generic.html +0 -246
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-storage-kerberos.html +0 -264
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-storage-ldap-mapper-detail.html +0 -64
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-storage-ldap-mappers.html +0 -46
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-storage-ldap.html +0 -568
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/user-storage.html +0 -45
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/webauthn-policy-passwordless.html +0 -177
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/partials/webauthn-policy.html +0 -159
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/authz/kc-authz-modal.html +0 -11
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/authz/kc-tabs-resource-server.html +0 -14
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-component-config.html +0 -67
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-copy.html +0 -18
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-dropdown.html +0 -12
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-edit.html +0 -22
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-menu.html +0 -65
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-modal-message.html +0 -10
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-modal.html +0 -11
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-paging.html +0 -25
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-provider-config.html +0 -104
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-switch.html +0 -12
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-authentication.html +0 -16
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-client-role.html +0 -17
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-client-scope.html +0 -20
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-client.html +0 -65
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-clients.html +0 -16
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-group-list.html +0 -11
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-group.html +0 -17
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-identity-provider.html +0 -16
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-ldap.html +0 -12
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-realm.html +0 -24
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-role.html +0 -16
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-user-storage.html +0 -11
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-user.html +0 -18
- package/aqtion/docker/config/keycloak/themes/base/admin/resources/templates/kc-tabs-users.html +0 -11
- package/aqtion/docker/config/keycloak/themes/base/admin/theme.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/email/html/email-test.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/html/email-update-confirmation.ftl +0 -5
- package/aqtion/docker/config/keycloak/themes/base/email/html/email-verification-with-code.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/html/email-verification.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/html/event-login_error.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/html/event-remove_totp.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/html/event-update_password.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/html/event-update_totp.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/html/executeActions.ftl +0 -8
- package/aqtion/docker/config/keycloak/themes/base/email/html/identity-provider-link.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/html/password-reset.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/html/template.ftl +0 -7
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_ca.properties +0 -21
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_cs.properties +0 -60
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_da.properties +0 -47
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_de.properties +0 -43
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_en.properties +0 -55
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_es.properties +0 -21
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_fi.properties +0 -46
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_fr.properties +0 -46
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_hu.properties +0 -47
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_it.properties +0 -50
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_ja.properties +0 -52
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_lt.properties +0 -25
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_nl.properties +0 -38
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_no.properties +0 -24
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_pl.properties +0 -56
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_pt_BR.properties +0 -51
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_ru.properties +0 -25
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_sk.properties +0 -48
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_sv.properties +0 -25
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_tr.properties +0 -51
- package/aqtion/docker/config/keycloak/themes/base/email/messages/messages_zh_CN.properties +0 -25
- package/aqtion/docker/config/keycloak/themes/base/email/text/email-test.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/text/email-update-confirmation.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/text/email-verification-with-code.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/text/email-verification.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/text/event-login_error.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/text/event-remove_totp.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/text/event-update_password.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/text/event-update_totp.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/text/executeActions.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/base/email/text/identity-provider-link.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/text/password-reset.ftl +0 -2
- package/aqtion/docker/config/keycloak/themes/base/email/theme.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/login/cli_splash.ftl +0 -7
- package/aqtion/docker/config/keycloak/themes/base/login/code.ftl +0 -19
- package/aqtion/docker/config/keycloak/themes/base/login/delete-account-confirm.ftl +0 -33
- package/aqtion/docker/config/keycloak/themes/base/login/error.ftl +0 -16
- package/aqtion/docker/config/keycloak/themes/base/login/frontchannel-logout.ftl +0 -30
- package/aqtion/docker/config/keycloak/themes/base/login/idp-review-user-profile.ftl +0 -23
- package/aqtion/docker/config/keycloak/themes/base/login/info.ftl +0 -24
- package/aqtion/docker/config/keycloak/themes/base/login/login-config-totp.ftl +0 -108
- package/aqtion/docker/config/keycloak/themes/base/login/login-idp-link-confirm.ftl +0 -13
- package/aqtion/docker/config/keycloak/themes/base/login/login-idp-link-email.ftl +0 -16
- package/aqtion/docker/config/keycloak/themes/base/login/login-oauth-grant.ftl +0 -68
- package/aqtion/docker/config/keycloak/themes/base/login/login-oauth2-device-verify-user-code.ftl +0 -31
- package/aqtion/docker/config/keycloak/themes/base/login/login-otp.ftl +0 -58
- package/aqtion/docker/config/keycloak/themes/base/login/login-page-expired.ftl +0 -11
- package/aqtion/docker/config/keycloak/themes/base/login/login-password.ftl +0 -43
- package/aqtion/docker/config/keycloak/themes/base/login/login-recovery-authn-code-config.ftl +0 -184
- package/aqtion/docker/config/keycloak/themes/base/login/login-recovery-authn-code-input.ftl +0 -32
- package/aqtion/docker/config/keycloak/themes/base/login/login-reset-password.ftl +0 -39
- package/aqtion/docker/config/keycloak/themes/base/login/login-update-password.ftl +0 -71
- package/aqtion/docker/config/keycloak/themes/base/login/login-update-profile.ftl +0 -99
- package/aqtion/docker/config/keycloak/themes/base/login/login-username.ftl +0 -87
- package/aqtion/docker/config/keycloak/themes/base/login/login-verify-email.ftl +0 -14
- package/aqtion/docker/config/keycloak/themes/base/login/login-x509-info.ftl +0 -55
- package/aqtion/docker/config/keycloak/themes/base/login/login.ftl +0 -105
- package/aqtion/docker/config/keycloak/themes/base/login/logout-confirm.ftl +0 -38
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_ca.properties +0 -200
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_cs.properties +0 -425
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_da.properties +0 -363
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_de.properties +0 -420
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_en.properties +0 -501
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_es.properties +0 -201
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_fi.properties +0 -443
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_fr.properties +0 -405
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_hu.properties +0 -356
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_it.properties +0 -354
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_ja.properties +0 -356
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_lt.properties +0 -216
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_lv.properties +0 -254
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_nl.properties +0 -294
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_no.properties +0 -214
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_pl.properties +0 -318
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_pt_BR.properties +0 -381
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_ru.properties +0 -217
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_sk.properties +0 -265
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_sv.properties +0 -214
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_tr.properties +0 -296
- package/aqtion/docker/config/keycloak/themes/base/login/messages/messages_zh_CN.properties +0 -216
- package/aqtion/docker/config/keycloak/themes/base/login/register-user-profile.ftl +0 -74
- package/aqtion/docker/config/keycloak/themes/base/login/register.ftl +0 -141
- package/aqtion/docker/config/keycloak/themes/base/login/resources/js/base64url.js +0 -114
- package/aqtion/docker/config/keycloak/themes/base/login/saml-post-form.ftl +0 -25
- package/aqtion/docker/config/keycloak/themes/base/login/select-authenticator.ftl +0 -43
- package/aqtion/docker/config/keycloak/themes/base/login/template.ftl +0 -154
- package/aqtion/docker/config/keycloak/themes/base/login/terms.ftl +0 -15
- package/aqtion/docker/config/keycloak/themes/base/login/theme.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/base/login/update-email.ftl +0 -42
- package/aqtion/docker/config/keycloak/themes/base/login/update-user-profile.ftl +0 -28
- package/aqtion/docker/config/keycloak/themes/base/login/user-profile-commons.ftl +0 -187
- package/aqtion/docker/config/keycloak/themes/base/login/webauthn-authenticate.ftl +0 -168
- package/aqtion/docker/config/keycloak/themes/base/login/webauthn-error.ftl +0 -36
- package/aqtion/docker/config/keycloak/themes/base/login/webauthn-register.ftl +0 -192
- package/aqtion/docker/config/keycloak/themes/cerema/account/account.ftl +0 -93
- package/aqtion/docker/config/keycloak/themes/cerema/account/messages/messages_fr.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/cerema/account/resources/css/account.css +0 -292
- package/aqtion/docker/config/keycloak/themes/cerema/account/resources/img/favicon.ico +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/account/resources/img/icon-sidebar-active.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/account/resources/img/keycloak-logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/account/resources/img/logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/account/theme.properties +0 -11
- package/aqtion/docker/config/keycloak/themes/cerema/admin/resources/css/styles.css +0 -420
- package/aqtion/docker/config/keycloak/themes/cerema/admin/resources/img/favicon.ico +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/admin/resources/img/keyclok-logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/admin/resources/img/keyclok-logo.svg +0 -215
- package/aqtion/docker/config/keycloak/themes/cerema/admin/resources/img/select-arrow.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/admin/theme.properties +0 -3
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/errors.json +0 -150
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/treeview/LICENSE +0 -20
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/treeview/README.md +0 -128
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/treeview/angular.treeview.js +0 -97
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/treeview/angular.treeview.min.js +0 -9
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/treeview/css/angular.treeview.css +0 -99
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/treeview/img/file.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/treeview/img/folder-closed.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/treeview/img/folder.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/ui-bootstrap-tpls-0.11.0.js +0 -4172
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/angular/version.json +0 -22
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/components/font-awesome/fonts/fontawesome-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/components/font-awesome/fonts/fontawesome-webfont.svg +0 -1085
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/components/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/components/font-awesome/fonts/fontawesome-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/components/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/filesaver/FileSaver.js +0 -189
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/fileupload/FileAPI.min.js +0 -72
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/fileupload/angular-file-upload-html5-shim.js +0 -25
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/fileupload/angular-file-upload-html5-shim.min.js +0 -2
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/fileupload/angular-file-upload-shim.js +0 -237
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/fileupload/angular-file-upload-shim.min.js +0 -2
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/fileupload/angular-file-upload.js +0 -156
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/fileupload/angular-file-upload.min.js +0 -2
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/css/patternfly.css +0 -14320
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Bold-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Bold-webfont.svg +0 -2014
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Bold-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Bold-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-BoldItalic-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-BoldItalic-webfont.svg +0 -2019
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-BoldItalic-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-BoldItalic-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-ExtraBold-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-ExtraBold-webfont.svg +0 -2016
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-ExtraBold-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-ExtraBold-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-ExtraBoldItalic-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-ExtraBoldItalic-webfont.svg +0 -2024
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-ExtraBoldItalic-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-ExtraBoldItalic-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Italic-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Italic-webfont.svg +0 -2019
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Italic-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Italic-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Light-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Light-webfont.svg +0 -2013
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Light-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Light-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-LightItalic-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-LightItalic-webfont.svg +0 -2021
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-LightItalic-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-LightItalic-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Regular-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Regular-webfont.svg +0 -2017
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Regular-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Regular-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Semibold-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Semibold-webfont.svg +0 -2015
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Semibold-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-Semibold-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-SemiboldItalic-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-SemiboldItalic-webfont.svg +0 -2019
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-SemiboldItalic-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/OpenSans-SemiboldItalic-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/PatternFlyIcons-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/PatternFlyIcons-webfont.svg +0 -133
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/PatternFlyIcons-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/fonts/PatternFlyIcons-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/img/apple-touch-icon-114-precomposed.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/img/apple-touch-icon-144-precomposed.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/img/apple-touch-icon-57-precomposed.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/img/apple-touch-icon-72-precomposed.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/img/bg-login.jpg +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/img/spinner-lg.gif +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/img/spinner-sm.gif +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/img/spinner-xs.gif +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/patternfly/img/spinner.gif +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/ace.js +0 -18957
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/min/ace.js +0 -7950
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/min/mode-javascript.js +0 -1
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/min/theme-github.js +0 -1
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/min/worker-javascript.js +0 -1
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/mode-javascript.js +0 -1140
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/theme-github.js +0 -103
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/ui-ace.js +0 -327
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/ui-ace.min.js +0 -7
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/ui-ace/worker-javascript.js +0 -12651
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/zocial/zocial-regular-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/zocial/zocial-regular-webfont.svg +0 -1108
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/zocial/zocial-regular-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/zocial/zocial-regular-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/common/resources/lib/zocial/zocial.css +0 -1215
- package/aqtion/docker/config/keycloak/themes/cerema/email/html/email-verification.ftl +0 -4
- package/aqtion/docker/config/keycloak/themes/cerema/email/html/template.ftl +0 -7
- package/aqtion/docker/config/keycloak/themes/cerema/email/messages/messages_en.properties +0 -9
- package/aqtion/docker/config/keycloak/themes/cerema/email/messages/messages_fr.properties +0 -9
- package/aqtion/docker/config/keycloak/themes/cerema/email/theme.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/cerema/login/login-oauth-grant.ftl +0 -57
- package/aqtion/docker/config/keycloak/themes/cerema/login/login-reset-password.ftl +0 -32
- package/aqtion/docker/config/keycloak/themes/cerema/login/login.ftl +0 -87
- package/aqtion/docker/config/keycloak/themes/cerema/login/messages/messages_fr.properties +0 -29
- package/aqtion/docker/config/keycloak/themes/cerema/login/register.ftl +0 -169
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/css/bamboo.css +0 -238
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/css/main.css +0 -1029
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/css/util.css +0 -9826
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.svg +0 -541
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.woff2 +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Linearicons-Free-v1.0.0/icon-font.min.css +0 -7
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/OFL.txt +0 -95
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-Black.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-BlackItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-Bold.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-BoldItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-ExtraBold.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-ExtraBoldItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-ExtraLight.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-ExtraLightItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-Italic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-Light.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-LightItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-Medium.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-MediumItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-Regular.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-SemiBold.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-SemiBoldItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-Thin.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Raleway/Raleway-ThinItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/SIL Open Font License.txt +0 -155
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-Black.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-Bold.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-BoldItalic.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-BoldUpright.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-Light.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-LightItalic.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-LightUpright.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-Regular.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-RegularItalic.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-RegularUpright.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-Semibold.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-SemiboldItalic.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-SemiboldUpright.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-Thin.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-ThinItalic.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/Titillium/Titillium-ThinUpright.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/HELP-US-OUT.txt +0 -7
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/css/font-awesome.css +0 -3049
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/css/font-awesome.min.css +0 -4
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/fonts/FontAwesome.otf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.svg +0 -2672
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff2 +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/animated.less +0 -34
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/bordered-pulled.less +0 -45
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/core.less +0 -12
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/fixed-width.less +0 -6
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/font-awesome.less +0 -18
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/icons.less +0 -2813
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/larger.less +0 -25
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/list.less +0 -24
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/mixins.less +0 -60
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/path.less +0 -15
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/rotated-flipped.less +0 -33
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/screen-reader.less +0 -10
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/stacked.less +0 -30
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/less/variables.less +0 -800
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_animated.scss +0 -34
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_bordered-pulled.scss +0 -45
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_core.scss +0 -12
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_fixed-width.scss +0 -6
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_icons.scss +0 -2813
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_larger.scss +0 -25
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_list.scss +0 -24
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_mixins.scss +0 -60
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_path.scss +0 -15
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_rotated-flipped.scss +0 -33
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_screen-reader.scss +0 -10
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_stacked.scss +0 -30
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/_variables.scss +0 -800
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/font-awesome-4.7.0/scss/font-awesome.scss +0 -18
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-Black.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-BlackItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-Bold.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-BoldItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-ExtraBold.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-ExtraBoldItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-ExtraLight.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-ExtraLightItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-Italic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-Light.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-LightItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-Medium.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-MediumItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-Regular.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-SemiBold.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-SemiBoldItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-Thin.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/Montserrat-ThinItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/montserrat/OFL.txt +0 -93
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-Black.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-BlackItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-Bold.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-BoldItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-ExtraBold.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-ExtraBoldItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-ExtraLight.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-ExtraLightItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-Italic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-Light.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-LightItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-Medium.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-MediumItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-Regular.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-SemiBold.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-SemiBoldItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-Thin.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/fonts/poppins/Poppins-ThinItalic.ttf +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/images/agentconnect-btn-principal-hover.svg +0 -39
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/images/agentconnect-btn-principal.svg +0 -39
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/images/bg-01.jpg +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/images/bg-02.jpg +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/images/franceconnect-btn-hover.svg +0 -13
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/images/franceconnect-btn.svg +0 -13
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/images/icons/favicon.ico +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/images/logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/images/white_logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/js/bamboo.js +0 -950
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/js/main.js +0 -73
- package/aqtion/docker/config/keycloak/themes/cerema/login/resources/vendor/jquery/jquery-3.2.1.min.js +0 -4
- package/aqtion/docker/config/keycloak/themes/cerema/login/template.ftl +0 -119
- package/aqtion/docker/config/keycloak/themes/cerema/login/theme.properties +0 -94
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/index.ftl +0 -141
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/admin-console.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/alert.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/bg.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/bug.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/css/welcome.css +0 -165
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/favicon.ico +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/jboss_community.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/keycloak-project.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/keycloak_logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/mail.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/resources/user.png +0 -0
- package/aqtion/docker/config/keycloak/themes/cerema/welcome/theme.properties +0 -4
- package/aqtion/docker/config/keycloak/themes/keycloak/account/resources/css/account.css +0 -277
- package/aqtion/docker/config/keycloak/themes/keycloak/account/resources/img/icon-sidebar-active.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/account/resources/img/keycloak-logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/account/resources/img/logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/account/theme.properties +0 -14
- package/aqtion/docker/config/keycloak/themes/keycloak/admin/resources/css/styles.css +0 -505
- package/aqtion/docker/config/keycloak/themes/keycloak/admin/resources/img/keyclok-logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/admin/resources/img/keyclok-logo.svg +0 -194
- package/aqtion/docker/config/keycloak/themes/keycloak/admin/resources/img/select-arrow.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/admin/theme.properties +0 -5
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/img/favicon.ico +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/errors.json +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/treeview/LICENSE +0 -20
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/treeview/angular.treeview.js +0 -95
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/treeview/angular.treeview.min.js +0 -9
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/treeview/css/angular.treeview.css +0 -99
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/treeview/img/file.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/treeview/img/folder-closed.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/treeview/img/folder.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/ui-bootstrap-tpls-0.11.0.js +0 -4116
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/angular/version.json +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/filesaver/FileSaver.js +0 -188
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/fileupload/FileAPI.min.js +0 -72
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/fileupload/angular-file-upload-html5-shim.js +0 -25
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/fileupload/angular-file-upload-html5-shim.min.js +0 -2
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/fileupload/angular-file-upload-shim.js +0 -215
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/fileupload/angular-file-upload-shim.min.js +0 -2
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/fileupload/angular-file-upload.js +0 -156
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/fileupload/angular-file-upload.min.js +0 -2
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/pficon/pficon.css +0 -21
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/pficon/pficon.woff +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/common/resources/lib/pficon/pficon.woff2 +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/email/theme.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/css/login.css +0 -596
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/img/feedback-error-arrow-down.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/img/feedback-error-sign.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/img/feedback-success-arrow-down.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/img/feedback-success-sign.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/img/feedback-warning-arrow-down.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/img/feedback-warning-sign.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/img/keycloak-bg.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/img/keycloak-logo-text.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/login/resources/img/keycloak-logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/login/theme.properties +0 -161
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/index.ftl +0 -132
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/admin-console.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/alert.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/bg.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/bug.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/css/welcome.css +0 -140
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/keycloak-project.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/keycloak_logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/logo.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/mail.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/resources/user.png +0 -0
- package/aqtion/docker/config/keycloak/themes/keycloak/welcome/theme.properties +0 -7
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/index.ftl +0 -295
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_ca.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_cs.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_da.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_de.properties +0 -129
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_en.properties +0 -167
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_es.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_fr.properties +0 -44
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_hu.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_it.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_ja.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_lt.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_nl.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_no.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_pl.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_pt_BR.properties +0 -121
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_ru.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_sk.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_sv.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_tr.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/messages/messages_zh_CN.properties +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/App.js +0 -69
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/App.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/ContentPages.js +0 -157
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/ContentPages.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/Main.js +0 -97
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/Main.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/PageHeaderTool.js +0 -29
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/PageHeaderTool.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/PageNav.js +0 -51
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/PageNav.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/PageToolbar.js +0 -60
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/PageToolbar.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/account-service/AccountServiceContext.js +0 -3
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/account-service/AccountServiceContext.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/account-service/account.service.js +0 -149
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/account-service/account.service.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/ContentAlert.js +0 -113
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/ContentAlert.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/ContentPage.js +0 -63
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/ContentPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/account-page/AccountPage.js +0 -302
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/account-page/AccountPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/aia-page/AppInitiatedActionPage.js +0 -70
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/aia-page/AppInitiatedActionPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/applications-page/ApplicationsPage.js +0 -186
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/applications-page/ApplicationsPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/authenticator-page/AuthenticatorPage.js +0 -28
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/authenticator-page/AuthenticatorPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/device-activity-page/DeviceActivityPage.js +0 -250
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/device-activity-page/DeviceActivityPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/forbidden-page/ForbiddenPage.js +0 -36
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/forbidden-page/ForbiddenPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/linked-accounts-page/LinkedAccountsPage.js +0 -310
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/linked-accounts-page/LinkedAccountsPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/AbstractResourceTable.js +0 -40
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/AbstractResourceTable.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/EditTheResource.js +0 -120
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/EditTheResource.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/MyResourcesPage.js +0 -284
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/MyResourcesPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/PermissionRequest.js +0 -151
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/PermissionRequest.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/PermissionSelect.js +0 -103
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/PermissionSelect.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/ResourcesTable.js +0 -313
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/ResourcesTable.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/ShareTheResource.js +0 -222
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/ShareTheResource.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/SharedResourcesTable.js +0 -97
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/SharedResourcesTable.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/resource-model.js +0 -16
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/my-resources-page/resource-model.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/page-not-found/PageNotFound.js +0 -31
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/page-not-found/PageNotFound.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/signingin-page/SigningInPage.js +0 -350
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content/signingin-page/SigningInPage.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/content.json +0 -60
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/img/socialmedia/socialmedia_icons_facebook_transparent.svg +0 -19
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/img/socialmedia/socialmedia_icons_github_transparent.svg +0 -16
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/img/socialmedia/socialmedia_icons_google_transparent.svg +0 -77
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/img/socialmedia/socialmedia_icons_instagram_transparent.svg +0 -23
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/img/socialmedia/socialmedia_icons_linkedin_transparent.svg +0 -23
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/img/socialmedia/socialmedia_icons_microsoft_transparent.svg +0 -34
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/img/socialmedia/socialmedia_icons_openshift_transparent.svg +0 -15
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/img/socialmedia/socialmedia_icons_stack_transparent.svg +0 -26
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/img/socialmedia/socialmedia_icons_twitter_transparent.svg +0 -19
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/keycloak-service/KeycloakContext.js +0 -3
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/keycloak-service/KeycloakContext.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/keycloak-service/keycloak.service.js +0 -77
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/keycloak-service/keycloak.service.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/util/AIACommand.js +0 -33
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/util/AIACommand.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/util/ParseLink.js +0 -19
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/util/ParseLink.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/util/RedirectUri.js +0 -39
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/util/RedirectUri.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/util/TimeUtil.js +0 -50
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/util/TimeUtil.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/welcome-page-scripts.js +0 -89
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/ContinueCancelModal.js +0 -103
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/ContinueCancelModal.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/EmptyMessageState.js +0 -38
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/EmptyMessageState.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/LocaleSelectors.js +0 -41
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/LocaleSelectors.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/Logout.js +0 -46
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/Logout.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/Msg.js +0 -69
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/Msg.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/ReferrerDropdownItem.js +0 -38
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/ReferrerDropdownItem.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/ReferrerLink.js +0 -46
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/ReferrerLink.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/features.js +0 -2
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/resources/widgets/features.js.map +0 -1
- package/aqtion/docker/config/keycloak/themes/keycloak.v2/account/theme.properties +0 -18
- package/aqtion/docker/config/servers.json +0 -14
- package/aqtion/docker/setup/docker-compose.yml +0 -67
- package/aqtion/frontend/app/components/.gitkeep +0 -0
- package/aqtion/frontend/app/interfaces/.gitkeep +0 -0
- package/aqtion/frontend/app/menu.json +0 -41
- package/aqtion/frontend/app/pages/pages-routing.module.ts +0 -19
- package/aqtion/frontend/app/pages/profil/profil.component.html +0 -3
- package/aqtion/frontend/app/pages/profil/profil.component.scss +0 -0
- package/aqtion/frontend/app/pages/profil/profil.component.ts +0 -27
- package/aqtion/frontend/app/pages/root/root.component.html +0 -3
- package/aqtion/frontend/app/pages/root/root.component.scss +0 -22
- package/aqtion/frontend/app/pages/root/root.component.ts +0 -16
- package/aqtion/frontend/app/services/profils.service.ts +0 -25
- package/aqtion/frontend/app-routing.module.ts +0 -61
- package/aqtion/frontend/app.component.css +0 -46
- package/aqtion/frontend/app.component.html +0 -1
- package/aqtion/frontend/app.component.ts +0 -60
- package/aqtion/frontend/app.module.ts +0 -103
- package/aqtion/frontend/assets/favicon.ico +0 -0
- package/aqtion/frontend/assets/i18n/fr.json +0 -33
- package/aqtion/frontend/assets/images/599x157.png +0 -0
- package/aqtion/frontend/assets/images/cerema.png +0 -0
- package/aqtion/frontend/assets/images/dollar.svg +0 -1
- package/aqtion/frontend/assets/images/logo.png +0 -0
- package/aqtion/frontend/assets/images/logo_title.png +0 -0
- package/aqtion/frontend/assets/images/logorobot.png +0 -0
- package/aqtion/frontend/assets/images/work-in-progress.svg +0 -64
- package/aqtion/frontend/assets/layout/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
- package/aqtion/frontend/assets/layout/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
- package/aqtion/frontend/assets/layout/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
- package/aqtion/frontend/assets/layout/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
- package/aqtion/frontend/assets/layout/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
- package/aqtion/frontend/assets/layout/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
- package/aqtion/frontend/assets/layout/images/LogoCerema.svg +0 -226
- package/aqtion/frontend/assets/layout/images/LogoCerema_horizontal.svg +0 -167
- package/aqtion/frontend/assets/layout/images/SpinnerCerema.svg +0 -6
- package/aqtion/frontend/assets/layout/images/Swagger-logo.png +0 -0
- package/aqtion/frontend/assets/layout/images/authentication.svg +0 -1
- package/aqtion/frontend/assets/layout/images/mail.svg +0 -1
- package/aqtion/frontend/assets/layout/images/postgresql.svg +0 -1
- package/aqtion/frontend/assets/layout/images/user.png +0 -0
- package/aqtion/frontend/assets/layout/styles/layout/_breadcrumb.scss +0 -18
- package/aqtion/frontend/assets/layout/styles/layout/_config.scss +0 -33
- package/aqtion/frontend/assets/layout/styles/layout/_content.scss +0 -20
- package/aqtion/frontend/assets/layout/styles/layout/_fonts.scss +0 -29
- package/aqtion/frontend/assets/layout/styles/layout/_footer.scss +0 -25
- package/aqtion/frontend/assets/layout/styles/layout/_main.scss +0 -29
- package/aqtion/frontend/assets/layout/styles/layout/_responsive.scss +0 -160
- package/aqtion/frontend/assets/layout/styles/layout/_sidebar.scss +0 -2
- package/aqtion/frontend/assets/layout/styles/layout/_topbar.scss +0 -250
- package/aqtion/frontend/assets/layout/styles/layout/_typography.scss +0 -63
- package/aqtion/frontend/assets/layout/styles/layout/_utils.scss +0 -19
- package/aqtion/frontend/assets/layout/styles/layout/layout.scss +0 -15
- package/aqtion/frontend/assets/layout/styles/layout/preloading.css +0 -73
- package/aqtion/frontend/assets/layout/styles/layout/preloading.scss +0 -79
- package/aqtion/frontend/assets/layout/styles/layout/sidebar/_sidebar_slim.scss +0 -132
- package/aqtion/frontend/assets/layout/styles/layout/sidebar/_sidebar_vertical.scss +0 -132
- package/aqtion/frontend/assets/layout/styles/layout/theme/_dark.scss +0 -10
- package/aqtion/frontend/assets/layout/styles/layout/theme/_light.scss +0 -10
- package/aqtion/frontend/assets/layout/styles/layout/theme/_primary.scss +0 -10
- package/aqtion/frontend/assets/layout/styles/layout/theme/_themes.scss +0 -3
- package/aqtion/frontend/assets/layout/styles/theme/designer/_colors.scss +0 -17
- package/aqtion/frontend/assets/layout/styles/theme/designer/_common.scss +0 -68
- package/aqtion/frontend/assets/layout/styles/theme/designer/_components.scss +0 -102
- package/aqtion/frontend/assets/layout/styles/theme/designer/_mixins.scss +0 -203
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/button/_button.scss +0 -560
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/button/_speeddial.scss +0 -81
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/button/_splitbutton.scss +0 -381
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_carousel.scss +0 -37
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_datatable.scss +0 -278
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_dataview.scss +0 -55
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_filter.scss +0 -138
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_fullcalendar.scss +0 -329
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_orderlist.scss +0 -103
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_organizationchart.scss +0 -50
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_paginator.scss +0 -92
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_picklist.scss +0 -103
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_timeline.scss +0 -38
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_tree.scss +0 -144
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_treetable.scss +0 -246
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/data/_virtualscroller.scss +0 -28
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/file/_fileupload.scss +0 -58
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_breadcrumb.scss +0 -42
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_contextmenu.scss +0 -56
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_dock.scss +0 -86
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_megamenu.scss +0 -106
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_menu.scss +0 -45
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_menubar.scss +0 -183
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_panelmenu.scss +0 -140
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_slidemenu.scss +0 -59
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_steps.scss +0 -56
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_tabmenu.scss +0 -69
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/menu/_tieredmenu.scss +0 -60
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/messages/_inlinemessage.scss +0 -64
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/messages/_message.scss +0 -102
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/messages/_toast.scss +0 -95
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_avatar.scss +0 -30
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_badge.scss +0 -48
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_blockui.scss +0 -0
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_chip.scss +0 -38
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_inplace.scss +0 -17
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_progressbar.scss +0 -17
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_scrolltop.scss +0 -20
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_skeleton.scss +0 -8
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_tag.scss +0 -35
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/misc/_terminal.scss +0 -11
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/multimedia/_galleria.scss +0 -139
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/multimedia/_image.scss +0 -44
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/overlay/_confirmpopup.scss +0 -65
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/overlay/_dialog.scss +0 -64
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/overlay/_overlaypanel.scss +0 -62
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/overlay/_sidebar.scss +0 -23
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/overlay/_tooltip.scss +0 -33
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/panel/_accordion.scss +0 -119
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/panel/_card.scss +0 -30
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/panel/_divider.scss +0 -31
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/panel/_fieldset.scss +0 -47
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/panel/_panel.scss +0 -58
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/panel/_scrollpanel.scss +0 -6
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/panel/_splitter.scss +0 -19
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/panel/_tabview.scss +0 -78
- package/aqtion/frontend/assets/layout/styles/theme/designer/components/panel/_toolbar.scss +0 -10
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/_extensions.scss +0 -90
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/_variables.scss +0 -867
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/blue/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/blue/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/cyan/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/cyan/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/deeppurple/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/deeppurple/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/green/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/green/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/indigo/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/indigo/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/lime/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/lime/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/orange/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/orange/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/pink/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/pink/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/purple/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/purple/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/yellow/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-dark/yellow/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/_extensions.scss +0 -90
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/_variables.scss +0 -870
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/blue/theme.css +0 -7540
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/blue/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/cyan/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/cyan/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/deeppurple/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/deeppurple/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/green/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/green/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/indigo/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/indigo/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/lime/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/lime/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/orange/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/orange/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/pink/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/pink/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/purple/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/purple/theme.scss +0 -12
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/yellow/theme.css +0 -7341
- package/aqtion/frontend/assets/layout/styles/theme/theme-light/yellow/theme.scss +0 -12
- package/aqtion/frontend/environments/environment.ci.ts +0 -13
- package/aqtion/frontend/environments/environment.dev.ts +0 -12
- package/aqtion/frontend/environments/environment.prod.ts +0 -13
- package/aqtion/frontend/environments/environment.ts +0 -3
- package/aqtion/frontend/index.dev.html +0 -33
- package/aqtion/frontend/index.prod.html +0 -32
- package/aqtion/frontend/layout/api/menuchangeevent.ts +0 -4
- package/aqtion/frontend/layout/api/tabcloseevent.ts +0 -6
- package/aqtion/frontend/layout/app.breadcrumb.component.html +0 -14
- package/aqtion/frontend/layout/app.breadcrumb.component.ts +0 -48
- package/aqtion/frontend/layout/app.footer.component.html +0 -20
- package/aqtion/frontend/layout/app.footer.component.ts +0 -23
- package/aqtion/frontend/layout/app.menu.component.html +0 -3
- package/aqtion/frontend/layout/app.menu.service.ts +0 -23
- package/aqtion/frontend/layout/app.menuitem.component.ts +0 -310
- package/aqtion/frontend/layout/app.sidebar.component.html +0 -5
- package/aqtion/frontend/layout/app.sidebar.component.ts +0 -13
- package/aqtion/frontend/layout/app.topbar.component.html +0 -72
- package/aqtion/frontend/layout/app.topbar.component.ts +0 -73
- package/aqtion/frontend/layout/auto-unsubscribe.decorator.ts +0 -21
- package/aqtion/frontend/layout/common/err-403/err-403.component.html +0 -24
- package/aqtion/frontend/layout/common/err-403/err-403.component.scss +0 -340
- package/aqtion/frontend/layout/common/err-403/err-403.ts +0 -19
- package/aqtion/frontend/layout/common/err-404/err-404.component.html +0 -27
- package/aqtion/frontend/layout/common/err-404/err-404.component.scss +0 -38
- package/aqtion/frontend/layout/common/err-404/err-404.ts +0 -19
- package/aqtion/frontend/layout/common/err-500/err-500.component.html +0 -10
- package/aqtion/frontend/layout/common/err-500/err-500.component.scss +0 -44
- package/aqtion/frontend/layout/common/err-500/err-500.ts +0 -37
- package/aqtion/frontend/layout/common/work-in-progress/work-in-progress.component.html +0 -1
- package/aqtion/frontend/layout/common/work-in-progress/work-in-progress.component.scss +0 -8
- package/aqtion/frontend/layout/common/work-in-progress/work-in-progress.component.ts +0 -14
- package/aqtion/frontend/layout/config/app.config.component.html +0 -86
- package/aqtion/frontend/layout/config/app.config.component.scss +0 -0
- package/aqtion/frontend/layout/config/app.config.component.ts +0 -241
- package/aqtion/frontend/layout/config/config.module.ts +0 -27
- package/aqtion/frontend/layout/error.handler.ts +0 -16
- package/aqtion/frontend/layout/main/main.component.html +0 -15
- package/aqtion/frontend/layout/main/main.component.ts +0 -186
- package/aqtion/frontend/layout/main.module.ts +0 -45
- package/aqtion/frontend/layout/service/app.layout.service.ts +0 -123
- package/aqtion/frontend/layout/service/healthCheck.service.ts +0 -35
- package/aqtion/frontend/layout/shared/components/app.menu.component.ts +0 -69
- package/aqtion/frontend/layout/shared/components/auth/accessdenied/accessdenied-routing.module.ts +0 -12
- package/aqtion/frontend/layout/shared/components/auth/accessdenied/accessdenied.component.html +0 -10
- package/aqtion/frontend/layout/shared/components/auth/accessdenied/accessdenied.component.ts +0 -7
- package/aqtion/frontend/layout/shared/components/auth/accessdenied/accessdenied.module.ts +0 -17
- package/aqtion/frontend/layout/shared/components/auth/auth-routing.module.ts +0 -14
- package/aqtion/frontend/layout/shared/components/auth/auth.module.ts +0 -13
- package/aqtion/frontend/layout/shared/components/auth/error/error-routing.module.ts +0 -12
- package/aqtion/frontend/layout/shared/components/auth/error/error.component.html +0 -10
- package/aqtion/frontend/layout/shared/components/auth/error/error.component.ts +0 -7
- package/aqtion/frontend/layout/shared/components/auth/error/error.module.ts +0 -12
- package/aqtion/frontend/layout/shared/components/auth/login/login-routing.module.ts +0 -12
- package/aqtion/frontend/layout/shared/components/auth/login/login.component.html +0 -15
- package/aqtion/frontend/layout/shared/components/auth/login/login.component.ts +0 -47
- package/aqtion/frontend/layout/shared/components/auth/login/login.module.ts +0 -21
- package/aqtion/frontend/layout/shared/components/auth/logout/logout/logout.component.html +0 -8
- package/aqtion/frontend/layout/shared/components/auth/logout/logout/logout.component.scss +0 -21
- package/aqtion/frontend/layout/shared/components/auth/logout/logout/logout.component.ts +0 -15
- package/aqtion/frontend/layout/shared/components/auth/logout/logout.module.ts +0 -26
- package/aqtion/frontend/layout/shared/components/code/code.component.ts +0 -17
- package/aqtion/frontend/layout/shared/components/indic/indic.component.html +0 -8
- package/aqtion/frontend/layout/shared/components/indic/indic.component.scss +0 -0
- package/aqtion/frontend/layout/shared/components/indic/indic.component.ts +0 -60
- package/aqtion/frontend/layout/shared/components/lookup-input/lookup-input.component.html +0 -70
- package/aqtion/frontend/layout/shared/components/lookup-input/lookup-input.component.scss +0 -0
- package/aqtion/frontend/layout/shared/components/lookup-input/lookup-input.component.ts +0 -121
- package/aqtion/frontend/layout/shared/components/notfound/notfound-routing.module.ts +0 -12
- package/aqtion/frontend/layout/shared/components/notfound/notfound.component.html +0 -42
- package/aqtion/frontend/layout/shared/components/notfound/notfound.component.ts +0 -7
- package/aqtion/frontend/layout/shared/components/notfound/notfound.module.ts +0 -12
- package/aqtion/frontend/layout/shared/constants/dateFormat.constants.ts +0 -1
- package/aqtion/frontend/layout/shared/constants/pagination.constants.ts +0 -1
- package/aqtion/frontend/layout/shared/core/config/application-config.service.ts +0 -34
- package/aqtion/frontend/layout/shared/core/config/db-config.service.ts +0 -20
- package/aqtion/frontend/layout/shared/core/guard/can-modify.guard.ts +0 -51
- package/aqtion/frontend/layout/shared/core/guard/login.guard.ts +0 -24
- package/aqtion/frontend/layout/shared/core/guard/ui.guard.ts +0 -94
- package/aqtion/frontend/layout/shared/core/interceptor/handle-req.interceptor.ts +0 -31
- package/aqtion/frontend/layout/shared/core/interceptor/index.ts +0 -10
- package/aqtion/frontend/layout/shared/core/request/pageable.model.ts +0 -5
- package/aqtion/frontend/layout/shared/core/request/request-util.ts +0 -21
- package/aqtion/frontend/layout/shared/core/resolver/accueil.resolver.ts +0 -19
- package/aqtion/frontend/layout/shared/core/storage/MyLocalStorageService.ts +0 -22
- package/aqtion/frontend/layout/shared/core/storage/MyStorageService.ts +0 -17
- package/aqtion/frontend/layout/shared/dev/dev-dashboard/dev-dashboard.component.html +0 -30
- package/aqtion/frontend/layout/shared/dev/dev-dashboard/dev-dashboard.component.scss +0 -82
- package/aqtion/frontend/layout/shared/dev/dev-dashboard/dev-dashboard.component.ts +0 -29
- package/aqtion/frontend/layout/shared/dev/dev-routing.module.ts +0 -19
- package/aqtion/frontend/layout/shared/dev/dev.module.ts +0 -76
- package/aqtion/frontend/layout/shared/entities/claims.model.ts +0 -9
- package/aqtion/frontend/layout/shared/entities/user.model.ts +0 -9
- package/aqtion/frontend/layout/shared/i18n/fr.json +0 -74
- package/aqtion/frontend/layout/shared/service/dev.service.ts +0 -16
- package/aqtion/frontend/layout/shared/service/policy.service.ts +0 -22
- package/aqtion/frontend/layout/shared/service/user.service.ts +0 -71
- package/aqtion/frontend/layout/shared/shared.module.ts +0 -11
- package/aqtion/frontend/layout/shared/utils/globals.ts +0 -85
- package/aqtion/frontend/layout/shared/utils/misc.ts +0 -31
- package/aqtion/frontend/main-routing.module.ts +0 -47
- package/aqtion/frontend/main.ts +0 -13
- package/aqtion/frontend/pages.module.ts +0 -76
- package/aqtion/frontend/polyfills.ts +0 -64
- package/aqtion/frontend/styles.scss +0 -43
- package/aqtion/frontend/themes.scss +0 -84
- package/aqtion/kubernetes/Chart.yaml +0 -4
- package/aqtion/kubernetes/config/values.yaml +0 -22
- package/aqtion/kubernetes/templates/api.yaml +0 -74
- package/aqtion/kubernetes/templates/app.yaml +0 -58
- package/aqtion/kubernetes/templates/pgadmin.yaml +0 -115
- package/aqtion/kubernetes/templates/postgres.yaml +0 -67
- package/aqtion/launch.json +0 -21
- package/aqtion/logo.png +0 -0
- package/aqtion/nginx.conf +0 -20
- package/aqtion/package-lock.json +0 -14134
- package/aqtion/package.json +0 -84
- package/aqtion/playwright.config.ts +0 -77
- package/aqtion/pnpm-lock.yaml +0 -9539
- package/aqtion/policies/roles.json +0 -4
- package/aqtion/policies/ui.policy.json +0 -4
- package/aqtion/pom.xml +0 -144
- package/aqtion/run.sh +0 -5
- package/aqtion/tests/example.spec.ts +0 -18
- package/aqtion/tests-examples/demo-todo-app.spec.ts +0 -437
- package/aqtion/tsconfig.app.json +0 -9
- package/aqtion/tsconfig.json +0 -39
- package/aqtion/tsconfig.spec.json +0 -9
|
@@ -1,3858 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var auth = {};
|
|
4
|
-
var resourceBundle;
|
|
5
|
-
var locale = 'en';
|
|
6
|
-
|
|
7
|
-
var module = angular.module('keycloak', [ 'keycloak.services', 'keycloak.loaders', 'ui.bootstrap', 'ui.select2', 'angularFileUpload', 'angularTreeview', 'pascalprecht.translate', 'ngCookies', 'ngSanitize']);
|
|
8
|
-
var resourceRequests = 0;
|
|
9
|
-
var loadingTimer = -1;
|
|
10
|
-
var translateProvider = null;
|
|
11
|
-
var currentRealm = null;
|
|
12
|
-
|
|
13
|
-
angular.element(document).ready(function () {
|
|
14
|
-
var keycloakAuth = new Keycloak(consoleBaseUrl + 'config');
|
|
15
|
-
|
|
16
|
-
function whoAmI(success, error) {
|
|
17
|
-
var req = new XMLHttpRequest();
|
|
18
|
-
req.open('GET', consoleBaseUrl + 'whoami', true);
|
|
19
|
-
req.setRequestHeader('Accept', 'application/json');
|
|
20
|
-
req.setRequestHeader('Authorization', 'bearer ' + keycloakAuth.token);
|
|
21
|
-
|
|
22
|
-
req.onreadystatechange = function () {
|
|
23
|
-
if (req.readyState == 4) {
|
|
24
|
-
if (req.status == 200) {
|
|
25
|
-
var data = JSON.parse(req.responseText);
|
|
26
|
-
success(data);
|
|
27
|
-
} else {
|
|
28
|
-
error();
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
req.send();
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
function loadResourceBundle(success, error) {
|
|
37
|
-
var req = new XMLHttpRequest();
|
|
38
|
-
req.open('GET', consoleBaseUrl + 'messages.json?lang=' + locale, true);
|
|
39
|
-
req.setRequestHeader('Accept', 'application/json');
|
|
40
|
-
|
|
41
|
-
req.onreadystatechange = function () {
|
|
42
|
-
if (req.readyState == 4) {
|
|
43
|
-
if (req.status == 200) {
|
|
44
|
-
var data = JSON.parse(req.responseText);
|
|
45
|
-
success && success(data);
|
|
46
|
-
} else {
|
|
47
|
-
error && error();
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
req.send();
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
function loadSelect2Localization() {
|
|
56
|
-
// 'en' is the built-in default and does not have to be loaded.
|
|
57
|
-
var supportedLocales = ['ar', 'az', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'es', 'et', 'eu', 'fa', 'fi', 'fr',
|
|
58
|
-
'gl', 'he', 'hr', 'hu', 'id', 'is', 'it', 'ja', 'ka', 'ko', 'lt', 'lv', 'mk', 'ms', 'nl', 'no', 'pl',
|
|
59
|
-
'pt-BR', 'pt-PT', 'ro', 'rs', 'ru', 'sk', 'sv', 'th', 'tr', 'ug-CN', 'uk', 'vi', 'zh-CN', 'zh-TW'];
|
|
60
|
-
if (supportedLocales.indexOf(locale) == -1) return;
|
|
61
|
-
var select2JsUrl;
|
|
62
|
-
var allScriptElements = document.getElementsByTagName('script');
|
|
63
|
-
for (var i = 0, n = allScriptElements.length; i < n; i++) {
|
|
64
|
-
var src = allScriptElements[i].getAttribute('src');
|
|
65
|
-
if (src && src.match(/\/select2\/select2\.js$/)) {
|
|
66
|
-
select2JsUrl = src;
|
|
67
|
-
break;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
if (!select2JsUrl) return;
|
|
71
|
-
var scriptElement = document.createElement('script');
|
|
72
|
-
scriptElement.src = select2JsUrl.replace(/\/select2\/select2\.js$/, '/select2/select2_locale_'+locale+'.js');
|
|
73
|
-
scriptElement.type = 'text/javascript';
|
|
74
|
-
document.getElementsByTagName('head')[0].appendChild(scriptElement);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
function hasAnyAccess(user) {
|
|
78
|
-
return user && user['realm_access'];
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
keycloakAuth.onAuthLogout = function() {
|
|
82
|
-
location.reload();
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
auth.refreshPermissions = function(success, error) {
|
|
86
|
-
whoAmI(function(data) {
|
|
87
|
-
auth.user = data;
|
|
88
|
-
auth.loggedIn = true;
|
|
89
|
-
auth.hasAnyAccess = hasAnyAccess(data);
|
|
90
|
-
|
|
91
|
-
success();
|
|
92
|
-
}, function() {
|
|
93
|
-
error();
|
|
94
|
-
});
|
|
95
|
-
};
|
|
96
|
-
|
|
97
|
-
module.factory('Auth', function () {
|
|
98
|
-
return auth;
|
|
99
|
-
});
|
|
100
|
-
|
|
101
|
-
keycloakAuth.init({ onLoad: 'login-required', pkceMethod: 'S256' }).then(function () {
|
|
102
|
-
auth.authz = keycloakAuth;
|
|
103
|
-
|
|
104
|
-
whoAmI(function(data) {
|
|
105
|
-
auth.user = data;
|
|
106
|
-
auth.loggedIn = true;
|
|
107
|
-
auth.hasAnyAccess = hasAnyAccess(data);
|
|
108
|
-
locale = auth.user.locale || locale;
|
|
109
|
-
|
|
110
|
-
loadResourceBundle(function(data) {
|
|
111
|
-
resourceBundle = data;
|
|
112
|
-
|
|
113
|
-
var injector = angular.bootstrap(document, ["keycloak"]);
|
|
114
|
-
|
|
115
|
-
injector.get('$translate')('consoleTitle').then(function (consoleTitle) {
|
|
116
|
-
document.title = consoleTitle;
|
|
117
|
-
});
|
|
118
|
-
});
|
|
119
|
-
});
|
|
120
|
-
|
|
121
|
-
loadSelect2Localization();
|
|
122
|
-
}).catch(function () {
|
|
123
|
-
window.location.reload();
|
|
124
|
-
});
|
|
125
|
-
});
|
|
126
|
-
|
|
127
|
-
module.factory('authInterceptor', function($q, Auth) {
|
|
128
|
-
return {
|
|
129
|
-
request: function (config) {
|
|
130
|
-
if (!config.url.match(/.html$/)) {
|
|
131
|
-
var deferred = $q.defer();
|
|
132
|
-
if (Auth.authz.token) {
|
|
133
|
-
Auth.authz.updateToken(5).then(function () {
|
|
134
|
-
config.headers = config.headers || {};
|
|
135
|
-
config.headers.Authorization = 'Bearer ' + Auth.authz.token;
|
|
136
|
-
|
|
137
|
-
deferred.resolve(config);
|
|
138
|
-
}).catch(function () {
|
|
139
|
-
location.reload();
|
|
140
|
-
});
|
|
141
|
-
}
|
|
142
|
-
return deferred.promise;
|
|
143
|
-
} else {
|
|
144
|
-
return config;
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
};
|
|
148
|
-
});
|
|
149
|
-
|
|
150
|
-
module.config(['$translateProvider', function($translateProvider) {
|
|
151
|
-
translateProvider = $translateProvider;
|
|
152
|
-
$translateProvider.useSanitizeValueStrategy('sanitizeParameters');
|
|
153
|
-
$translateProvider.preferredLanguage(locale);
|
|
154
|
-
$translateProvider.translations(locale, resourceBundle);
|
|
155
|
-
}]);
|
|
156
|
-
|
|
157
|
-
// Change for upgrade to AngularJS 1.6
|
|
158
|
-
// See https://github.com/angular/angular.js/commit/aa077e81129c740041438688dff2e8d20c3d7b52
|
|
159
|
-
module.config(['$locationProvider', function($locationProvider) {
|
|
160
|
-
$locationProvider.hashPrefix('');
|
|
161
|
-
}]);
|
|
162
|
-
|
|
163
|
-
module.config([ '$routeProvider', function($routeProvider) {
|
|
164
|
-
$routeProvider
|
|
165
|
-
.when('/create/realm', {
|
|
166
|
-
templateUrl : resourceUrl + '/partials/realm-create.html',
|
|
167
|
-
resolve : {
|
|
168
|
-
|
|
169
|
-
},
|
|
170
|
-
controller : 'RealmCreateCtrl'
|
|
171
|
-
})
|
|
172
|
-
.when('/realms/:realm', {
|
|
173
|
-
templateUrl : resourceUrl + '/partials/realm-detail.html',
|
|
174
|
-
resolve : {
|
|
175
|
-
realm : function(RealmLoader) {
|
|
176
|
-
return RealmLoader();
|
|
177
|
-
},
|
|
178
|
-
serverInfo : function(ServerInfoLoader) {
|
|
179
|
-
return ServerInfoLoader();
|
|
180
|
-
}
|
|
181
|
-
},
|
|
182
|
-
controller : 'RealmDetailCtrl'
|
|
183
|
-
})
|
|
184
|
-
.when('/realms/:realm/localization', {
|
|
185
|
-
templateUrl : resourceUrl + '/partials/realm-localization.html',
|
|
186
|
-
resolve : {
|
|
187
|
-
realm : function(RealmLoader) {
|
|
188
|
-
return RealmLoader();
|
|
189
|
-
},
|
|
190
|
-
serverInfo : function(ServerInfoLoader) {
|
|
191
|
-
return ServerInfoLoader();
|
|
192
|
-
},
|
|
193
|
-
realmSpecificLocales : function(RealmSpecificLocalesLoader) {
|
|
194
|
-
return RealmSpecificLocalesLoader();
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
controller : 'RealmLocalizationCtrl'
|
|
198
|
-
})
|
|
199
|
-
.when('/realms/:realm/localization/upload', {
|
|
200
|
-
templateUrl : resourceUrl + '/partials/realm-localization-upload.html',
|
|
201
|
-
resolve : {
|
|
202
|
-
realm : function(RealmLoader) {
|
|
203
|
-
return RealmLoader();
|
|
204
|
-
},
|
|
205
|
-
serverInfo : function(ServerInfoLoader) {
|
|
206
|
-
return ServerInfoLoader();
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
controller : 'RealmLocalizationUploadCtrl'
|
|
210
|
-
})
|
|
211
|
-
.when('/realms/:realm/login-settings', {
|
|
212
|
-
templateUrl : resourceUrl + '/partials/realm-login-settings.html',
|
|
213
|
-
resolve : {
|
|
214
|
-
realm : function(RealmLoader) {
|
|
215
|
-
return RealmLoader();
|
|
216
|
-
},
|
|
217
|
-
serverInfo : function(ServerInfoLoader) {
|
|
218
|
-
return ServerInfoLoader();
|
|
219
|
-
}
|
|
220
|
-
},
|
|
221
|
-
controller : 'RealmLoginSettingsCtrl'
|
|
222
|
-
})
|
|
223
|
-
.when('/realms/:realm/theme-settings', {
|
|
224
|
-
templateUrl : resourceUrl + '/partials/realm-theme-settings.html',
|
|
225
|
-
resolve : {
|
|
226
|
-
realm : function(RealmLoader) {
|
|
227
|
-
return RealmLoader();
|
|
228
|
-
},
|
|
229
|
-
serverInfo : function(ServerInfoLoader) {
|
|
230
|
-
return ServerInfoLoader();
|
|
231
|
-
}
|
|
232
|
-
},
|
|
233
|
-
controller : 'RealmThemeCtrl'
|
|
234
|
-
})
|
|
235
|
-
.when('/realms/:realm/cache-settings', {
|
|
236
|
-
templateUrl : resourceUrl + '/partials/realm-cache-settings.html',
|
|
237
|
-
resolve : {
|
|
238
|
-
realm : function(RealmLoader) {
|
|
239
|
-
return RealmLoader();
|
|
240
|
-
},
|
|
241
|
-
serverInfo : function(ServerInfoLoader) {
|
|
242
|
-
return ServerInfoLoader();
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
controller : 'RealmCacheCtrl'
|
|
246
|
-
})
|
|
247
|
-
.when('/realms', {
|
|
248
|
-
templateUrl : resourceUrl + '/partials/realm-list.html',
|
|
249
|
-
controller : 'RealmListCtrl'
|
|
250
|
-
})
|
|
251
|
-
.when('/realms/:realm/token-settings', {
|
|
252
|
-
templateUrl : resourceUrl + '/partials/realm-tokens.html',
|
|
253
|
-
resolve : {
|
|
254
|
-
serverInfo : function(ServerInfoLoader) {
|
|
255
|
-
return ServerInfoLoader();
|
|
256
|
-
},
|
|
257
|
-
realm : function(RealmLoader) {
|
|
258
|
-
return RealmLoader();
|
|
259
|
-
}
|
|
260
|
-
},
|
|
261
|
-
controller : 'RealmTokenDetailCtrl'
|
|
262
|
-
})
|
|
263
|
-
.when('/realms/:realm/user-profile', {
|
|
264
|
-
templateUrl : resourceUrl + '/partials/realm-user-profile.html',
|
|
265
|
-
resolve : {
|
|
266
|
-
serverInfo : function(ServerInfoLoader) {
|
|
267
|
-
return ServerInfoLoader();
|
|
268
|
-
},
|
|
269
|
-
realm : function(RealmLoader) {
|
|
270
|
-
return RealmLoader();
|
|
271
|
-
},
|
|
272
|
-
clientScopes : function(ClientScopeListLoader) {
|
|
273
|
-
return ClientScopeListLoader();
|
|
274
|
-
},
|
|
275
|
-
},
|
|
276
|
-
controller : 'RealmUserProfileCtrl'
|
|
277
|
-
})
|
|
278
|
-
.when('/realms/:realm/client-registration/client-initial-access', {
|
|
279
|
-
templateUrl : resourceUrl + '/partials/client-initial-access.html',
|
|
280
|
-
resolve : {
|
|
281
|
-
realm : function(RealmLoader) {
|
|
282
|
-
return RealmLoader();
|
|
283
|
-
},
|
|
284
|
-
clientInitialAccess : function(ClientInitialAccessLoader) {
|
|
285
|
-
return ClientInitialAccessLoader();
|
|
286
|
-
}
|
|
287
|
-
},
|
|
288
|
-
controller : 'ClientInitialAccessCtrl'
|
|
289
|
-
})
|
|
290
|
-
.when('/realms/:realm/client-registration/client-initial-access/create', {
|
|
291
|
-
templateUrl : resourceUrl + '/partials/client-initial-access-create.html',
|
|
292
|
-
resolve : {
|
|
293
|
-
realm : function(RealmLoader) {
|
|
294
|
-
return RealmLoader();
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
controller : 'ClientInitialAccessCreateCtrl'
|
|
298
|
-
})
|
|
299
|
-
.when('/realms/:realm/client-registration/client-reg-policies', {
|
|
300
|
-
templateUrl : resourceUrl + '/partials/client-reg-policies.html',
|
|
301
|
-
resolve : {
|
|
302
|
-
realm : function(RealmLoader) {
|
|
303
|
-
return RealmLoader();
|
|
304
|
-
},
|
|
305
|
-
policies : function(ComponentsLoader) {
|
|
306
|
-
return ComponentsLoader.loadComponents(null, 'org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy');
|
|
307
|
-
},
|
|
308
|
-
clientRegistrationPolicyProviders : function(ClientRegistrationPolicyProvidersLoader) {
|
|
309
|
-
return ClientRegistrationPolicyProvidersLoader();
|
|
310
|
-
}
|
|
311
|
-
},
|
|
312
|
-
controller : 'ClientRegPoliciesCtrl'
|
|
313
|
-
})
|
|
314
|
-
.when('/realms/:realm/client-registration/client-reg-policies/create/:componentType/:providerId', {
|
|
315
|
-
templateUrl : resourceUrl + '/partials/client-reg-policy-detail.html',
|
|
316
|
-
resolve : {
|
|
317
|
-
realm : function(RealmLoader) {
|
|
318
|
-
return RealmLoader();
|
|
319
|
-
},
|
|
320
|
-
instance : function($route) {
|
|
321
|
-
return {
|
|
322
|
-
providerType: 'org.keycloak.services.clientregistration.policy.ClientRegistrationPolicy',
|
|
323
|
-
subType: $route.current.params.componentType,
|
|
324
|
-
providerId: $route.current.params.providerId
|
|
325
|
-
};
|
|
326
|
-
},
|
|
327
|
-
clientRegistrationPolicyProviders : function(ClientRegistrationPolicyProvidersLoader) {
|
|
328
|
-
return ClientRegistrationPolicyProvidersLoader();
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
controller : 'ClientRegPolicyDetailCtrl'
|
|
332
|
-
})
|
|
333
|
-
.when('/realms/:realm/client-registration/client-reg-policies/:provider/:componentId', {
|
|
334
|
-
templateUrl : resourceUrl + '/partials/client-reg-policy-detail.html',
|
|
335
|
-
resolve : {
|
|
336
|
-
realm : function(RealmLoader) {
|
|
337
|
-
return RealmLoader();
|
|
338
|
-
},
|
|
339
|
-
instance : function(ComponentLoader) {
|
|
340
|
-
return ComponentLoader();
|
|
341
|
-
},
|
|
342
|
-
clientRegistrationPolicyProviders : function(ClientRegistrationPolicyProvidersLoader) {
|
|
343
|
-
return ClientRegistrationPolicyProvidersLoader();
|
|
344
|
-
}
|
|
345
|
-
},
|
|
346
|
-
controller : 'ClientRegPolicyDetailCtrl'
|
|
347
|
-
})
|
|
348
|
-
.when('/realms/:realm/client-policies/profiles', {
|
|
349
|
-
templateUrl : resourceUrl + '/partials/client-policies-profiles-list.html',
|
|
350
|
-
resolve : {
|
|
351
|
-
realm : function(RealmLoader) {
|
|
352
|
-
return RealmLoader();
|
|
353
|
-
},
|
|
354
|
-
clientProfiles : function(ClientPoliciesProfilesLoader) {
|
|
355
|
-
return ClientPoliciesProfilesLoader.loadClientProfiles('true');
|
|
356
|
-
},
|
|
357
|
-
},
|
|
358
|
-
controller : 'ClientPoliciesProfilesListCtrl'
|
|
359
|
-
})
|
|
360
|
-
.when('/realms/:realm/client-policies/profiles-json', {
|
|
361
|
-
templateUrl : resourceUrl + '/partials/client-policies-profiles-json.html',
|
|
362
|
-
resolve : {
|
|
363
|
-
realm : function(RealmLoader) {
|
|
364
|
-
return RealmLoader();
|
|
365
|
-
},
|
|
366
|
-
clientProfiles : function(ClientPoliciesProfilesLoader) {
|
|
367
|
-
return ClientPoliciesProfilesLoader.loadClientProfiles('true');
|
|
368
|
-
}
|
|
369
|
-
},
|
|
370
|
-
controller : 'ClientPoliciesProfilesJsonCtrl'
|
|
371
|
-
})
|
|
372
|
-
.when('/realms/:realm/client-policies/profiles-create', {
|
|
373
|
-
templateUrl : resourceUrl + '/partials/client-policies-profiles-edit.html',
|
|
374
|
-
resolve : {
|
|
375
|
-
realm : function(RealmLoader) {
|
|
376
|
-
return RealmLoader();
|
|
377
|
-
},
|
|
378
|
-
clientProfiles : function(ClientPoliciesProfilesLoader) {
|
|
379
|
-
return ClientPoliciesProfilesLoader.loadClientProfiles('false');
|
|
380
|
-
}
|
|
381
|
-
},
|
|
382
|
-
controller : 'ClientPoliciesProfilesEditCtrl'
|
|
383
|
-
})
|
|
384
|
-
.when('/realms/:realm/client-policies/profiles-update/:profileName', {
|
|
385
|
-
templateUrl : resourceUrl + '/partials/client-policies-profiles-edit.html',
|
|
386
|
-
resolve : {
|
|
387
|
-
realm : function(RealmLoader) {
|
|
388
|
-
return RealmLoader();
|
|
389
|
-
},
|
|
390
|
-
clientProfiles : function(ClientPoliciesProfilesLoader) {
|
|
391
|
-
return ClientPoliciesProfilesLoader.loadClientProfiles('true');
|
|
392
|
-
}
|
|
393
|
-
},
|
|
394
|
-
controller : 'ClientPoliciesProfilesEditCtrl'
|
|
395
|
-
})
|
|
396
|
-
.when('/realms/:realm/client-policies/profiles-update/:profileName/create-executor', {
|
|
397
|
-
templateUrl : resourceUrl + '/partials/client-policies-profiles-edit-executor.html',
|
|
398
|
-
resolve : {
|
|
399
|
-
realm : function(RealmLoader) {
|
|
400
|
-
return RealmLoader();
|
|
401
|
-
},
|
|
402
|
-
clientProfiles : function(ClientPoliciesProfilesLoader) {
|
|
403
|
-
return ClientPoliciesProfilesLoader.loadClientProfiles('false');
|
|
404
|
-
},
|
|
405
|
-
serverInfo : function(ServerInfoLoader) {
|
|
406
|
-
return ServerInfoLoader();
|
|
407
|
-
}
|
|
408
|
-
},
|
|
409
|
-
controller : 'ClientPoliciesProfilesEditExecutorCtrl'
|
|
410
|
-
})
|
|
411
|
-
.when('/realms/:realm/client-policies/profiles-update/:profileName/update-executor/:executorIndex', {
|
|
412
|
-
templateUrl : resourceUrl + '/partials/client-policies-profiles-edit-executor.html',
|
|
413
|
-
resolve : {
|
|
414
|
-
realm : function(RealmLoader) {
|
|
415
|
-
return RealmLoader();
|
|
416
|
-
},
|
|
417
|
-
clientProfiles : function(ClientPoliciesProfilesLoader) {
|
|
418
|
-
return ClientPoliciesProfilesLoader.loadClientProfiles('true');
|
|
419
|
-
},
|
|
420
|
-
serverInfo : function(ServerInfoLoader) {
|
|
421
|
-
return ServerInfoLoader();
|
|
422
|
-
}
|
|
423
|
-
},
|
|
424
|
-
controller : 'ClientPoliciesProfilesEditExecutorCtrl'
|
|
425
|
-
})
|
|
426
|
-
.when('/realms/:realm/client-policies/policies', {
|
|
427
|
-
templateUrl : resourceUrl + '/partials/client-policies-list.html',
|
|
428
|
-
resolve : {
|
|
429
|
-
realm : function(RealmLoader) {
|
|
430
|
-
return RealmLoader();
|
|
431
|
-
},
|
|
432
|
-
clientPolicies : function(ClientPoliciesLoader) {
|
|
433
|
-
return ClientPoliciesLoader();
|
|
434
|
-
}
|
|
435
|
-
},
|
|
436
|
-
controller : 'ClientPoliciesListCtrl'
|
|
437
|
-
})
|
|
438
|
-
.when('/realms/:realm/client-policies/policies-json', {
|
|
439
|
-
templateUrl : resourceUrl + '/partials/client-policies-json.html',
|
|
440
|
-
resolve : {
|
|
441
|
-
realm : function(RealmLoader) {
|
|
442
|
-
return RealmLoader();
|
|
443
|
-
},
|
|
444
|
-
clientPolicies : function(ClientPoliciesLoader) {
|
|
445
|
-
return ClientPoliciesLoader();
|
|
446
|
-
}
|
|
447
|
-
},
|
|
448
|
-
controller : 'ClientPoliciesJsonCtrl'
|
|
449
|
-
})
|
|
450
|
-
.when('/realms/:realm/client-policies/policy-create', {
|
|
451
|
-
templateUrl : resourceUrl + '/partials/client-policies-policy-edit.html',
|
|
452
|
-
resolve : {
|
|
453
|
-
realm : function(RealmLoader) {
|
|
454
|
-
return RealmLoader();
|
|
455
|
-
},
|
|
456
|
-
clientProfiles : function(ClientPoliciesProfilesLoader) {
|
|
457
|
-
return ClientPoliciesProfilesLoader.loadClientProfiles('true');
|
|
458
|
-
},
|
|
459
|
-
clientPolicies : function(ClientPoliciesLoader) {
|
|
460
|
-
return ClientPoliciesLoader();
|
|
461
|
-
}
|
|
462
|
-
},
|
|
463
|
-
controller : 'ClientPoliciesEditCtrl'
|
|
464
|
-
})
|
|
465
|
-
.when('/realms/:realm/client-policies/policies-update/:policyName', {
|
|
466
|
-
templateUrl : resourceUrl + '/partials/client-policies-policy-edit.html',
|
|
467
|
-
resolve : {
|
|
468
|
-
realm : function(RealmLoader) {
|
|
469
|
-
return RealmLoader();
|
|
470
|
-
},
|
|
471
|
-
clientProfiles : function(ClientPoliciesProfilesLoader) {
|
|
472
|
-
return ClientPoliciesProfilesLoader.loadClientProfiles('true');
|
|
473
|
-
},
|
|
474
|
-
clientPolicies : function(ClientPoliciesLoader) {
|
|
475
|
-
return ClientPoliciesLoader();
|
|
476
|
-
}
|
|
477
|
-
},
|
|
478
|
-
controller : 'ClientPoliciesEditCtrl'
|
|
479
|
-
})
|
|
480
|
-
.when('/realms/:realm/client-policies/policies-update/:policyName/create-condition', {
|
|
481
|
-
templateUrl : resourceUrl + '/partials/client-policies-policy-edit-condition.html',
|
|
482
|
-
resolve : {
|
|
483
|
-
realm : function(RealmLoader) {
|
|
484
|
-
return RealmLoader();
|
|
485
|
-
},
|
|
486
|
-
clientPolicies : function(ClientPoliciesLoader) {
|
|
487
|
-
return ClientPoliciesLoader();
|
|
488
|
-
},
|
|
489
|
-
serverInfo : function(ServerInfoLoader) {
|
|
490
|
-
return ServerInfoLoader();
|
|
491
|
-
}
|
|
492
|
-
},
|
|
493
|
-
controller : 'ClientPoliciesEditConditionCtrl'
|
|
494
|
-
})
|
|
495
|
-
.when('/realms/:realm/client-policies/policies-update/:policyName/update-condition/:conditionIndex', {
|
|
496
|
-
templateUrl : resourceUrl + '/partials/client-policies-policy-edit-condition.html',
|
|
497
|
-
resolve : {
|
|
498
|
-
realm : function(RealmLoader) {
|
|
499
|
-
return RealmLoader();
|
|
500
|
-
},
|
|
501
|
-
clientPolicies : function(ClientPoliciesLoader) {
|
|
502
|
-
return ClientPoliciesLoader();
|
|
503
|
-
},
|
|
504
|
-
serverInfo : function(ServerInfoLoader) {
|
|
505
|
-
return ServerInfoLoader();
|
|
506
|
-
}
|
|
507
|
-
},
|
|
508
|
-
controller : 'ClientPoliciesEditConditionCtrl'
|
|
509
|
-
})
|
|
510
|
-
.when('/realms/:realm/keys', {
|
|
511
|
-
templateUrl : resourceUrl + '/partials/realm-keys.html',
|
|
512
|
-
resolve : {
|
|
513
|
-
realm : function(RealmLoader) {
|
|
514
|
-
return RealmLoader();
|
|
515
|
-
},
|
|
516
|
-
serverInfo : function(ServerInfoLoader) {
|
|
517
|
-
return ServerInfoLoader();
|
|
518
|
-
},
|
|
519
|
-
keys: function(RealmKeysLoader) {
|
|
520
|
-
return RealmKeysLoader();
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
controller : 'RealmKeysCtrl'
|
|
524
|
-
})
|
|
525
|
-
.when('/realms/:realm/keys/passive', {
|
|
526
|
-
templateUrl : resourceUrl + '/partials/realm-keys-passive.html',
|
|
527
|
-
resolve : {
|
|
528
|
-
realm : function(RealmLoader) {
|
|
529
|
-
return RealmLoader();
|
|
530
|
-
},
|
|
531
|
-
serverInfo : function(ServerInfoLoader) {
|
|
532
|
-
return ServerInfoLoader();
|
|
533
|
-
},
|
|
534
|
-
keys: function(RealmKeysLoader) {
|
|
535
|
-
return RealmKeysLoader();
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
controller : 'RealmKeysCtrl'
|
|
539
|
-
})
|
|
540
|
-
.when('/realms/:realm/keys/disabled', {
|
|
541
|
-
templateUrl : resourceUrl + '/partials/realm-keys-disabled.html',
|
|
542
|
-
resolve : {
|
|
543
|
-
realm : function(RealmLoader) {
|
|
544
|
-
return RealmLoader();
|
|
545
|
-
},
|
|
546
|
-
serverInfo : function(ServerInfoLoader) {
|
|
547
|
-
return ServerInfoLoader();
|
|
548
|
-
},
|
|
549
|
-
keys: function(RealmKeysLoader) {
|
|
550
|
-
return RealmKeysLoader();
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
|
-
controller : 'RealmKeysCtrl'
|
|
554
|
-
})
|
|
555
|
-
.when('/realms/:realm/keys/providers', {
|
|
556
|
-
templateUrl : resourceUrl + '/partials/realm-keys-providers.html',
|
|
557
|
-
resolve : {
|
|
558
|
-
realm : function(RealmLoader) {
|
|
559
|
-
return RealmLoader();
|
|
560
|
-
},
|
|
561
|
-
serverInfo : function(ServerInfoLoader) {
|
|
562
|
-
return ServerInfoLoader();
|
|
563
|
-
}
|
|
564
|
-
},
|
|
565
|
-
controller : 'RealmKeysProvidersCtrl'
|
|
566
|
-
})
|
|
567
|
-
.when('/create/keys/:realm/providers/:provider', {
|
|
568
|
-
templateUrl : resourceUrl + '/partials/realm-keys-generic.html',
|
|
569
|
-
resolve : {
|
|
570
|
-
realm : function(RealmLoader) {
|
|
571
|
-
return RealmLoader();
|
|
572
|
-
},
|
|
573
|
-
instance : function() {
|
|
574
|
-
return {
|
|
575
|
-
};
|
|
576
|
-
},
|
|
577
|
-
providerId : function($route) {
|
|
578
|
-
return $route.current.params.provider;
|
|
579
|
-
},
|
|
580
|
-
serverInfo : function(ServerInfoLoader) {
|
|
581
|
-
return ServerInfoLoader();
|
|
582
|
-
}
|
|
583
|
-
},
|
|
584
|
-
controller : 'GenericKeystoreCtrl'
|
|
585
|
-
})
|
|
586
|
-
.when('/realms/:realm/keys/providers/:provider/:componentId', {
|
|
587
|
-
templateUrl : resourceUrl + '/partials/realm-keys-generic.html',
|
|
588
|
-
resolve : {
|
|
589
|
-
realm : function(RealmLoader) {
|
|
590
|
-
return RealmLoader();
|
|
591
|
-
},
|
|
592
|
-
instance : function(ComponentLoader) {
|
|
593
|
-
return ComponentLoader();
|
|
594
|
-
},
|
|
595
|
-
providerId : function($route) {
|
|
596
|
-
return $route.current.params.provider;
|
|
597
|
-
},
|
|
598
|
-
serverInfo : function(ServerInfoLoader) {
|
|
599
|
-
return ServerInfoLoader();
|
|
600
|
-
}
|
|
601
|
-
},
|
|
602
|
-
controller : 'GenericKeystoreCtrl'
|
|
603
|
-
})
|
|
604
|
-
.when('/realms/:realm/identity-provider-settings', {
|
|
605
|
-
templateUrl : resourceUrl + '/partials/realm-identity-provider.html',
|
|
606
|
-
resolve : {
|
|
607
|
-
realm : function(RealmLoader) {
|
|
608
|
-
return RealmLoader();
|
|
609
|
-
},
|
|
610
|
-
serverInfo : function(ServerInfoLoader) {
|
|
611
|
-
return ServerInfoLoader();
|
|
612
|
-
},
|
|
613
|
-
instance : function(IdentityProviderLoader) {
|
|
614
|
-
return {};
|
|
615
|
-
},
|
|
616
|
-
providerFactory : function(IdentityProviderFactoryLoader) {
|
|
617
|
-
return {};
|
|
618
|
-
},
|
|
619
|
-
authFlows : function(AuthenticationFlowsLoader) {
|
|
620
|
-
return {};
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
controller : 'RealmIdentityProviderCtrl'
|
|
624
|
-
})
|
|
625
|
-
.when('/create/identity-provider/:realm/:provider_id', {
|
|
626
|
-
templateUrl : function(params){ return resourceUrl + '/partials/realm-identity-provider-' + params.provider_id + '.html'; },
|
|
627
|
-
resolve : {
|
|
628
|
-
realm : function(RealmLoader) {
|
|
629
|
-
return RealmLoader();
|
|
630
|
-
},
|
|
631
|
-
serverInfo : function(ServerInfoLoader) {
|
|
632
|
-
return ServerInfoLoader();
|
|
633
|
-
},
|
|
634
|
-
instance : function(IdentityProviderLoader) {
|
|
635
|
-
return {};
|
|
636
|
-
},
|
|
637
|
-
providerFactory : function(IdentityProviderFactoryLoader) {
|
|
638
|
-
return new IdentityProviderFactoryLoader();
|
|
639
|
-
},
|
|
640
|
-
authFlows : function(AuthenticationFlowsLoader) {
|
|
641
|
-
return AuthenticationFlowsLoader();
|
|
642
|
-
}
|
|
643
|
-
},
|
|
644
|
-
controller : 'RealmIdentityProviderCtrl'
|
|
645
|
-
})
|
|
646
|
-
.when('/realms/:realm/identity-provider-settings/provider/:provider_id/:alias', {
|
|
647
|
-
templateUrl : function(params){ return resourceUrl + '/partials/realm-identity-provider-' + params.provider_id + '.html'; },
|
|
648
|
-
resolve : {
|
|
649
|
-
realm : function(RealmLoader) {
|
|
650
|
-
return RealmLoader();
|
|
651
|
-
},
|
|
652
|
-
serverInfo : function(ServerInfoLoader) {
|
|
653
|
-
return ServerInfoLoader();
|
|
654
|
-
},
|
|
655
|
-
instance : function(IdentityProviderLoader) {
|
|
656
|
-
return IdentityProviderLoader();
|
|
657
|
-
},
|
|
658
|
-
providerFactory : function(IdentityProviderFactoryLoader) {
|
|
659
|
-
return IdentityProviderFactoryLoader();
|
|
660
|
-
},
|
|
661
|
-
authFlows : function(AuthenticationFlowsLoader) {
|
|
662
|
-
return AuthenticationFlowsLoader();
|
|
663
|
-
}
|
|
664
|
-
},
|
|
665
|
-
controller : 'RealmIdentityProviderCtrl'
|
|
666
|
-
})
|
|
667
|
-
.when('/realms/:realm/identity-provider-settings/provider/:provider_id/:alias/export', {
|
|
668
|
-
templateUrl : resourceUrl + '/partials/realm-identity-provider-export.html',
|
|
669
|
-
resolve : {
|
|
670
|
-
realm : function(RealmLoader) {
|
|
671
|
-
return RealmLoader();
|
|
672
|
-
},
|
|
673
|
-
serverInfo : function(ServerInfoLoader) {
|
|
674
|
-
return ServerInfoLoader();
|
|
675
|
-
},
|
|
676
|
-
identityProvider : function(IdentityProviderLoader) {
|
|
677
|
-
return IdentityProviderLoader();
|
|
678
|
-
},
|
|
679
|
-
providerFactory : function(IdentityProviderFactoryLoader) {
|
|
680
|
-
return IdentityProviderFactoryLoader();
|
|
681
|
-
}
|
|
682
|
-
},
|
|
683
|
-
controller : 'RealmIdentityProviderExportCtrl'
|
|
684
|
-
})
|
|
685
|
-
.when('/realms/:realm/identity-provider-mappers/:alias/mappers', {
|
|
686
|
-
templateUrl : function(params){ return resourceUrl + '/partials/identity-provider-mappers.html'; },
|
|
687
|
-
resolve : {
|
|
688
|
-
realm : function(RealmLoader) {
|
|
689
|
-
return RealmLoader();
|
|
690
|
-
},
|
|
691
|
-
identityProvider : function(IdentityProviderLoader) {
|
|
692
|
-
return IdentityProviderLoader();
|
|
693
|
-
},
|
|
694
|
-
mapperTypes : function(IdentityProviderMapperTypesLoader) {
|
|
695
|
-
return IdentityProviderMapperTypesLoader();
|
|
696
|
-
},
|
|
697
|
-
mappers : function(IdentityProviderMappersLoader) {
|
|
698
|
-
return IdentityProviderMappersLoader();
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
|
-
controller : 'IdentityProviderMapperListCtrl'
|
|
702
|
-
})
|
|
703
|
-
.when('/realms/:realm/identity-provider-mappers/:alias/mappers/:mapperId', {
|
|
704
|
-
templateUrl : function(params){ return resourceUrl + '/partials/identity-provider-mapper-detail.html'; },
|
|
705
|
-
resolve : {
|
|
706
|
-
realm : function(RealmLoader) {
|
|
707
|
-
return RealmLoader();
|
|
708
|
-
},
|
|
709
|
-
identityProvider : function(IdentityProviderLoader) {
|
|
710
|
-
return IdentityProviderLoader();
|
|
711
|
-
},
|
|
712
|
-
mapperTypes : function(IdentityProviderMapperTypesLoader) {
|
|
713
|
-
return IdentityProviderMapperTypesLoader();
|
|
714
|
-
},
|
|
715
|
-
mapper : function(IdentityProviderMapperLoader) {
|
|
716
|
-
return IdentityProviderMapperLoader();
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
controller : 'IdentityProviderMapperCtrl'
|
|
720
|
-
})
|
|
721
|
-
.when('/create/identity-provider-mappers/:realm/:alias', {
|
|
722
|
-
templateUrl : function(params){ return resourceUrl + '/partials/identity-provider-mapper-detail.html'; },
|
|
723
|
-
resolve : {
|
|
724
|
-
realm : function(RealmLoader) {
|
|
725
|
-
return RealmLoader();
|
|
726
|
-
},
|
|
727
|
-
identityProvider : function(IdentityProviderLoader) {
|
|
728
|
-
return IdentityProviderLoader();
|
|
729
|
-
},
|
|
730
|
-
mapperTypes : function(IdentityProviderMapperTypesLoader) {
|
|
731
|
-
return IdentityProviderMapperTypesLoader();
|
|
732
|
-
}
|
|
733
|
-
},
|
|
734
|
-
controller : 'IdentityProviderMapperCreateCtrl'
|
|
735
|
-
})
|
|
736
|
-
|
|
737
|
-
.when('/realms/:realm/default-roles', {
|
|
738
|
-
templateUrl : resourceUrl + '/partials/realm-default-roles.html',
|
|
739
|
-
resolve : {
|
|
740
|
-
realm : function(RealmLoader) {
|
|
741
|
-
return RealmLoader();
|
|
742
|
-
},
|
|
743
|
-
roles : function(RoleListLoader) {
|
|
744
|
-
return RoleListLoader();
|
|
745
|
-
}
|
|
746
|
-
},
|
|
747
|
-
controller : 'RealmDefaultRolesCtrl'
|
|
748
|
-
})
|
|
749
|
-
.when('/realms/:realm/smtp-settings', {
|
|
750
|
-
templateUrl : resourceUrl + '/partials/realm-smtp.html',
|
|
751
|
-
resolve : {
|
|
752
|
-
realm : function(RealmLoader) {
|
|
753
|
-
return RealmLoader();
|
|
754
|
-
}
|
|
755
|
-
},
|
|
756
|
-
controller : 'RealmSMTPSettingsCtrl'
|
|
757
|
-
})
|
|
758
|
-
.when('/realms/:realm/events', {
|
|
759
|
-
templateUrl : resourceUrl + '/partials/realm-events.html',
|
|
760
|
-
resolve : {
|
|
761
|
-
realm : function(RealmLoader) {
|
|
762
|
-
return RealmLoader();
|
|
763
|
-
},
|
|
764
|
-
serverInfo : function(ServerInfoLoader) {
|
|
765
|
-
return ServerInfoLoader();
|
|
766
|
-
}
|
|
767
|
-
},
|
|
768
|
-
controller : 'RealmEventsCtrl'
|
|
769
|
-
})
|
|
770
|
-
.when('/realms/:realm/admin-events', {
|
|
771
|
-
templateUrl : resourceUrl + '/partials/realm-events-admin.html',
|
|
772
|
-
resolve : {
|
|
773
|
-
realm : function(RealmLoader) {
|
|
774
|
-
return RealmLoader();
|
|
775
|
-
},
|
|
776
|
-
serverInfo : function(ServerInfoLoader) {
|
|
777
|
-
return ServerInfoLoader();
|
|
778
|
-
}
|
|
779
|
-
},
|
|
780
|
-
controller : 'RealmAdminEventsCtrl'
|
|
781
|
-
})
|
|
782
|
-
.when('/realms/:realm/events-settings', {
|
|
783
|
-
templateUrl : resourceUrl + '/partials/realm-events-config.html',
|
|
784
|
-
resolve : {
|
|
785
|
-
realm : function(RealmLoader) {
|
|
786
|
-
return RealmLoader();
|
|
787
|
-
},
|
|
788
|
-
serverInfo : function(ServerInfoLoader) {
|
|
789
|
-
return ServerInfoLoader();
|
|
790
|
-
},
|
|
791
|
-
eventsConfig : function(RealmEventsConfigLoader) {
|
|
792
|
-
return RealmEventsConfigLoader();
|
|
793
|
-
}
|
|
794
|
-
},
|
|
795
|
-
controller : 'RealmEventsConfigCtrl'
|
|
796
|
-
})
|
|
797
|
-
.when('/realms/:realm/partial-import', {
|
|
798
|
-
templateUrl : resourceUrl + '/partials/partial-import.html',
|
|
799
|
-
resolve : {
|
|
800
|
-
resourceName : function() { return 'users'},
|
|
801
|
-
realm : function(RealmLoader) {
|
|
802
|
-
return RealmLoader();
|
|
803
|
-
}
|
|
804
|
-
},
|
|
805
|
-
controller : 'RealmImportCtrl'
|
|
806
|
-
})
|
|
807
|
-
.when('/realms/:realm/partial-export', {
|
|
808
|
-
templateUrl : resourceUrl + '/partials/partial-export.html',
|
|
809
|
-
resolve : {
|
|
810
|
-
realm : function(RealmLoader) {
|
|
811
|
-
return RealmLoader();
|
|
812
|
-
}
|
|
813
|
-
},
|
|
814
|
-
controller : 'RealmExportCtrl'
|
|
815
|
-
})
|
|
816
|
-
.when('/create/user/:realm', {
|
|
817
|
-
templateUrl : resourceUrl + '/partials/user-detail.html',
|
|
818
|
-
resolve : {
|
|
819
|
-
realm : function(RealmLoader) {
|
|
820
|
-
return RealmLoader();
|
|
821
|
-
},
|
|
822
|
-
user : function() {
|
|
823
|
-
return {};
|
|
824
|
-
}
|
|
825
|
-
},
|
|
826
|
-
controller : 'UserDetailCtrl'
|
|
827
|
-
})
|
|
828
|
-
.when('/realms/:realm/users/:user', {
|
|
829
|
-
templateUrl : resourceUrl + '/partials/user-detail.html',
|
|
830
|
-
resolve : {
|
|
831
|
-
realm : function(RealmLoader) {
|
|
832
|
-
return RealmLoader();
|
|
833
|
-
},
|
|
834
|
-
user : function(UserLoader) {
|
|
835
|
-
return UserLoader();
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
controller : 'UserDetailCtrl'
|
|
839
|
-
})
|
|
840
|
-
.when('/realms/:realm/users/:user/user-attributes', {
|
|
841
|
-
templateUrl : resourceUrl + '/partials/user-attributes.html',
|
|
842
|
-
resolve : {
|
|
843
|
-
realm : function(RealmLoader) {
|
|
844
|
-
return RealmLoader();
|
|
845
|
-
},
|
|
846
|
-
user : function(UserLoader) {
|
|
847
|
-
return UserLoader();
|
|
848
|
-
}
|
|
849
|
-
},
|
|
850
|
-
controller : 'UserDetailCtrl'
|
|
851
|
-
})
|
|
852
|
-
.when('/realms/:realm/users/:user/user-credentials', {
|
|
853
|
-
templateUrl : resourceUrl + '/partials/user-credentials.html',
|
|
854
|
-
resolve : {
|
|
855
|
-
realm : function(RealmLoader) {
|
|
856
|
-
return RealmLoader();
|
|
857
|
-
},
|
|
858
|
-
user : function(UserLoader) {
|
|
859
|
-
return UserLoader();
|
|
860
|
-
}
|
|
861
|
-
},
|
|
862
|
-
controller : 'UserCredentialsCtrl'
|
|
863
|
-
})
|
|
864
|
-
.when('/realms/:realm/users/:user/role-mappings', {
|
|
865
|
-
templateUrl : resourceUrl + '/partials/role-mappings.html',
|
|
866
|
-
resolve : {
|
|
867
|
-
realm : function(RealmLoader) {
|
|
868
|
-
return RealmLoader();
|
|
869
|
-
},
|
|
870
|
-
user : function(UserLoader) {
|
|
871
|
-
return UserLoader();
|
|
872
|
-
},
|
|
873
|
-
clients : function(ClientListLoader) {
|
|
874
|
-
return ClientListLoader();
|
|
875
|
-
},
|
|
876
|
-
client : function() {
|
|
877
|
-
return {};
|
|
878
|
-
}
|
|
879
|
-
},
|
|
880
|
-
controller : 'UserRoleMappingCtrl'
|
|
881
|
-
})
|
|
882
|
-
.when('/realms/:realm/users/:user/groups', {
|
|
883
|
-
templateUrl : resourceUrl + '/partials/user-group-membership.html',
|
|
884
|
-
resolve : {
|
|
885
|
-
realm : function(RealmLoader) {
|
|
886
|
-
return RealmLoader();
|
|
887
|
-
},
|
|
888
|
-
user : function(UserLoader) {
|
|
889
|
-
return UserLoader();
|
|
890
|
-
}
|
|
891
|
-
},
|
|
892
|
-
controller : 'UserGroupMembershipCtrl'
|
|
893
|
-
})
|
|
894
|
-
.when('/realms/:realm/users/:user/sessions', {
|
|
895
|
-
templateUrl : resourceUrl + '/partials/user-sessions.html',
|
|
896
|
-
resolve : {
|
|
897
|
-
realm : function(RealmLoader) {
|
|
898
|
-
return RealmLoader();
|
|
899
|
-
},
|
|
900
|
-
user : function(UserLoader) {
|
|
901
|
-
return UserLoader();
|
|
902
|
-
},
|
|
903
|
-
sessions : function(UserSessionsLoader) {
|
|
904
|
-
return UserSessionsLoader();
|
|
905
|
-
}
|
|
906
|
-
},
|
|
907
|
-
controller : 'UserSessionsCtrl'
|
|
908
|
-
})
|
|
909
|
-
.when('/realms/:realm/users/:user/federated-identity', {
|
|
910
|
-
templateUrl : resourceUrl + '/partials/user-federated-identity-list.html',
|
|
911
|
-
resolve : {
|
|
912
|
-
realm : function(RealmLoader) {
|
|
913
|
-
return RealmLoader();
|
|
914
|
-
},
|
|
915
|
-
user : function(UserLoader) {
|
|
916
|
-
return UserLoader();
|
|
917
|
-
},
|
|
918
|
-
federatedIdentities : function(UserFederatedIdentityLoader) {
|
|
919
|
-
return UserFederatedIdentityLoader();
|
|
920
|
-
}
|
|
921
|
-
},
|
|
922
|
-
controller : 'UserFederatedIdentityCtrl'
|
|
923
|
-
})
|
|
924
|
-
.when('/create/federated-identity/:realm/:user', {
|
|
925
|
-
templateUrl : resourceUrl + '/partials/user-federated-identity-detail.html',
|
|
926
|
-
resolve : {
|
|
927
|
-
realm : function(RealmLoader) {
|
|
928
|
-
return RealmLoader();
|
|
929
|
-
},
|
|
930
|
-
user : function(UserLoader) {
|
|
931
|
-
return UserLoader();
|
|
932
|
-
},
|
|
933
|
-
federatedIdentities : function(UserFederatedIdentityLoader) {
|
|
934
|
-
return UserFederatedIdentityLoader();
|
|
935
|
-
}
|
|
936
|
-
},
|
|
937
|
-
controller : 'UserFederatedIdentityAddCtrl'
|
|
938
|
-
})
|
|
939
|
-
.when('/realms/:realm/users/:user/consents', {
|
|
940
|
-
templateUrl : resourceUrl + '/partials/user-consents.html',
|
|
941
|
-
resolve : {
|
|
942
|
-
realm : function(RealmLoader) {
|
|
943
|
-
return RealmLoader();
|
|
944
|
-
},
|
|
945
|
-
user : function(UserLoader) {
|
|
946
|
-
return UserLoader();
|
|
947
|
-
},
|
|
948
|
-
userConsents : function(UserConsentsLoader) {
|
|
949
|
-
return UserConsentsLoader();
|
|
950
|
-
}
|
|
951
|
-
},
|
|
952
|
-
controller : 'UserConsentsCtrl'
|
|
953
|
-
})
|
|
954
|
-
.when('/realms/:realm/users/:user/offline-sessions/:client', {
|
|
955
|
-
templateUrl : resourceUrl + '/partials/user-offline-sessions.html',
|
|
956
|
-
resolve : {
|
|
957
|
-
realm : function(RealmLoader) {
|
|
958
|
-
return RealmLoader();
|
|
959
|
-
},
|
|
960
|
-
user : function(UserLoader) {
|
|
961
|
-
return UserLoader();
|
|
962
|
-
},
|
|
963
|
-
client : function(ClientLoader) {
|
|
964
|
-
return ClientLoader();
|
|
965
|
-
},
|
|
966
|
-
offlineSessions : function(UserOfflineSessionsLoader) {
|
|
967
|
-
return UserOfflineSessionsLoader();
|
|
968
|
-
}
|
|
969
|
-
},
|
|
970
|
-
controller : 'UserOfflineSessionsCtrl'
|
|
971
|
-
})
|
|
972
|
-
.when('/realms/:realm/users', {
|
|
973
|
-
templateUrl : resourceUrl + '/partials/user-list.html',
|
|
974
|
-
resolve : {
|
|
975
|
-
realm : function(RealmLoader) {
|
|
976
|
-
return RealmLoader();
|
|
977
|
-
}
|
|
978
|
-
},
|
|
979
|
-
controller : 'UserListCtrl'
|
|
980
|
-
})
|
|
981
|
-
|
|
982
|
-
.when('/create/role/:realm', {
|
|
983
|
-
templateUrl : resourceUrl + '/partials/role-detail.html',
|
|
984
|
-
resolve : {
|
|
985
|
-
realm : function(RealmLoader) {
|
|
986
|
-
return RealmLoader();
|
|
987
|
-
},
|
|
988
|
-
role : function() {
|
|
989
|
-
return {};
|
|
990
|
-
},
|
|
991
|
-
roles : function(RoleListLoader) {
|
|
992
|
-
return RoleListLoader();
|
|
993
|
-
},
|
|
994
|
-
clients : function(ClientListLoader) {
|
|
995
|
-
return ClientListLoader();
|
|
996
|
-
}
|
|
997
|
-
},
|
|
998
|
-
controller : 'RoleDetailCtrl'
|
|
999
|
-
})
|
|
1000
|
-
.when('/realms/:realm/roles/:role', {
|
|
1001
|
-
templateUrl : resourceUrl + '/partials/role-detail.html',
|
|
1002
|
-
resolve : {
|
|
1003
|
-
realm : function(RealmLoader) {
|
|
1004
|
-
return RealmLoader();
|
|
1005
|
-
},
|
|
1006
|
-
role : function(RoleLoader) {
|
|
1007
|
-
return RoleLoader();
|
|
1008
|
-
},
|
|
1009
|
-
roles : function(RoleListLoader) {
|
|
1010
|
-
return RoleListLoader();
|
|
1011
|
-
},
|
|
1012
|
-
clients : function(ClientListLoader) {
|
|
1013
|
-
return ClientListLoader();
|
|
1014
|
-
}
|
|
1015
|
-
},
|
|
1016
|
-
controller : 'RoleDetailCtrl'
|
|
1017
|
-
})
|
|
1018
|
-
.when('/realms/:realm/roles/:role/role-attributes', {
|
|
1019
|
-
templateUrl : resourceUrl + '/partials/role-attributes.html',
|
|
1020
|
-
resolve : {
|
|
1021
|
-
realm : function(RealmLoader) {
|
|
1022
|
-
return RealmLoader();
|
|
1023
|
-
},
|
|
1024
|
-
role : function(RoleLoader) {
|
|
1025
|
-
return RoleLoader();
|
|
1026
|
-
},
|
|
1027
|
-
roles : function(RoleListLoader) {
|
|
1028
|
-
return RoleListLoader();
|
|
1029
|
-
},
|
|
1030
|
-
clients : function(ClientListLoader) {
|
|
1031
|
-
return ClientListLoader();
|
|
1032
|
-
}
|
|
1033
|
-
},
|
|
1034
|
-
controller : 'RoleDetailCtrl'
|
|
1035
|
-
})
|
|
1036
|
-
.when('/realms/:realm/roles/:role/users', {
|
|
1037
|
-
templateUrl : resourceUrl + '/partials/realm-role-users.html',
|
|
1038
|
-
resolve : {
|
|
1039
|
-
realm : function(RealmLoader) {
|
|
1040
|
-
return RealmLoader();
|
|
1041
|
-
},
|
|
1042
|
-
role : function(RoleLoader) {
|
|
1043
|
-
return RoleLoader();
|
|
1044
|
-
}
|
|
1045
|
-
},
|
|
1046
|
-
controller : 'RoleMembersCtrl'
|
|
1047
|
-
})
|
|
1048
|
-
.when('/realms/:realm/roles', {
|
|
1049
|
-
templateUrl : resourceUrl + '/partials/role-list.html',
|
|
1050
|
-
resolve : {
|
|
1051
|
-
realm : function(RealmLoader) {
|
|
1052
|
-
return RealmLoader();
|
|
1053
|
-
}
|
|
1054
|
-
},
|
|
1055
|
-
controller : 'RoleListCtrl'
|
|
1056
|
-
})
|
|
1057
|
-
.when('/realms/:realm/groups', {
|
|
1058
|
-
templateUrl : resourceUrl + '/partials/group-list.html',
|
|
1059
|
-
resolve : {
|
|
1060
|
-
realm : function(RealmLoader) {
|
|
1061
|
-
return RealmLoader();
|
|
1062
|
-
}
|
|
1063
|
-
},
|
|
1064
|
-
controller : 'GroupListCtrl'
|
|
1065
|
-
})
|
|
1066
|
-
.when('/create/group/:realm/parent/:parentId', {
|
|
1067
|
-
templateUrl : resourceUrl + '/partials/create-group.html',
|
|
1068
|
-
resolve : {
|
|
1069
|
-
realm : function(RealmLoader) {
|
|
1070
|
-
return RealmLoader();
|
|
1071
|
-
},
|
|
1072
|
-
parentId : function($route) {
|
|
1073
|
-
return $route.current.params.parentId;
|
|
1074
|
-
}
|
|
1075
|
-
},
|
|
1076
|
-
controller : 'GroupCreateCtrl'
|
|
1077
|
-
})
|
|
1078
|
-
.when('/realms/:realm/groups/:group', {
|
|
1079
|
-
templateUrl : resourceUrl + '/partials/group-detail.html',
|
|
1080
|
-
resolve : {
|
|
1081
|
-
realm : function(RealmLoader) {
|
|
1082
|
-
return RealmLoader();
|
|
1083
|
-
},
|
|
1084
|
-
group : function(GroupLoader) {
|
|
1085
|
-
return GroupLoader();
|
|
1086
|
-
}
|
|
1087
|
-
},
|
|
1088
|
-
controller : 'GroupDetailCtrl'
|
|
1089
|
-
})
|
|
1090
|
-
.when('/realms/:realm/groups/:group/attributes', {
|
|
1091
|
-
templateUrl : resourceUrl + '/partials/group-attributes.html',
|
|
1092
|
-
resolve : {
|
|
1093
|
-
realm : function(RealmLoader) {
|
|
1094
|
-
return RealmLoader();
|
|
1095
|
-
},
|
|
1096
|
-
group : function(GroupLoader) {
|
|
1097
|
-
return GroupLoader();
|
|
1098
|
-
}
|
|
1099
|
-
},
|
|
1100
|
-
controller : 'GroupDetailCtrl'
|
|
1101
|
-
})
|
|
1102
|
-
.when('/realms/:realm/groups/:group/members', {
|
|
1103
|
-
templateUrl : resourceUrl + '/partials/group-members.html',
|
|
1104
|
-
resolve : {
|
|
1105
|
-
realm : function(RealmLoader) {
|
|
1106
|
-
return RealmLoader();
|
|
1107
|
-
},
|
|
1108
|
-
group : function(GroupLoader) {
|
|
1109
|
-
return GroupLoader();
|
|
1110
|
-
}
|
|
1111
|
-
},
|
|
1112
|
-
controller : 'GroupMembersCtrl'
|
|
1113
|
-
})
|
|
1114
|
-
.when('/realms/:realm/groups/:group/role-mappings', {
|
|
1115
|
-
templateUrl : resourceUrl + '/partials/group-role-mappings.html',
|
|
1116
|
-
resolve : {
|
|
1117
|
-
realm : function(RealmLoader) {
|
|
1118
|
-
return RealmLoader();
|
|
1119
|
-
},
|
|
1120
|
-
group : function(GroupLoader) {
|
|
1121
|
-
return GroupLoader();
|
|
1122
|
-
},
|
|
1123
|
-
clients : function(ClientListLoader) {
|
|
1124
|
-
return ClientListLoader();
|
|
1125
|
-
},
|
|
1126
|
-
client : function() {
|
|
1127
|
-
return {};
|
|
1128
|
-
}
|
|
1129
|
-
},
|
|
1130
|
-
controller : 'GroupRoleMappingCtrl'
|
|
1131
|
-
})
|
|
1132
|
-
.when('/realms/:realm/default-groups', {
|
|
1133
|
-
templateUrl : resourceUrl + '/partials/default-groups.html',
|
|
1134
|
-
resolve : {
|
|
1135
|
-
realm : function(RealmLoader) {
|
|
1136
|
-
return RealmLoader();
|
|
1137
|
-
}
|
|
1138
|
-
},
|
|
1139
|
-
controller : 'DefaultGroupsCtrl'
|
|
1140
|
-
})
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
.when('/create/role/:realm/clients/:client', {
|
|
1144
|
-
templateUrl : resourceUrl + '/partials/client-role-detail.html',
|
|
1145
|
-
resolve : {
|
|
1146
|
-
realm : function(RealmLoader) {
|
|
1147
|
-
return RealmLoader();
|
|
1148
|
-
},
|
|
1149
|
-
client : function(ClientLoader) {
|
|
1150
|
-
return ClientLoader();
|
|
1151
|
-
},
|
|
1152
|
-
role : function() {
|
|
1153
|
-
return {};
|
|
1154
|
-
},
|
|
1155
|
-
roles : function(RoleListLoader) {
|
|
1156
|
-
return RoleListLoader();
|
|
1157
|
-
},
|
|
1158
|
-
clients : function(ClientListLoader) {
|
|
1159
|
-
return ClientListLoader();
|
|
1160
|
-
}
|
|
1161
|
-
},
|
|
1162
|
-
controller : 'ClientRoleDetailCtrl'
|
|
1163
|
-
})
|
|
1164
|
-
.when('/realms/:realm/clients/:client/roles/:role', {
|
|
1165
|
-
templateUrl : resourceUrl + '/partials/client-role-detail.html',
|
|
1166
|
-
resolve : {
|
|
1167
|
-
realm : function(RealmLoader) {
|
|
1168
|
-
return RealmLoader();
|
|
1169
|
-
},
|
|
1170
|
-
client : function(ClientLoader) {
|
|
1171
|
-
return ClientLoader();
|
|
1172
|
-
},
|
|
1173
|
-
role : function(ClientRoleLoader) {
|
|
1174
|
-
return ClientRoleLoader();
|
|
1175
|
-
},
|
|
1176
|
-
roles : function(RoleListLoader) {
|
|
1177
|
-
return RoleListLoader();
|
|
1178
|
-
},
|
|
1179
|
-
clients : function(ClientListLoader) {
|
|
1180
|
-
return ClientListLoader();
|
|
1181
|
-
}
|
|
1182
|
-
},
|
|
1183
|
-
controller : 'ClientRoleDetailCtrl'
|
|
1184
|
-
})
|
|
1185
|
-
.when('/realms/:realm/clients/:client/roles/:role/role-attributes', {
|
|
1186
|
-
templateUrl : resourceUrl + '/partials/client-role-attributes.html',
|
|
1187
|
-
resolve : {
|
|
1188
|
-
realm : function(RealmLoader) {
|
|
1189
|
-
return RealmLoader();
|
|
1190
|
-
},
|
|
1191
|
-
client : function(ClientLoader) {
|
|
1192
|
-
return ClientLoader();
|
|
1193
|
-
},
|
|
1194
|
-
role : function(ClientRoleLoader) {
|
|
1195
|
-
return ClientRoleLoader();
|
|
1196
|
-
},
|
|
1197
|
-
roles : function(RoleListLoader) {
|
|
1198
|
-
return RoleListLoader();
|
|
1199
|
-
},
|
|
1200
|
-
clients : function(ClientListLoader) {
|
|
1201
|
-
return ClientListLoader();
|
|
1202
|
-
}
|
|
1203
|
-
},
|
|
1204
|
-
controller : 'ClientRoleDetailCtrl'
|
|
1205
|
-
})
|
|
1206
|
-
.when('/realms/:realm/clients/:client/roles/:role/users', {
|
|
1207
|
-
templateUrl : resourceUrl + '/partials/client-role-users.html',
|
|
1208
|
-
resolve : {
|
|
1209
|
-
realm : function(RealmLoader) {
|
|
1210
|
-
return RealmLoader();
|
|
1211
|
-
},
|
|
1212
|
-
client : function(ClientLoader) {
|
|
1213
|
-
return ClientLoader();
|
|
1214
|
-
},
|
|
1215
|
-
role : function(ClientRoleLoader) {
|
|
1216
|
-
return ClientRoleLoader();
|
|
1217
|
-
}
|
|
1218
|
-
},
|
|
1219
|
-
controller : 'ClientRoleMembersCtrl'
|
|
1220
|
-
})
|
|
1221
|
-
.when('/realms/:realm/clients/:client/mappers', {
|
|
1222
|
-
templateUrl : resourceUrl + '/partials/client-mappers.html',
|
|
1223
|
-
resolve : {
|
|
1224
|
-
realm : function(RealmLoader) {
|
|
1225
|
-
return RealmLoader();
|
|
1226
|
-
},
|
|
1227
|
-
client : function(ClientLoader) {
|
|
1228
|
-
return ClientLoader();
|
|
1229
|
-
},
|
|
1230
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1231
|
-
return ServerInfoLoader();
|
|
1232
|
-
}
|
|
1233
|
-
},
|
|
1234
|
-
controller : 'ClientProtocolMapperListCtrl'
|
|
1235
|
-
})
|
|
1236
|
-
.when('/realms/:realm/clients/:client/add-mappers', {
|
|
1237
|
-
templateUrl : resourceUrl + '/partials/client-mappers-add.html',
|
|
1238
|
-
resolve : {
|
|
1239
|
-
realm : function(RealmLoader) {
|
|
1240
|
-
return RealmLoader();
|
|
1241
|
-
},
|
|
1242
|
-
client : function(ClientLoader) {
|
|
1243
|
-
return ClientLoader();
|
|
1244
|
-
},
|
|
1245
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1246
|
-
return ServerInfoLoader();
|
|
1247
|
-
}
|
|
1248
|
-
},
|
|
1249
|
-
controller : 'AddBuiltinProtocolMapperCtrl'
|
|
1250
|
-
})
|
|
1251
|
-
.when('/realms/:realm/clients/:client/mappers/:id', {
|
|
1252
|
-
templateUrl : resourceUrl + '/partials/client-protocol-mapper-detail.html',
|
|
1253
|
-
resolve : {
|
|
1254
|
-
realm : function(RealmLoader) {
|
|
1255
|
-
return RealmLoader();
|
|
1256
|
-
},
|
|
1257
|
-
client : function(ClientLoader) {
|
|
1258
|
-
return ClientLoader();
|
|
1259
|
-
},
|
|
1260
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1261
|
-
return ServerInfoLoader();
|
|
1262
|
-
},
|
|
1263
|
-
mapper : function(ClientProtocolMapperLoader) {
|
|
1264
|
-
return ClientProtocolMapperLoader();
|
|
1265
|
-
},
|
|
1266
|
-
clients : function(ClientListLoader) {
|
|
1267
|
-
return ClientListLoader();
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
},
|
|
1271
|
-
controller : 'ClientProtocolMapperCtrl'
|
|
1272
|
-
})
|
|
1273
|
-
.when('/create/client/:realm/:client/mappers', {
|
|
1274
|
-
templateUrl : resourceUrl + '/partials/client-protocol-mapper-detail.html',
|
|
1275
|
-
resolve : {
|
|
1276
|
-
realm : function(RealmLoader) {
|
|
1277
|
-
return RealmLoader();
|
|
1278
|
-
},
|
|
1279
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1280
|
-
return ServerInfoLoader();
|
|
1281
|
-
},
|
|
1282
|
-
client : function(ClientLoader) {
|
|
1283
|
-
return ClientLoader();
|
|
1284
|
-
},
|
|
1285
|
-
clients : function(ClientListLoader) {
|
|
1286
|
-
return ClientListLoader();
|
|
1287
|
-
}
|
|
1288
|
-
},
|
|
1289
|
-
controller : 'ClientProtocolMapperCreateCtrl'
|
|
1290
|
-
})
|
|
1291
|
-
.when('/realms/:realm/clients/:client/client-scopes/setup-scopes', {
|
|
1292
|
-
templateUrl : resourceUrl + '/partials/client-scopes-setup.html',
|
|
1293
|
-
resolve : {
|
|
1294
|
-
realm : function(RealmLoader) {
|
|
1295
|
-
return RealmLoader();
|
|
1296
|
-
},
|
|
1297
|
-
client : function(ClientLoader) {
|
|
1298
|
-
return ClientLoader();
|
|
1299
|
-
},
|
|
1300
|
-
clientScopes : function(ClientScopeListLoader) {
|
|
1301
|
-
return ClientScopeListLoader();
|
|
1302
|
-
},
|
|
1303
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1304
|
-
return ServerInfoLoader();
|
|
1305
|
-
},
|
|
1306
|
-
clientDefaultClientScopes : function(ClientDefaultClientScopesLoader) {
|
|
1307
|
-
return ClientDefaultClientScopesLoader();
|
|
1308
|
-
},
|
|
1309
|
-
clientOptionalClientScopes : function(ClientOptionalClientScopesLoader) {
|
|
1310
|
-
return ClientOptionalClientScopesLoader();
|
|
1311
|
-
}
|
|
1312
|
-
},
|
|
1313
|
-
controller : 'ClientClientScopesSetupCtrl'
|
|
1314
|
-
})
|
|
1315
|
-
.when('/realms/:realm/clients/:client/client-scopes/evaluate-scopes', {
|
|
1316
|
-
templateUrl : resourceUrl + '/partials/client-scopes-evaluate.html',
|
|
1317
|
-
resolve : {
|
|
1318
|
-
realm : function(RealmLoader) {
|
|
1319
|
-
return RealmLoader();
|
|
1320
|
-
},
|
|
1321
|
-
client : function(ClientLoader) {
|
|
1322
|
-
return ClientLoader();
|
|
1323
|
-
},
|
|
1324
|
-
clients : function(ClientListLoader) {
|
|
1325
|
-
return ClientListLoader();
|
|
1326
|
-
},
|
|
1327
|
-
clientScopes : function(ClientScopeListLoader) {
|
|
1328
|
-
return ClientScopeListLoader();
|
|
1329
|
-
},
|
|
1330
|
-
clientDefaultClientScopes : function(ClientDefaultClientScopesLoader) {
|
|
1331
|
-
return ClientDefaultClientScopesLoader();
|
|
1332
|
-
},
|
|
1333
|
-
clientOptionalClientScopes : function(ClientOptionalClientScopesLoader) {
|
|
1334
|
-
return ClientOptionalClientScopesLoader();
|
|
1335
|
-
},
|
|
1336
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1337
|
-
return ServerInfoLoader();
|
|
1338
|
-
}
|
|
1339
|
-
},
|
|
1340
|
-
controller : 'ClientClientScopesEvaluateCtrl'
|
|
1341
|
-
})
|
|
1342
|
-
.when('/realms/:realm/client-scopes/:clientScope/mappers', {
|
|
1343
|
-
templateUrl : resourceUrl + '/partials/client-scope-mappers.html',
|
|
1344
|
-
resolve : {
|
|
1345
|
-
realm : function(RealmLoader) {
|
|
1346
|
-
return RealmLoader();
|
|
1347
|
-
},
|
|
1348
|
-
clientScope : function(ClientScopeLoader) {
|
|
1349
|
-
return ClientScopeLoader();
|
|
1350
|
-
},
|
|
1351
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1352
|
-
return ServerInfoLoader();
|
|
1353
|
-
}
|
|
1354
|
-
},
|
|
1355
|
-
controller : 'ClientScopeProtocolMapperListCtrl'
|
|
1356
|
-
})
|
|
1357
|
-
.when('/realms/:realm/client-scopes/:clientScope/add-mappers', {
|
|
1358
|
-
templateUrl : resourceUrl + '/partials/client-scope-mappers-add.html',
|
|
1359
|
-
resolve : {
|
|
1360
|
-
realm : function(RealmLoader) {
|
|
1361
|
-
return RealmLoader();
|
|
1362
|
-
},
|
|
1363
|
-
clientScope : function(ClientScopeLoader) {
|
|
1364
|
-
return ClientScopeLoader();
|
|
1365
|
-
},
|
|
1366
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1367
|
-
return ServerInfoLoader();
|
|
1368
|
-
}
|
|
1369
|
-
},
|
|
1370
|
-
controller : 'ClientScopeAddBuiltinProtocolMapperCtrl'
|
|
1371
|
-
})
|
|
1372
|
-
.when('/realms/:realm/client-scopes/:clientScope/mappers/:id', {
|
|
1373
|
-
templateUrl : resourceUrl + '/partials/client-scope-protocol-mapper-detail.html',
|
|
1374
|
-
resolve : {
|
|
1375
|
-
realm : function(RealmLoader) {
|
|
1376
|
-
return RealmLoader();
|
|
1377
|
-
},
|
|
1378
|
-
clientScope : function(ClientScopeLoader) {
|
|
1379
|
-
return ClientScopeLoader();
|
|
1380
|
-
},
|
|
1381
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1382
|
-
return ServerInfoLoader();
|
|
1383
|
-
},
|
|
1384
|
-
mapper : function(ClientScopeProtocolMapperLoader) {
|
|
1385
|
-
return ClientScopeProtocolMapperLoader();
|
|
1386
|
-
},
|
|
1387
|
-
clients : function(ClientListLoader) {
|
|
1388
|
-
return ClientListLoader();
|
|
1389
|
-
}
|
|
1390
|
-
|
|
1391
|
-
},
|
|
1392
|
-
controller : 'ClientScopeProtocolMapperCtrl'
|
|
1393
|
-
})
|
|
1394
|
-
.when('/create/client-scope/:realm/:clientScope/mappers', {
|
|
1395
|
-
templateUrl : resourceUrl + '/partials/client-scope-protocol-mapper-detail.html',
|
|
1396
|
-
resolve : {
|
|
1397
|
-
realm : function(RealmLoader) {
|
|
1398
|
-
return RealmLoader();
|
|
1399
|
-
},
|
|
1400
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1401
|
-
return ServerInfoLoader();
|
|
1402
|
-
},
|
|
1403
|
-
clientScope : function(ClientScopeLoader) {
|
|
1404
|
-
return ClientScopeLoader();
|
|
1405
|
-
},
|
|
1406
|
-
clients : function(ClientListLoader) {
|
|
1407
|
-
return ClientListLoader();
|
|
1408
|
-
}
|
|
1409
|
-
},
|
|
1410
|
-
controller : 'ClientScopeProtocolMapperCreateCtrl'
|
|
1411
|
-
})
|
|
1412
|
-
.when('/realms/:realm/clients/:client/sessions', {
|
|
1413
|
-
templateUrl : resourceUrl + '/partials/client-sessions.html',
|
|
1414
|
-
resolve : {
|
|
1415
|
-
realm : function(RealmLoader) {
|
|
1416
|
-
return RealmLoader();
|
|
1417
|
-
},
|
|
1418
|
-
client : function(ClientLoader) {
|
|
1419
|
-
return ClientLoader();
|
|
1420
|
-
},
|
|
1421
|
-
sessionCount : function(ClientSessionCountLoader) {
|
|
1422
|
-
return ClientSessionCountLoader();
|
|
1423
|
-
}
|
|
1424
|
-
},
|
|
1425
|
-
controller : 'ClientSessionsCtrl'
|
|
1426
|
-
})
|
|
1427
|
-
.when('/realms/:realm/clients/:client/offline-access', {
|
|
1428
|
-
templateUrl : resourceUrl + '/partials/client-offline-sessions.html',
|
|
1429
|
-
resolve : {
|
|
1430
|
-
realm : function(RealmLoader) {
|
|
1431
|
-
return RealmLoader();
|
|
1432
|
-
},
|
|
1433
|
-
client : function(ClientLoader) {
|
|
1434
|
-
return ClientLoader();
|
|
1435
|
-
},
|
|
1436
|
-
offlineSessionCount : function(ClientOfflineSessionCountLoader) {
|
|
1437
|
-
return ClientOfflineSessionCountLoader();
|
|
1438
|
-
}
|
|
1439
|
-
},
|
|
1440
|
-
controller : 'ClientOfflineSessionsCtrl'
|
|
1441
|
-
})
|
|
1442
|
-
.when('/realms/:realm/clients/:client/credentials', {
|
|
1443
|
-
templateUrl : resourceUrl + '/partials/client-credentials.html',
|
|
1444
|
-
resolve : {
|
|
1445
|
-
realm : function(RealmLoader) {
|
|
1446
|
-
return RealmLoader();
|
|
1447
|
-
},
|
|
1448
|
-
client : function(ClientLoader) {
|
|
1449
|
-
return ClientLoader();
|
|
1450
|
-
},
|
|
1451
|
-
clientAuthenticatorProviders : function(ClientAuthenticatorProvidersLoader) {
|
|
1452
|
-
return ClientAuthenticatorProvidersLoader();
|
|
1453
|
-
},
|
|
1454
|
-
clientConfigProperties: function(PerClientAuthenticationConfigDescriptionLoader) {
|
|
1455
|
-
return PerClientAuthenticationConfigDescriptionLoader();
|
|
1456
|
-
}
|
|
1457
|
-
},
|
|
1458
|
-
controller : 'ClientCredentialsCtrl'
|
|
1459
|
-
})
|
|
1460
|
-
.when('/realms/:realm/clients/:client/oidc/:keyType/import/:attribute', {
|
|
1461
|
-
templateUrl : resourceUrl + '/partials/client-oidc-key-import.html',
|
|
1462
|
-
resolve : {
|
|
1463
|
-
realm : function(RealmLoader) {
|
|
1464
|
-
return RealmLoader();
|
|
1465
|
-
},
|
|
1466
|
-
client : function(ClientLoader) {
|
|
1467
|
-
return ClientLoader();
|
|
1468
|
-
},
|
|
1469
|
-
callingContext : function() {
|
|
1470
|
-
return "oidc";
|
|
1471
|
-
}
|
|
1472
|
-
},
|
|
1473
|
-
controller : 'ClientCertificateImportCtrl'
|
|
1474
|
-
})
|
|
1475
|
-
.when('/realms/:realm/clients/:client/oidc/:keyType/export/:attribute', {
|
|
1476
|
-
templateUrl : resourceUrl + '/partials/client-oidc-key-export.html',
|
|
1477
|
-
resolve : {
|
|
1478
|
-
realm : function(RealmLoader) {
|
|
1479
|
-
return RealmLoader();
|
|
1480
|
-
},
|
|
1481
|
-
client : function(ClientLoader) {
|
|
1482
|
-
return ClientLoader();
|
|
1483
|
-
},
|
|
1484
|
-
callingContext : function() {
|
|
1485
|
-
return "oidc";
|
|
1486
|
-
}
|
|
1487
|
-
},
|
|
1488
|
-
controller : 'ClientCertificateExportCtrl'
|
|
1489
|
-
})
|
|
1490
|
-
.when('/realms/:realm/clients/:client/identity-provider', {
|
|
1491
|
-
templateUrl : resourceUrl + '/partials/client-identity-provider.html',
|
|
1492
|
-
resolve : {
|
|
1493
|
-
realm : function(RealmLoader) {
|
|
1494
|
-
return RealmLoader();
|
|
1495
|
-
},
|
|
1496
|
-
client : function(ClientLoader) {
|
|
1497
|
-
return ClientLoader();
|
|
1498
|
-
}
|
|
1499
|
-
},
|
|
1500
|
-
controller : 'ClientIdentityProviderCtrl'
|
|
1501
|
-
})
|
|
1502
|
-
.when('/realms/:realm/clients/:client/clustering', {
|
|
1503
|
-
templateUrl : resourceUrl + '/partials/client-clustering.html',
|
|
1504
|
-
resolve : {
|
|
1505
|
-
realm : function(RealmLoader) {
|
|
1506
|
-
return RealmLoader();
|
|
1507
|
-
},
|
|
1508
|
-
client : function(ClientLoader) {
|
|
1509
|
-
return ClientLoader();
|
|
1510
|
-
}
|
|
1511
|
-
},
|
|
1512
|
-
controller : 'ClientClusteringCtrl'
|
|
1513
|
-
})
|
|
1514
|
-
.when('/register-node/realms/:realm/clients/:client/clustering', {
|
|
1515
|
-
templateUrl : resourceUrl + '/partials/client-clustering-node.html',
|
|
1516
|
-
resolve : {
|
|
1517
|
-
realm : function(RealmLoader) {
|
|
1518
|
-
return RealmLoader();
|
|
1519
|
-
},
|
|
1520
|
-
client : function(ClientLoader) {
|
|
1521
|
-
return ClientLoader();
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
controller : 'ClientClusteringNodeCtrl'
|
|
1525
|
-
})
|
|
1526
|
-
.when('/realms/:realm/clients/:client/clustering/:node', {
|
|
1527
|
-
templateUrl : resourceUrl + '/partials/client-clustering-node.html',
|
|
1528
|
-
resolve : {
|
|
1529
|
-
realm : function(RealmLoader) {
|
|
1530
|
-
return RealmLoader();
|
|
1531
|
-
},
|
|
1532
|
-
client : function(ClientLoader) {
|
|
1533
|
-
return ClientLoader();
|
|
1534
|
-
}
|
|
1535
|
-
},
|
|
1536
|
-
controller : 'ClientClusteringNodeCtrl'
|
|
1537
|
-
})
|
|
1538
|
-
.when('/realms/:realm/clients/:client/saml/keys', {
|
|
1539
|
-
templateUrl : resourceUrl + '/partials/client-saml-keys.html',
|
|
1540
|
-
resolve : {
|
|
1541
|
-
realm : function(RealmLoader) {
|
|
1542
|
-
return RealmLoader();
|
|
1543
|
-
},
|
|
1544
|
-
client : function(ClientLoader) {
|
|
1545
|
-
return ClientLoader();
|
|
1546
|
-
}
|
|
1547
|
-
},
|
|
1548
|
-
controller : 'ClientSamlKeyCtrl'
|
|
1549
|
-
})
|
|
1550
|
-
.when('/realms/:realm/clients/:client/saml/:keyType/import/:attribute', {
|
|
1551
|
-
templateUrl : resourceUrl + '/partials/client-saml-key-import.html',
|
|
1552
|
-
resolve : {
|
|
1553
|
-
realm : function(RealmLoader) {
|
|
1554
|
-
return RealmLoader();
|
|
1555
|
-
},
|
|
1556
|
-
client : function(ClientLoader) {
|
|
1557
|
-
return ClientLoader();
|
|
1558
|
-
},
|
|
1559
|
-
callingContext : function() {
|
|
1560
|
-
return "saml";
|
|
1561
|
-
}
|
|
1562
|
-
},
|
|
1563
|
-
controller : 'ClientCertificateImportCtrl'
|
|
1564
|
-
})
|
|
1565
|
-
.when('/realms/:realm/clients/:client/saml/:keyType/export/:attribute', {
|
|
1566
|
-
templateUrl : resourceUrl + '/partials/client-saml-key-export.html',
|
|
1567
|
-
resolve : {
|
|
1568
|
-
realm : function(RealmLoader) {
|
|
1569
|
-
return RealmLoader();
|
|
1570
|
-
},
|
|
1571
|
-
client : function(ClientLoader) {
|
|
1572
|
-
return ClientLoader();
|
|
1573
|
-
},
|
|
1574
|
-
callingContext : function() {
|
|
1575
|
-
return "saml";
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
controller : 'ClientCertificateExportCtrl'
|
|
1579
|
-
})
|
|
1580
|
-
.when('/realms/:realm/clients/:client/oidc/keys', {
|
|
1581
|
-
templateUrl : resourceUrl + '/partials/client-oidc-keys.html',
|
|
1582
|
-
resolve : {
|
|
1583
|
-
realm : function(RealmLoader) {
|
|
1584
|
-
return RealmLoader();
|
|
1585
|
-
},
|
|
1586
|
-
client : function(ClientLoader) {
|
|
1587
|
-
return ClientLoader();
|
|
1588
|
-
}
|
|
1589
|
-
},
|
|
1590
|
-
controller : 'ClientOidcKeyCtrl'
|
|
1591
|
-
})
|
|
1592
|
-
.when('/realms/:realm/clients/:client/roles', {
|
|
1593
|
-
templateUrl : resourceUrl + '/partials/client-role-list.html',
|
|
1594
|
-
resolve : {
|
|
1595
|
-
realm : function(RealmLoader) {
|
|
1596
|
-
return RealmLoader();
|
|
1597
|
-
},
|
|
1598
|
-
client : function(ClientLoader) {
|
|
1599
|
-
return ClientLoader();
|
|
1600
|
-
}
|
|
1601
|
-
},
|
|
1602
|
-
controller : 'ClientRoleListCtrl'
|
|
1603
|
-
})
|
|
1604
|
-
.when('/realms/:realm/clients/:client/revocation', {
|
|
1605
|
-
templateUrl : resourceUrl + '/partials/client-revocation.html',
|
|
1606
|
-
resolve : {
|
|
1607
|
-
realm : function(RealmLoader) {
|
|
1608
|
-
return RealmLoader();
|
|
1609
|
-
},
|
|
1610
|
-
client : function(ClientLoader) {
|
|
1611
|
-
return ClientLoader();
|
|
1612
|
-
}
|
|
1613
|
-
},
|
|
1614
|
-
controller : 'ClientRevocationCtrl'
|
|
1615
|
-
})
|
|
1616
|
-
.when('/realms/:realm/clients/:client/scope-mappings', {
|
|
1617
|
-
templateUrl : resourceUrl + '/partials/client-scope-mappings.html',
|
|
1618
|
-
resolve : {
|
|
1619
|
-
realm : function(RealmLoader) {
|
|
1620
|
-
return RealmLoader();
|
|
1621
|
-
},
|
|
1622
|
-
client : function(ClientLoader) {
|
|
1623
|
-
return ClientLoader();
|
|
1624
|
-
},
|
|
1625
|
-
clients : function(ClientListLoader) {
|
|
1626
|
-
return ClientListLoader();
|
|
1627
|
-
}
|
|
1628
|
-
},
|
|
1629
|
-
controller : 'ClientScopeMappingCtrl'
|
|
1630
|
-
})
|
|
1631
|
-
.when('/realms/:realm/clients/:client/installation', {
|
|
1632
|
-
templateUrl : resourceUrl + '/partials/client-installation.html',
|
|
1633
|
-
resolve : {
|
|
1634
|
-
realm : function(RealmLoader) {
|
|
1635
|
-
return RealmLoader();
|
|
1636
|
-
},
|
|
1637
|
-
client : function(ClientLoader) {
|
|
1638
|
-
return ClientLoader();
|
|
1639
|
-
},
|
|
1640
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1641
|
-
return ServerInfoLoader();
|
|
1642
|
-
}
|
|
1643
|
-
},
|
|
1644
|
-
controller : 'ClientInstallationCtrl'
|
|
1645
|
-
})
|
|
1646
|
-
.when('/realms/:realm/clients/:client/service-account-roles', {
|
|
1647
|
-
templateUrl : resourceUrl + '/partials/client-service-account-roles.html',
|
|
1648
|
-
resolve : {
|
|
1649
|
-
realm : function(RealmLoader) {
|
|
1650
|
-
return RealmLoader();
|
|
1651
|
-
},
|
|
1652
|
-
user : function(ClientServiceAccountUserLoader) {
|
|
1653
|
-
return ClientServiceAccountUserLoader();
|
|
1654
|
-
},
|
|
1655
|
-
clients : function(ClientListLoader) {
|
|
1656
|
-
return ClientListLoader();
|
|
1657
|
-
},
|
|
1658
|
-
client : function(ClientLoader) {
|
|
1659
|
-
return ClientLoader();
|
|
1660
|
-
}
|
|
1661
|
-
},
|
|
1662
|
-
controller : 'UserRoleMappingCtrl'
|
|
1663
|
-
})
|
|
1664
|
-
.when('/create/client/:realm', {
|
|
1665
|
-
templateUrl : resourceUrl + '/partials/create-client.html',
|
|
1666
|
-
resolve : {
|
|
1667
|
-
realm : function(RealmLoader) {
|
|
1668
|
-
return RealmLoader();
|
|
1669
|
-
},
|
|
1670
|
-
clients : function(ClientListLoader) {
|
|
1671
|
-
return ClientListLoader();
|
|
1672
|
-
},
|
|
1673
|
-
client : function() {
|
|
1674
|
-
return {};
|
|
1675
|
-
},
|
|
1676
|
-
flows : function(AuthenticationFlowsLoader) {
|
|
1677
|
-
return AuthenticationFlowsLoader();
|
|
1678
|
-
},
|
|
1679
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1680
|
-
return ServerInfoLoader();
|
|
1681
|
-
}
|
|
1682
|
-
},
|
|
1683
|
-
controller : 'CreateClientCtrl'
|
|
1684
|
-
})
|
|
1685
|
-
.when('/realms/:realm/clients/:client', {
|
|
1686
|
-
templateUrl : resourceUrl + '/partials/client-detail.html',
|
|
1687
|
-
resolve : {
|
|
1688
|
-
realm : function(RealmLoader) {
|
|
1689
|
-
return RealmLoader();
|
|
1690
|
-
},
|
|
1691
|
-
clients : function(ClientListLoader) {
|
|
1692
|
-
return ClientListLoader();
|
|
1693
|
-
},
|
|
1694
|
-
client : function(ClientLoader) {
|
|
1695
|
-
return ClientLoader();
|
|
1696
|
-
},
|
|
1697
|
-
flows : function(AuthenticationFlowsLoader) {
|
|
1698
|
-
return AuthenticationFlowsLoader();
|
|
1699
|
-
},
|
|
1700
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1701
|
-
return ServerInfoLoader();
|
|
1702
|
-
}
|
|
1703
|
-
},
|
|
1704
|
-
controller : 'ClientDetailCtrl'
|
|
1705
|
-
})
|
|
1706
|
-
.when('/create/client-scope/:realm', {
|
|
1707
|
-
templateUrl : resourceUrl + '/partials/client-scope-detail.html',
|
|
1708
|
-
resolve : {
|
|
1709
|
-
realm : function(RealmLoader) {
|
|
1710
|
-
return RealmLoader();
|
|
1711
|
-
},
|
|
1712
|
-
clientScope : function() {
|
|
1713
|
-
return {};
|
|
1714
|
-
},
|
|
1715
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1716
|
-
return ServerInfoLoader();
|
|
1717
|
-
}
|
|
1718
|
-
},
|
|
1719
|
-
controller : 'ClientScopeDetailCtrl'
|
|
1720
|
-
})
|
|
1721
|
-
.when('/realms/:realm/client-scopes/:clientScope', {
|
|
1722
|
-
templateUrl : resourceUrl + '/partials/client-scope-detail.html',
|
|
1723
|
-
resolve : {
|
|
1724
|
-
realm : function(RealmLoader) {
|
|
1725
|
-
return RealmLoader();
|
|
1726
|
-
},
|
|
1727
|
-
clientScope : function(ClientScopeLoader) {
|
|
1728
|
-
return ClientScopeLoader();
|
|
1729
|
-
},
|
|
1730
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1731
|
-
return ServerInfoLoader();
|
|
1732
|
-
}
|
|
1733
|
-
},
|
|
1734
|
-
controller : 'ClientScopeDetailCtrl'
|
|
1735
|
-
})
|
|
1736
|
-
.when('/realms/:realm/client-scopes/:clientScope/scope-mappings', {
|
|
1737
|
-
templateUrl : resourceUrl + '/partials/client-scope-scope-mappings.html',
|
|
1738
|
-
resolve : {
|
|
1739
|
-
realm : function(RealmLoader) {
|
|
1740
|
-
return RealmLoader();
|
|
1741
|
-
},
|
|
1742
|
-
clientScope : function(ClientScopeLoader) {
|
|
1743
|
-
return ClientScopeLoader();
|
|
1744
|
-
},
|
|
1745
|
-
clients : function(ClientListLoader) {
|
|
1746
|
-
return ClientListLoader();
|
|
1747
|
-
}
|
|
1748
|
-
},
|
|
1749
|
-
controller : 'ClientScopeScopeMappingCtrl'
|
|
1750
|
-
})
|
|
1751
|
-
.when('/realms/:realm/clients', {
|
|
1752
|
-
templateUrl : resourceUrl + '/partials/client-list.html',
|
|
1753
|
-
resolve : {
|
|
1754
|
-
realm : function(RealmLoader) {
|
|
1755
|
-
return RealmLoader();
|
|
1756
|
-
},
|
|
1757
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1758
|
-
return ServerInfoLoader();
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
},
|
|
1762
|
-
controller : 'ClientListCtrl'
|
|
1763
|
-
})
|
|
1764
|
-
.when('/realms/:realm/client-scopes', {
|
|
1765
|
-
templateUrl : resourceUrl + '/partials/client-scope-list.html',
|
|
1766
|
-
resolve : {
|
|
1767
|
-
realm : function(RealmLoader) {
|
|
1768
|
-
return RealmLoader();
|
|
1769
|
-
},
|
|
1770
|
-
clientScopes : function(ClientScopeListLoader) {
|
|
1771
|
-
return ClientScopeListLoader();
|
|
1772
|
-
},
|
|
1773
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1774
|
-
return ServerInfoLoader();
|
|
1775
|
-
}
|
|
1776
|
-
|
|
1777
|
-
},
|
|
1778
|
-
controller : 'ClientScopeListCtrl'
|
|
1779
|
-
})
|
|
1780
|
-
.when('/realms/:realm/default-client-scopes', {
|
|
1781
|
-
templateUrl : resourceUrl + '/partials/client-scopes-realm-default.html',
|
|
1782
|
-
resolve : {
|
|
1783
|
-
realm : function(RealmLoader) {
|
|
1784
|
-
return RealmLoader();
|
|
1785
|
-
},
|
|
1786
|
-
clientScopes : function(ClientScopeListLoader) {
|
|
1787
|
-
return ClientScopeListLoader();
|
|
1788
|
-
},
|
|
1789
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1790
|
-
return ServerInfoLoader();
|
|
1791
|
-
},
|
|
1792
|
-
realmDefaultClientScopes : function(RealmDefaultClientScopesLoader) {
|
|
1793
|
-
return RealmDefaultClientScopesLoader();
|
|
1794
|
-
},
|
|
1795
|
-
realmOptionalClientScopes : function(RealmOptionalClientScopesLoader) {
|
|
1796
|
-
return RealmOptionalClientScopesLoader();
|
|
1797
|
-
}
|
|
1798
|
-
},
|
|
1799
|
-
controller : 'ClientScopesRealmDefaultCtrl'
|
|
1800
|
-
})
|
|
1801
|
-
.when('/import/client/:realm', {
|
|
1802
|
-
templateUrl : resourceUrl + '/partials/client-import.html',
|
|
1803
|
-
resolve : {
|
|
1804
|
-
realm : function(RealmLoader) {
|
|
1805
|
-
return RealmLoader();
|
|
1806
|
-
},
|
|
1807
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1808
|
-
return ServerInfoLoader();
|
|
1809
|
-
}
|
|
1810
|
-
},
|
|
1811
|
-
controller : 'ClientImportCtrl'
|
|
1812
|
-
})
|
|
1813
|
-
.when('/realms/:realm/client-stores', {
|
|
1814
|
-
templateUrl : resourceUrl + '/partials/client-storage-list.html',
|
|
1815
|
-
resolve : {
|
|
1816
|
-
realm : function(RealmLoader) {
|
|
1817
|
-
return RealmLoader();
|
|
1818
|
-
},
|
|
1819
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1820
|
-
return ServerInfoLoader();
|
|
1821
|
-
}
|
|
1822
|
-
},
|
|
1823
|
-
controller : 'ClientStoresCtrl'
|
|
1824
|
-
})
|
|
1825
|
-
.when('/realms/:realm/client-storage/providers/:provider/:componentId', {
|
|
1826
|
-
templateUrl : resourceUrl + '/partials/client-storage-generic.html',
|
|
1827
|
-
resolve : {
|
|
1828
|
-
realm : function(RealmLoader) {
|
|
1829
|
-
return RealmLoader();
|
|
1830
|
-
},
|
|
1831
|
-
instance : function(ComponentLoader) {
|
|
1832
|
-
return ComponentLoader();
|
|
1833
|
-
},
|
|
1834
|
-
providerId : function($route) {
|
|
1835
|
-
return $route.current.params.provider;
|
|
1836
|
-
},
|
|
1837
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1838
|
-
return ServerInfoLoader();
|
|
1839
|
-
}
|
|
1840
|
-
},
|
|
1841
|
-
controller : 'GenericClientStorageCtrl'
|
|
1842
|
-
})
|
|
1843
|
-
.when('/create/client-storage/:realm/providers/:provider', {
|
|
1844
|
-
templateUrl : resourceUrl + '/partials/client-storage-generic.html',
|
|
1845
|
-
resolve : {
|
|
1846
|
-
realm : function(RealmLoader) {
|
|
1847
|
-
return RealmLoader();
|
|
1848
|
-
},
|
|
1849
|
-
instance : function() {
|
|
1850
|
-
return {
|
|
1851
|
-
|
|
1852
|
-
};
|
|
1853
|
-
},
|
|
1854
|
-
providerId : function($route) {
|
|
1855
|
-
return $route.current.params.provider;
|
|
1856
|
-
},
|
|
1857
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1858
|
-
return ServerInfoLoader();
|
|
1859
|
-
}
|
|
1860
|
-
},
|
|
1861
|
-
controller : 'GenericClientStorageCtrl'
|
|
1862
|
-
})
|
|
1863
|
-
.when('/', {
|
|
1864
|
-
templateUrl : resourceUrl + '/partials/home.html',
|
|
1865
|
-
controller : 'HomeCtrl'
|
|
1866
|
-
})
|
|
1867
|
-
.when('/mocks/:realm', {
|
|
1868
|
-
templateUrl : resourceUrl + '/partials/realm-detail_mock.html',
|
|
1869
|
-
resolve : {
|
|
1870
|
-
realm : function(RealmLoader) {
|
|
1871
|
-
return RealmLoader();
|
|
1872
|
-
},
|
|
1873
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1874
|
-
return ServerInfoLoader();
|
|
1875
|
-
}
|
|
1876
|
-
},
|
|
1877
|
-
controller : 'RealmDetailCtrl'
|
|
1878
|
-
})
|
|
1879
|
-
.when('/realms/:realm/sessions/revocation', {
|
|
1880
|
-
templateUrl : resourceUrl + '/partials/session-revocation.html',
|
|
1881
|
-
resolve : {
|
|
1882
|
-
realm : function(RealmLoader) {
|
|
1883
|
-
return RealmLoader();
|
|
1884
|
-
}
|
|
1885
|
-
},
|
|
1886
|
-
controller : 'RealmRevocationCtrl'
|
|
1887
|
-
})
|
|
1888
|
-
.when('/realms/:realm/sessions/realm', {
|
|
1889
|
-
templateUrl : resourceUrl + '/partials/session-realm.html',
|
|
1890
|
-
resolve : {
|
|
1891
|
-
realm : function(RealmLoader) {
|
|
1892
|
-
return RealmLoader();
|
|
1893
|
-
},
|
|
1894
|
-
stats : function(RealmClientSessionStatsLoader) {
|
|
1895
|
-
return RealmClientSessionStatsLoader();
|
|
1896
|
-
}
|
|
1897
|
-
},
|
|
1898
|
-
controller : 'RealmSessionStatsCtrl'
|
|
1899
|
-
})
|
|
1900
|
-
.when('/create/user-storage/:realm/providers/ldap', {
|
|
1901
|
-
templateUrl : resourceUrl + '/partials/user-storage-ldap.html',
|
|
1902
|
-
resolve : {
|
|
1903
|
-
realm : function(RealmLoader) {
|
|
1904
|
-
return RealmLoader();
|
|
1905
|
-
},
|
|
1906
|
-
instance : function() {
|
|
1907
|
-
return {
|
|
1908
|
-
|
|
1909
|
-
};
|
|
1910
|
-
},
|
|
1911
|
-
providerId : function($route) {
|
|
1912
|
-
return $route.current.params.provider;
|
|
1913
|
-
},
|
|
1914
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1915
|
-
return ServerInfoLoader();
|
|
1916
|
-
}
|
|
1917
|
-
},
|
|
1918
|
-
controller : 'LDAPUserStorageCtrl'
|
|
1919
|
-
})
|
|
1920
|
-
.when('/create/user-storage/:realm/providers/kerberos', {
|
|
1921
|
-
templateUrl : resourceUrl + '/partials/user-storage-kerberos.html',
|
|
1922
|
-
resolve : {
|
|
1923
|
-
realm : function(RealmLoader) {
|
|
1924
|
-
return RealmLoader();
|
|
1925
|
-
},
|
|
1926
|
-
instance : function() {
|
|
1927
|
-
return {
|
|
1928
|
-
|
|
1929
|
-
};
|
|
1930
|
-
},
|
|
1931
|
-
providerId : function($route) {
|
|
1932
|
-
return "kerberos";
|
|
1933
|
-
},
|
|
1934
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1935
|
-
return ServerInfoLoader();
|
|
1936
|
-
}
|
|
1937
|
-
},
|
|
1938
|
-
controller : 'GenericUserStorageCtrl'
|
|
1939
|
-
})
|
|
1940
|
-
.when('/create/user-storage/:realm/providers/:provider', {
|
|
1941
|
-
templateUrl : resourceUrl + '/partials/user-storage-generic.html',
|
|
1942
|
-
resolve : {
|
|
1943
|
-
realm : function(RealmLoader) {
|
|
1944
|
-
return RealmLoader();
|
|
1945
|
-
},
|
|
1946
|
-
instance : function() {
|
|
1947
|
-
return {
|
|
1948
|
-
|
|
1949
|
-
};
|
|
1950
|
-
},
|
|
1951
|
-
providerId : function($route) {
|
|
1952
|
-
return $route.current.params.provider;
|
|
1953
|
-
},
|
|
1954
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1955
|
-
return ServerInfoLoader();
|
|
1956
|
-
}
|
|
1957
|
-
},
|
|
1958
|
-
controller : 'GenericUserStorageCtrl'
|
|
1959
|
-
})
|
|
1960
|
-
.when('/realms/:realm/user-storage/providers/ldap/:componentId', {
|
|
1961
|
-
templateUrl : resourceUrl + '/partials/user-storage-ldap.html',
|
|
1962
|
-
resolve : {
|
|
1963
|
-
realm : function(RealmLoader) {
|
|
1964
|
-
return RealmLoader();
|
|
1965
|
-
},
|
|
1966
|
-
instance : function(ComponentLoader) {
|
|
1967
|
-
return ComponentLoader();
|
|
1968
|
-
},
|
|
1969
|
-
providerId : function($route) {
|
|
1970
|
-
return $route.current.params.provider;
|
|
1971
|
-
},
|
|
1972
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1973
|
-
return ServerInfoLoader();
|
|
1974
|
-
}
|
|
1975
|
-
},
|
|
1976
|
-
controller : 'LDAPUserStorageCtrl'
|
|
1977
|
-
})
|
|
1978
|
-
.when('/realms/:realm/user-storage/providers/kerberos/:componentId', {
|
|
1979
|
-
templateUrl : resourceUrl + '/partials/user-storage-kerberos.html',
|
|
1980
|
-
resolve : {
|
|
1981
|
-
realm : function(RealmLoader) {
|
|
1982
|
-
return RealmLoader();
|
|
1983
|
-
},
|
|
1984
|
-
instance : function(ComponentLoader) {
|
|
1985
|
-
return ComponentLoader();
|
|
1986
|
-
},
|
|
1987
|
-
providerId : function($route) {
|
|
1988
|
-
return "kerberos";
|
|
1989
|
-
},
|
|
1990
|
-
serverInfo : function(ServerInfoLoader) {
|
|
1991
|
-
return ServerInfoLoader();
|
|
1992
|
-
}
|
|
1993
|
-
},
|
|
1994
|
-
controller : 'GenericUserStorageCtrl'
|
|
1995
|
-
})
|
|
1996
|
-
.when('/realms/:realm/user-storage/providers/:provider/:componentId', {
|
|
1997
|
-
templateUrl : resourceUrl + '/partials/user-storage-generic.html',
|
|
1998
|
-
resolve : {
|
|
1999
|
-
realm : function(RealmLoader) {
|
|
2000
|
-
return RealmLoader();
|
|
2001
|
-
},
|
|
2002
|
-
instance : function(ComponentLoader) {
|
|
2003
|
-
return ComponentLoader();
|
|
2004
|
-
},
|
|
2005
|
-
providerId : function($route) {
|
|
2006
|
-
return $route.current.params.provider;
|
|
2007
|
-
},
|
|
2008
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2009
|
-
return ServerInfoLoader();
|
|
2010
|
-
}
|
|
2011
|
-
},
|
|
2012
|
-
controller : 'GenericUserStorageCtrl'
|
|
2013
|
-
})
|
|
2014
|
-
.when('/realms/:realm/ldap-mappers/:componentId', {
|
|
2015
|
-
templateUrl : function(params){ return resourceUrl + '/partials/user-storage-ldap-mappers.html'; },
|
|
2016
|
-
resolve : {
|
|
2017
|
-
realm : function(RealmLoader) {
|
|
2018
|
-
return RealmLoader();
|
|
2019
|
-
},
|
|
2020
|
-
provider : function(ComponentLoader) {
|
|
2021
|
-
return ComponentLoader();
|
|
2022
|
-
},
|
|
2023
|
-
mappers : function(ComponentsLoader, $route) {
|
|
2024
|
-
return ComponentsLoader.loadComponents($route.current.params.componentId, 'org.keycloak.storage.ldap.mappers.LDAPStorageMapper');
|
|
2025
|
-
}
|
|
2026
|
-
},
|
|
2027
|
-
controller : 'LDAPMapperListCtrl'
|
|
2028
|
-
})
|
|
2029
|
-
.when('/create/ldap-mappers/:realm/:componentId', {
|
|
2030
|
-
templateUrl : function(params){ return resourceUrl + '/partials/user-storage-ldap-mapper-detail.html'; },
|
|
2031
|
-
resolve : {
|
|
2032
|
-
realm : function(RealmLoader) {
|
|
2033
|
-
return RealmLoader();
|
|
2034
|
-
},
|
|
2035
|
-
provider : function(ComponentLoader) {
|
|
2036
|
-
return ComponentLoader();
|
|
2037
|
-
},
|
|
2038
|
-
mapperTypes : function(SubComponentTypesLoader, $route) {
|
|
2039
|
-
return SubComponentTypesLoader.loadComponents($route.current.params.componentId, 'org.keycloak.storage.ldap.mappers.LDAPStorageMapper');
|
|
2040
|
-
},
|
|
2041
|
-
clients : function(ClientListLoader) {
|
|
2042
|
-
return ClientListLoader();
|
|
2043
|
-
}
|
|
2044
|
-
},
|
|
2045
|
-
controller : 'LDAPMapperCreateCtrl'
|
|
2046
|
-
})
|
|
2047
|
-
.when('/realms/:realm/ldap-mappers/:componentId/mappers/:mapperId', {
|
|
2048
|
-
templateUrl : function(params){ return resourceUrl + '/partials/user-storage-ldap-mapper-detail.html'; },
|
|
2049
|
-
resolve : {
|
|
2050
|
-
realm : function(RealmLoader) {
|
|
2051
|
-
return RealmLoader();
|
|
2052
|
-
},
|
|
2053
|
-
provider : function(ComponentLoader) {
|
|
2054
|
-
return ComponentLoader();
|
|
2055
|
-
},
|
|
2056
|
-
mapperTypes : function(SubComponentTypesLoader, $route) {
|
|
2057
|
-
return SubComponentTypesLoader.loadComponents($route.current.params.componentId, 'org.keycloak.storage.ldap.mappers.LDAPStorageMapper');
|
|
2058
|
-
},
|
|
2059
|
-
mapper : function(LDAPMapperLoader) {
|
|
2060
|
-
return LDAPMapperLoader();
|
|
2061
|
-
},
|
|
2062
|
-
clients : function(ClientListLoader) {
|
|
2063
|
-
return ClientListLoader();
|
|
2064
|
-
}
|
|
2065
|
-
},
|
|
2066
|
-
controller : 'LDAPMapperCtrl'
|
|
2067
|
-
})
|
|
2068
|
-
.when('/realms/:realm/user-federation', {
|
|
2069
|
-
templateUrl : resourceUrl + '/partials/user-federation.html',
|
|
2070
|
-
resolve : {
|
|
2071
|
-
realm : function(RealmLoader) {
|
|
2072
|
-
return RealmLoader();
|
|
2073
|
-
},
|
|
2074
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2075
|
-
return ServerInfoLoader();
|
|
2076
|
-
}
|
|
2077
|
-
},
|
|
2078
|
-
controller : 'UserFederationCtrl'
|
|
2079
|
-
})
|
|
2080
|
-
.when('/realms/:realm/defense/headers', {
|
|
2081
|
-
templateUrl : resourceUrl + '/partials/defense-headers.html',
|
|
2082
|
-
resolve : {
|
|
2083
|
-
realm : function(RealmLoader) {
|
|
2084
|
-
return RealmLoader();
|
|
2085
|
-
},
|
|
2086
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2087
|
-
return ServerInfoLoader();
|
|
2088
|
-
}
|
|
2089
|
-
|
|
2090
|
-
},
|
|
2091
|
-
controller : 'DefenseHeadersCtrl'
|
|
2092
|
-
})
|
|
2093
|
-
.when('/realms/:realm/defense/brute-force', {
|
|
2094
|
-
templateUrl : resourceUrl + '/partials/brute-force.html',
|
|
2095
|
-
resolve : {
|
|
2096
|
-
realm : function(RealmLoader) {
|
|
2097
|
-
return RealmLoader();
|
|
2098
|
-
}
|
|
2099
|
-
},
|
|
2100
|
-
controller : 'RealmBruteForceCtrl'
|
|
2101
|
-
})
|
|
2102
|
-
.when('/realms/:realm/protocols', {
|
|
2103
|
-
templateUrl : resourceUrl + '/partials/protocol-list.html',
|
|
2104
|
-
resolve : {
|
|
2105
|
-
realm : function(RealmLoader) {
|
|
2106
|
-
return RealmLoader();
|
|
2107
|
-
},
|
|
2108
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2109
|
-
return ServerInfoLoader();
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
|
-
},
|
|
2113
|
-
controller : 'ProtocolListCtrl'
|
|
2114
|
-
})
|
|
2115
|
-
.when('/realms/:realm/authentication/flows', {
|
|
2116
|
-
templateUrl : resourceUrl + '/partials/authentication-flows.html',
|
|
2117
|
-
resolve : {
|
|
2118
|
-
realm : function(RealmLoader) {
|
|
2119
|
-
return RealmLoader();
|
|
2120
|
-
},
|
|
2121
|
-
flows : function(AuthenticationFlowsLoader) {
|
|
2122
|
-
return AuthenticationFlowsLoader();
|
|
2123
|
-
},
|
|
2124
|
-
selectedFlow : function() {
|
|
2125
|
-
return null;
|
|
2126
|
-
}
|
|
2127
|
-
},
|
|
2128
|
-
controller : 'AuthenticationFlowsCtrl'
|
|
2129
|
-
})
|
|
2130
|
-
.when('/realms/:realm/authentication/flow-bindings', {
|
|
2131
|
-
templateUrl : resourceUrl + '/partials/authentication-flow-bindings.html',
|
|
2132
|
-
resolve : {
|
|
2133
|
-
realm : function(RealmLoader) {
|
|
2134
|
-
return RealmLoader();
|
|
2135
|
-
},
|
|
2136
|
-
flows : function(AuthenticationFlowsLoader) {
|
|
2137
|
-
return AuthenticationFlowsLoader();
|
|
2138
|
-
},
|
|
2139
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2140
|
-
return ServerInfoLoader();
|
|
2141
|
-
}
|
|
2142
|
-
},
|
|
2143
|
-
controller : 'RealmFlowBindingCtrl'
|
|
2144
|
-
})
|
|
2145
|
-
.when('/realms/:realm/authentication/flows/:flow', {
|
|
2146
|
-
templateUrl : resourceUrl + '/partials/authentication-flows.html',
|
|
2147
|
-
resolve : {
|
|
2148
|
-
realm : function(RealmLoader) {
|
|
2149
|
-
return RealmLoader();
|
|
2150
|
-
},
|
|
2151
|
-
flows : function(AuthenticationFlowsLoader) {
|
|
2152
|
-
return AuthenticationFlowsLoader();
|
|
2153
|
-
},
|
|
2154
|
-
selectedFlow : function($route) {
|
|
2155
|
-
return $route.current.params.flow;
|
|
2156
|
-
}
|
|
2157
|
-
},
|
|
2158
|
-
controller : 'AuthenticationFlowsCtrl'
|
|
2159
|
-
})
|
|
2160
|
-
.when('/realms/:realm/authentication/flows/:flow/create/execution/:topFlow', {
|
|
2161
|
-
templateUrl : resourceUrl + '/partials/create-execution.html',
|
|
2162
|
-
resolve : {
|
|
2163
|
-
realm : function(RealmLoader) {
|
|
2164
|
-
return RealmLoader();
|
|
2165
|
-
},
|
|
2166
|
-
topFlow: function($route) {
|
|
2167
|
-
return $route.current.params.topFlow;
|
|
2168
|
-
},
|
|
2169
|
-
parentFlow : function(AuthenticationFlowLoader) {
|
|
2170
|
-
return AuthenticationFlowLoader();
|
|
2171
|
-
},
|
|
2172
|
-
formActionProviders : function(AuthenticationFormActionProvidersLoader) {
|
|
2173
|
-
return AuthenticationFormActionProvidersLoader();
|
|
2174
|
-
},
|
|
2175
|
-
authenticatorProviders : function(AuthenticatorProvidersLoader) {
|
|
2176
|
-
return AuthenticatorProvidersLoader();
|
|
2177
|
-
},
|
|
2178
|
-
clientAuthenticatorProviders : function(ClientAuthenticatorProvidersLoader) {
|
|
2179
|
-
return ClientAuthenticatorProvidersLoader();
|
|
2180
|
-
}
|
|
2181
|
-
},
|
|
2182
|
-
controller : 'CreateExecutionCtrl'
|
|
2183
|
-
})
|
|
2184
|
-
.when('/realms/:realm/authentication/flows/:flow/create/flow/execution/:topFlow', {
|
|
2185
|
-
templateUrl : resourceUrl + '/partials/create-flow-execution.html',
|
|
2186
|
-
resolve : {
|
|
2187
|
-
realm : function(RealmLoader) {
|
|
2188
|
-
return RealmLoader();
|
|
2189
|
-
},
|
|
2190
|
-
topFlow: function($route) {
|
|
2191
|
-
return $route.current.params.topFlow;
|
|
2192
|
-
},
|
|
2193
|
-
parentFlow : function(AuthenticationFlowLoader) {
|
|
2194
|
-
return AuthenticationFlowLoader();
|
|
2195
|
-
},
|
|
2196
|
-
formProviders : function(AuthenticationFormProvidersLoader) {
|
|
2197
|
-
return AuthenticationFormProvidersLoader();
|
|
2198
|
-
}
|
|
2199
|
-
},
|
|
2200
|
-
controller : 'CreateExecutionFlowCtrl'
|
|
2201
|
-
})
|
|
2202
|
-
.when('/realms/:realm/authentication/create/flow', {
|
|
2203
|
-
templateUrl : resourceUrl + '/partials/create-flow.html',
|
|
2204
|
-
resolve : {
|
|
2205
|
-
realm : function(RealmLoader) {
|
|
2206
|
-
return RealmLoader();
|
|
2207
|
-
}
|
|
2208
|
-
},
|
|
2209
|
-
controller : 'CreateFlowCtrl'
|
|
2210
|
-
})
|
|
2211
|
-
.when('/realms/:realm/authentication/required-actions', {
|
|
2212
|
-
templateUrl : resourceUrl + '/partials/required-actions.html',
|
|
2213
|
-
resolve : {
|
|
2214
|
-
realm : function(RealmLoader) {
|
|
2215
|
-
return RealmLoader();
|
|
2216
|
-
},
|
|
2217
|
-
unregisteredRequiredActions : function(UnregisteredRequiredActionsListLoader) {
|
|
2218
|
-
return UnregisteredRequiredActionsListLoader();
|
|
2219
|
-
}
|
|
2220
|
-
},
|
|
2221
|
-
controller : 'RequiredActionsCtrl'
|
|
2222
|
-
})
|
|
2223
|
-
.when('/realms/:realm/authentication/password-policy', {
|
|
2224
|
-
templateUrl : resourceUrl + '/partials/password-policy.html',
|
|
2225
|
-
resolve : {
|
|
2226
|
-
realm : function(RealmLoader) {
|
|
2227
|
-
return RealmLoader();
|
|
2228
|
-
},
|
|
2229
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2230
|
-
return ServerInfoLoader();
|
|
2231
|
-
}
|
|
2232
|
-
},
|
|
2233
|
-
controller : 'RealmPasswordPolicyCtrl'
|
|
2234
|
-
})
|
|
2235
|
-
.when('/realms/:realm/authentication/otp-policy', {
|
|
2236
|
-
templateUrl : resourceUrl + '/partials/otp-policy.html',
|
|
2237
|
-
resolve : {
|
|
2238
|
-
realm : function(RealmLoader) {
|
|
2239
|
-
return RealmLoader();
|
|
2240
|
-
},
|
|
2241
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2242
|
-
return ServerInfoLoader();
|
|
2243
|
-
}
|
|
2244
|
-
},
|
|
2245
|
-
controller : 'RealmOtpPolicyCtrl'
|
|
2246
|
-
})
|
|
2247
|
-
.when('/realms/:realm/authentication/webauthn-policy', {
|
|
2248
|
-
templateUrl : resourceUrl + '/partials/webauthn-policy.html',
|
|
2249
|
-
resolve : {
|
|
2250
|
-
realm : function(RealmLoader) {
|
|
2251
|
-
return RealmLoader();
|
|
2252
|
-
},
|
|
2253
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2254
|
-
return ServerInfoLoader();
|
|
2255
|
-
}
|
|
2256
|
-
},
|
|
2257
|
-
controller : 'RealmWebAuthnPolicyCtrl'
|
|
2258
|
-
})
|
|
2259
|
-
.when('/realms/:realm/authentication/webauthn-policy-passwordless', {
|
|
2260
|
-
templateUrl : resourceUrl + '/partials/webauthn-policy-passwordless.html',
|
|
2261
|
-
resolve : {
|
|
2262
|
-
realm : function(RealmLoader) {
|
|
2263
|
-
return RealmLoader();
|
|
2264
|
-
},
|
|
2265
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2266
|
-
return ServerInfoLoader();
|
|
2267
|
-
}
|
|
2268
|
-
},
|
|
2269
|
-
controller : 'RealmWebAuthnPasswordlessPolicyCtrl'
|
|
2270
|
-
})
|
|
2271
|
-
.when('/realms/:realm/authentication/ciba-policy', {
|
|
2272
|
-
templateUrl : resourceUrl + '/partials/ciba-policy.html',
|
|
2273
|
-
resolve : {
|
|
2274
|
-
realm : function(RealmLoader) {
|
|
2275
|
-
return RealmLoader();
|
|
2276
|
-
},
|
|
2277
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2278
|
-
return ServerInfoLoader();
|
|
2279
|
-
}
|
|
2280
|
-
},
|
|
2281
|
-
controller : 'RealmCibaPolicyCtrl'
|
|
2282
|
-
})
|
|
2283
|
-
.when('/realms/:realm/authentication/flows/:flow/config/:provider/:config', {
|
|
2284
|
-
templateUrl : resourceUrl + '/partials/authenticator-config.html',
|
|
2285
|
-
resolve : {
|
|
2286
|
-
realm : function(RealmLoader) {
|
|
2287
|
-
return RealmLoader();
|
|
2288
|
-
},
|
|
2289
|
-
flow : function(AuthenticationFlowLoader) {
|
|
2290
|
-
return AuthenticationFlowLoader();
|
|
2291
|
-
},
|
|
2292
|
-
configType : function(AuthenticationConfigDescriptionLoader) {
|
|
2293
|
-
return AuthenticationConfigDescriptionLoader();
|
|
2294
|
-
},
|
|
2295
|
-
config : function(AuthenticationConfigLoader) {
|
|
2296
|
-
return AuthenticationConfigLoader();
|
|
2297
|
-
}
|
|
2298
|
-
},
|
|
2299
|
-
controller : 'AuthenticationConfigCtrl'
|
|
2300
|
-
})
|
|
2301
|
-
.when('/create/authentication/:realm/flows/:flow/execution/:executionId/provider/:provider', {
|
|
2302
|
-
templateUrl : resourceUrl + '/partials/authenticator-config.html',
|
|
2303
|
-
resolve : {
|
|
2304
|
-
realm : function(RealmLoader) {
|
|
2305
|
-
return RealmLoader();
|
|
2306
|
-
},
|
|
2307
|
-
flow : function(AuthenticationFlowLoader) {
|
|
2308
|
-
return AuthenticationFlowLoader();
|
|
2309
|
-
},
|
|
2310
|
-
configType : function(AuthenticationConfigDescriptionLoader) {
|
|
2311
|
-
return AuthenticationConfigDescriptionLoader();
|
|
2312
|
-
},
|
|
2313
|
-
execution : function(ExecutionIdLoader) {
|
|
2314
|
-
return ExecutionIdLoader();
|
|
2315
|
-
}
|
|
2316
|
-
},
|
|
2317
|
-
controller : 'AuthenticationConfigCreateCtrl'
|
|
2318
|
-
})
|
|
2319
|
-
.when('/create/localization/:realm/:locale', {
|
|
2320
|
-
templateUrl : resourceUrl + '/partials/realm-localization-detail.html',
|
|
2321
|
-
resolve : {
|
|
2322
|
-
realm : function(RealmLoader) {
|
|
2323
|
-
return RealmLoader();
|
|
2324
|
-
},
|
|
2325
|
-
locale: function($route) {
|
|
2326
|
-
return $route.current.params.locale;
|
|
2327
|
-
},
|
|
2328
|
-
key: function() {
|
|
2329
|
-
return null
|
|
2330
|
-
},
|
|
2331
|
-
localizationText : function() {
|
|
2332
|
-
return null;
|
|
2333
|
-
}
|
|
2334
|
-
},
|
|
2335
|
-
controller : 'RealmLocalizationDetailCtrl'
|
|
2336
|
-
})
|
|
2337
|
-
.when('/realms/:realm/localization/:locale/:key', {
|
|
2338
|
-
templateUrl : resourceUrl + '/partials/realm-localization-detail.html',
|
|
2339
|
-
resolve : {
|
|
2340
|
-
realm : function(RealmLoader) {
|
|
2341
|
-
return RealmLoader();
|
|
2342
|
-
},
|
|
2343
|
-
locale: function($route) {
|
|
2344
|
-
return $route.current.params.locale;
|
|
2345
|
-
},
|
|
2346
|
-
key: function($route) {
|
|
2347
|
-
return $route.current.params.key;
|
|
2348
|
-
},
|
|
2349
|
-
localizationText : function(RealmSpecificlocalizationTextLoader) {
|
|
2350
|
-
return RealmSpecificlocalizationTextLoader();
|
|
2351
|
-
}
|
|
2352
|
-
},
|
|
2353
|
-
controller : 'RealmLocalizationDetailCtrl'
|
|
2354
|
-
})
|
|
2355
|
-
.when('/server-info', {
|
|
2356
|
-
templateUrl : resourceUrl + '/partials/server-info.html',
|
|
2357
|
-
resolve : {
|
|
2358
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2359
|
-
return ServerInfoLoader();
|
|
2360
|
-
}
|
|
2361
|
-
},
|
|
2362
|
-
controller : 'ServerInfoCtrl'
|
|
2363
|
-
})
|
|
2364
|
-
.when('/server-info/providers', {
|
|
2365
|
-
templateUrl : resourceUrl + '/partials/server-info-providers.html',
|
|
2366
|
-
resolve : {
|
|
2367
|
-
serverInfo : function(ServerInfoLoader) {
|
|
2368
|
-
return ServerInfoLoader();
|
|
2369
|
-
}
|
|
2370
|
-
},
|
|
2371
|
-
controller : 'ServerInfoCtrl'
|
|
2372
|
-
})
|
|
2373
|
-
.when('/logout', {
|
|
2374
|
-
templateUrl : resourceUrl + '/partials/home.html',
|
|
2375
|
-
controller : 'LogoutCtrl'
|
|
2376
|
-
})
|
|
2377
|
-
.when('/notfound', {
|
|
2378
|
-
templateUrl : resourceUrl + '/partials/notfound.html'
|
|
2379
|
-
})
|
|
2380
|
-
.when('/forbidden', {
|
|
2381
|
-
templateUrl : resourceUrl + '/partials/forbidden.html'
|
|
2382
|
-
})
|
|
2383
|
-
.otherwise({
|
|
2384
|
-
templateUrl : resourceUrl + '/partials/pagenotfound.html'
|
|
2385
|
-
});
|
|
2386
|
-
} ]);
|
|
2387
|
-
|
|
2388
|
-
module.config(function($httpProvider) {
|
|
2389
|
-
$httpProvider.interceptors.push('errorInterceptor');
|
|
2390
|
-
|
|
2391
|
-
var spinnerFunction = function(data, headersGetter) {
|
|
2392
|
-
if (resourceRequests == 0) {
|
|
2393
|
-
loadingTimer = window.setTimeout(function() {
|
|
2394
|
-
$('#loading').show();
|
|
2395
|
-
loadingTimer = -1;
|
|
2396
|
-
}, 500);
|
|
2397
|
-
}
|
|
2398
|
-
resourceRequests++;
|
|
2399
|
-
return data;
|
|
2400
|
-
};
|
|
2401
|
-
$httpProvider.defaults.transformRequest.push(spinnerFunction);
|
|
2402
|
-
|
|
2403
|
-
$httpProvider.interceptors.push('spinnerInterceptor');
|
|
2404
|
-
$httpProvider.interceptors.push('authInterceptor');
|
|
2405
|
-
|
|
2406
|
-
});
|
|
2407
|
-
|
|
2408
|
-
module.factory('spinnerInterceptor', function($q, $window, $rootScope, $location) {
|
|
2409
|
-
return {
|
|
2410
|
-
response: function(response) {
|
|
2411
|
-
resourceRequests--;
|
|
2412
|
-
if (resourceRequests == 0) {
|
|
2413
|
-
if(loadingTimer != -1) {
|
|
2414
|
-
window.clearTimeout(loadingTimer);
|
|
2415
|
-
loadingTimer = -1;
|
|
2416
|
-
}
|
|
2417
|
-
$('#loading').hide();
|
|
2418
|
-
}
|
|
2419
|
-
return response;
|
|
2420
|
-
},
|
|
2421
|
-
responseError: function(response) {
|
|
2422
|
-
resourceRequests--;
|
|
2423
|
-
if (resourceRequests == 0) {
|
|
2424
|
-
if(loadingTimer != -1) {
|
|
2425
|
-
window.clearTimeout(loadingTimer);
|
|
2426
|
-
loadingTimer = -1;
|
|
2427
|
-
}
|
|
2428
|
-
$('#loading').hide();
|
|
2429
|
-
}
|
|
2430
|
-
|
|
2431
|
-
return $q.reject(response);
|
|
2432
|
-
}
|
|
2433
|
-
};
|
|
2434
|
-
});
|
|
2435
|
-
|
|
2436
|
-
module.factory('errorInterceptor', function($q, $window, $rootScope, $location, Notifications, Auth) {
|
|
2437
|
-
return {
|
|
2438
|
-
response: function(response) {
|
|
2439
|
-
return response;
|
|
2440
|
-
},
|
|
2441
|
-
responseError: function(response) {
|
|
2442
|
-
if (response.status == 401) {
|
|
2443
|
-
Auth.authz.logout();
|
|
2444
|
-
} else if (response.status == 403) {
|
|
2445
|
-
$location.path('/forbidden');
|
|
2446
|
-
} else if (response.status == 404) {
|
|
2447
|
-
$location.path('/notfound');
|
|
2448
|
-
} else if (response.status) {
|
|
2449
|
-
if (response.data && response.data.errorMessage) {
|
|
2450
|
-
Notifications.error(response.data.errorMessage);
|
|
2451
|
-
} else if (response.data && response.data.errors) {
|
|
2452
|
-
var messages = "Multiple errors found: ";
|
|
2453
|
-
|
|
2454
|
-
for (var i = 0; i < response.data.errors.length; i++) {
|
|
2455
|
-
messages+=response.data.errors[i].errorMessage + " ";
|
|
2456
|
-
}
|
|
2457
|
-
|
|
2458
|
-
Notifications.error(messages);
|
|
2459
|
-
} else if (response.data && response.data.error_description) {
|
|
2460
|
-
Notifications.error(response.data.error_description);
|
|
2461
|
-
} else {
|
|
2462
|
-
Notifications.error("An unexpected server error has occurred");
|
|
2463
|
-
}
|
|
2464
|
-
} else {
|
|
2465
|
-
Notifications.error("No response from server.");
|
|
2466
|
-
}
|
|
2467
|
-
return $q.reject(response);
|
|
2468
|
-
}
|
|
2469
|
-
};
|
|
2470
|
-
});
|
|
2471
|
-
|
|
2472
|
-
// collapsable form fieldsets
|
|
2473
|
-
module.directive('collapsable', function() {
|
|
2474
|
-
return function(scope, element, attrs) {
|
|
2475
|
-
element.click(function() {
|
|
2476
|
-
$(this).toggleClass('collapsed');
|
|
2477
|
-
$(this).find('.toggle-icons').toggleClass('kc-icon-collapse').toggleClass('kc-icon-expand');
|
|
2478
|
-
$(this).find('.toggle-icons').text($(this).text() == "Icon: expand" ? "Icon: collapse" : "Icon: expand");
|
|
2479
|
-
$(this).parent().find('.form-group').toggleClass('hidden');
|
|
2480
|
-
});
|
|
2481
|
-
}
|
|
2482
|
-
});
|
|
2483
|
-
|
|
2484
|
-
// collapsable form fieldsets
|
|
2485
|
-
module.directive('uncollapsed', function() {
|
|
2486
|
-
return function(scope, element, attrs) {
|
|
2487
|
-
element.prepend('<i class="toggle-class fa fa-angle-down"></i> ');
|
|
2488
|
-
element.click(function() {
|
|
2489
|
-
$(this).find('.toggle-class').toggleClass('fa-angle-down').toggleClass('fa-angle-right');
|
|
2490
|
-
$(this).parent().find('.form-group').toggleClass('hidden');
|
|
2491
|
-
});
|
|
2492
|
-
}
|
|
2493
|
-
});
|
|
2494
|
-
|
|
2495
|
-
// collapsable form fieldsets
|
|
2496
|
-
module.directive('collapsed', function() {
|
|
2497
|
-
return function(scope, element, attrs) {
|
|
2498
|
-
element.prepend('<i class="toggle-class fa fa-angle-right"></i> ');
|
|
2499
|
-
element.parent().find('.form-group').toggleClass('hidden');
|
|
2500
|
-
element.click(function() {
|
|
2501
|
-
$(this).find('.toggle-class').toggleClass('fa-angle-down').toggleClass('fa-angle-right');
|
|
2502
|
-
$(this).parent().find('.form-group').toggleClass('hidden');
|
|
2503
|
-
});
|
|
2504
|
-
}
|
|
2505
|
-
});
|
|
2506
|
-
|
|
2507
|
-
/**
|
|
2508
|
-
* Directive for presenting an ON-OFF switch for checkbox.
|
|
2509
|
-
* Usage: <input ng-model="mmm" name="nnn" id="iii" onoffswitch [on-text="ooo" off-text="fff"] />
|
|
2510
|
-
*/
|
|
2511
|
-
module.directive('onoffswitch', function() {
|
|
2512
|
-
return {
|
|
2513
|
-
restrict: "EA",
|
|
2514
|
-
replace: true,
|
|
2515
|
-
scope: {
|
|
2516
|
-
name: '@',
|
|
2517
|
-
id: '@',
|
|
2518
|
-
ngModel: '=',
|
|
2519
|
-
ngDisabled: '=',
|
|
2520
|
-
kcOnText: '@onText',
|
|
2521
|
-
kcOffText: '@offText'
|
|
2522
|
-
},
|
|
2523
|
-
// TODO - The same code acts differently when put into the templateURL. Find why and move the code there.
|
|
2524
|
-
//templateUrl: "templates/kc-switch.html",
|
|
2525
|
-
template: "<span><div class='onoffswitch' tabindex='0'><input type='checkbox' ng-model='ngModel' ng-disabled='ngDisabled' class='onoffswitch-checkbox' name='{{name}}' id='{{id}}'><label for='{{id}}' class='onoffswitch-label'><span class='onoffswitch-inner'><span class='onoffswitch-active'>{{kcOnText}}</span><span class='onoffswitch-inactive'>{{kcOffText}}</span></span><span class='onoffswitch-switch'></span></label></div></span>",
|
|
2526
|
-
compile: function(element, attrs) {
|
|
2527
|
-
/*
|
|
2528
|
-
We don't want to propagate basic attributes to the root element of directive. Id should be passed to the
|
|
2529
|
-
input element only to achieve proper label binding (and validity).
|
|
2530
|
-
*/
|
|
2531
|
-
element.removeAttr('name');
|
|
2532
|
-
element.removeAttr('id');
|
|
2533
|
-
|
|
2534
|
-
if (!attrs.onText) { attrs.onText = "ON"; }
|
|
2535
|
-
if (!attrs.offText) { attrs.offText = "OFF"; }
|
|
2536
|
-
|
|
2537
|
-
element.bind('keydown', function(e){
|
|
2538
|
-
var code = e.keyCode || e.which;
|
|
2539
|
-
if (code === 32 || code === 13) {
|
|
2540
|
-
e.stopImmediatePropagation();
|
|
2541
|
-
e.preventDefault();
|
|
2542
|
-
$(e.target).find('input').click();
|
|
2543
|
-
}
|
|
2544
|
-
});
|
|
2545
|
-
}
|
|
2546
|
-
}
|
|
2547
|
-
});
|
|
2548
|
-
|
|
2549
|
-
/**
|
|
2550
|
-
* Directive for presenting an ON-OFF switch for checkbox. The directive expects the value to be string 'true' or 'false', not boolean true/false
|
|
2551
|
-
* This directive provides some additional capabilities to the default onoffswitch such as:
|
|
2552
|
-
*
|
|
2553
|
-
* - Dynamic values for id and name attributes. Useful if you need to use this directive inside a ng-repeat
|
|
2554
|
-
* - Specific scope to specify the value. Instead of just true or false.
|
|
2555
|
-
*
|
|
2556
|
-
* Usage: <input ng-model="mmm" name="nnn" id="iii" kc-onoffswitch-model [on-text="ooo" off-text="fff"] />
|
|
2557
|
-
*/
|
|
2558
|
-
module.directive('onoffswitchstring', function() {
|
|
2559
|
-
return {
|
|
2560
|
-
restrict: "EA",
|
|
2561
|
-
replace: true,
|
|
2562
|
-
scope: {
|
|
2563
|
-
name: '=',
|
|
2564
|
-
id: '=',
|
|
2565
|
-
value: '=',
|
|
2566
|
-
ngModel: '=',
|
|
2567
|
-
ngDisabled: '=',
|
|
2568
|
-
kcOnText: '@onText',
|
|
2569
|
-
kcOffText: '@offText'
|
|
2570
|
-
},
|
|
2571
|
-
// TODO - The same code acts differently when put into the templateURL. Find why and move the code there.
|
|
2572
|
-
//templateUrl: "templates/kc-switch.html",
|
|
2573
|
-
template: '<span><div class="onoffswitch" tabindex="0"><input type="checkbox" ng-true-value="\'true\'" ng-false-value="\'false\'" ng-model="ngModel" ng-disabled="ngDisabled" class="onoffswitch-checkbox" name="kc{{name}}" id="kc{{id}}"><label for="kc{{id}}" class="onoffswitch-label"><span class="onoffswitch-inner"><span class="onoffswitch-active">{{kcOnText}}</span><span class="onoffswitch-inactive">{{kcOffText}}</span></span><span class="onoffswitch-switch"></span></label></div></span>',
|
|
2574
|
-
compile: function(element, attrs) {
|
|
2575
|
-
|
|
2576
|
-
if (!attrs.onText) { attrs.onText = "ON"; }
|
|
2577
|
-
if (!attrs.offText) { attrs.offText = "OFF"; }
|
|
2578
|
-
|
|
2579
|
-
element.bind('keydown click', function(e){
|
|
2580
|
-
var code = e.keyCode || e.which;
|
|
2581
|
-
if (code === 32 || code === 13) {
|
|
2582
|
-
e.stopImmediatePropagation();
|
|
2583
|
-
e.preventDefault();
|
|
2584
|
-
$(e.target).find('input').click();
|
|
2585
|
-
}
|
|
2586
|
-
});
|
|
2587
|
-
}
|
|
2588
|
-
}
|
|
2589
|
-
});
|
|
2590
|
-
|
|
2591
|
-
/**
|
|
2592
|
-
* Directive for presenting an ON-OFF switch for checkbox. The directive expects the true-value or false-value to be string like 'true' or 'false', not boolean true/false.
|
|
2593
|
-
* This directive provides some additional capabilities to the default onoffswitch such as:
|
|
2594
|
-
*
|
|
2595
|
-
* - Specific scope to specify the value. Instead of just 'true' or 'false' you can use any other values. For example: true-value="'foo'" false-value="'bar'" .
|
|
2596
|
-
* But 'true'/'false' are defaults if true-value and false-value are not specified
|
|
2597
|
-
*
|
|
2598
|
-
* Usage: <input ng-model="mmm" name="nnn" id="iii" onoffswitchvalue [ true-value="'true'" false-value="'false'" on-text="ooo" off-text="fff"] />
|
|
2599
|
-
*/
|
|
2600
|
-
module.directive('onoffswitchvalue', function() {
|
|
2601
|
-
return {
|
|
2602
|
-
restrict: "EA",
|
|
2603
|
-
replace: true,
|
|
2604
|
-
scope: {
|
|
2605
|
-
name: '@',
|
|
2606
|
-
id: '@',
|
|
2607
|
-
trueValue: '@',
|
|
2608
|
-
falseValue: '@',
|
|
2609
|
-
ngModel: '=',
|
|
2610
|
-
ngDisabled: '=',
|
|
2611
|
-
kcOnText: '@onText',
|
|
2612
|
-
kcOffText: '@offText'
|
|
2613
|
-
},
|
|
2614
|
-
// TODO - The same code acts differently when put into the templateURL. Find why and move the code there.
|
|
2615
|
-
//templateUrl: "templates/kc-switch.html",
|
|
2616
|
-
template: "<span><div class='onoffswitch' tabindex='0'><input type='checkbox' ng-true-value='{{trueValue}}' ng-false-value='{{falseValue}}' ng-model='ngModel' ng-disabled='ngDisabled' class='onoffswitch-checkbox' name='{{name}}' id='{{id}}'><label for='{{id}}' class='onoffswitch-label'><span class='onoffswitch-inner'><span class='onoffswitch-active'>{{kcOnText}}</span><span class='onoffswitch-inactive'>{{kcOffText}}</span></span><span class='onoffswitch-switch'></span></label></div></span>",
|
|
2617
|
-
compile: function(element, attrs) {
|
|
2618
|
-
/*
|
|
2619
|
-
We don't want to propagate basic attributes to the root element of directive. Id should be passed to the
|
|
2620
|
-
input element only to achieve proper label binding (and validity).
|
|
2621
|
-
*/
|
|
2622
|
-
element.removeAttr('name');
|
|
2623
|
-
element.removeAttr('id');
|
|
2624
|
-
|
|
2625
|
-
if (!attrs.trueValue) { attrs.trueValue = "'true'"; }
|
|
2626
|
-
if (!attrs.falseValue) { attrs.falseValue = "'false'"; }
|
|
2627
|
-
|
|
2628
|
-
if (!attrs.onText) { attrs.onText = "ON"; }
|
|
2629
|
-
if (!attrs.offText) { attrs.offText = "OFF"; }
|
|
2630
|
-
|
|
2631
|
-
element.bind('keydown', function(e){
|
|
2632
|
-
var code = e.keyCode || e.which;
|
|
2633
|
-
if (code === 32 || code === 13) {
|
|
2634
|
-
e.stopImmediatePropagation();
|
|
2635
|
-
e.preventDefault();
|
|
2636
|
-
$(e.target).find('input').click();
|
|
2637
|
-
}
|
|
2638
|
-
});
|
|
2639
|
-
}
|
|
2640
|
-
}
|
|
2641
|
-
});
|
|
2642
|
-
|
|
2643
|
-
module.directive('kcInput', function() {
|
|
2644
|
-
var d = {
|
|
2645
|
-
scope : true,
|
|
2646
|
-
replace : false,
|
|
2647
|
-
link : function(scope, element, attrs) {
|
|
2648
|
-
var form = element.children('form');
|
|
2649
|
-
var label = element.children('label');
|
|
2650
|
-
var input = element.children('input');
|
|
2651
|
-
|
|
2652
|
-
var id = form.attr('name') + '.' + input.attr('name');
|
|
2653
|
-
|
|
2654
|
-
element.attr('class', 'control-group');
|
|
2655
|
-
|
|
2656
|
-
label.attr('class', 'control-label');
|
|
2657
|
-
label.attr('for', id);
|
|
2658
|
-
|
|
2659
|
-
input.wrap('<div class="controls"/>');
|
|
2660
|
-
input.attr('id', id);
|
|
2661
|
-
|
|
2662
|
-
if (!input.attr('placeHolder')) {
|
|
2663
|
-
input.attr('placeHolder', label.text());
|
|
2664
|
-
}
|
|
2665
|
-
|
|
2666
|
-
if (input.attr('required')) {
|
|
2667
|
-
label.append(' <span class="required">*</span>');
|
|
2668
|
-
}
|
|
2669
|
-
}
|
|
2670
|
-
};
|
|
2671
|
-
return d;
|
|
2672
|
-
});
|
|
2673
|
-
|
|
2674
|
-
module.directive('kcEnter', function() {
|
|
2675
|
-
return function(scope, element, attrs) {
|
|
2676
|
-
element.bind("keydown keypress", function(event) {
|
|
2677
|
-
if (event.which === 13) {
|
|
2678
|
-
scope.$apply(function() {
|
|
2679
|
-
scope.$eval(attrs.kcEnter);
|
|
2680
|
-
});
|
|
2681
|
-
|
|
2682
|
-
event.preventDefault();
|
|
2683
|
-
}
|
|
2684
|
-
});
|
|
2685
|
-
};
|
|
2686
|
-
});
|
|
2687
|
-
|
|
2688
|
-
// Don't allow URI reserved characters
|
|
2689
|
-
module.directive('kcNoReservedChars', function (Notifications, $translate) {
|
|
2690
|
-
return function($scope, element) {
|
|
2691
|
-
element.bind("keypress", function(event) {
|
|
2692
|
-
var keyPressed = String.fromCharCode(event.which || event.keyCode || 0);
|
|
2693
|
-
|
|
2694
|
-
// ] and ' can not be used inside a character set on POSIX and GNU
|
|
2695
|
-
if (keyPressed.match('[:/?#[@!$&()*+,;=]') || keyPressed === ']' || keyPressed === '\'') {
|
|
2696
|
-
event.preventDefault();
|
|
2697
|
-
$scope.$apply(function() {
|
|
2698
|
-
Notifications.warn($translate.instant('key-not-allowed-here', {character: keyPressed}));
|
|
2699
|
-
});
|
|
2700
|
-
}
|
|
2701
|
-
});
|
|
2702
|
-
};
|
|
2703
|
-
});
|
|
2704
|
-
|
|
2705
|
-
module.directive('kcSave', function ($compile, $timeout, Notifications) {
|
|
2706
|
-
var clickDelay = 500; // 500 ms
|
|
2707
|
-
|
|
2708
|
-
return {
|
|
2709
|
-
restrict: 'A',
|
|
2710
|
-
link: function ($scope, elem, attr, ctrl) {
|
|
2711
|
-
elem.addClass("btn btn-primary");
|
|
2712
|
-
elem.attr("type","submit");
|
|
2713
|
-
|
|
2714
|
-
var disabled = false;
|
|
2715
|
-
elem.on('click', function(evt) {
|
|
2716
|
-
if ($scope.hasOwnProperty("changed") && !$scope.changed) return;
|
|
2717
|
-
|
|
2718
|
-
// KEYCLOAK-4121: Prevent double form submission
|
|
2719
|
-
if (disabled) {
|
|
2720
|
-
evt.preventDefault();
|
|
2721
|
-
evt.stopImmediatePropagation();
|
|
2722
|
-
return;
|
|
2723
|
-
} else {
|
|
2724
|
-
disabled = true;
|
|
2725
|
-
$timeout(function () { disabled = false; }, clickDelay, false);
|
|
2726
|
-
}
|
|
2727
|
-
|
|
2728
|
-
$scope.$apply(function() {
|
|
2729
|
-
var form = elem.closest('form');
|
|
2730
|
-
if (form && form.attr('name')) {
|
|
2731
|
-
var ngValid = form.find('.ng-valid');
|
|
2732
|
-
if ($scope[form.attr('name')].$valid) {
|
|
2733
|
-
//ngValid.removeClass('error');
|
|
2734
|
-
ngValid.parent().removeClass('has-error');
|
|
2735
|
-
$scope['save']();
|
|
2736
|
-
} else {
|
|
2737
|
-
Notifications.error("Missing or invalid field(s). Please verify the fields in red.")
|
|
2738
|
-
//ngValid.removeClass('error');
|
|
2739
|
-
ngValid.parent().removeClass('has-error');
|
|
2740
|
-
|
|
2741
|
-
var ngInvalid = form.find('.ng-invalid');
|
|
2742
|
-
//ngInvalid.addClass('error');
|
|
2743
|
-
ngInvalid.parent().addClass('has-error');
|
|
2744
|
-
}
|
|
2745
|
-
}
|
|
2746
|
-
});
|
|
2747
|
-
})
|
|
2748
|
-
}
|
|
2749
|
-
}
|
|
2750
|
-
});
|
|
2751
|
-
|
|
2752
|
-
module.directive('kcReset', function ($compile, Notifications) {
|
|
2753
|
-
return {
|
|
2754
|
-
restrict: 'A',
|
|
2755
|
-
link: function ($scope, elem, attr, ctrl) {
|
|
2756
|
-
elem.addClass("btn btn-default");
|
|
2757
|
-
elem.attr("type","submit");
|
|
2758
|
-
elem.bind('click', function() {
|
|
2759
|
-
$scope.$apply(function() {
|
|
2760
|
-
var form = elem.closest('form');
|
|
2761
|
-
if (form && form.attr('name')) {
|
|
2762
|
-
form.find('.ng-valid').removeClass('error');
|
|
2763
|
-
form.find('.ng-invalid').removeClass('error');
|
|
2764
|
-
$scope['reset']();
|
|
2765
|
-
}
|
|
2766
|
-
})
|
|
2767
|
-
})
|
|
2768
|
-
}
|
|
2769
|
-
}
|
|
2770
|
-
});
|
|
2771
|
-
|
|
2772
|
-
module.directive('kcCancel', function ($compile, Notifications) {
|
|
2773
|
-
return {
|
|
2774
|
-
restrict: 'A',
|
|
2775
|
-
link: function ($scope, elem, attr, ctrl) {
|
|
2776
|
-
elem.addClass("btn btn-default");
|
|
2777
|
-
elem.attr("type","submit");
|
|
2778
|
-
}
|
|
2779
|
-
}
|
|
2780
|
-
});
|
|
2781
|
-
|
|
2782
|
-
module.directive('kcDelete', function ($compile, Notifications) {
|
|
2783
|
-
return {
|
|
2784
|
-
restrict: 'A',
|
|
2785
|
-
link: function ($scope, elem, attr, ctrl) {
|
|
2786
|
-
elem.addClass("btn btn-danger");
|
|
2787
|
-
elem.attr("type","submit");
|
|
2788
|
-
}
|
|
2789
|
-
}
|
|
2790
|
-
});
|
|
2791
|
-
|
|
2792
|
-
|
|
2793
|
-
module.directive('kcDropdown', function ($compile, Notifications) {
|
|
2794
|
-
return {
|
|
2795
|
-
scope: {
|
|
2796
|
-
kcOptions: '=',
|
|
2797
|
-
kcModel: '=',
|
|
2798
|
-
id: "=",
|
|
2799
|
-
kcPlaceholder: '@'
|
|
2800
|
-
},
|
|
2801
|
-
restrict: 'EA',
|
|
2802
|
-
replace: true,
|
|
2803
|
-
templateUrl: resourceUrl + '/templates/kc-select.html',
|
|
2804
|
-
link: function(scope, element, attr) {
|
|
2805
|
-
scope.updateModel = function(item) {
|
|
2806
|
-
scope.kcModel = item;
|
|
2807
|
-
};
|
|
2808
|
-
}
|
|
2809
|
-
}
|
|
2810
|
-
});
|
|
2811
|
-
|
|
2812
|
-
module.directive('kcReadOnly', function() {
|
|
2813
|
-
var disabled = {};
|
|
2814
|
-
|
|
2815
|
-
var d = {
|
|
2816
|
-
replace : false,
|
|
2817
|
-
link : function(scope, element, attrs) {
|
|
2818
|
-
var disable = function(i, e) {
|
|
2819
|
-
if (!e.disabled) {
|
|
2820
|
-
disabled[e.tagName + i] = true;
|
|
2821
|
-
e.disabled = true;
|
|
2822
|
-
}
|
|
2823
|
-
}
|
|
2824
|
-
|
|
2825
|
-
var enable = function(i, e) {
|
|
2826
|
-
if (disabled[e.tagName + i]) {
|
|
2827
|
-
e.disabled = false;
|
|
2828
|
-
delete disabled[i];
|
|
2829
|
-
}
|
|
2830
|
-
}
|
|
2831
|
-
|
|
2832
|
-
var filterIgnored = function(i, e){
|
|
2833
|
-
return !e.attributes['kc-read-only-ignore'];
|
|
2834
|
-
}
|
|
2835
|
-
|
|
2836
|
-
scope.$watch(attrs.kcReadOnly, function(readOnly) {
|
|
2837
|
-
if (readOnly) {
|
|
2838
|
-
element.find('input').filter(filterIgnored).each(disable);
|
|
2839
|
-
element.find('button').filter(filterIgnored).each(disable);
|
|
2840
|
-
element.find('select').filter(filterIgnored).each(disable);
|
|
2841
|
-
element.find('textarea').filter(filterIgnored).each(disable);
|
|
2842
|
-
} else {
|
|
2843
|
-
element.find('input').filter(filterIgnored).each(enable);
|
|
2844
|
-
element.find('input').filter(filterIgnored).each(enable);
|
|
2845
|
-
element.find('button').filter(filterIgnored).each(enable);
|
|
2846
|
-
element.find('select').filter(filterIgnored).each(enable);
|
|
2847
|
-
element.find('textarea').filter(filterIgnored).each(enable);
|
|
2848
|
-
}
|
|
2849
|
-
});
|
|
2850
|
-
}
|
|
2851
|
-
};
|
|
2852
|
-
return d;
|
|
2853
|
-
});
|
|
2854
|
-
|
|
2855
|
-
module.directive('kcMenu', function () {
|
|
2856
|
-
return {
|
|
2857
|
-
scope: true,
|
|
2858
|
-
restrict: 'E',
|
|
2859
|
-
replace: true,
|
|
2860
|
-
templateUrl: resourceUrl + '/templates/kc-menu.html'
|
|
2861
|
-
}
|
|
2862
|
-
});
|
|
2863
|
-
|
|
2864
|
-
module.directive('kcTabsRealm', function () {
|
|
2865
|
-
return {
|
|
2866
|
-
scope: true,
|
|
2867
|
-
restrict: 'E',
|
|
2868
|
-
replace: true,
|
|
2869
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-realm.html'
|
|
2870
|
-
}
|
|
2871
|
-
});
|
|
2872
|
-
|
|
2873
|
-
module.directive('kcTabsAuthentication', function () {
|
|
2874
|
-
return {
|
|
2875
|
-
scope: true,
|
|
2876
|
-
restrict: 'E',
|
|
2877
|
-
replace: true,
|
|
2878
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-authentication.html'
|
|
2879
|
-
}
|
|
2880
|
-
});
|
|
2881
|
-
|
|
2882
|
-
module.directive('kcTabsRole', function () {
|
|
2883
|
-
return {
|
|
2884
|
-
scope: true,
|
|
2885
|
-
restrict: 'E',
|
|
2886
|
-
replace: true,
|
|
2887
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-role.html'
|
|
2888
|
-
}
|
|
2889
|
-
});
|
|
2890
|
-
|
|
2891
|
-
module.directive('kcTabsClientRole', function () {
|
|
2892
|
-
return {
|
|
2893
|
-
scope: true,
|
|
2894
|
-
restrict: 'E',
|
|
2895
|
-
replace: true,
|
|
2896
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-client-role.html'
|
|
2897
|
-
}
|
|
2898
|
-
});
|
|
2899
|
-
|
|
2900
|
-
module.directive('kcTabsUser', function () {
|
|
2901
|
-
return {
|
|
2902
|
-
scope: true,
|
|
2903
|
-
restrict: 'E',
|
|
2904
|
-
replace: true,
|
|
2905
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-user.html'
|
|
2906
|
-
}
|
|
2907
|
-
});
|
|
2908
|
-
|
|
2909
|
-
module.directive('kcTabsUsers', function () {
|
|
2910
|
-
return {
|
|
2911
|
-
scope: true,
|
|
2912
|
-
restrict: 'E',
|
|
2913
|
-
replace: true,
|
|
2914
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-users.html'
|
|
2915
|
-
}
|
|
2916
|
-
});
|
|
2917
|
-
|
|
2918
|
-
module.directive('kcTabsClients', function () {
|
|
2919
|
-
return {
|
|
2920
|
-
scope: true,
|
|
2921
|
-
restrict: 'E',
|
|
2922
|
-
replace: true,
|
|
2923
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-clients.html'
|
|
2924
|
-
}
|
|
2925
|
-
});
|
|
2926
|
-
|
|
2927
|
-
module.directive('kcTabsGroup', function () {
|
|
2928
|
-
return {
|
|
2929
|
-
scope: true,
|
|
2930
|
-
restrict: 'E',
|
|
2931
|
-
replace: true,
|
|
2932
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-group.html'
|
|
2933
|
-
}
|
|
2934
|
-
});
|
|
2935
|
-
|
|
2936
|
-
module.directive('kcTabsGroupList', function () {
|
|
2937
|
-
return {
|
|
2938
|
-
scope: true,
|
|
2939
|
-
restrict: 'E',
|
|
2940
|
-
replace: true,
|
|
2941
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-group-list.html'
|
|
2942
|
-
}
|
|
2943
|
-
});
|
|
2944
|
-
|
|
2945
|
-
module.directive('kcTabsClient', function () {
|
|
2946
|
-
return {
|
|
2947
|
-
scope: true,
|
|
2948
|
-
restrict: 'E',
|
|
2949
|
-
replace: true,
|
|
2950
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-client.html'
|
|
2951
|
-
}
|
|
2952
|
-
});
|
|
2953
|
-
|
|
2954
|
-
module.directive('kcTabsClientScope', function () {
|
|
2955
|
-
return {
|
|
2956
|
-
scope: true,
|
|
2957
|
-
restrict: 'E',
|
|
2958
|
-
replace: true,
|
|
2959
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-client-scope.html'
|
|
2960
|
-
}
|
|
2961
|
-
});
|
|
2962
|
-
|
|
2963
|
-
module.directive('kcNavigationUser', function () {
|
|
2964
|
-
return {
|
|
2965
|
-
scope: true,
|
|
2966
|
-
restrict: 'E',
|
|
2967
|
-
replace: true,
|
|
2968
|
-
templateUrl: resourceUrl + '/templates/kc-navigation-user.html'
|
|
2969
|
-
}
|
|
2970
|
-
});
|
|
2971
|
-
|
|
2972
|
-
module.directive('kcTabsIdentityProvider', function () {
|
|
2973
|
-
return {
|
|
2974
|
-
scope: true,
|
|
2975
|
-
restrict: 'E',
|
|
2976
|
-
replace: true,
|
|
2977
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-identity-provider.html'
|
|
2978
|
-
}
|
|
2979
|
-
});
|
|
2980
|
-
|
|
2981
|
-
module.directive('kcTabsUserFederation', function () {
|
|
2982
|
-
return {
|
|
2983
|
-
scope: true,
|
|
2984
|
-
restrict: 'E',
|
|
2985
|
-
replace: true,
|
|
2986
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-user-federation.html'
|
|
2987
|
-
}
|
|
2988
|
-
});
|
|
2989
|
-
|
|
2990
|
-
module.directive('kcTabsLdap', function () {
|
|
2991
|
-
return {
|
|
2992
|
-
scope: true,
|
|
2993
|
-
restrict: 'E',
|
|
2994
|
-
replace: true,
|
|
2995
|
-
templateUrl: resourceUrl + '/templates/kc-tabs-ldap.html'
|
|
2996
|
-
}
|
|
2997
|
-
});
|
|
2998
|
-
|
|
2999
|
-
module.controller('RoleSelectorModalCtrl', function($scope, realm, config, configName, RealmRoles, Client, ClientRole, $modalInstance) {
|
|
3000
|
-
$scope.selectedRealmRole = {
|
|
3001
|
-
role: undefined
|
|
3002
|
-
};
|
|
3003
|
-
$scope.selectedClientRole = {
|
|
3004
|
-
role: undefined
|
|
3005
|
-
};
|
|
3006
|
-
$scope.client = {
|
|
3007
|
-
selected: undefined
|
|
3008
|
-
};
|
|
3009
|
-
|
|
3010
|
-
$scope.selectRealmRole = function() {
|
|
3011
|
-
config[configName] = $scope.selectedRealmRole.role.name;
|
|
3012
|
-
$modalInstance.close();
|
|
3013
|
-
}
|
|
3014
|
-
|
|
3015
|
-
$scope.selectClientRole = function() {
|
|
3016
|
-
config[configName] = $scope.selectedClient.clientId + "." + $scope.selectedClientRole.role.name;
|
|
3017
|
-
$modalInstance.close();
|
|
3018
|
-
}
|
|
3019
|
-
|
|
3020
|
-
$scope.cancel = function() {
|
|
3021
|
-
$modalInstance.dismiss();
|
|
3022
|
-
}
|
|
3023
|
-
|
|
3024
|
-
clientSelectControl($scope, realm.realm, Client);
|
|
3025
|
-
|
|
3026
|
-
$scope.selectedClient = null;
|
|
3027
|
-
|
|
3028
|
-
$scope.changeClient = function(client) {
|
|
3029
|
-
$scope.selectedClient = client;
|
|
3030
|
-
if (!client || !client.id) {
|
|
3031
|
-
$scope.selectedClient = null;
|
|
3032
|
-
return;
|
|
3033
|
-
}
|
|
3034
|
-
if ($scope.selectedClient) {
|
|
3035
|
-
ClientRole.query({realm: realm.realm, client: $scope.selectedClient.id}, function (data) {
|
|
3036
|
-
$scope.clientRoles = data;
|
|
3037
|
-
});
|
|
3038
|
-
} else {
|
|
3039
|
-
console.log('selected client was null');
|
|
3040
|
-
$scope.clientRoles = null;
|
|
3041
|
-
}
|
|
3042
|
-
|
|
3043
|
-
$scope.selectedClient = client;
|
|
3044
|
-
}
|
|
3045
|
-
|
|
3046
|
-
RealmRoles.query({realm: realm.realm}, function(data) {
|
|
3047
|
-
$scope.realmRoles = data;
|
|
3048
|
-
})
|
|
3049
|
-
});
|
|
3050
|
-
|
|
3051
|
-
module.controller('GroupSelectorModalCtrl', function($scope, $q, realm, config, configName, GroupsCount, Groups, Group, GroupChildren, Notifications, Dialog, ComponentUtils, $modalInstance, $translate) {
|
|
3052
|
-
$scope.realm = realm;
|
|
3053
|
-
$scope.groupList = [
|
|
3054
|
-
{
|
|
3055
|
-
"id" : "realm",
|
|
3056
|
-
"name": $translate.instant('groups'),
|
|
3057
|
-
"subGroups" : []
|
|
3058
|
-
}
|
|
3059
|
-
];
|
|
3060
|
-
$scope.groupSelector = {
|
|
3061
|
-
searchCriteria: undefined,
|
|
3062
|
-
currentPage: 1,
|
|
3063
|
-
pageSize: 20,
|
|
3064
|
-
numberOfPages: 1
|
|
3065
|
-
};
|
|
3066
|
-
$scope.groupSelector.currentPageInput = $scope.groupSelector.currentPage;
|
|
3067
|
-
|
|
3068
|
-
var refreshGroups = function (search) {
|
|
3069
|
-
console.log('refreshGroups');
|
|
3070
|
-
$scope.groupSelector.currentPageInput = $scope.groupSelector.currentPage;
|
|
3071
|
-
|
|
3072
|
-
var first = ($scope.groupSelector.currentPage * $scope.groupSelector.pageSize) - $scope.groupSelector.pageSize;
|
|
3073
|
-
console.log('first:' + first);
|
|
3074
|
-
var queryParams = {
|
|
3075
|
-
realm : realm.realm,
|
|
3076
|
-
first : first,
|
|
3077
|
-
max : $scope.groupSelector.pageSize
|
|
3078
|
-
};
|
|
3079
|
-
var countParams = {
|
|
3080
|
-
realm : realm.realm,
|
|
3081
|
-
top : 'true'
|
|
3082
|
-
};
|
|
3083
|
-
|
|
3084
|
-
if(angular.isDefined(search) && search !== '') {
|
|
3085
|
-
queryParams.search = search;
|
|
3086
|
-
countParams.search = search;
|
|
3087
|
-
}
|
|
3088
|
-
|
|
3089
|
-
var promiseGetGroups = $q.defer();
|
|
3090
|
-
Groups.query(queryParams, function(entry) {
|
|
3091
|
-
promiseGetGroups.resolve(entry);
|
|
3092
|
-
}, function() {
|
|
3093
|
-
promiseGetGroups.reject($translate.instant('group.fetch.fail', {params: queryParams}));
|
|
3094
|
-
});
|
|
3095
|
-
promiseGetGroups.promise.then(function(groups) {
|
|
3096
|
-
$scope.groupList = [
|
|
3097
|
-
{
|
|
3098
|
-
"id" : "realm",
|
|
3099
|
-
"name": $translate.instant('groups'),
|
|
3100
|
-
"subGroups": ComponentUtils.sortGroups('name', groups)
|
|
3101
|
-
}
|
|
3102
|
-
];
|
|
3103
|
-
if (angular.isDefined(search) && search !== '') {
|
|
3104
|
-
// Add highlight for concrete text match
|
|
3105
|
-
setTimeout(function () {
|
|
3106
|
-
document.querySelectorAll('span').forEach(function (element) {
|
|
3107
|
-
if (element.textContent.indexOf(search) != -1) {
|
|
3108
|
-
angular.element(element).addClass('highlight');
|
|
3109
|
-
}
|
|
3110
|
-
});
|
|
3111
|
-
}, 500);
|
|
3112
|
-
}
|
|
3113
|
-
}, function (failed) {
|
|
3114
|
-
Notifications.error(failed);
|
|
3115
|
-
});
|
|
3116
|
-
|
|
3117
|
-
var promiseCount = $q.defer();
|
|
3118
|
-
console.log('countParams: realm[' + countParams.realm);
|
|
3119
|
-
GroupsCount.query(countParams, function(entry) {
|
|
3120
|
-
promiseCount.resolve(entry);
|
|
3121
|
-
}, function() {
|
|
3122
|
-
promiseCount.reject($translate.instant('group.fetch.fail', {params: countParams}));
|
|
3123
|
-
});
|
|
3124
|
-
promiseCount.promise.then(function(entry) {
|
|
3125
|
-
if(angular.isDefined(entry.count) && entry.count > $scope.groupSelector.pageSize) {
|
|
3126
|
-
$scope.groupSelector.numberOfPages = Math.ceil(entry.count/$scope.groupSelector.pageSize);
|
|
3127
|
-
} else {
|
|
3128
|
-
$scope.groupSelector.numberOfPages = 1;
|
|
3129
|
-
}
|
|
3130
|
-
}, function (failed) {
|
|
3131
|
-
Notifications.error(failed);
|
|
3132
|
-
});
|
|
3133
|
-
};
|
|
3134
|
-
|
|
3135
|
-
refreshGroups();
|
|
3136
|
-
|
|
3137
|
-
$scope.$watch('groupSelector.currentPage', function(newValue, oldValue) {
|
|
3138
|
-
if(parseInt(newValue, 10) !== oldValue) {
|
|
3139
|
-
refreshGroups($scope.groupSelector.searchCriteria);
|
|
3140
|
-
}
|
|
3141
|
-
});
|
|
3142
|
-
|
|
3143
|
-
$scope.clearSearch = function() {
|
|
3144
|
-
$scope.groupSelector.searchCriteria = '';
|
|
3145
|
-
if (parseInt($scope.groupSelector.currentPage, 10) === 1) {
|
|
3146
|
-
refreshGroups();
|
|
3147
|
-
} else {
|
|
3148
|
-
$scope.groupSelector.currentPage = 1;
|
|
3149
|
-
}
|
|
3150
|
-
};
|
|
3151
|
-
|
|
3152
|
-
$scope.searchGroup = function() {
|
|
3153
|
-
if (parseInt($scope.groupSelector.currentPage, 10) === 1) {
|
|
3154
|
-
refreshGroups($scope.groupSelector.searchCriteria);
|
|
3155
|
-
} else {
|
|
3156
|
-
$scope.groupSelector.currentPage = 1;
|
|
3157
|
-
}
|
|
3158
|
-
};
|
|
3159
|
-
|
|
3160
|
-
$scope.selectGroup = function(selected) {
|
|
3161
|
-
if(!selected || selected.id === "realm") return;
|
|
3162
|
-
|
|
3163
|
-
config[configName] = selected.path;
|
|
3164
|
-
$modalInstance.close();
|
|
3165
|
-
}
|
|
3166
|
-
|
|
3167
|
-
$scope.edit = $scope.selectGroup;
|
|
3168
|
-
|
|
3169
|
-
$scope.cancel = function() {
|
|
3170
|
-
$modalInstance.dismiss();
|
|
3171
|
-
}
|
|
3172
|
-
|
|
3173
|
-
var isLeaf = function(node) {
|
|
3174
|
-
return node.id !== "realm" && (!node.subGroups || node.subGroups.length === 0);
|
|
3175
|
-
};
|
|
3176
|
-
|
|
3177
|
-
$scope.getGroupClass = function(node) {
|
|
3178
|
-
if (node.id === "realm") {
|
|
3179
|
-
return 'pficon pficon-users';
|
|
3180
|
-
}
|
|
3181
|
-
if (isLeaf(node)) {
|
|
3182
|
-
return 'normal';
|
|
3183
|
-
}
|
|
3184
|
-
if (node.subGroups.length && node.collapsed) return 'collapsed';
|
|
3185
|
-
if (node.subGroups.length && !node.collapsed) return 'expanded';
|
|
3186
|
-
return 'collapsed';
|
|
3187
|
-
|
|
3188
|
-
};
|
|
3189
|
-
|
|
3190
|
-
$scope.getSelectedClass = function(node) {
|
|
3191
|
-
if (node.selected) {
|
|
3192
|
-
return 'selected';
|
|
3193
|
-
}
|
|
3194
|
-
return undefined;
|
|
3195
|
-
}
|
|
3196
|
-
});
|
|
3197
|
-
|
|
3198
|
-
|
|
3199
|
-
module.controller('ProviderConfigCtrl', function ($modal, $scope, $route, ComponentUtils, Client) {
|
|
3200
|
-
clientSelectControl($scope, $route.current.params.realm, Client);
|
|
3201
|
-
$scope.fileNames = {};
|
|
3202
|
-
$scope.newMapEntries = {};
|
|
3203
|
-
var cachedMaps = {};
|
|
3204
|
-
var cachedParsedMaps = {};
|
|
3205
|
-
var focusMapValueId = null;
|
|
3206
|
-
|
|
3207
|
-
// KEYCLOAK-4463
|
|
3208
|
-
$scope.initEditor = function(editor){
|
|
3209
|
-
editor.$blockScrolling = Infinity; // suppress warning message
|
|
3210
|
-
};
|
|
3211
|
-
|
|
3212
|
-
$scope.initSelectedClient = function(configName, config) {
|
|
3213
|
-
if(config[configName]) {
|
|
3214
|
-
$scope.selectedClient = null;
|
|
3215
|
-
Client.query({realm: $route.current.params.realm, search: false, clientId: config[configName], max: 1}, function(data) {
|
|
3216
|
-
if(data.length > 0) {
|
|
3217
|
-
$scope.selectedClient = angular.copy(data[0]);
|
|
3218
|
-
$scope.selectedClient.text = $scope.selectedClient.clientId;
|
|
3219
|
-
}
|
|
3220
|
-
});
|
|
3221
|
-
}
|
|
3222
|
-
}
|
|
3223
|
-
|
|
3224
|
-
$scope.openRoleSelector = function (configName, config) {
|
|
3225
|
-
$modal.open({
|
|
3226
|
-
templateUrl: resourceUrl + '/partials/modal/role-selector.html',
|
|
3227
|
-
controller: 'RoleSelectorModalCtrl',
|
|
3228
|
-
resolve: {
|
|
3229
|
-
realm: function () {
|
|
3230
|
-
return $scope.realm;
|
|
3231
|
-
},
|
|
3232
|
-
config: function () {
|
|
3233
|
-
return config;
|
|
3234
|
-
},
|
|
3235
|
-
configName: function () {
|
|
3236
|
-
return configName;
|
|
3237
|
-
}
|
|
3238
|
-
}
|
|
3239
|
-
})
|
|
3240
|
-
}
|
|
3241
|
-
|
|
3242
|
-
$scope.openGroupSelector = function (configName, config) {
|
|
3243
|
-
$modal.open({
|
|
3244
|
-
templateUrl: resourceUrl + '/partials/modal/group-selector.html',
|
|
3245
|
-
controller: 'GroupSelectorModalCtrl',
|
|
3246
|
-
resolve: {
|
|
3247
|
-
realm: function () {
|
|
3248
|
-
return $scope.realm;
|
|
3249
|
-
},
|
|
3250
|
-
config: function () {
|
|
3251
|
-
return config;
|
|
3252
|
-
},
|
|
3253
|
-
configName: function () {
|
|
3254
|
-
return configName;
|
|
3255
|
-
}
|
|
3256
|
-
}
|
|
3257
|
-
})
|
|
3258
|
-
}
|
|
3259
|
-
|
|
3260
|
-
$scope.changeClient = function(configName, config, client, multivalued) {
|
|
3261
|
-
if (!client || !client.id) {
|
|
3262
|
-
config[configName] = null;
|
|
3263
|
-
$scope.selectedClient = null;
|
|
3264
|
-
return;
|
|
3265
|
-
}
|
|
3266
|
-
$scope.selectedClient = client;
|
|
3267
|
-
if (multivalued) {
|
|
3268
|
-
config[configName][0] = client.clientId;
|
|
3269
|
-
} else {
|
|
3270
|
-
config[configName] = client.clientId;
|
|
3271
|
-
}
|
|
3272
|
-
};
|
|
3273
|
-
|
|
3274
|
-
ComponentUtils.convertAllMultivaluedStringValuesToList($scope.properties, $scope.config);
|
|
3275
|
-
|
|
3276
|
-
ComponentUtils.addLastEmptyValueToMultivaluedLists($scope.properties, $scope.config);
|
|
3277
|
-
|
|
3278
|
-
$scope.addValueToMultivalued = function(optionName) {
|
|
3279
|
-
var configProperty = $scope.config[optionName];
|
|
3280
|
-
var lastIndex = configProperty.length - 1;
|
|
3281
|
-
var lastValue = configProperty[lastIndex];
|
|
3282
|
-
console.log("Option=" + optionName + ", lastIndex=" + lastIndex + ", lastValue=" + lastValue);
|
|
3283
|
-
|
|
3284
|
-
if (lastValue.length > 0) {
|
|
3285
|
-
configProperty.push('');
|
|
3286
|
-
}
|
|
3287
|
-
}
|
|
3288
|
-
|
|
3289
|
-
$scope.deleteValueFromMultivalued = function(optionName, index) {
|
|
3290
|
-
$scope.config[optionName].splice(index, 1);
|
|
3291
|
-
}
|
|
3292
|
-
|
|
3293
|
-
$scope.uploadFile = function($files, optionName, config) {
|
|
3294
|
-
var reader = new FileReader();
|
|
3295
|
-
reader.onload = function(e) {
|
|
3296
|
-
$scope.$apply(function() {
|
|
3297
|
-
config[optionName][0] = e.target.result;
|
|
3298
|
-
});
|
|
3299
|
-
};
|
|
3300
|
-
reader.readAsText($files[0]);
|
|
3301
|
-
$scope.fileNames[optionName] = $files[0].name;
|
|
3302
|
-
}
|
|
3303
|
-
|
|
3304
|
-
$scope.addMapEntry = function(optionName) {
|
|
3305
|
-
$scope.removeMapEntry(optionName, $scope.newMapEntries[optionName].key)
|
|
3306
|
-
|
|
3307
|
-
var parsedMap = JSON.parse($scope.config[optionName]);
|
|
3308
|
-
parsedMap.push($scope.newMapEntries[optionName]);
|
|
3309
|
-
$scope.config[optionName] = JSON.stringify(parsedMap);
|
|
3310
|
-
|
|
3311
|
-
delete $scope.newMapEntries[optionName];
|
|
3312
|
-
}
|
|
3313
|
-
|
|
3314
|
-
$scope.removeMapEntry = function(optionName, key) {
|
|
3315
|
-
var parsedMap = JSON.parse($scope.config[optionName]);
|
|
3316
|
-
|
|
3317
|
-
for(var i = parsedMap.length - 1; i >= 0; i--) {
|
|
3318
|
-
if(parsedMap[i]['key'] === key) {
|
|
3319
|
-
parsedMap.splice(i, 1);
|
|
3320
|
-
}
|
|
3321
|
-
}
|
|
3322
|
-
|
|
3323
|
-
$scope.config[optionName] = JSON.stringify(parsedMap);
|
|
3324
|
-
}
|
|
3325
|
-
|
|
3326
|
-
$scope.updateMapEntry = function(optionName, key, value) {
|
|
3327
|
-
var parsedMap = JSON.parse($scope.config[optionName]);
|
|
3328
|
-
|
|
3329
|
-
for(var i = parsedMap.length - 1; i >= 0; i--) {
|
|
3330
|
-
if(parsedMap[i]['key'] === key) {
|
|
3331
|
-
parsedMap[i]['value'] = value;
|
|
3332
|
-
}
|
|
3333
|
-
}
|
|
3334
|
-
$scope.config[optionName] = JSON.stringify(parsedMap);
|
|
3335
|
-
|
|
3336
|
-
focusMapValueId = "mapValue-" + optionName + "-" + key;
|
|
3337
|
-
}
|
|
3338
|
-
|
|
3339
|
-
$scope.jsonParseMap = function(optionName) {
|
|
3340
|
-
|
|
3341
|
-
if(cachedParsedMaps[optionName] === undefined) {
|
|
3342
|
-
cachedMaps[optionName] = "[]";
|
|
3343
|
-
cachedParsedMaps[optionName] = [];
|
|
3344
|
-
|
|
3345
|
-
if(!$scope.config.hasOwnProperty(optionName)){
|
|
3346
|
-
$scope.config[optionName]=cachedMaps[optionName];
|
|
3347
|
-
} else {
|
|
3348
|
-
cachedMaps[optionName] = $scope.config[optionName];
|
|
3349
|
-
cachedParsedMaps[optionName] = JSON.parse(cachedMaps[optionName]);
|
|
3350
|
-
}
|
|
3351
|
-
}
|
|
3352
|
-
|
|
3353
|
-
var mapChanged = $scope.config[optionName] !== cachedMaps[optionName];
|
|
3354
|
-
|
|
3355
|
-
if(mapChanged){
|
|
3356
|
-
cachedMaps[optionName] = $scope.config[optionName];
|
|
3357
|
-
cachedParsedMaps[optionName] = JSON.parse(cachedMaps[optionName]);
|
|
3358
|
-
}
|
|
3359
|
-
|
|
3360
|
-
if(!mapChanged && focusMapValueId !== null){
|
|
3361
|
-
document.getElementById(focusMapValueId).focus();
|
|
3362
|
-
focusMapValueId = null;
|
|
3363
|
-
}
|
|
3364
|
-
|
|
3365
|
-
return cachedParsedMaps[optionName];
|
|
3366
|
-
}
|
|
3367
|
-
});
|
|
3368
|
-
|
|
3369
|
-
module.directive('kcProviderConfig', function ($modal) {
|
|
3370
|
-
return {
|
|
3371
|
-
scope: {
|
|
3372
|
-
config: '=',
|
|
3373
|
-
properties: '=',
|
|
3374
|
-
realm: '=',
|
|
3375
|
-
clients: '=',
|
|
3376
|
-
configName: '='
|
|
3377
|
-
},
|
|
3378
|
-
restrict: 'E',
|
|
3379
|
-
replace: true,
|
|
3380
|
-
controller: 'ProviderConfigCtrl',
|
|
3381
|
-
templateUrl: resourceUrl + '/templates/kc-provider-config.html'
|
|
3382
|
-
}
|
|
3383
|
-
});
|
|
3384
|
-
|
|
3385
|
-
module.controller('ComponentRoleSelectorModalCtrl', function($scope, realm, config, configName, RealmRoles, Client, ClientRole, $modalInstance) {
|
|
3386
|
-
$scope.selectedRealmRole = {
|
|
3387
|
-
role: undefined
|
|
3388
|
-
};
|
|
3389
|
-
$scope.selectedClientRole = {
|
|
3390
|
-
role: undefined
|
|
3391
|
-
};
|
|
3392
|
-
$scope.client = {
|
|
3393
|
-
selected: undefined
|
|
3394
|
-
};
|
|
3395
|
-
|
|
3396
|
-
$scope.selectRealmRole = function() {
|
|
3397
|
-
config[configName][0] = $scope.selectedRealmRole.role.name;
|
|
3398
|
-
$modalInstance.close();
|
|
3399
|
-
}
|
|
3400
|
-
|
|
3401
|
-
$scope.selectClientRole = function() {
|
|
3402
|
-
config[configName][0] = $scope.client.selected.clientId + "." + $scope.selectedClientRole.role.name;
|
|
3403
|
-
$modalInstance.close();
|
|
3404
|
-
}
|
|
3405
|
-
|
|
3406
|
-
$scope.cancel = function() {
|
|
3407
|
-
$modalInstance.dismiss();
|
|
3408
|
-
}
|
|
3409
|
-
|
|
3410
|
-
$scope.changeClient = function() {
|
|
3411
|
-
if ($scope.client.selected) {
|
|
3412
|
-
ClientRole.query({realm: realm.realm, client: $scope.client.selected.id}, function (data) {
|
|
3413
|
-
$scope.clientRoles = data;
|
|
3414
|
-
});
|
|
3415
|
-
} else {
|
|
3416
|
-
console.log('selected client was null');
|
|
3417
|
-
$scope.clientRoles = null;
|
|
3418
|
-
}
|
|
3419
|
-
|
|
3420
|
-
}
|
|
3421
|
-
RealmRoles.query({realm: realm.realm}, function(data) {
|
|
3422
|
-
$scope.realmRoles = data;
|
|
3423
|
-
})
|
|
3424
|
-
Client.query({realm: realm.realm}, function(data) {
|
|
3425
|
-
$scope.clients = data;
|
|
3426
|
-
if (data.length > 0) {
|
|
3427
|
-
$scope.client.selected = data[0];
|
|
3428
|
-
$scope.changeClient();
|
|
3429
|
-
}
|
|
3430
|
-
})
|
|
3431
|
-
});
|
|
3432
|
-
|
|
3433
|
-
module.controller('ComponentConfigCtrl', function ($modal, $scope, $route, Client) {
|
|
3434
|
-
|
|
3435
|
-
$scope.initSelectedClient = function(configName, config) {
|
|
3436
|
-
if(config[configName]) {
|
|
3437
|
-
$scope.selectedClient = null;
|
|
3438
|
-
Client.query({realm: $route.current.params.realm, search: false, clientId: config[configName], max: 1}, function(data) {
|
|
3439
|
-
if(data.length > 0) {
|
|
3440
|
-
$scope.selectedClient = angular.copy(data[0]);
|
|
3441
|
-
$scope.selectedClient.text = $scope.selectedClient.clientId;
|
|
3442
|
-
}
|
|
3443
|
-
});
|
|
3444
|
-
}
|
|
3445
|
-
}
|
|
3446
|
-
|
|
3447
|
-
$scope.changeClient = function(configName, config, client) {
|
|
3448
|
-
if (!client || !client.id) {
|
|
3449
|
-
config[configName] = null;
|
|
3450
|
-
$scope.selectedClient = null;
|
|
3451
|
-
return;
|
|
3452
|
-
}
|
|
3453
|
-
$scope.selectedClient = client;
|
|
3454
|
-
config[configName] = client.clientId;
|
|
3455
|
-
};
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
$scope.openRoleSelector = function (configName, config) {
|
|
3459
|
-
$modal.open({
|
|
3460
|
-
templateUrl: resourceUrl + '/partials/modal/component-role-selector.html',
|
|
3461
|
-
controller: 'ComponentRoleSelectorModalCtrl',
|
|
3462
|
-
resolve: {
|
|
3463
|
-
realm: function () {
|
|
3464
|
-
return $scope.realm;
|
|
3465
|
-
},
|
|
3466
|
-
config: function () {
|
|
3467
|
-
return config;
|
|
3468
|
-
},
|
|
3469
|
-
configName: function () {
|
|
3470
|
-
return configName;
|
|
3471
|
-
}
|
|
3472
|
-
}
|
|
3473
|
-
})
|
|
3474
|
-
}
|
|
3475
|
-
});
|
|
3476
|
-
module.directive('kcComponentConfig', function ($modal) {
|
|
3477
|
-
return {
|
|
3478
|
-
scope: {
|
|
3479
|
-
config: '=',
|
|
3480
|
-
properties: '=',
|
|
3481
|
-
realm: '=',
|
|
3482
|
-
clients: '=',
|
|
3483
|
-
configName: '='
|
|
3484
|
-
},
|
|
3485
|
-
restrict: 'E',
|
|
3486
|
-
replace: true,
|
|
3487
|
-
controller: 'ComponentConfigCtrl',
|
|
3488
|
-
templateUrl: resourceUrl + '/templates/kc-component-config.html'
|
|
3489
|
-
}
|
|
3490
|
-
});
|
|
3491
|
-
|
|
3492
|
-
/*
|
|
3493
|
-
* Used to select the element (invoke $(elem).select()) on specified action list.
|
|
3494
|
-
* Usages kc-select-action="click mouseover"
|
|
3495
|
-
* When used in the textarea element, this will select/highlight the textarea content on specified action (i.e. click).
|
|
3496
|
-
*/
|
|
3497
|
-
module.directive('kcSelectAction', function ($compile, Notifications) {
|
|
3498
|
-
return {
|
|
3499
|
-
restrict: 'A',
|
|
3500
|
-
compile: function (elem, attrs) {
|
|
3501
|
-
|
|
3502
|
-
var events = attrs.kcSelectAction.split(" ");
|
|
3503
|
-
|
|
3504
|
-
for(var i=0; i < events.length; i++){
|
|
3505
|
-
|
|
3506
|
-
elem.bind(events[i], function(){
|
|
3507
|
-
elem.select();
|
|
3508
|
-
});
|
|
3509
|
-
}
|
|
3510
|
-
}
|
|
3511
|
-
}
|
|
3512
|
-
});
|
|
3513
|
-
|
|
3514
|
-
module.filter('remove', function() {
|
|
3515
|
-
return function(input, remove, attribute) {
|
|
3516
|
-
if (!input || !remove) {
|
|
3517
|
-
return input;
|
|
3518
|
-
}
|
|
3519
|
-
|
|
3520
|
-
var out = [];
|
|
3521
|
-
for ( var i = 0; i < input.length; i++) {
|
|
3522
|
-
var e = input[i];
|
|
3523
|
-
|
|
3524
|
-
if (Array.isArray(remove)) {
|
|
3525
|
-
for (var j = 0; j < remove.length; j++) {
|
|
3526
|
-
if (attribute) {
|
|
3527
|
-
if (remove[j][attribute] == e[attribute]) {
|
|
3528
|
-
e = null;
|
|
3529
|
-
break;
|
|
3530
|
-
}
|
|
3531
|
-
} else {
|
|
3532
|
-
if (remove[j] == e) {
|
|
3533
|
-
e = null;
|
|
3534
|
-
break;
|
|
3535
|
-
}
|
|
3536
|
-
}
|
|
3537
|
-
}
|
|
3538
|
-
} else {
|
|
3539
|
-
if (attribute) {
|
|
3540
|
-
if (remove[attribute] == e[attribute]) {
|
|
3541
|
-
e = null;
|
|
3542
|
-
}
|
|
3543
|
-
} else {
|
|
3544
|
-
if (remove == e) {
|
|
3545
|
-
e = null;
|
|
3546
|
-
}
|
|
3547
|
-
}
|
|
3548
|
-
}
|
|
3549
|
-
|
|
3550
|
-
if (e != null) {
|
|
3551
|
-
out.push(e);
|
|
3552
|
-
}
|
|
3553
|
-
}
|
|
3554
|
-
|
|
3555
|
-
return out;
|
|
3556
|
-
};
|
|
3557
|
-
});
|
|
3558
|
-
|
|
3559
|
-
module.filter('capitalize', function() {
|
|
3560
|
-
return function(input) {
|
|
3561
|
-
if (!input) {
|
|
3562
|
-
return;
|
|
3563
|
-
}
|
|
3564
|
-
var splittedWords = input.split(/\s+/);
|
|
3565
|
-
for (var i=0; i<splittedWords.length ; i++) {
|
|
3566
|
-
splittedWords[i] = splittedWords[i].charAt(0).toUpperCase() + splittedWords[i].slice(1);
|
|
3567
|
-
};
|
|
3568
|
-
return splittedWords.join(" ");
|
|
3569
|
-
};
|
|
3570
|
-
});
|
|
3571
|
-
|
|
3572
|
-
/*
|
|
3573
|
-
* Guarantees a deterministic property iteration order.
|
|
3574
|
-
* See: http://www.2ality.com/2015/10/property-traversal-order-es6.html
|
|
3575
|
-
*/
|
|
3576
|
-
module.filter('toOrderedMapSortedByKey', function(){
|
|
3577
|
-
return function(input){
|
|
3578
|
-
|
|
3579
|
-
if(!input){
|
|
3580
|
-
return input;
|
|
3581
|
-
}
|
|
3582
|
-
|
|
3583
|
-
var keys = Object.keys(input);
|
|
3584
|
-
|
|
3585
|
-
if(keys.length <= 1){
|
|
3586
|
-
return input;
|
|
3587
|
-
}
|
|
3588
|
-
|
|
3589
|
-
keys.sort();
|
|
3590
|
-
|
|
3591
|
-
var result = {};
|
|
3592
|
-
for (var i = 0; i < keys.length; i++) {
|
|
3593
|
-
result[keys[i]] = input[keys[i]];
|
|
3594
|
-
}
|
|
3595
|
-
|
|
3596
|
-
return result;
|
|
3597
|
-
};
|
|
3598
|
-
});
|
|
3599
|
-
|
|
3600
|
-
module.directive('kcSidebarResize', function ($window) {
|
|
3601
|
-
return function (scope, element) {
|
|
3602
|
-
function resize() {
|
|
3603
|
-
var navBar = angular.element(document.getElementsByClassName('navbar-pf')).height();
|
|
3604
|
-
var container = angular.element(document.getElementById("view").getElementsByTagName("div")[0]).height();
|
|
3605
|
-
var height = Math.max(container, window.innerHeight - navBar - 3);
|
|
3606
|
-
|
|
3607
|
-
element[0].style['min-height'] = height + 'px';
|
|
3608
|
-
}
|
|
3609
|
-
|
|
3610
|
-
resize();
|
|
3611
|
-
|
|
3612
|
-
var w = angular.element($window);
|
|
3613
|
-
scope.$watch(function () {
|
|
3614
|
-
return {
|
|
3615
|
-
'h': window.innerHeight,
|
|
3616
|
-
'w': window.innerWidth
|
|
3617
|
-
};
|
|
3618
|
-
}, function () {
|
|
3619
|
-
resize();
|
|
3620
|
-
}, true);
|
|
3621
|
-
w.bind('resize', function () {
|
|
3622
|
-
scope.$apply();
|
|
3623
|
-
});
|
|
3624
|
-
}
|
|
3625
|
-
});
|
|
3626
|
-
|
|
3627
|
-
|
|
3628
|
-
|
|
3629
|
-
module.directive('kcTooltip', function($compile) {
|
|
3630
|
-
return {
|
|
3631
|
-
restrict: 'E',
|
|
3632
|
-
replace: false,
|
|
3633
|
-
terminal: true,
|
|
3634
|
-
priority: 1000,
|
|
3635
|
-
link: function link(scope,element, attrs) {
|
|
3636
|
-
var angularElement = angular.element(element[0]);
|
|
3637
|
-
var tooltip = angularElement.text();
|
|
3638
|
-
angularElement.text('');
|
|
3639
|
-
element.addClass('hidden');
|
|
3640
|
-
|
|
3641
|
-
var label = angular.element(element.parent().children()[0]);
|
|
3642
|
-
label.append(' <i class="fa fa-question-circle text-muted" tooltip="' + tooltip + '" tooltip-placement="right" tooltip-trigger="mouseover mouseout"></i>');
|
|
3643
|
-
|
|
3644
|
-
$compile(label)(scope);
|
|
3645
|
-
}
|
|
3646
|
-
};
|
|
3647
|
-
});
|
|
3648
|
-
|
|
3649
|
-
module.directive( 'kcOpen', function ( $location ) {
|
|
3650
|
-
return function ( scope, element, attrs ) {
|
|
3651
|
-
var path;
|
|
3652
|
-
|
|
3653
|
-
attrs.$observe( 'kcOpen', function (val) {
|
|
3654
|
-
path = val;
|
|
3655
|
-
});
|
|
3656
|
-
|
|
3657
|
-
element.bind( 'click', function () {
|
|
3658
|
-
scope.$apply( function () {
|
|
3659
|
-
$location.path(path);
|
|
3660
|
-
});
|
|
3661
|
-
});
|
|
3662
|
-
};
|
|
3663
|
-
});
|
|
3664
|
-
|
|
3665
|
-
module.directive('kcOnReadFile', function ($parse) {
|
|
3666
|
-
console.debug('kcOnReadFile');
|
|
3667
|
-
return {
|
|
3668
|
-
restrict: 'A',
|
|
3669
|
-
scope: false,
|
|
3670
|
-
link: function(scope, element, attrs) {
|
|
3671
|
-
var fn = $parse(attrs.kcOnReadFile);
|
|
3672
|
-
|
|
3673
|
-
element.on('change', function(onChangeEvent) {
|
|
3674
|
-
var reader = new FileReader();
|
|
3675
|
-
|
|
3676
|
-
reader.onload = function(onLoadEvent) {
|
|
3677
|
-
scope.$apply(function() {
|
|
3678
|
-
fn(scope, {$fileContent:onLoadEvent.target.result});
|
|
3679
|
-
});
|
|
3680
|
-
};
|
|
3681
|
-
|
|
3682
|
-
reader.readAsText((onChangeEvent.srcElement || onChangeEvent.target).files[0]);
|
|
3683
|
-
});
|
|
3684
|
-
}
|
|
3685
|
-
};
|
|
3686
|
-
});
|
|
3687
|
-
|
|
3688
|
-
module.controller('PagingCtrl', function ($scope) {
|
|
3689
|
-
$scope.currentPageInput = 1;
|
|
3690
|
-
|
|
3691
|
-
$scope.firstPage = function() {
|
|
3692
|
-
if (!$scope.hasPrevious()) return;
|
|
3693
|
-
$scope.currentPage = 1;
|
|
3694
|
-
$scope.currentPageInput = 1;
|
|
3695
|
-
};
|
|
3696
|
-
|
|
3697
|
-
$scope.lastPage = function() {
|
|
3698
|
-
if (!$scope.hasNext()) return;
|
|
3699
|
-
$scope.currentPage = $scope.numberOfPages;
|
|
3700
|
-
$scope.currentPageInput = $scope.numberOfPages;
|
|
3701
|
-
};
|
|
3702
|
-
|
|
3703
|
-
$scope.previousPage = function() {
|
|
3704
|
-
if (!$scope.hasPrevious()) return;
|
|
3705
|
-
$scope.currentPage--;
|
|
3706
|
-
$scope.currentPageInput = $scope.currentPage;
|
|
3707
|
-
};
|
|
3708
|
-
|
|
3709
|
-
$scope.nextPage = function() {
|
|
3710
|
-
if (!$scope.hasNext()) return;
|
|
3711
|
-
$scope.currentPage++;
|
|
3712
|
-
$scope.currentPageInput = $scope.currentPage;
|
|
3713
|
-
};
|
|
3714
|
-
|
|
3715
|
-
$scope.hasNext = function() {
|
|
3716
|
-
return $scope.currentPage < $scope.numberOfPages;
|
|
3717
|
-
};
|
|
3718
|
-
|
|
3719
|
-
$scope.hasPrevious = function() {
|
|
3720
|
-
return $scope.currentPage > 1;
|
|
3721
|
-
};
|
|
3722
|
-
});
|
|
3723
|
-
|
|
3724
|
-
// Provides a component for injection with utility methods for manipulating strings
|
|
3725
|
-
module.factory('KcStrings', function () {
|
|
3726
|
-
var instance = {};
|
|
3727
|
-
|
|
3728
|
-
// some IE versions do not support string.endsWith method, this method should be used as an alternative for cross-browser compatibility
|
|
3729
|
-
instance.endsWith = function(source, suffix) {
|
|
3730
|
-
return source.indexOf(suffix, source.length - suffix.length) !== -1;
|
|
3731
|
-
};
|
|
3732
|
-
|
|
3733
|
-
return instance;
|
|
3734
|
-
});
|
|
3735
|
-
|
|
3736
|
-
module.directive('kcPaging', function () {
|
|
3737
|
-
return {
|
|
3738
|
-
scope: {
|
|
3739
|
-
currentPage: '=',
|
|
3740
|
-
currentPageInput: '=',
|
|
3741
|
-
numberOfPages: '='
|
|
3742
|
-
},
|
|
3743
|
-
restrict: 'E',
|
|
3744
|
-
replace: true,
|
|
3745
|
-
controller: 'PagingCtrl',
|
|
3746
|
-
templateUrl: resourceUrl + '/templates/kc-paging.html'
|
|
3747
|
-
}
|
|
3748
|
-
});
|
|
3749
|
-
|
|
3750
|
-
// Tests the page number input from currentPageInput to see
|
|
3751
|
-
// if it represents a valid page. If so, the current page is changed.
|
|
3752
|
-
module.directive('kcValidPage', function() {
|
|
3753
|
-
return {
|
|
3754
|
-
require: 'ngModel',
|
|
3755
|
-
link: function(scope, element, attrs, ctrl) {
|
|
3756
|
-
ctrl.$validators.inRange = function(modelValue, viewValue) {
|
|
3757
|
-
if (viewValue >= 1 && viewValue <= scope.numberOfPages) {
|
|
3758
|
-
scope.currentPage = viewValue;
|
|
3759
|
-
}
|
|
3760
|
-
|
|
3761
|
-
return true;
|
|
3762
|
-
}
|
|
3763
|
-
}
|
|
3764
|
-
}
|
|
3765
|
-
});
|
|
3766
|
-
|
|
3767
|
-
// Directive to parse/format strings into numbers
|
|
3768
|
-
module.directive('stringToNumber', function() {
|
|
3769
|
-
return {
|
|
3770
|
-
require: 'ngModel',
|
|
3771
|
-
link: function(scope, element, attrs, ngModel) {
|
|
3772
|
-
ngModel.$parsers.push(function(value) {
|
|
3773
|
-
return (typeof value === 'undefined' || value === null)? '' : '' + value;
|
|
3774
|
-
});
|
|
3775
|
-
ngModel.$formatters.push(function(value) {
|
|
3776
|
-
return parseFloat(value);
|
|
3777
|
-
});
|
|
3778
|
-
}
|
|
3779
|
-
};
|
|
3780
|
-
});
|
|
3781
|
-
|
|
3782
|
-
// filter used for paged tables
|
|
3783
|
-
module.filter('startFrom', function () {
|
|
3784
|
-
return function (input, start) {
|
|
3785
|
-
if (input) {
|
|
3786
|
-
start = +start;
|
|
3787
|
-
return input.slice(start);
|
|
3788
|
-
}
|
|
3789
|
-
return [];
|
|
3790
|
-
};
|
|
3791
|
-
});
|
|
3792
|
-
|
|
3793
|
-
|
|
3794
|
-
module.directive('kcPassword', function ($compile, Notifications) {
|
|
3795
|
-
return {
|
|
3796
|
-
restrict: 'A',
|
|
3797
|
-
link: function ($scope, elem, attr, ctrl) {
|
|
3798
|
-
function toggleMask(evt) {
|
|
3799
|
-
if(elem.hasClass('password-conceal')) {
|
|
3800
|
-
view();
|
|
3801
|
-
} else {
|
|
3802
|
-
conceal();
|
|
3803
|
-
}
|
|
3804
|
-
}
|
|
3805
|
-
|
|
3806
|
-
function view() {
|
|
3807
|
-
elem.removeClass('password-conceal');
|
|
3808
|
-
|
|
3809
|
-
var t = elem.next().children().first();
|
|
3810
|
-
t.addClass('fa-eye-slash');
|
|
3811
|
-
t.removeClass('fa-eye');
|
|
3812
|
-
}
|
|
3813
|
-
|
|
3814
|
-
function conceal() {
|
|
3815
|
-
elem.addClass('password-conceal');
|
|
3816
|
-
|
|
3817
|
-
var t = elem.next().children().first();
|
|
3818
|
-
t.removeClass('fa-eye-slash');
|
|
3819
|
-
t.addClass('fa-eye');
|
|
3820
|
-
}
|
|
3821
|
-
|
|
3822
|
-
elem.addClass("password-conceal");
|
|
3823
|
-
elem.attr("type","text");
|
|
3824
|
-
elem.attr("autocomplete", "off");
|
|
3825
|
-
|
|
3826
|
-
var p = elem.parent();
|
|
3827
|
-
|
|
3828
|
-
var inputGroup = $('<div class="input-group"></div>');
|
|
3829
|
-
var eye = $('<span class="input-group-addon btn btn-default"><span class="fa fa-eye"></span></span>')
|
|
3830
|
-
.on('click', toggleMask);
|
|
3831
|
-
|
|
3832
|
-
$scope.$watch(attr.ngModel, function(v) {
|
|
3833
|
-
if (v && v == '**********') {
|
|
3834
|
-
elem.next().addClass('disabled')
|
|
3835
|
-
} else if (v && v.indexOf('${v') == 0) {
|
|
3836
|
-
elem.next().addClass('disabled')
|
|
3837
|
-
view();
|
|
3838
|
-
} else {
|
|
3839
|
-
elem.next().removeClass('disabled')
|
|
3840
|
-
}
|
|
3841
|
-
})
|
|
3842
|
-
|
|
3843
|
-
elem.detach().appendTo(inputGroup);
|
|
3844
|
-
inputGroup.append(eye);
|
|
3845
|
-
p.append(inputGroup);
|
|
3846
|
-
}
|
|
3847
|
-
}
|
|
3848
|
-
});
|
|
3849
|
-
|
|
3850
|
-
|
|
3851
|
-
module.filter('resolveClientRootUrl', function() {
|
|
3852
|
-
return function(input) {
|
|
3853
|
-
if (!input) {
|
|
3854
|
-
return;
|
|
3855
|
-
}
|
|
3856
|
-
return input.replace("${authBaseUrl}", authServerUrl).replace("${authAdminUrl}", authUrl);
|
|
3857
|
-
};
|
|
3858
|
-
});
|