@keycloak/keycloak-admin-ui 26.6.4 → 26.7.0
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/README.md +8 -7
- package/lib/.vite/manifest.json +50 -40
- package/lib/AddDefaultTrust-CIDpOpCo.js +73 -0
- package/lib/AddDefaultTrust-CIDpOpCo.js.map +1 -0
- package/lib/{AddJWTAuthorizationGrant-DqPhhF38.js → AddJWTAuthorizationGrant-BgC2MDWX.js} +7 -7
- package/lib/AddJWTAuthorizationGrant-BgC2MDWX.js.map +1 -0
- package/lib/{AddKubernetesConnect-6pi5IZkX.js → AddKubernetesConnect-2L-iVII5.js} +4 -4
- package/lib/AddKubernetesConnect-2L-iVII5.js.map +1 -0
- package/lib/{AddOAuth2-CUxwjZMH.js → AddOAuth2-RMwZ4rqo.js} +15 -15
- package/lib/{AddOAuth2-CUxwjZMH.js.map → AddOAuth2-RMwZ4rqo.js.map} +1 -1
- package/lib/{AddSpiffeConnect-BaeRBOpT.js → AddSpiffeConnect-6cPYodPJ.js} +8 -8
- package/lib/AddSpiffeConnect-6cPYodPJ.js.map +1 -0
- package/lib/CreateFlow-DpteR8S0.js +75 -0
- package/lib/CreateFlow-DpteR8S0.js.map +1 -0
- package/lib/{DetailOrganization-BhzOXIQr.js → DetailOrganization-Cruzimnp.js} +3 -3
- package/lib/DetailOrganization-Cruzimnp.js.map +1 -0
- package/lib/{ExecutorForm-yhz9k63h.js → ExecutorForm-D-vuza2K.js} +15 -15
- package/lib/{ExecutorForm-yhz9k63h.js.map → ExecutorForm-D-vuza2K.js.map} +1 -1
- package/lib/{FlowDetails-C37YxNl7.js → FlowDetails-D064vIOd.js} +4 -2
- package/lib/{FlowDetails-C37YxNl7.js.map → FlowDetails-D064vIOd.js.map} +1 -1
- package/lib/NewOrganization-CA2tQ9tT.js +44 -0
- package/lib/NewOrganization-CA2tQ9tT.js.map +1 -0
- package/lib/{PermissionConfigurationDetails-BBdkuzXV.js → PermissionConfigurationDetails-kVjqdhoR.js} +199 -192
- package/lib/PermissionConfigurationDetails-kVjqdhoR.js.map +1 -0
- package/lib/{PermissionDetails-DYYwjTou.js → PermissionDetails-D3stWiPT.js} +37 -37
- package/lib/{PermissionDetails-DYYwjTou.js.map → PermissionDetails-D3stWiPT.js.map} +1 -1
- package/lib/RealmSection-C9novYiZ.js +181 -0
- package/lib/RealmSection-C9novYiZ.js.map +1 -0
- package/lib/{ResourceDetails-BqEkqCCk.js → ResourceDetails-DP6BvER1.js} +9 -9
- package/lib/{ResourceDetails-BqEkqCCk.js.map → ResourceDetails-DP6BvER1.js.map} +1 -1
- package/lib/{ScopeDetails-Cv51TSqT.js → ScopeDetails-BvnOpPxf.js} +39 -43
- package/lib/ScopeDetails-BvnOpPxf.js.map +1 -0
- package/lib/{ScopePicker-BaDxbnFl.js → ScopePicker-ggXUe0mk.js} +2 -2
- package/lib/{ScopePicker-BaDxbnFl.js.map → ScopePicker-ggXUe0mk.js.map} +1 -1
- package/lib/{WorkflowDetailForm-D7PjEzBh.js → WorkflowDetailForm-DPQbnCkT.js} +20 -20
- package/lib/{WorkflowDetailForm-D7PjEzBh.js.map → WorkflowDetailForm-DPQbnCkT.js.map} +1 -1
- package/lib/{WorkflowsSection-DMzX6bOK.js → WorkflowsSection-0ja4P56K.js} +17 -17
- package/lib/{WorkflowsSection-DMzX6bOK.js.map → WorkflowsSection-0ja4P56K.js.map} +1 -1
- package/lib/{admin-client.d.ts → apps/admin-ui/src/admin-client.d.ts} +3 -1
- package/lib/apps/admin-ui/src/authentication/policies/Policies.d.ts +6 -0
- package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/oid4vciAttributes.d.ts +1 -1
- package/lib/{clients → apps/admin-ui/src/clients}/credentials/ClientSecret.d.ts +2 -1
- package/lib/{clients → apps/admin-ui/src/clients}/routes/Client.d.ts +1 -1
- package/lib/apps/admin-ui/src/clients/routes/ClientSsfTab.d.ts +15 -0
- package/lib/{clients → apps/admin-ui/src/clients}/scopes/DedicatedScope.d.ts +2 -1
- package/lib/apps/admin-ui/src/clients/ssf/SsfTab.d.ts +14 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/EmitEventsTab.d.ts +8 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/EventSearchTab.d.ts +5 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/ReceiverTab.d.ts +16 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/StreamTab.d.ts +32 -0
- package/lib/apps/admin-ui/src/clients/ssf/tabs/SubjectsTab.d.ts +5 -0
- package/lib/{components → apps/admin-ui/src/components}/client-scope/ClientScopeTypes.d.ts +4 -2
- package/lib/apps/admin-ui/src/components/dynamic/MultivaluedListComponent.d.ts +7 -0
- package/lib/{components → apps/admin-ui/src/components}/identity-provider/IdentityProviderSelect.d.ts +2 -4
- package/lib/{components → apps/admin-ui/src/components}/key-value-form/KeyValueInput.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/role-mapping/AddRoleMappingModal.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/role-mapping/RoleMapping.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/role-mapping/queries.d.ts +2 -2
- package/lib/apps/admin-ui/src/components/settings-shortcut/SettingsShortcut.d.ts +7 -0
- package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelectorControl.d.ts +2 -1
- package/lib/{components → apps/admin-ui/src/components}/view-header/ViewHeader.d.ts +2 -1
- package/lib/{context → apps/admin-ui/src/context}/realm-context/RealmContext.d.ts +1 -1
- package/lib/{environment.d.ts → apps/admin-ui/src/environment-types.d.ts} +0 -1
- package/lib/apps/admin-ui/src/environment.d.ts +2 -0
- package/lib/apps/admin-ui/src/identity-providers/add/AddDefaultTrust.d.ts +1 -0
- package/lib/apps/admin-ui/src/identity-providers/add/DefaultTrustSettings.d.ts +1 -0
- package/lib/apps/admin-ui/src/identity-providers/routes/IdentityProviderDefaultTrust.d.ts +7 -0
- package/lib/{index.d.ts → apps/admin-ui/src/index.d.ts} +2 -2
- package/lib/apps/admin-ui/src/realm-settings/ssf/SsfTransmitterDisableConfirmDialog.d.ts +36 -0
- package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/QuickTheme.d.ts +2 -2
- package/lib/apps/admin-ui/src/realm-settings/user-profile/attribute/AttributeScimSettings.d.ts +2 -0
- package/lib/{routes.d.ts → apps/admin-ui/src/routes.d.ts} +2 -3
- package/lib/apps/admin-ui/src/user/UserVerifiableCredentials.d.ts +6 -0
- package/lib/{user → apps/admin-ui/src/user}/routes/User.d.ts +1 -1
- package/lib/apps/admin-ui/src/user/verifiable-credentials/CreateVerifiableCredentialModal.d.ts +7 -0
- package/lib/apps/admin-ui/src/user/verifiable-credentials/IssuedCredentialsDetailCell.d.ts +7 -0
- package/lib/apps/admin-ui/src/user/verifiable-credentials/UserAttributesDialog.d.ts +7 -0
- package/lib/apps/admin-ui/src/user/verifiable-credentials/UserVerifiableCredentialOfferDialog.d.ts +8 -0
- package/lib/{util.d.ts → apps/admin-ui/src/util.d.ts} +2 -0
- package/lib/{utils → apps/admin-ui/src/utils}/client-url.d.ts +1 -1
- package/lib/{utils → apps/admin-ui/src/utils}/useIsFeatureEnabled.d.ts +3 -1
- package/lib/{index-DBABpj90.js → index-CAGzl0JA.js} +36558 -32282
- package/lib/{index-DBABpj90.js.map → index-CAGzl0JA.js.map} +1 -1
- package/lib/keycloak-admin-ui.css +1 -1
- package/lib/keycloak-admin-ui.d.ts +1 -1
- package/lib/keycloak-admin-ui.js +270 -268
- package/package.json +8 -9
- package/lib/AddJWTAuthorizationGrant-DqPhhF38.js.map +0 -1
- package/lib/AddKubernetesConnect-6pi5IZkX.js.map +0 -1
- package/lib/AddSpiffeConnect-BaeRBOpT.js.map +0 -1
- package/lib/CreateFlow-BUride4E.js +0 -80
- package/lib/CreateFlow-BUride4E.js.map +0 -1
- package/lib/DetailOrganization-BhzOXIQr.js.map +0 -1
- package/lib/NewOrganization-DPZ36PF-.js +0 -36
- package/lib/NewOrganization-DPZ36PF-.js.map +0 -1
- package/lib/PermissionConfigurationDetails-BBdkuzXV.js.map +0 -1
- package/lib/RealmSection-CpoLaw8V.js +0 -179
- package/lib/RealmSection-CpoLaw8V.js.map +0 -1
- package/lib/ScopeDetails-Cv51TSqT.js.map +0 -1
- package/lib/authentication/policies/Policies.d.ts +0 -1
- package/lib/components/dynamic/MultivaluedListComponent.d.ts +0 -7
- package/lib/realm-settings/themes/LoginThemeProperties.d.ts +0 -63
- /package/lib/{App.d.ts → apps/admin-ui/src/App.d.ts} +0 -0
- /package/lib/{Banners.d.ts → apps/admin-ui/src/Banners.d.ts} +0 -0
- /package/lib/{ForbiddenSection.d.ts → apps/admin-ui/src/ForbiddenSection.d.ts} +0 -0
- /package/lib/{PageHeader.d.ts → apps/admin-ui/src/PageHeader.d.ts} +0 -0
- /package/lib/{PageHeaderClearCachesModal.d.ts → apps/admin-ui/src/PageHeaderClearCachesModal.d.ts} +0 -0
- /package/lib/{PageNav.d.ts → apps/admin-ui/src/PageNav.d.ts} +0 -0
- /package/lib/{PageNotFoundSection.d.ts → apps/admin-ui/src/PageNotFoundSection.d.ts} +0 -0
- /package/lib/{Root.d.ts → apps/admin-ui/src/Root.d.ts} +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/AuthenticationSection.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/BindFlowDialog.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/BuildInLabel.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/DuplicateFlowModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/EditFlowModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/EmptyExecutionState.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/FlowDetails.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/RequiredActions.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/AddFlowDropdown.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/AuthenticationProviderContext.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/DraggableTable.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/EditFlow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/ExecutionConfigModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowDiagram.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowHeader.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowRequirementDropdown.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowRow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/FlowTitle.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/RequiredActionConfigModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/UsedBy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/ButtonEdge.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/ConditionalNode.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/SubFlowNode.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/diagram/auto-layout.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/modals/AddStepModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/components/modals/AddSubFlowModal.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/constants.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/execution-model.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/form/CreateFlow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/form/NameDescription.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/CibaPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/OtpPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/PasswordPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/PolicyRow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/WebauthnPolicy.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/policies/util.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes/Authentication.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes/CreateFlow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes/Flow.d.ts +0 -0
- /package/lib/{authentication → apps/admin-ui/src/authentication}/routes.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/ChangeTypeDropdown.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/ClientScopesSection.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/CreateClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/EditClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/add/MapperDialog.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/MapperList.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/MappingDetails.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/ScopeForm.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/details/SearchFilter.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/ClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/ClientScopes.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/Mapper.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes/NewClientScope.d.ts +0 -0
- /package/lib/{client-scopes → apps/admin-ui/src/client-scopes}/routes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/AdvancedTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientDescription.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientSessions.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/ClientsSection.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/AccessSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/CapabilityConfig.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/GeneralSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/LoginSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/LoginSettingsPanel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/LogoutPanel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/NewClientForm.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/SamlConfig.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/SamlEncryption.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/add/SamlSignature.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/AddHostDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/AdvancedSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/ApplicationUrls.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/AuthenticationOverrides.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/ClusteringPanel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/FineGrainOpenIdConnect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/FineGrainSamlEndpointConfig.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/OpenIdConnectCompatibilityModes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/OpenIdVerifiableCredentials.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/advanced/TokenLifespan.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationDataModal.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationEvaluate.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationEvaluateResource.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationEvaluateResourcePolicies.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/AuthorizationExport.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DecisionStrategySelect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DeleteScopeDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DetailCell.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/DetailDescription.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/EmptyPermissionsState.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ImportDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/KeyBasedAttributeInput.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/MoreLabel.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/NewPolicyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/PermissionDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Permissions.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Policies.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ResourceDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Resources.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ResourcesPolicySelect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ScopeDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ScopePicker.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/ScopeSelect.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Scopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/SearchDropdown.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/Settings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/evaluate/Results.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Aggregate.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Client.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/ClientScope.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Group.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/JavaScript.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/LogicSelector.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/NameDescription.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/PolicyDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Regex.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Role.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/Time.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/authorization/policy/User.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/constants.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/credentials/Credentials.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/credentials/SignedJWT.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/credentials/X509.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/import/ImportForm.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/initial-access/AccessTokenDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/initial-access/CreateInitialAccessToken.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/initial-access/InitialAccessTokenList.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/Certificate.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/ExportSamlKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/GenerateKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/ImportKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/Keys.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/SamlImportKeyDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/SamlKeys.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/SamlKeysDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/keys/StoreSettings.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/AddProviderDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/ClientRegistration.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/ClientRegistrationList.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/registration/DetailProvider.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/roles/CreateClientRole.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/AddClient.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/AddRegistrationProvider.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/AuthenticationTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ClientRegistration.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ClientRole.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ClientScopeTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Clients.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/CreateInitialAccessToken.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/DedicatedScopeDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/ImportClient.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Mapper.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewPermission.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewPolicy.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewResource.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewRole.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/NewScope.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/PermissionConfigurationDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/PermissionDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/PolicyDetails.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Resource.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes/Scope.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/routes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/AddScopeDialog.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/ClientScopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/DedicatedScopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/EvaluateScopes.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/scopes/GeneratedCodeTab.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/service-account/ServiceAccount.d.ts +0 -0
- /package/lib/{clients → apps/admin-ui/src/clients}/utils.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/SwitchControl.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/bread-crumb/GroupBreadCrumbs.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/bread-crumb/PageBreadCrumbs.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/client/ClientSelect.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/confirm-dialog/ConfirmDialog.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/copy-to-clipboard-button/CopyToClipboardButton.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/download-dialog/DownloadDialog.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dropdown-panel/DropdownPanel.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/BooleanComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/CheckboxFilterComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ClaimDisplayComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ClientSelectComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/DynamicComponents.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/FileComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/GroupComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/IdentityProviderMultiSelectComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/IntComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ListComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/MapComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/MultivaluedStringComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/NumberComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/PasswordComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/RoleComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/ScriptComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/SearchInputComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/StringComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/TextComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/UrlComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/UserProfileAttributeListComponent.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/dynamic/components.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/error/ErrorRenderer.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/external-link/FormattedLink.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/form/CodeEditor.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/form/FixedButtonGroup.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/form/FormAccess.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/group/GroupPath.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/group/GroupPickerDialog.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/help-enabler/HelpHeader.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/json-file-upload/FileUploadForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/json-file-upload/JsonFileUpload.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/key-value-form/AttributeForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/key-value-form/key-value-convert.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/keycloak-card/ClickableCard.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/keycloak-card/KeycloakCard.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/multi-line-input/MultiLineInput.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/permission-tab/PermissionTab.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/realm-loa-mapping/RealmLoAMapping.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/role-form/RoleForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/role-mapping/resource.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/roles-list/RolesList.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/routable-tabs/RoutableTabs.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelector.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/time-selector/TimeSelectorForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserDataTable.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserDataTableAttributeSearchForm.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserDataTableToolbarItems.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/users/UserSelect.d.ts +0 -0
- /package/lib/{components → apps/admin-ui/src/components}/wizard-section-header/WizardSectionHeader.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/RecentRealms.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/access/Access.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/auth/admin-ui-endpoint.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/auth/uiRealmInfo.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/group-resource/GroupResourceContext.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/realm-context/useHash.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/server-info/ServerInfoProvider.d.ts +0 -0
- /package/lib/{context → apps/admin-ui/src/context}/whoami/WhoAmI.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/Dashboard.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/ProviderInfo.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/routes/Dashboard.d.ts +0 -0
- /package/lib/{dashboard → apps/admin-ui/src/dashboard}/routes.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/AdminEvents.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/EventsSection.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/ResourceLinks.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/UserEvents.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/routes/Events.d.ts +0 -0
- /package/lib/{events → apps/admin-ui/src/events}/routes.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupAttributes.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupRoleMapping.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupTable.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupsModal.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/GroupsSection.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/Members.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/MembersModal.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/MembershipsModal.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/SubGroupsContext.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/CheckableTreeView.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/DeleteGroup.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/GroupToolbar.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/GroupTree.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/components/MoveDialog.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/groupIdUtils.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/routes/Groups.d.ts +0 -0
- /package/lib/{groups → apps/admin-ui/src/groups}/routes.d.ts +0 -0
- /package/lib/{help-urls.d.ts → apps/admin-ui/src/help-urls.d.ts} +0 -0
- /package/lib/{i18n → apps/admin-ui/src/i18n}/constants.d.ts +0 -0
- /package/lib/{i18n → apps/admin-ui/src/i18n}/i18n.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/IdentityProvidersSection.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/ManageOrderDialog.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/OIDCConfigurationRepresentation.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddIdentityProvider.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddJWTAuthorizationGrant.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddKubernetesConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddMapper.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddMapperForm.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddOAuth2.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddOpenIdConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddSamlConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AddSpiffeConnect.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/AdvancedSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/DescriptorSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/DetailSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/DiscoverySettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/ExtendedNonDiscoverySettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/ExtendedOAuth2Settings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/GeneralSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/JWTAuthorizationGrantAssertionSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/JWTAuthorizationGrantSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/JwksSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/KubernetesSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OAuth2UserProfileClaimsSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OIDCAuthentication.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OIDCGeneralSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/OpenIdConnectSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/ReqAuthnConstraintsSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/SamlConnectSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/SamlGeneralSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/add/SpiffeSettings.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/ClientIdSecret.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/DiscoveryEndpointField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/DisplayOrder.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/FormGroupField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/RedirectUrl.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/SwitchField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/component/TextField.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/AddMapper.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/EditMapper.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProvider.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderCreate.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderJWTAuthorizationGrant.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderKeycloakOidc.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderKubernetes.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderOAuth2.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderOidc.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderSaml.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviderSpiffe.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes/IdentityProviders.d.ts +0 -0
- /package/lib/{identity-providers → apps/admin-ui/src/identity-providers}/routes.d.ts +0 -0
- /package/lib/{main.d.ts → apps/admin-ui/src/main.d.ts} +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/DetailOraganzationHeader.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/DetailOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/IdentityProviderSelect.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/IdentityProviders.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/Invitations.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/InviteMemberModal.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/LinkIdentityProviderModal.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/Members.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/MembersSection.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/NewOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/OrganizationForm.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/OrganizationModal.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/OrganizationsSection.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes/AddOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes/EditOrganization.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes/Organizations.d.ts +0 -0
- /package/lib/{organizations → apps/admin-ui/src/organizations}/routes.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/Page.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/PageHandler.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/PageList.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/constants.d.ts +0 -0
- /package/lib/{page → apps/admin-ui/src/page}/routes.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/PermissionsConfigurationSection.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/AssignedPolicies.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/AuthorizationScopesDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/ExistingPoliciesDialog.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/NewPermissionConfigurationDialog.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/NewPermissionPolicyDialog.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/PermissionConfigurationDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-configuration/PermissionsConfigurationTab.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-evaluation/PermissionEvaluationResult.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/permission-evaluation/PermissionsEvaluationTab.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/ClientSelectComponent.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/GroupSelect.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/ResourceType.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/RoleSelect.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/resource-types/SearchDropdown.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/NewPermissionConfiguration.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/NewPermissionPolicy.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionConfigurationDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionPolicyDetails.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionsConfiguration.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionsConfigurationTabs.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes/PermissionsPolicies.d.ts +0 -0
- /package/lib/{permissions-configuration → apps/admin-ui/src/permissions-configuration}/routes.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/RealmRoutes.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/RealmSection.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/add/NewRealmForm.d.ts +0 -0
- /package/lib/{realm → apps/admin-ui/src/realm}/routes.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/CreateRealmRole.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/RealmRoleTabs.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/RealmRolesSection.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/UsersInRoleTab.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes/AddRole.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes/RealmRole.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes/RealmRoles.d.ts +0 -0
- /package/lib/{realm-roles → apps/admin-ui/src/realm-roles}/routes.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/AddClientProfileModal.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/AddTranslationModal.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/ClientProfileForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/DefaultGroupsTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/EmailTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/ExecutorForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/GeneralTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/LoginTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/NewAttributeSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/NewClientPolicy.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/NewClientPolicyCondition.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/PartialExport.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/PartialImport.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/PoliciesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/ProfilesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/RealmSettingsSection.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/RealmSettingsTabs.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/SessionsTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/TokensTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/UserRegistration.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/AddEventTypesDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventConfigForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventListenersForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventsTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/event-config/EventsTypeTable.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/KeysListTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/KeysProvidersTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/KeysTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/key-providers/KeyProviderForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/key-providers/KeyProviderModal.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/keys/key-providers/KeyProvidersPicker.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/localization/EffectiveMessageBundles.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/localization/LocalizationTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/localization/RealmOverrides.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddAttribute.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddClientPolicy.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddClientProfile.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddCondition.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/AddExecutor.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/Attribute.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/ClientPolicies.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/ClientProfile.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/EditAttributesGroup.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/EditClientPolicy.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/EditCondition.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/Executor.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/KeyProvider.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/KeysTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/NewAttributesGroup.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/RealmSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/ThemesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes/UserProfile.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/routes.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/BruteForceDetection.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/HeadersForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/HelpLinkTextInput.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/SecurityDefenses.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/security-defences/Time.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/BackgroundContext.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ColorControl.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/DefaultColorAccordion.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/FileNameDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ImageUpload.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/LoginPreviewWindow.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/LogoContext.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/PatternflyVars.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/PreviewWindow.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ThemeColors.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ThemeSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/ThemesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/UploadJar.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/themes/fileUtils.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesGroupDetails.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesGroupForm.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesGroupTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/AttributesTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/JsonEditorTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/UserProfileContext.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/UserProfileTab.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AddTranslationsDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AddValidatorDialog.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributeAnnotations.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributeGeneralSettings.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributePermission.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/AttributeValidations.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/KeySelect.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/TranslatableField.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/ValidatorSelect.d.ts +0 -0
- /package/lib/{realm-settings → apps/admin-ui/src/realm-settings}/user-profile/attribute/ValueSelect.d.ts +0 -0
- /package/lib/{root → apps/admin-ui/src/root}/AuthWall.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/RevocationModal.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/SessionsSection.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/SessionsTable.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/routes/Sessions.d.ts +0 -0
- /package/lib/{sessions → apps/admin-ui/src/sessions}/routes.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/CreateUser.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/EditUser.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/FederatedUserLink.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/Organizations.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserAttributes.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserConsents.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserCredentials.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserForm.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserGroups.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserIdPModal.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserIdentityProviderLinks.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserRoleMapping.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserSessions.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UserWorkflows.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/UsersSection.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/details/SearchFilter.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/form-state.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/routes/AddUser.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/routes/Users.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/routes.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/CredentialDataDialog.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/CredentialRow.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/InlineLabelEdit.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/LifespanField.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/RequiredActionMultiSelect.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/ResetCredentialDialog.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/user-credentials/ResetPasswordDialog.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/utils/user-profile.d.ts +0 -0
- /package/lib/{user → apps/admin-ui/src/user}/utils.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/CreateUserFederationLdapSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ManagePriorityDialog.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationKerberosSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationKerberosWizard.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationLdapForm.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationLdapSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationLdapWizard.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/UserFederationSection.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/custom/CustomProviderSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/custom/SyncSettings.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/kerberos/KerberosSettingsRequired.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsAdvanced.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsConnection.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsGeneral.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsKerberosIntegration.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsSearching.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/LdapSettingsSynchronization.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/mappers/LdapMapperDetails.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/ldap/mappers/LdapMapperList.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/CustomUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/NewCustomUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/NewKerberosUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/NewLdapUserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederation.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationKerberos.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationLdap.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationLdapMapper.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationsKerberos.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes/UserFederationsLdap.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/routes.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/shared/ExtendedHeader.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/shared/Header.d.ts +0 -0
- /package/lib/{user-federation → apps/admin-ui/src/user-federation}/shared/SettingsCache.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/generateEncodedPath.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/getAuthorizationHeaders.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/joinPath.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/translationFormatter.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/types.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useCurrentUser.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useFormatDate.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useIsAdminPermissionsClient.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useLocale.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useLocaleSort.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useParams.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useQueryPermission.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useSortedResourceTypes.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useToggle.d.ts +0 -0
- /package/lib/{utils → apps/admin-ui/src/utils}/useUpdateEffect.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/WorkflowDetailForm.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/WorkflowsSection.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/routes/WorkflowDetail.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/routes/Workflows.d.ts +0 -0
- /package/lib/{workflows → apps/admin-ui/src/workflows}/routes.d.ts +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { jsx as e, jsxs as T, Fragment as j } from "react/jsx-runtime";
|
|
2
|
-
import { u as q, a as ce, b as
|
|
2
|
+
import { u as q, a as ce, b as X, be as le, aA as de, q as _, at as pe, M as $, j as J, k as me, F as Q, X as U, K as ue, bf as R, bg as ye, A as Y, B as F, l as V, bh as ge, bi as Pe, bj as he, e as M, bk as G, bl as fe, bm as ve, bn as be, bo as Ce, bp as Te, bq as Se, br as we, bs as xe, W as Z, v as L, bt as H, b2 as ee, o as ie, bu as Ae, O as se, Q as te, S as K, U as ne, bv as oe, bw as ae, am as Oe, aw as ke, an as Ie, az as De, a7 as Ee, aq as Fe, bx as Ne, aa as Ve, by as W, au as Ke, V as Re, P as Le, c as qe, bz as ze, bA as Me, bB as Be } from "./index-CAGzl0JA.js";
|
|
3
3
|
import { useEffect as je, useState as x, useMemo as He } from "react";
|
|
4
4
|
import { useTranslation as z } from "react-i18next";
|
|
5
5
|
import { useNavigate as Ue, Link as Ge } from "react-router-dom";
|
|
6
|
-
import { S as
|
|
7
|
-
const
|
|
6
|
+
import { S as We } from "./ScopePicker-ggXUe0mk.js";
|
|
7
|
+
const Xe = {
|
|
8
8
|
name: "",
|
|
9
9
|
description: "",
|
|
10
10
|
type: "group",
|
|
@@ -18,66 +18,68 @@ const We = {
|
|
|
18
18
|
"client-scope": Te,
|
|
19
19
|
group: G,
|
|
20
20
|
regex: Ce,
|
|
21
|
-
role:
|
|
22
|
-
time:
|
|
23
|
-
js:
|
|
21
|
+
role: be,
|
|
22
|
+
time: ve,
|
|
23
|
+
js: fe,
|
|
24
24
|
default: G
|
|
25
|
-
},
|
|
25
|
+
}, _e = (a) => a in B, $e = ({
|
|
26
26
|
permissionClientId: a,
|
|
27
|
-
providers:
|
|
27
|
+
providers: p,
|
|
28
28
|
policies: w,
|
|
29
29
|
toggleDialog: t,
|
|
30
|
-
onAssign:
|
|
30
|
+
onAssign: n
|
|
31
31
|
}) => {
|
|
32
|
-
const { adminClient:
|
|
32
|
+
const { adminClient: o } = q(), { realmRepresentation: A } = ce(), { t: l } = z(), y = X({
|
|
33
33
|
mode: "onChange",
|
|
34
|
-
defaultValues:
|
|
35
|
-
}), { addAlert: O, addError: E } =
|
|
36
|
-
control:
|
|
34
|
+
defaultValues: Xe
|
|
35
|
+
}), { addAlert: O, addError: E } = _(), { handleSubmit: b, reset: f } = y, k = A.adminPermissionsEnabled, g = pe({
|
|
36
|
+
control: y.control,
|
|
37
37
|
name: "type"
|
|
38
38
|
});
|
|
39
39
|
function r() {
|
|
40
|
-
return
|
|
40
|
+
return g && _e(g) ? B[g] : B.default;
|
|
41
41
|
}
|
|
42
42
|
const m = r();
|
|
43
43
|
je(() => {
|
|
44
|
-
if (
|
|
45
|
-
const { name: c, description: v, decisionStrategy: I, logic: S } =
|
|
46
|
-
|
|
47
|
-
type:
|
|
44
|
+
if (g) {
|
|
45
|
+
const { name: c, description: v, decisionStrategy: I, logic: S } = y.getValues();
|
|
46
|
+
f({
|
|
47
|
+
type: g,
|
|
48
48
|
name: c,
|
|
49
49
|
description: v,
|
|
50
50
|
decisionStrategy: I,
|
|
51
51
|
logic: S
|
|
52
52
|
});
|
|
53
53
|
}
|
|
54
|
-
}, [
|
|
55
|
-
const
|
|
56
|
-
const { groups: v, roles: I, policies: S, clients: D, ...s } = c,
|
|
54
|
+
}, [g, f, y]);
|
|
55
|
+
const u = async (c) => {
|
|
56
|
+
const { groups: v, roles: I, policies: S, clients: D, ...s } = c, P = {
|
|
57
57
|
...s,
|
|
58
58
|
...v && v.length > 0 && { groups: v },
|
|
59
59
|
...I && I.length > 0 && { roles: I },
|
|
60
60
|
...S && S.length > 0 && { policies: S },
|
|
61
|
+
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition -- clients may be undefined at runtime despite the type
|
|
61
62
|
...D && D.length > 0 && { clients: D },
|
|
62
63
|
...s.type === "group" && (!v || v.length === 0) && { groups: [] },
|
|
63
|
-
...s.type === "client" &&
|
|
64
|
+
...s.type === "client" && // eslint-disable-next-line @typescript-eslint/no-unnecessary-condition -- clients may be undefined at runtime despite the type
|
|
65
|
+
(!D || D.length === 0) && { clients: [] }
|
|
64
66
|
};
|
|
65
67
|
try {
|
|
66
|
-
const
|
|
67
|
-
{ id: a, type:
|
|
68
|
-
|
|
68
|
+
const d = await o.clients.createPolicy(
|
|
69
|
+
{ id: a, type: g },
|
|
70
|
+
P
|
|
69
71
|
);
|
|
70
|
-
|
|
71
|
-
} catch (
|
|
72
|
-
E("policySaveError",
|
|
72
|
+
n(d), t(), O(l("createPolicySuccess"), M.success);
|
|
73
|
+
} catch (d) {
|
|
74
|
+
E("policySaveError", d);
|
|
73
75
|
}
|
|
74
76
|
};
|
|
75
77
|
return /* @__PURE__ */ e(
|
|
76
|
-
|
|
78
|
+
$,
|
|
77
79
|
{
|
|
78
|
-
"aria-label":
|
|
79
|
-
variant:
|
|
80
|
-
header: /* @__PURE__ */ e(ge, { children: /* @__PURE__ */ e(Pe, { component:
|
|
80
|
+
"aria-label": l("createPermissionPolicy"),
|
|
81
|
+
variant: J.medium,
|
|
82
|
+
header: /* @__PURE__ */ e(ge, { children: /* @__PURE__ */ e(Pe, { component: he.h1, children: l("createPermissionPolicy") }) }),
|
|
81
83
|
isOpen: !0,
|
|
82
84
|
onClose: t,
|
|
83
85
|
children: /* @__PURE__ */ T(
|
|
@@ -85,27 +87,27 @@ const We = {
|
|
|
85
87
|
{
|
|
86
88
|
id: "createPermissionPolicy-form",
|
|
87
89
|
onSubmit: async (c) => {
|
|
88
|
-
c.stopPropagation(), await
|
|
90
|
+
c.stopPropagation(), await b(u)(c);
|
|
89
91
|
},
|
|
90
92
|
isHorizontal: !0,
|
|
91
93
|
children: [
|
|
92
|
-
/* @__PURE__ */ T(Q, { ...
|
|
94
|
+
/* @__PURE__ */ T(Q, { ...y, children: [
|
|
93
95
|
/* @__PURE__ */ e(
|
|
94
96
|
U,
|
|
95
97
|
{
|
|
96
98
|
name: "name",
|
|
97
|
-
label:
|
|
98
|
-
rules: { required:
|
|
99
|
+
label: l("name"),
|
|
100
|
+
rules: { required: l("required") }
|
|
99
101
|
}
|
|
100
102
|
),
|
|
101
|
-
/* @__PURE__ */ e(U, { name: "description", label:
|
|
102
|
-
|
|
103
|
-
|
|
103
|
+
/* @__PURE__ */ e(U, { name: "description", label: l("description") }),
|
|
104
|
+
p.length > 0 && /* @__PURE__ */ e(
|
|
105
|
+
ue,
|
|
104
106
|
{
|
|
105
107
|
name: "type",
|
|
106
|
-
label:
|
|
107
|
-
labelIcon:
|
|
108
|
-
options:
|
|
108
|
+
label: l("policyType"),
|
|
109
|
+
labelIcon: l("policyTypeHelpText"),
|
|
110
|
+
options: p.map((c) => ({
|
|
109
111
|
key: c.type,
|
|
110
112
|
value: R(c.type)
|
|
111
113
|
})),
|
|
@@ -119,7 +121,7 @@ const We = {
|
|
|
119
121
|
permissionClientId: a
|
|
120
122
|
}
|
|
121
123
|
),
|
|
122
|
-
/* @__PURE__ */ e(
|
|
124
|
+
/* @__PURE__ */ e(ye, {})
|
|
123
125
|
] }),
|
|
124
126
|
/* @__PURE__ */ e(Y, { children: /* @__PURE__ */ T("div", { className: "pf-v5-u-mt-md", children: [
|
|
125
127
|
/* @__PURE__ */ e(
|
|
@@ -129,48 +131,48 @@ const We = {
|
|
|
129
131
|
className: "pf-v5-u-mr-md",
|
|
130
132
|
type: "submit",
|
|
131
133
|
"data-testid": "save",
|
|
132
|
-
isDisabled: w
|
|
133
|
-
children:
|
|
134
|
+
isDisabled: w.length === 0 && g === "aggregate",
|
|
135
|
+
children: l("save")
|
|
134
136
|
}
|
|
135
137
|
),
|
|
136
|
-
/* @__PURE__ */ e(F, { variant: "link", "data-testid": "cancel", onClick: t, children:
|
|
138
|
+
/* @__PURE__ */ e(F, { variant: "link", "data-testid": "cancel", onClick: t, children: l("cancel") })
|
|
137
139
|
] }) })
|
|
138
140
|
]
|
|
139
141
|
}
|
|
140
142
|
)
|
|
141
143
|
}
|
|
142
144
|
);
|
|
143
|
-
},
|
|
145
|
+
}, Je = ({
|
|
144
146
|
toggleDialog: a,
|
|
145
|
-
onAssign:
|
|
147
|
+
onAssign: p,
|
|
146
148
|
open: w,
|
|
147
149
|
permissionClientId: t
|
|
148
150
|
}) => {
|
|
149
|
-
const { t:
|
|
151
|
+
const { t: n } = z(), { adminClient: o } = q(), [A, l] = x([]), [y, O] = x(void 0), [E, b] = Z(), [f, k] = x([]);
|
|
150
152
|
L(
|
|
151
|
-
() =>
|
|
153
|
+
() => o.clients.listPolicyProviders({
|
|
152
154
|
id: t
|
|
153
155
|
}),
|
|
154
156
|
(r) => {
|
|
155
|
-
const m = r.filter((
|
|
157
|
+
const m = r.filter((u) => u.type !== "resource" && u.type !== "scope").map((u) => u.name).filter((u) => u !== void 0);
|
|
156
158
|
k(H(m));
|
|
157
159
|
},
|
|
158
160
|
[t]
|
|
159
161
|
);
|
|
160
|
-
const
|
|
162
|
+
const g = async (r, m, u) => {
|
|
161
163
|
const c = {
|
|
162
164
|
id: t,
|
|
163
165
|
permission: "false",
|
|
164
166
|
first: r,
|
|
165
167
|
max: m
|
|
166
168
|
};
|
|
167
|
-
return
|
|
169
|
+
return u && (c.name = u), y && (c.type = y), await o.clients.listPolicies(c) || [];
|
|
168
170
|
};
|
|
169
171
|
return /* @__PURE__ */ e(
|
|
170
|
-
|
|
172
|
+
$,
|
|
171
173
|
{
|
|
172
|
-
variant:
|
|
173
|
-
title:
|
|
174
|
+
variant: J.medium,
|
|
175
|
+
title: n("assignExistingPolicies"),
|
|
174
176
|
isOpen: w,
|
|
175
177
|
onClose: a,
|
|
176
178
|
actions: [
|
|
@@ -183,10 +185,10 @@ const We = {
|
|
|
183
185
|
variant: V.primary,
|
|
184
186
|
onClick: () => {
|
|
185
187
|
const r = A.map((m) => ({ policy: m }));
|
|
186
|
-
|
|
188
|
+
p(r), a();
|
|
187
189
|
},
|
|
188
190
|
isDisabled: A.length === 0,
|
|
189
|
-
children:
|
|
191
|
+
children: n("assign")
|
|
190
192
|
},
|
|
191
193
|
"assign"
|
|
192
194
|
),
|
|
@@ -197,9 +199,9 @@ const We = {
|
|
|
197
199
|
"data-testid": "cancel",
|
|
198
200
|
variant: V.link,
|
|
199
201
|
onClick: () => {
|
|
200
|
-
|
|
202
|
+
l([]), a();
|
|
201
203
|
},
|
|
202
|
-
children:
|
|
204
|
+
children: n("cancel")
|
|
203
205
|
},
|
|
204
206
|
"cancel"
|
|
205
207
|
)
|
|
@@ -208,27 +210,27 @@ const We = {
|
|
|
208
210
|
children: /* @__PURE__ */ e(
|
|
209
211
|
ee,
|
|
210
212
|
{
|
|
211
|
-
loader:
|
|
212
|
-
ariaLabelKey:
|
|
213
|
-
searchPlaceholderKey:
|
|
213
|
+
loader: g,
|
|
214
|
+
ariaLabelKey: n("chooseAPolicyType"),
|
|
215
|
+
searchPlaceholderKey: n("searchClientAuthorizationPolicy"),
|
|
214
216
|
isSearching: !0,
|
|
215
217
|
searchTypeComponent: /* @__PURE__ */ e(
|
|
216
218
|
se,
|
|
217
219
|
{
|
|
218
220
|
onSelect: (r, m) => {
|
|
219
|
-
O(m),
|
|
221
|
+
O(m), b();
|
|
220
222
|
},
|
|
221
|
-
onOpenChange:
|
|
223
|
+
onOpenChange: b,
|
|
222
224
|
toggle: (r) => /* @__PURE__ */ e(
|
|
223
225
|
ne,
|
|
224
226
|
{
|
|
225
227
|
ref: r,
|
|
226
228
|
"data-testid": "filter-type-dropdown-existingPolicies",
|
|
227
229
|
id: "toggle-id-10",
|
|
228
|
-
onClick:
|
|
230
|
+
onClick: b,
|
|
229
231
|
icon: /* @__PURE__ */ e(ae, {}),
|
|
230
232
|
statusIcon: /* @__PURE__ */ e(oe, {}),
|
|
231
|
-
children:
|
|
233
|
+
children: y || n("allTypes")
|
|
232
234
|
}
|
|
233
235
|
),
|
|
234
236
|
isOpen: E,
|
|
@@ -238,11 +240,11 @@ const We = {
|
|
|
238
240
|
{
|
|
239
241
|
"data-testid": "filter-type-dropdown-existingPolicies-all",
|
|
240
242
|
onClick: () => O(void 0),
|
|
241
|
-
children:
|
|
243
|
+
children: n("allTypes")
|
|
242
244
|
},
|
|
243
245
|
"all"
|
|
244
246
|
),
|
|
245
|
-
|
|
247
|
+
f.map((r) => /* @__PURE__ */ e(
|
|
246
248
|
K,
|
|
247
249
|
{
|
|
248
250
|
"data-testid": `filter-type-dropdown-existingPolicies-${r}`,
|
|
@@ -255,7 +257,7 @@ const We = {
|
|
|
255
257
|
}
|
|
256
258
|
),
|
|
257
259
|
canSelectAll: !0,
|
|
258
|
-
onSelect: (r) =>
|
|
260
|
+
onSelect: (r) => l(r),
|
|
259
261
|
columns: [
|
|
260
262
|
{ name: "name" },
|
|
261
263
|
{
|
|
@@ -267,32 +269,32 @@ const We = {
|
|
|
267
269
|
emptyState: /* @__PURE__ */ e(
|
|
268
270
|
ie,
|
|
269
271
|
{
|
|
270
|
-
message:
|
|
271
|
-
instructions:
|
|
272
|
+
message: n("emptyAssignExistingPolicies"),
|
|
273
|
+
instructions: n("emptyAssignExistingPoliciesInstructions")
|
|
272
274
|
}
|
|
273
275
|
)
|
|
274
276
|
},
|
|
275
|
-
|
|
277
|
+
y
|
|
276
278
|
)
|
|
277
279
|
}
|
|
278
280
|
);
|
|
279
281
|
}, Qe = ({
|
|
280
282
|
permissionClientId: a,
|
|
281
|
-
providers:
|
|
283
|
+
providers: p,
|
|
282
284
|
policies: w,
|
|
283
285
|
resourceType: t
|
|
284
286
|
}) => {
|
|
285
|
-
const { adminClient:
|
|
287
|
+
const { adminClient: n } = q(), { t: o } = z(), {
|
|
286
288
|
control: A,
|
|
287
|
-
getValues:
|
|
288
|
-
setValue:
|
|
289
|
+
getValues: l,
|
|
290
|
+
setValue: y,
|
|
289
291
|
trigger: O,
|
|
290
292
|
formState: { errors: E }
|
|
291
|
-
} = Oe(),
|
|
293
|
+
} = Oe(), b = l("policies"), [f, k] = x(!1), [g, r] = x(!1), [m, u] = x([]), [c, v] = x(void 0), [I, S] = Z();
|
|
292
294
|
L(
|
|
293
|
-
() =>
|
|
294
|
-
|
|
295
|
-
(i) =>
|
|
295
|
+
() => b && b.length > 0 ? Promise.all(
|
|
296
|
+
b.map(
|
|
297
|
+
(i) => n.clients.findOnePolicyWithType({
|
|
296
298
|
id: a,
|
|
297
299
|
type: i.type,
|
|
298
300
|
policyId: i.id
|
|
@@ -300,48 +302,51 @@ const We = {
|
|
|
300
302
|
)
|
|
301
303
|
) : Promise.resolve([]),
|
|
302
304
|
(i) => {
|
|
303
|
-
|
|
304
|
-
|
|
305
|
+
u(
|
|
306
|
+
i.filter(
|
|
307
|
+
(h) => h !== void 0
|
|
308
|
+
)
|
|
309
|
+
);
|
|
305
310
|
},
|
|
306
311
|
[w]
|
|
307
312
|
);
|
|
308
313
|
const D = H(
|
|
309
|
-
|
|
314
|
+
p.filter((i) => i.type !== "resource" && i.type !== "scope").map((i) => i.name)
|
|
310
315
|
), s = async (i) => {
|
|
311
|
-
const
|
|
312
|
-
id:
|
|
316
|
+
const h = i.map(({ policy: C }) => ({
|
|
317
|
+
id: C.id
|
|
313
318
|
}));
|
|
314
|
-
|
|
315
|
-
...
|
|
316
|
-
...
|
|
317
|
-
]), await O("policies"),
|
|
319
|
+
y("policies", [
|
|
320
|
+
...l("policies") || [],
|
|
321
|
+
...h
|
|
322
|
+
]), await O("policies"), u([
|
|
318
323
|
...m,
|
|
319
|
-
...i.map(({ policy:
|
|
324
|
+
...i.map(({ policy: C }) => C)
|
|
320
325
|
]);
|
|
321
|
-
},
|
|
322
|
-
const
|
|
323
|
-
(
|
|
326
|
+
}, P = (i) => {
|
|
327
|
+
const h = m.filter(
|
|
328
|
+
(C) => C.id !== i.id
|
|
324
329
|
);
|
|
325
|
-
|
|
330
|
+
u(h), y(
|
|
326
331
|
"policies",
|
|
327
|
-
|
|
328
|
-
id:
|
|
329
|
-
name:
|
|
330
|
-
type:
|
|
331
|
-
description:
|
|
332
|
+
h.map((C) => ({
|
|
333
|
+
id: C.id,
|
|
334
|
+
name: C.name,
|
|
335
|
+
type: C.type,
|
|
336
|
+
description: C.description
|
|
332
337
|
}))
|
|
333
338
|
);
|
|
334
|
-
},
|
|
339
|
+
}, d = c ? m.filter(
|
|
335
340
|
(i) => R(i.type) === c
|
|
336
341
|
) : m;
|
|
337
342
|
return /* @__PURE__ */ T(
|
|
338
343
|
ke,
|
|
339
344
|
{
|
|
340
|
-
label:
|
|
345
|
+
label: o("policies"),
|
|
341
346
|
labelIcon: /* @__PURE__ */ e(
|
|
342
347
|
Ee,
|
|
343
348
|
{
|
|
344
|
-
helpText:
|
|
349
|
+
helpText: o("permissionPoliciesHelp"),
|
|
345
350
|
fieldLabelId: "policies"
|
|
346
351
|
}
|
|
347
352
|
),
|
|
@@ -355,24 +360,24 @@ const We = {
|
|
|
355
360
|
control: A,
|
|
356
361
|
defaultValue: [],
|
|
357
362
|
rules: {
|
|
358
|
-
validate: (i) => !i || i.length === 0 ? !1 : i.every(({ id:
|
|
363
|
+
validate: (i) => !i || i.length === 0 ? !1 : i.every(({ id: h }) => h && h.trim().length > 0)
|
|
359
364
|
},
|
|
360
365
|
render: () => /* @__PURE__ */ T(j, { children: [
|
|
361
|
-
|
|
362
|
-
|
|
366
|
+
f && /* @__PURE__ */ e(
|
|
367
|
+
Je,
|
|
363
368
|
{
|
|
364
369
|
permissionClientId: a,
|
|
365
|
-
open:
|
|
366
|
-
toggleDialog: () => k(!
|
|
370
|
+
open: f,
|
|
371
|
+
toggleDialog: () => k(!f),
|
|
367
372
|
onAssign: s
|
|
368
373
|
}
|
|
369
374
|
),
|
|
370
|
-
|
|
371
|
-
|
|
375
|
+
g && /* @__PURE__ */ e(
|
|
376
|
+
$e,
|
|
372
377
|
{
|
|
373
|
-
toggleDialog: () => r(!
|
|
378
|
+
toggleDialog: () => r(!g),
|
|
374
379
|
permissionClientId: a,
|
|
375
|
-
providers:
|
|
380
|
+
providers: p,
|
|
376
381
|
policies: w,
|
|
377
382
|
resourceType: t,
|
|
378
383
|
onAssign: async (i) => {
|
|
@@ -388,7 +393,7 @@ const We = {
|
|
|
388
393
|
onClick: () => {
|
|
389
394
|
k(!0);
|
|
390
395
|
},
|
|
391
|
-
children:
|
|
396
|
+
children: o("assignExistingPolicies")
|
|
392
397
|
}
|
|
393
398
|
),
|
|
394
399
|
/* @__PURE__ */ e(
|
|
@@ -400,7 +405,7 @@ const We = {
|
|
|
400
405
|
onClick: () => {
|
|
401
406
|
r(!0);
|
|
402
407
|
},
|
|
403
|
-
children:
|
|
408
|
+
children: o("createNewPolicy")
|
|
404
409
|
}
|
|
405
410
|
)
|
|
406
411
|
] })
|
|
@@ -409,15 +414,15 @@ const We = {
|
|
|
409
414
|
m.length > 0 && /* @__PURE__ */ e(
|
|
410
415
|
ee,
|
|
411
416
|
{
|
|
412
|
-
loader:
|
|
413
|
-
ariaLabelKey:
|
|
414
|
-
searchPlaceholderKey:
|
|
417
|
+
loader: d,
|
|
418
|
+
ariaLabelKey: o("policies"),
|
|
419
|
+
searchPlaceholderKey: o("searchClientAuthorizationPolicy"),
|
|
415
420
|
isSearching: !0,
|
|
416
421
|
searchTypeComponent: /* @__PURE__ */ e(
|
|
417
422
|
se,
|
|
418
423
|
{
|
|
419
|
-
onSelect: (i,
|
|
420
|
-
v(
|
|
424
|
+
onSelect: (i, h) => {
|
|
425
|
+
v(h), S();
|
|
421
426
|
},
|
|
422
427
|
onOpenChange: S,
|
|
423
428
|
toggle: (i) => /* @__PURE__ */ e(
|
|
@@ -429,7 +434,7 @@ const We = {
|
|
|
429
434
|
onClick: S,
|
|
430
435
|
icon: /* @__PURE__ */ e(ae, {}),
|
|
431
436
|
statusIcon: /* @__PURE__ */ e(oe, {}),
|
|
432
|
-
children: c ? R(c) :
|
|
437
|
+
children: c ? R(c) : o("allTypes")
|
|
433
438
|
}
|
|
434
439
|
),
|
|
435
440
|
isOpen: I,
|
|
@@ -439,7 +444,7 @@ const We = {
|
|
|
439
444
|
{
|
|
440
445
|
"data-testid": "filter-type-dropdown-existingPolicies-all",
|
|
441
446
|
onClick: () => v(void 0),
|
|
442
|
-
children:
|
|
447
|
+
children: o("allTypes")
|
|
443
448
|
},
|
|
444
449
|
"all"
|
|
445
450
|
),
|
|
@@ -457,151 +462,153 @@ const We = {
|
|
|
457
462
|
),
|
|
458
463
|
actionResolver: (i) => [
|
|
459
464
|
{
|
|
460
|
-
title:
|
|
461
|
-
onClick: () =>
|
|
465
|
+
title: o("unAssignPolicy"),
|
|
466
|
+
onClick: () => P(i.data)
|
|
462
467
|
}
|
|
463
468
|
],
|
|
464
469
|
columns: [
|
|
465
|
-
{ name: "name", displayKey:
|
|
470
|
+
{ name: "name", displayKey: o("name") },
|
|
466
471
|
{
|
|
467
472
|
name: "type",
|
|
468
|
-
displayKey:
|
|
473
|
+
displayKey: o("type"),
|
|
469
474
|
cellFormatters: [(i) => R(String(i || ""))]
|
|
470
475
|
},
|
|
471
|
-
{ name: "description", displayKey:
|
|
476
|
+
{ name: "description", displayKey: o("description") }
|
|
472
477
|
],
|
|
473
478
|
emptyState: /* @__PURE__ */ e(
|
|
474
479
|
ie,
|
|
475
480
|
{
|
|
476
|
-
message:
|
|
477
|
-
instructions:
|
|
481
|
+
message: o("emptyAssignExistingPolicies"),
|
|
482
|
+
instructions: o("emptyAssignExistingPoliciesInstructions")
|
|
478
483
|
}
|
|
479
484
|
)
|
|
480
485
|
}
|
|
481
486
|
),
|
|
482
|
-
E.policies && /* @__PURE__ */ e(De, { message:
|
|
487
|
+
E.policies && /* @__PURE__ */ e(De, { message: o("requiredPolicies") })
|
|
483
488
|
]
|
|
484
489
|
}
|
|
485
490
|
);
|
|
486
491
|
};
|
|
487
492
|
function ni() {
|
|
488
|
-
const { adminClient: a } = q(), { t:
|
|
493
|
+
const { adminClient: a } = q(), { t: p } = z(), { realm: w, permissionClientId: t, permissionId: n, resourceType: o } = Fe(), A = Ue(), l = X(), { handleSubmit: y, reset: O } = l, { addAlert: E, addError: b } = _(), [f, k] = x(
|
|
494
|
+
n ? null : {}
|
|
495
|
+
), [g, r] = x(), [m, u] = x(), c = Ne({
|
|
489
496
|
clientId: t
|
|
490
497
|
}), v = He(
|
|
491
|
-
() => c.filter(({ type: s }) => s ===
|
|
492
|
-
[c,
|
|
498
|
+
() => c.filter(({ type: s }) => s === o).flatMap(({ scopes: s = [] }) => s).map((s) => s || ""),
|
|
499
|
+
[c, o]
|
|
493
500
|
);
|
|
494
501
|
L(
|
|
495
502
|
async () => {
|
|
496
503
|
if (!t)
|
|
497
504
|
return {};
|
|
498
|
-
const [s,
|
|
505
|
+
const [s, P] = await Promise.all([
|
|
499
506
|
a.clients.listPolicyProviders({ id: t }),
|
|
500
507
|
a.clients.listPolicies({
|
|
501
508
|
id: t,
|
|
502
509
|
permission: "false"
|
|
503
510
|
})
|
|
504
511
|
]);
|
|
505
|
-
return { providers: s, policies:
|
|
512
|
+
return { providers: s, policies: P };
|
|
506
513
|
},
|
|
507
|
-
({ providers: s, policies:
|
|
508
|
-
const
|
|
514
|
+
({ providers: s, policies: P }) => {
|
|
515
|
+
const d = s?.filter(
|
|
509
516
|
(i) => i.type !== "resource" && i.type !== "scope"
|
|
510
517
|
);
|
|
511
518
|
r(
|
|
512
519
|
H(
|
|
513
|
-
|
|
520
|
+
d,
|
|
514
521
|
(i) => i.type
|
|
515
522
|
)
|
|
516
|
-
),
|
|
523
|
+
), u(P || []);
|
|
517
524
|
},
|
|
518
525
|
[t]
|
|
519
526
|
), L(
|
|
520
527
|
async () => {
|
|
521
|
-
if (!
|
|
528
|
+
if (!n)
|
|
522
529
|
return {};
|
|
523
|
-
const [s,
|
|
530
|
+
const [s, P, d, i] = await Promise.all([
|
|
524
531
|
a.clients.findOnePermission({
|
|
525
532
|
id: t,
|
|
526
533
|
type: "scope",
|
|
527
|
-
permissionId:
|
|
534
|
+
permissionId: n
|
|
528
535
|
}),
|
|
529
536
|
a.clients.getAssociatedResources({
|
|
530
537
|
id: t,
|
|
531
|
-
permissionId:
|
|
538
|
+
permissionId: n
|
|
532
539
|
}),
|
|
533
540
|
a.clients.getAssociatedPolicies({
|
|
534
541
|
id: t,
|
|
535
|
-
permissionId:
|
|
542
|
+
permissionId: n
|
|
536
543
|
}),
|
|
537
544
|
a.clients.getAssociatedScopes({
|
|
538
545
|
id: t,
|
|
539
|
-
permissionId:
|
|
546
|
+
permissionId: n
|
|
540
547
|
})
|
|
541
548
|
]);
|
|
542
549
|
if (!s)
|
|
543
|
-
throw new Error(
|
|
550
|
+
throw new Error(p("notFound"));
|
|
544
551
|
return {
|
|
545
552
|
permission: s,
|
|
546
|
-
resources:
|
|
547
|
-
policies:
|
|
553
|
+
resources: P,
|
|
554
|
+
policies: d,
|
|
548
555
|
scopes: i
|
|
549
556
|
};
|
|
550
557
|
},
|
|
551
|
-
({ permission: s, resources:
|
|
552
|
-
const
|
|
558
|
+
({ permission: s, resources: P, policies: d, scopes: i }) => {
|
|
559
|
+
const h = P?.map((N) => N.name) || [], C = d?.map((N) => N.id) || [], re = i?.map((N) => N.name) || [];
|
|
553
560
|
O({
|
|
554
561
|
...s,
|
|
555
|
-
resources:
|
|
556
|
-
policies:
|
|
562
|
+
resources: h,
|
|
563
|
+
policies: d,
|
|
557
564
|
scopes: i
|
|
558
565
|
}), k({
|
|
559
566
|
...s,
|
|
560
|
-
resources:
|
|
561
|
-
policies:
|
|
567
|
+
resources: h,
|
|
568
|
+
policies: C,
|
|
562
569
|
scopes: re
|
|
563
570
|
});
|
|
564
571
|
},
|
|
565
|
-
[t,
|
|
572
|
+
[t, n]
|
|
566
573
|
);
|
|
567
574
|
const I = async (s) => {
|
|
568
575
|
try {
|
|
569
|
-
const
|
|
576
|
+
const P = {
|
|
570
577
|
...s,
|
|
571
|
-
policies: s.policies?.map((
|
|
572
|
-
scopes: s.scopes?.map((
|
|
573
|
-
resourceType:
|
|
578
|
+
policies: s.policies?.map((d) => d.id),
|
|
579
|
+
scopes: s.scopes?.map((d) => d.name),
|
|
580
|
+
resourceType: o
|
|
574
581
|
};
|
|
575
|
-
if (
|
|
582
|
+
if (n)
|
|
576
583
|
await a.clients.updatePermission(
|
|
577
|
-
{ id: t, type: "scope", permissionId:
|
|
578
|
-
|
|
584
|
+
{ id: t, type: "scope", permissionId: n },
|
|
585
|
+
P
|
|
579
586
|
);
|
|
580
587
|
else {
|
|
581
|
-
const
|
|
588
|
+
const d = await a.clients.createPermission(
|
|
582
589
|
{ id: t, type: "scope" },
|
|
583
|
-
|
|
590
|
+
P
|
|
584
591
|
);
|
|
585
|
-
k(
|
|
592
|
+
k(d), A(
|
|
586
593
|
Be({
|
|
587
594
|
realm: w,
|
|
588
595
|
permissionClientId: t,
|
|
589
|
-
permissionId:
|
|
590
|
-
resourceType:
|
|
596
|
+
permissionId: d.id,
|
|
597
|
+
resourceType: o
|
|
591
598
|
})
|
|
592
599
|
);
|
|
593
600
|
}
|
|
594
601
|
E(
|
|
595
|
-
|
|
602
|
+
p(n ? "updatePermissionSuccess" : "createPermissionSuccess"),
|
|
596
603
|
M.success
|
|
597
604
|
);
|
|
598
|
-
} catch (
|
|
599
|
-
|
|
605
|
+
} catch (P) {
|
|
606
|
+
b("permissionSaveError", P);
|
|
600
607
|
}
|
|
601
608
|
}, [S, D] = Ve({
|
|
602
609
|
titleKey: "deletePermission",
|
|
603
|
-
messageKey:
|
|
604
|
-
permission:
|
|
610
|
+
messageKey: p("deleteAdminPermissionConfirm", {
|
|
611
|
+
permission: f?.name
|
|
605
612
|
}),
|
|
606
613
|
continueButtonVariant: V.danger,
|
|
607
614
|
continueButtonLabel: "confirm",
|
|
@@ -610,57 +617,57 @@ function ni() {
|
|
|
610
617
|
await a.clients.delPermission({
|
|
611
618
|
id: t,
|
|
612
619
|
type: "scope",
|
|
613
|
-
permissionId:
|
|
614
|
-
}), E(
|
|
615
|
-
|
|
620
|
+
permissionId: n
|
|
621
|
+
}), E(p("permissionDeletedSuccess"), M.success), A(
|
|
622
|
+
W({
|
|
616
623
|
realm: w,
|
|
617
624
|
permissionClientId: t,
|
|
618
625
|
tab: "permissions"
|
|
619
626
|
})
|
|
620
627
|
);
|
|
621
628
|
} catch (s) {
|
|
622
|
-
|
|
629
|
+
b("permissionDeletedError", s);
|
|
623
630
|
}
|
|
624
631
|
}
|
|
625
632
|
});
|
|
626
|
-
return
|
|
633
|
+
return f === null || !g ? /* @__PURE__ */ e(Ke, {}) : /* @__PURE__ */ T(j, { children: [
|
|
627
634
|
/* @__PURE__ */ e(D, {}),
|
|
628
635
|
/* @__PURE__ */ e(
|
|
629
636
|
Re,
|
|
630
637
|
{
|
|
631
|
-
titleKey:
|
|
632
|
-
subKey:
|
|
633
|
-
dropdownItems:
|
|
638
|
+
titleKey: n ? f.name : p("createPermission"),
|
|
639
|
+
subKey: n ? f.description : p("createPermissionOfType", { resourceType: o }),
|
|
640
|
+
dropdownItems: n ? [
|
|
634
641
|
/* @__PURE__ */ e(
|
|
635
642
|
K,
|
|
636
643
|
{
|
|
637
644
|
"data-testid": "delete-permission",
|
|
638
645
|
onClick: () => S(),
|
|
639
|
-
children:
|
|
646
|
+
children: p("delete")
|
|
640
647
|
},
|
|
641
648
|
"delete"
|
|
642
649
|
)
|
|
643
650
|
] : void 0
|
|
644
651
|
}
|
|
645
652
|
),
|
|
646
|
-
/* @__PURE__ */ e(Le, { variant: "light", children: /* @__PURE__ */ T(qe, { isHorizontal: !0, onSubmit:
|
|
647
|
-
/* @__PURE__ */ T(Q, { ...
|
|
653
|
+
/* @__PURE__ */ e(Le, { variant: "light", children: /* @__PURE__ */ T(qe, { isHorizontal: !0, onSubmit: y(I), role: "anyone", children: [
|
|
654
|
+
/* @__PURE__ */ T(Q, { ...l, children: [
|
|
648
655
|
/* @__PURE__ */ e(ze, { clientId: t }),
|
|
649
656
|
/* @__PURE__ */ e(
|
|
650
|
-
|
|
657
|
+
We,
|
|
651
658
|
{
|
|
652
659
|
clientId: t,
|
|
653
|
-
resourceTypeScopes: v
|
|
660
|
+
resourceTypeScopes: v
|
|
654
661
|
}
|
|
655
662
|
),
|
|
656
|
-
/* @__PURE__ */ e(Me, { resourceType:
|
|
663
|
+
/* @__PURE__ */ e(Me, { resourceType: o }),
|
|
657
664
|
/* @__PURE__ */ e(
|
|
658
665
|
Qe,
|
|
659
666
|
{
|
|
660
667
|
permissionClientId: t,
|
|
661
|
-
providers:
|
|
668
|
+
providers: g,
|
|
662
669
|
policies: m,
|
|
663
|
-
resourceType:
|
|
670
|
+
resourceType: o
|
|
664
671
|
}
|
|
665
672
|
)
|
|
666
673
|
] }),
|
|
@@ -672,7 +679,7 @@ function ni() {
|
|
|
672
679
|
className: "pf-v5-u-mr-md",
|
|
673
680
|
type: "submit",
|
|
674
681
|
"data-testid": "save",
|
|
675
|
-
children:
|
|
682
|
+
children: p("save")
|
|
676
683
|
}
|
|
677
684
|
),
|
|
678
685
|
/* @__PURE__ */ e(
|
|
@@ -684,21 +691,21 @@ function ni() {
|
|
|
684
691
|
Ge,
|
|
685
692
|
{
|
|
686
693
|
...s,
|
|
687
|
-
to:
|
|
694
|
+
to: W({
|
|
688
695
|
realm: w,
|
|
689
696
|
permissionClientId: t,
|
|
690
697
|
tab: "permissions"
|
|
691
698
|
})
|
|
692
699
|
}
|
|
693
700
|
),
|
|
694
|
-
children:
|
|
701
|
+
children: p("cancel")
|
|
695
702
|
}
|
|
696
703
|
)
|
|
697
704
|
] }) })
|
|
698
705
|
] }) })
|
|
699
|
-
] })
|
|
706
|
+
] });
|
|
700
707
|
}
|
|
701
708
|
export {
|
|
702
709
|
ni as default
|
|
703
710
|
};
|
|
704
|
-
//# sourceMappingURL=PermissionConfigurationDetails-
|
|
711
|
+
//# sourceMappingURL=PermissionConfigurationDetails-kVjqdhoR.js.map
|