@keycloak/keycloak-admin-ui 26.0.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/LICENSE.txt +202 -0
- package/README.md +59 -0
- package/lib/.vite/manifest.json +105 -0
- package/lib/App.d.ts +1 -0
- package/lib/Banners.d.ts +1 -0
- package/lib/CreateFlow-Cs5xTx-G.js +80 -0
- package/lib/CreateFlow-Cs5xTx-G.js.map +1 -0
- package/lib/DetailOrganization-qj8m2QUy.js +130 -0
- package/lib/DetailOrganization-qj8m2QUy.js.map +1 -0
- package/lib/ExecutorForm-DwNxoZuZ.js +198 -0
- package/lib/ExecutorForm-DwNxoZuZ.js.map +1 -0
- package/lib/FlowDetails-BMYNGuYV.js +10593 -0
- package/lib/FlowDetails-BMYNGuYV.js.map +1 -0
- package/lib/ForbiddenSection.d.ts +6 -0
- package/lib/NewOrganization-FsgFNfEd.js +36 -0
- package/lib/NewOrganization-FsgFNfEd.js.map +1 -0
- package/lib/PageHeader.d.ts +1 -0
- package/lib/PageNav.d.ts +1 -0
- package/lib/PageNotFoundSection.d.ts +1 -0
- package/lib/PermissionDetails-9Ej9jFpb.js +413 -0
- package/lib/PermissionDetails-9Ej9jFpb.js.map +1 -0
- package/lib/ResourceDetails-apuGPq7h.js +286 -0
- package/lib/ResourceDetails-apuGPq7h.js.map +1 -0
- package/lib/Root.d.ts +1 -0
- package/lib/ScopeDetails-CxuBwUaZ.js +153 -0
- package/lib/ScopeDetails-CxuBwUaZ.js.map +1 -0
- package/lib/admin-client.d.ts +10 -0
- package/lib/authentication/AuthenticationSection.d.ts +14 -0
- package/lib/authentication/BindFlowDialog.d.ts +6 -0
- package/lib/authentication/BuildInLabel.d.ts +1 -0
- package/lib/authentication/DuplicateFlowModal.d.ts +8 -0
- package/lib/authentication/EditFlowModal.d.ts +7 -0
- package/lib/authentication/EmptyExecutionState.d.ts +10 -0
- package/lib/authentication/FlowDetails.d.ts +3 -0
- package/lib/authentication/RequiredActions.d.ts +1 -0
- package/lib/authentication/components/AddFlowDropdown.d.ts +10 -0
- package/lib/authentication/components/DraggableTable.d.ts +20 -0
- package/lib/authentication/components/EditFlow.d.ts +7 -0
- package/lib/authentication/components/ExecutionConfigModal.d.ts +6 -0
- package/lib/authentication/components/FlowDiagram.d.ts +6 -0
- package/lib/authentication/components/FlowHeader.d.ts +1 -0
- package/lib/authentication/components/FlowRequirementDropdown.d.ts +7 -0
- package/lib/authentication/components/FlowRow.d.ts +14 -0
- package/lib/authentication/components/FlowTitle.d.ts +7 -0
- package/lib/authentication/components/RequiredActionConfigModal.d.ts +7 -0
- package/lib/authentication/components/UsedBy.d.ts +6 -0
- package/lib/authentication/components/diagram/ButtonEdge.d.ts +13 -0
- package/lib/authentication/components/diagram/ConditionalNode.d.ts +8 -0
- package/lib/authentication/components/diagram/SubFlowNode.d.ts +13 -0
- package/lib/authentication/components/diagram/auto-layout.d.ts +3 -0
- package/lib/authentication/components/modals/AddStepModal.d.ts +9 -0
- package/lib/authentication/components/modals/AddSubFlowModal.d.ts +14 -0
- package/lib/authentication/execution-model.d.ts +25 -0
- package/lib/authentication/form/CreateFlow.d.ts +1 -0
- package/lib/authentication/form/NameDescription.d.ts +1 -0
- package/lib/authentication/policies/CibaPolicy.d.ts +7 -0
- package/lib/authentication/policies/OtpPolicy.d.ts +7 -0
- package/lib/authentication/policies/PasswordPolicy.d.ts +7 -0
- package/lib/authentication/policies/Policies.d.ts +1 -0
- package/lib/authentication/policies/PolicyRow.d.ts +7 -0
- package/lib/authentication/policies/WebauthnPolicy.d.ts +8 -0
- package/lib/authentication/policies/util.d.ts +10 -0
- package/lib/authentication/routes/Authentication.d.ts +10 -0
- package/lib/authentication/routes/CreateFlow.d.ts +7 -0
- package/lib/authentication/routes/Flow.d.ts +11 -0
- package/lib/authentication/routes.d.ts +3 -0
- package/lib/client-scopes/ChangeTypeDropdown.d.ts +8 -0
- package/lib/client-scopes/ClientScopesSection.d.ts +1 -0
- package/lib/client-scopes/CreateClientScope.d.ts +1 -0
- package/lib/client-scopes/EditClientScope.d.ts +1 -0
- package/lib/client-scopes/add/MapperDialog.d.ts +12 -0
- package/lib/client-scopes/details/MapperList.d.ts +13 -0
- package/lib/client-scopes/details/MappingDetails.d.ts +1 -0
- package/lib/client-scopes/details/ScopeForm.d.ts +8 -0
- package/lib/client-scopes/details/SearchFilter.d.ts +22 -0
- package/lib/client-scopes/routes/ClientScope.d.ts +10 -0
- package/lib/client-scopes/routes/ClientScopes.d.ts +7 -0
- package/lib/client-scopes/routes/Mapper.d.ts +9 -0
- package/lib/client-scopes/routes/NewClientScope.d.ts +7 -0
- package/lib/client-scopes/routes.d.ts +3 -0
- package/lib/clients/AdvancedTab.d.ts +11 -0
- package/lib/clients/ClientDescription.d.ts +6 -0
- package/lib/clients/ClientDetails.d.ts +7 -0
- package/lib/clients/ClientSessions.d.ts +6 -0
- package/lib/clients/ClientSettings.d.ts +7 -0
- package/lib/clients/ClientsSection.d.ts +1 -0
- package/lib/clients/add/AccessSettings.d.ts +2 -0
- package/lib/clients/add/CapabilityConfig.d.ts +6 -0
- package/lib/clients/add/GeneralSettings.d.ts +1 -0
- package/lib/clients/add/LoginSettings.d.ts +5 -0
- package/lib/clients/add/LoginSettingsPanel.d.ts +3 -0
- package/lib/clients/add/LogoutPanel.d.ts +2 -0
- package/lib/clients/add/NewClientForm.d.ts +1 -0
- package/lib/clients/add/SamlConfig.d.ts +9 -0
- package/lib/clients/add/SamlSignature.d.ts +1 -0
- package/lib/clients/advanced/AddHostDialog.d.ts +8 -0
- package/lib/clients/advanced/AdvancedSettings.d.ts +8 -0
- package/lib/clients/advanced/ApplicationUrls.d.ts +5 -0
- package/lib/clients/advanced/AuthenticationOverrides.d.ts +8 -0
- package/lib/clients/advanced/ClusteringPanel.d.ts +2 -0
- package/lib/clients/advanced/FineGrainOpenIdConnect.d.ts +7 -0
- package/lib/clients/advanced/FineGrainSamlEndpointConfig.d.ts +6 -0
- package/lib/clients/advanced/OpenIdConnectCompatibilityModes.d.ts +7 -0
- package/lib/clients/advanced/TokenLifespan.d.ts +9 -0
- package/lib/clients/authorization/AuthorizationDataModal.d.ts +6 -0
- package/lib/clients/authorization/AuthorizationEvaluate.d.ts +36 -0
- package/lib/clients/authorization/AuthorizationEvaluateResource.d.ts +8 -0
- package/lib/clients/authorization/AuthorizationEvaluateResourcePolicies.d.ts +10 -0
- package/lib/clients/authorization/AuthorizationExport.d.ts +1 -0
- package/lib/clients/authorization/DecisionStrategySelect.d.ts +7 -0
- package/lib/clients/authorization/DeleteScopeDialog.d.ts +11 -0
- package/lib/clients/authorization/DetailCell.d.ts +7 -0
- package/lib/clients/authorization/DetailDescription.d.ts +12 -0
- package/lib/clients/authorization/EmptyPermissionsState.d.ts +7 -0
- package/lib/clients/authorization/ImportDialog.d.ts +7 -0
- package/lib/clients/authorization/KeyBasedAttributeInput.d.ts +16 -0
- package/lib/clients/authorization/MoreLabel.d.ts +5 -0
- package/lib/clients/authorization/NewPolicyDialog.d.ts +8 -0
- package/lib/clients/authorization/PermissionDetails.d.ts +1 -0
- package/lib/clients/authorization/Permissions.d.ts +6 -0
- package/lib/clients/authorization/Policies.d.ts +6 -0
- package/lib/clients/authorization/ResourceDetails.d.ts +1 -0
- package/lib/clients/authorization/Resources.d.ts +6 -0
- package/lib/clients/authorization/ResourcesPolicySelect.d.ts +12 -0
- package/lib/clients/authorization/ScopeDetails.d.ts +1 -0
- package/lib/clients/authorization/ScopePicker.d.ts +3 -0
- package/lib/clients/authorization/ScopeSelect.d.ts +7 -0
- package/lib/clients/authorization/Scopes.d.ts +12 -0
- package/lib/clients/authorization/SearchDropdown.d.ts +17 -0
- package/lib/clients/authorization/Settings.d.ts +5 -0
- package/lib/clients/authorization/evaluate/Results.d.ts +8 -0
- package/lib/clients/authorization/policy/Aggregate.d.ts +1 -0
- package/lib/clients/authorization/policy/Client.d.ts +1 -0
- package/lib/clients/authorization/policy/ClientScope.d.ts +5 -0
- package/lib/clients/authorization/policy/Group.d.ts +5 -0
- package/lib/clients/authorization/policy/JavaScript.d.ts +1 -0
- package/lib/clients/authorization/policy/LogicSelector.d.ts +5 -0
- package/lib/clients/authorization/policy/NameDescription.d.ts +5 -0
- package/lib/clients/authorization/policy/PolicyDetails.d.ts +2 -0
- package/lib/clients/authorization/policy/Regex.d.ts +1 -0
- package/lib/clients/authorization/policy/Role.d.ts +1 -0
- package/lib/clients/authorization/policy/Time.d.ts +1 -0
- package/lib/clients/authorization/policy/User.d.ts +1 -0
- package/lib/clients/credentials/ClientSecret.d.ts +7 -0
- package/lib/clients/credentials/Credentials.d.ts +7 -0
- package/lib/clients/credentials/SignedJWT.d.ts +5 -0
- package/lib/clients/credentials/X509.d.ts +1 -0
- package/lib/clients/import/ImportForm.d.ts +1 -0
- package/lib/clients/initial-access/AccessTokenDialog.d.ts +6 -0
- package/lib/clients/initial-access/CreateInitialAccessToken.d.ts +1 -0
- package/lib/clients/initial-access/InitialAccessTokenList.d.ts +1 -0
- package/lib/clients/keys/Certificate.d.ts +10 -0
- package/lib/clients/keys/ExportSamlKeyDialog.d.ts +8 -0
- package/lib/clients/keys/GenerateKeyDialog.d.ts +15 -0
- package/lib/clients/keys/ImportKeyDialog.d.ts +15 -0
- package/lib/clients/keys/Keys.d.ts +7 -0
- package/lib/clients/keys/SamlImportKeyDialog.d.ts +8 -0
- package/lib/clients/keys/SamlKeys.d.ts +8 -0
- package/lib/clients/keys/SamlKeysDialog.d.ts +15 -0
- package/lib/clients/keys/StoreSettings.d.ts +4 -0
- package/lib/clients/registration/AddProviderDialog.d.ts +6 -0
- package/lib/clients/registration/ClientRegistration.d.ts +1 -0
- package/lib/clients/registration/ClientRegistrationList.d.ts +5 -0
- package/lib/clients/registration/DetailProvider.d.ts +1 -0
- package/lib/clients/roles/CreateClientRole.d.ts +1 -0
- package/lib/clients/routes/AddClient.d.ts +7 -0
- package/lib/clients/routes/AddRegistrationProvider.d.ts +12 -0
- package/lib/clients/routes/AuthenticationTab.d.ts +10 -0
- package/lib/clients/routes/Client.d.ts +10 -0
- package/lib/clients/routes/ClientRegistration.d.ts +9 -0
- package/lib/clients/routes/ClientRole.d.ts +11 -0
- package/lib/clients/routes/ClientScopeTab.d.ts +10 -0
- package/lib/clients/routes/Clients.d.ts +10 -0
- package/lib/clients/routes/CreateInitialAccessToken.d.ts +7 -0
- package/lib/clients/routes/DedicatedScopeDetails.d.ts +11 -0
- package/lib/clients/routes/ImportClient.d.ts +7 -0
- package/lib/clients/routes/Mapper.d.ts +9 -0
- package/lib/clients/routes/NewPermission.d.ts +12 -0
- package/lib/clients/routes/NewPolicy.d.ts +9 -0
- package/lib/clients/routes/NewResource.d.ts +8 -0
- package/lib/clients/routes/NewRole.d.ts +8 -0
- package/lib/clients/routes/NewScope.d.ts +8 -0
- package/lib/clients/routes/PermissionDetails.d.ts +11 -0
- package/lib/clients/routes/PolicyDetails.d.ts +10 -0
- package/lib/clients/routes/Resource.d.ts +10 -0
- package/lib/clients/routes/Scope.d.ts +10 -0
- package/lib/clients/routes.d.ts +3 -0
- package/lib/clients/scopes/AddScopeDialog.d.ts +14 -0
- package/lib/clients/scopes/ClientScopes.d.ts +13 -0
- package/lib/clients/scopes/CopyToClipboardButton.d.ts +8 -0
- package/lib/clients/scopes/DedicatedScope.d.ts +6 -0
- package/lib/clients/scopes/DedicatedScopes.d.ts +1 -0
- package/lib/clients/scopes/EvaluateScopes.d.ts +5 -0
- package/lib/clients/scopes/GeneratedCodeTab.d.ts +8 -0
- package/lib/clients/service-account/ServiceAccount.d.ts +6 -0
- package/lib/clients/utils.d.ts +29 -0
- package/lib/components/SwitchControl.d.ts +4 -0
- package/lib/components/bread-crumb/GroupBreadCrumbs.d.ts +1 -0
- package/lib/components/bread-crumb/PageBreadCrumbs.d.ts +1 -0
- package/lib/components/client/ClientSelect.d.ts +7 -0
- package/lib/components/client-scope/ClientScopeTypes.d.ts +33 -0
- package/lib/components/confirm-dialog/ConfirmDialog.d.ts +21 -0
- package/lib/components/download-dialog/DownloadDialog.d.ts +8 -0
- package/lib/components/dropdown-panel/DropdownPanel.d.ts +10 -0
- package/lib/components/dynamic/BooleanComponent.d.ts +2 -0
- package/lib/components/dynamic/ClientSelectComponent.d.ts +2 -0
- package/lib/components/dynamic/DynamicComponents.d.ts +9 -0
- package/lib/components/dynamic/FileComponent.d.ts +2 -0
- package/lib/components/dynamic/GroupComponent.d.ts +2 -0
- package/lib/components/dynamic/ListComponent.d.ts +2 -0
- package/lib/components/dynamic/MapComponent.d.ts +2 -0
- package/lib/components/dynamic/MultivaluedListComponent.d.ts +2 -0
- package/lib/components/dynamic/MultivaluedStringComponent.d.ts +2 -0
- package/lib/components/dynamic/PasswordComponent.d.ts +2 -0
- package/lib/components/dynamic/RoleComponent.d.ts +2 -0
- package/lib/components/dynamic/ScriptComponent.d.ts +2 -0
- package/lib/components/dynamic/StringComponent.d.ts +2 -0
- package/lib/components/dynamic/TextComponent.d.ts +2 -0
- package/lib/components/dynamic/UrlComponent.d.ts +2 -0
- package/lib/components/dynamic/UserProfileAttributeListComponent.d.ts +2 -0
- package/lib/components/dynamic/components.d.ts +13 -0
- package/lib/components/error/ErrorRenderer.d.ts +2 -0
- package/lib/components/external-link/FormattedLink.d.ts +5 -0
- package/lib/components/form/FixedButtonGroup.d.ts +12 -0
- package/lib/components/form/FormAccess.d.ts +29 -0
- package/lib/components/group/GroupPath.d.ts +7 -0
- package/lib/components/group/GroupPickerDialog.d.ts +15 -0
- package/lib/components/help-enabler/HelpHeader.d.ts +1 -0
- package/lib/components/json-file-upload/FileUploadForm.d.ts +13 -0
- package/lib/components/json-file-upload/JsonFileUpload.d.ts +5 -0
- package/lib/components/json-file-upload/patternfly/FileUpload.d.ts +73 -0
- package/lib/components/json-file-upload/patternfly/FileUploadField.d.ts +67 -0
- package/lib/components/json-file-upload/patternfly/fileUtils.d.ts +12 -0
- package/lib/components/key-value-form/AttributeForm.d.ts +15 -0
- package/lib/components/key-value-form/KeySelect.d.ts +7 -0
- package/lib/components/key-value-form/KeyValueInput.d.ts +13 -0
- package/lib/components/key-value-form/ValueSelect.d.ts +8 -0
- package/lib/components/key-value-form/key-value-convert.d.ts +7 -0
- package/lib/components/keycloak-card/ClickableCard.d.ts +6 -0
- package/lib/components/keycloak-card/KeycloakCard.d.ts +11 -0
- package/lib/components/keycloak-spinner/KeycloakSpinner.d.ts +1 -0
- package/lib/components/multi-line-input/MultiLineInput.d.ts +9 -0
- package/lib/components/permission-tab/PermissionTab.d.ts +7 -0
- package/lib/components/realm-selector/RealmSelector.d.ts +1 -0
- package/lib/components/role-form/RoleForm.d.ts +11 -0
- package/lib/components/role-mapping/AddRoleMappingModal.d.ts +12 -0
- package/lib/components/role-mapping/RoleMapping.d.ts +55 -0
- package/lib/components/role-mapping/queries.d.ts +9 -0
- package/lib/components/role-mapping/resource.d.ts +40 -0
- package/lib/components/roles-list/RolesList.d.ts +13 -0
- package/lib/components/routable-tabs/RoutableTabs.d.ts +15 -0
- package/lib/components/time-selector/TimeSelector.d.ts +11 -0
- package/lib/components/time-selector/TimeSelectorControl.d.ts +13 -0
- package/lib/components/time-selector/TimeSelectorForm.d.ts +6 -0
- package/lib/components/users/UserDataTable.d.ts +10 -0
- package/lib/components/users/UserDataTableAttributeSearchForm.d.ts +12 -0
- package/lib/components/users/UserDataTableToolbarItems.d.ts +27 -0
- package/lib/components/users/UserSelect.d.ts +8 -0
- package/lib/components/view-header/ViewHeader.d.ts +25 -0
- package/lib/components/wizard-section-header/WizardSectionHeader.d.ts +6 -0
- package/lib/context/RecentRealms.d.ts +4 -0
- package/lib/context/access/Access.d.ts +10 -0
- package/lib/context/auth/admin-ui-endpoint.d.ts +4 -0
- package/lib/context/auth/uiRealmInfo.d.ts +5 -0
- package/lib/context/realm-context/RealmContext.d.ts +11 -0
- package/lib/context/server-info/ServerInfoProvider.d.ts +6 -0
- package/lib/context/whoami/WhoAmI.d.ts +23 -0
- package/lib/dashboard/Dashboard.d.ts +1 -0
- package/lib/dashboard/ProviderInfo.d.ts +1 -0
- package/lib/dashboard/routes/Dashboard.d.ts +11 -0
- package/lib/dashboard/routes.d.ts +3 -0
- package/lib/environment.d.ts +19 -0
- package/lib/events/AdminEvents.d.ts +1 -0
- package/lib/events/EventsSection.d.ts +1 -0
- package/lib/events/ResourceLinks.d.ts +7 -0
- package/lib/events/routes/Events.d.ts +10 -0
- package/lib/events/routes.d.ts +3 -0
- package/lib/favicon.svg +63 -0
- package/lib/groups/GroupAttributes.d.ts +1 -0
- package/lib/groups/GroupRoleMapping.d.ts +6 -0
- package/lib/groups/GroupTable.d.ts +5 -0
- package/lib/groups/GroupsModal.d.ts +10 -0
- package/lib/groups/GroupsSection.d.ts +1 -0
- package/lib/groups/Members.d.ts +1 -0
- package/lib/groups/MembersModal.d.ts +8 -0
- package/lib/groups/SubGroupsContext.d.ts +12 -0
- package/lib/groups/components/CheckableTreeView.d.ts +7 -0
- package/lib/groups/components/DeleteGroup.d.ts +9 -0
- package/lib/groups/components/GroupToolbar.d.ts +7 -0
- package/lib/groups/components/GroupTree.d.ts +8 -0
- package/lib/groups/components/MoveDialog.d.ts +8 -0
- package/lib/groups/groupIdUtils.d.ts +2 -0
- package/lib/groups/routes/Groups.d.ts +10 -0
- package/lib/groups/routes.d.ts +3 -0
- package/lib/help-urls.d.ts +19 -0
- package/lib/icon.svg +55 -0
- package/lib/identity-providers/IdentityProvidersSection.d.ts +1 -0
- package/lib/identity-providers/ManageOrderDialog.d.ts +7 -0
- package/lib/identity-providers/OIDCConfigurationRepresentation.d.ts +39 -0
- package/lib/identity-providers/add/AddIdentityProvider.d.ts +1 -0
- package/lib/identity-providers/add/AddMapper.d.ts +8 -0
- package/lib/identity-providers/add/AddMapperForm.d.ts +13 -0
- package/lib/identity-providers/add/AddOpenIdConnect.d.ts +1 -0
- package/lib/identity-providers/add/AddSamlConnect.d.ts +1 -0
- package/lib/identity-providers/add/AdvancedSettings.d.ts +6 -0
- package/lib/identity-providers/add/DescriptorSettings.d.ts +5 -0
- package/lib/identity-providers/add/DetailSettings.d.ts +1 -0
- package/lib/identity-providers/add/DiscoverySettings.d.ts +5 -0
- package/lib/identity-providers/add/ExtendedNonDiscoverySettings.d.ts +1 -0
- package/lib/identity-providers/add/GeneralSettings.d.ts +6 -0
- package/lib/identity-providers/add/OIDCAuthentication.d.ts +3 -0
- package/lib/identity-providers/add/OIDCGeneralSettings.d.ts +1 -0
- package/lib/identity-providers/add/OpenIdConnectSettings.d.ts +1 -0
- package/lib/identity-providers/add/ReqAuthnConstraintsSettings.d.ts +1 -0
- package/lib/identity-providers/add/SamlConnectSettings.d.ts +1 -0
- package/lib/identity-providers/add/SamlGeneralSettings.d.ts +5 -0
- package/lib/identity-providers/component/ClientIdSecret.d.ts +4 -0
- package/lib/identity-providers/component/DiscoveryEndpointField.d.ts +8 -0
- package/lib/identity-providers/component/DisplayOrder.d.ts +1 -0
- package/lib/identity-providers/component/FormGroupField.d.ts +10 -0
- package/lib/identity-providers/component/RedirectUrl.d.ts +3 -0
- package/lib/identity-providers/component/SwitchField.d.ts +8 -0
- package/lib/identity-providers/component/TextField.d.ts +2 -0
- package/lib/identity-providers/routes/AddMapper.d.ts +10 -0
- package/lib/identity-providers/routes/EditMapper.d.ts +10 -0
- package/lib/identity-providers/routes/IdentityProvider.d.ts +11 -0
- package/lib/identity-providers/routes/IdentityProviderCreate.d.ts +8 -0
- package/lib/identity-providers/routes/IdentityProviderKeycloakOidc.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProviderOidc.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProviderSaml.d.ts +7 -0
- package/lib/identity-providers/routes/IdentityProviders.d.ts +7 -0
- package/lib/identity-providers/routes.d.ts +3 -0
- package/lib/img_avatar.svg +33 -0
- package/lib/index-DXWy23Yd.js +65735 -0
- package/lib/index-DXWy23Yd.js.map +1 -0
- package/lib/index.d.ts +295 -0
- package/lib/keycloak-admin-ui.d.ts +2 -0
- package/lib/keycloak-admin-ui.js +309 -0
- package/lib/keycloak-admin-ui.js.map +1 -0
- package/lib/logo.svg +1 -0
- package/lib/main.d.ts +0 -0
- package/lib/organizations/DetailOraganzationHeader.d.ts +5 -0
- package/lib/organizations/DetailOrganization.d.ts +1 -0
- package/lib/organizations/IdentityProviderSelect.d.ts +7 -0
- package/lib/organizations/IdentityProviders.d.ts +1 -0
- package/lib/organizations/InviteMemberModal.d.ts +6 -0
- package/lib/organizations/LinkIdentityProviderModal.d.ts +8 -0
- package/lib/organizations/Members.d.ts +1 -0
- package/lib/organizations/NewOrganization.d.ts +1 -0
- package/lib/organizations/OrganizationForm.d.ts +11 -0
- package/lib/organizations/OrganizationModal.d.ts +9 -0
- package/lib/organizations/OrganizationsSection.d.ts +1 -0
- package/lib/organizations/routes/AddOrganization.d.ts +7 -0
- package/lib/organizations/routes/EditOrganization.d.ts +10 -0
- package/lib/organizations/routes/Organizations.d.ts +8 -0
- package/lib/organizations/routes.d.ts +3 -0
- package/lib/page/Page.d.ts +1 -0
- package/lib/page/PageHandler.d.ts +9 -0
- package/lib/page/PageList.d.ts +3 -0
- package/lib/page/routes.d.ts +16 -0
- package/lib/realm/add/NewRealmForm.d.ts +1 -0
- package/lib/realm/routes/AddRealm.d.ts +7 -0
- package/lib/realm/routes.d.ts +3 -0
- package/lib/realm-roles/CreateRealmRole.d.ts +1 -0
- package/lib/realm-roles/RealmRoleTabs.d.ts +1 -0
- package/lib/realm-roles/RealmRolesSection.d.ts +1 -0
- package/lib/realm-roles/UsersInRoleTab.d.ts +1 -0
- package/lib/realm-roles/routes/AddRole.d.ts +7 -0
- package/lib/realm-roles/routes/RealmRole.d.ts +10 -0
- package/lib/realm-roles/routes/RealmRoles.d.ts +7 -0
- package/lib/realm-roles/routes.d.ts +3 -0
- package/lib/realm-settings/AddClientProfileModal.d.ts +8 -0
- package/lib/realm-settings/AddTranslationModal.d.ts +15 -0
- package/lib/realm-settings/ClientProfileForm.d.ts +1 -0
- package/lib/realm-settings/DefaultGroupsTab.d.ts +1 -0
- package/lib/realm-settings/EmailTab.d.ts +7 -0
- package/lib/realm-settings/ExecutorForm.d.ts +1 -0
- package/lib/realm-settings/GeneralTab.d.ts +7 -0
- package/lib/realm-settings/LoginTab.d.ts +7 -0
- package/lib/realm-settings/NewAttributeSettings.d.ts +6 -0
- package/lib/realm-settings/NewClientPolicy.d.ts +1 -0
- package/lib/realm-settings/NewClientPolicyCondition.d.ts +4 -0
- package/lib/realm-settings/PartialExport.d.ts +5 -0
- package/lib/realm-settings/PartialImport.d.ts +5 -0
- package/lib/realm-settings/PoliciesTab.d.ts +1 -0
- package/lib/realm-settings/ProfilesTab.d.ts +1 -0
- package/lib/realm-settings/RealmSettingsSection.d.ts +1 -0
- package/lib/realm-settings/RealmSettingsTabs.d.ts +6 -0
- package/lib/realm-settings/SessionsTab.d.ts +7 -0
- package/lib/realm-settings/ThemesTab.d.ts +7 -0
- package/lib/realm-settings/TokensTab.d.ts +8 -0
- package/lib/realm-settings/UserRegistration.d.ts +1 -0
- package/lib/realm-settings/event-config/AddEventTypesDialog.d.ts +8 -0
- package/lib/realm-settings/event-config/EventConfigForm.d.ts +10 -0
- package/lib/realm-settings/event-config/EventListenersForm.d.ts +7 -0
- package/lib/realm-settings/event-config/EventsTab.d.ts +6 -0
- package/lib/realm-settings/event-config/EventsTypeTable.d.ts +12 -0
- package/lib/realm-settings/keys/KeysListTab.d.ts +6 -0
- package/lib/realm-settings/keys/KeysProvidersTab.d.ts +7 -0
- package/lib/realm-settings/keys/KeysTab.d.ts +1 -0
- package/lib/realm-settings/keys/key-providers/KeyProviderForm.d.ts +9 -0
- package/lib/realm-settings/keys/key-providers/KeyProviderModal.d.ts +7 -0
- package/lib/realm-settings/keys/key-providers/KeyProvidersPicker.d.ts +6 -0
- package/lib/realm-settings/localization/EffectiveMessageBundles.d.ts +6 -0
- package/lib/realm-settings/localization/LocalizationTab.d.ts +8 -0
- package/lib/realm-settings/localization/RealmOverrides.d.ts +21 -0
- package/lib/realm-settings/routes/AddAttribute.d.ts +7 -0
- package/lib/realm-settings/routes/AddClientPolicy.d.ts +7 -0
- package/lib/realm-settings/routes/AddClientProfile.d.ts +8 -0
- package/lib/realm-settings/routes/AddCondition.d.ts +8 -0
- package/lib/realm-settings/routes/AddExecutor.d.ts +8 -0
- package/lib/realm-settings/routes/Attribute.d.ts +8 -0
- package/lib/realm-settings/routes/ClientPolicies.d.ts +9 -0
- package/lib/realm-settings/routes/ClientProfile.d.ts +8 -0
- package/lib/realm-settings/routes/EditAttributesGroup.d.ts +8 -0
- package/lib/realm-settings/routes/EditClientPolicy.d.ts +8 -0
- package/lib/realm-settings/routes/EditCondition.d.ts +9 -0
- package/lib/realm-settings/routes/Executor.d.ts +9 -0
- package/lib/realm-settings/routes/KeyProvider.d.ts +10 -0
- package/lib/realm-settings/routes/KeysTab.d.ts +9 -0
- package/lib/realm-settings/routes/NewAttributesGroup.d.ts +7 -0
- package/lib/realm-settings/routes/RealmSettings.d.ts +10 -0
- package/lib/realm-settings/routes/UserProfile.d.ts +9 -0
- package/lib/realm-settings/routes.d.ts +3 -0
- package/lib/realm-settings/security-defences/BruteForceDetection.d.ts +7 -0
- package/lib/realm-settings/security-defences/HeadersForm.d.ts +7 -0
- package/lib/realm-settings/security-defences/HelpLinkTextInput.d.ts +6 -0
- package/lib/realm-settings/security-defences/SecurityDefenses.d.ts +7 -0
- package/lib/realm-settings/security-defences/Time.d.ts +5 -0
- package/lib/realm-settings/user-profile/AttributesGroupDetails.d.ts +2 -0
- package/lib/realm-settings/user-profile/AttributesGroupForm.d.ts +1 -0
- package/lib/realm-settings/user-profile/AttributesGroupTab.d.ts +5 -0
- package/lib/realm-settings/user-profile/AttributesTab.d.ts +5 -0
- package/lib/realm-settings/user-profile/JsonEditorTab.d.ts +1 -0
- package/lib/realm-settings/user-profile/UserProfileContext.d.ts +16 -0
- package/lib/realm-settings/user-profile/UserProfileTab.d.ts +5 -0
- package/lib/realm-settings/user-profile/attribute/AddTranslationsDialog.d.ts +19 -0
- package/lib/realm-settings/user-profile/attribute/AddValidatorDialog.d.ts +8 -0
- package/lib/realm-settings/user-profile/attribute/AttributeAnnotations.d.ts +1 -0
- package/lib/realm-settings/user-profile/attribute/AttributeGeneralSettings.d.ts +14 -0
- package/lib/realm-settings/user-profile/attribute/AttributePermission.d.ts +1 -0
- package/lib/realm-settings/user-profile/attribute/AttributeValidations.d.ts +1 -0
- package/lib/realm-settings/user-profile/attribute/ValidatorSelect.d.ts +7 -0
- package/lib/robots.txt +3 -0
- package/lib/root/AuthWall.d.ts +1 -0
- package/lib/routes.d.ts +15 -0
- package/lib/sessions/RevocationModal.d.ts +6 -0
- package/lib/sessions/SessionsSection.d.ts +1 -0
- package/lib/sessions/SessionsTable.d.ts +14 -0
- package/lib/sessions/routes/Sessions.d.ts +7 -0
- package/lib/sessions/routes.d.ts +3 -0
- package/lib/style.css +1 -0
- package/lib/user/CreateUser.d.ts +1 -0
- package/lib/user/EditUser.d.ts +1 -0
- package/lib/user/FederatedUserLink.d.ts +6 -0
- package/lib/user/Organizations.d.ts +1 -0
- package/lib/user/UserAttributes.d.ts +10 -0
- package/lib/user/UserConsents.d.ts +1 -0
- package/lib/user/UserCredentials.d.ts +7 -0
- package/lib/user/UserForm.d.ts +21 -0
- package/lib/user/UserGroups.d.ts +6 -0
- package/lib/user/UserIdPModal.d.ts +8 -0
- package/lib/user/UserIdentityProviderLinks.d.ts +5 -0
- package/lib/user/UserRoleMapping.d.ts +6 -0
- package/lib/user/UserSessions.d.ts +1 -0
- package/lib/user/UsersSection.d.ts +1 -0
- package/lib/user/details/SearchFilter.d.ts +9 -0
- package/lib/user/form-state.d.ts +14 -0
- package/lib/user/routes/AddUser.d.ts +7 -0
- package/lib/user/routes/User.d.ts +10 -0
- package/lib/user/routes/Users.d.ts +10 -0
- package/lib/user/routes.d.ts +3 -0
- package/lib/user/user-credentials/CredentialDataDialog.d.ts +6 -0
- package/lib/user/user-credentials/CredentialRow.d.ts +10 -0
- package/lib/user/user-credentials/InlineLabelEdit.d.ts +9 -0
- package/lib/user/user-credentials/LifespanField.d.ts +1 -0
- package/lib/user/user-credentials/RequiredActionMultiSelect.d.ts +7 -0
- package/lib/user/user-credentials/ResetCredentialDialog.d.ts +6 -0
- package/lib/user/user-credentials/ResetPasswordDialog.d.ts +15 -0
- package/lib/user/utils/user-profile.d.ts +2 -0
- package/lib/user/utils.d.ts +1 -0
- package/lib/user-federation/CreateUserFederationLdapSettings.d.ts +1 -0
- package/lib/user-federation/ManagePriorityDialog.d.ts +7 -0
- package/lib/user-federation/UserFederationKerberosSettings.d.ts +1 -0
- package/lib/user-federation/UserFederationKerberosWizard.d.ts +1 -0
- package/lib/user-federation/UserFederationLdapForm.d.ts +13 -0
- package/lib/user-federation/UserFederationLdapSettings.d.ts +1 -0
- package/lib/user-federation/UserFederationLdapWizard.d.ts +1 -0
- package/lib/user-federation/UserFederationSection.d.ts +1 -0
- package/lib/user-federation/custom/CustomProviderSettings.d.ts +1 -0
- package/lib/user-federation/custom/SyncSettings.d.ts +1 -0
- package/lib/user-federation/kerberos/KerberosSettingsRequired.d.ts +7 -0
- package/lib/user-federation/ldap/LdapSettingsAdvanced.d.ts +8 -0
- package/lib/user-federation/ldap/LdapSettingsConnection.d.ts +10 -0
- package/lib/user-federation/ldap/LdapSettingsGeneral.d.ts +9 -0
- package/lib/user-federation/ldap/LdapSettingsKerberosIntegration.d.ts +7 -0
- package/lib/user-federation/ldap/LdapSettingsSearching.d.ts +7 -0
- package/lib/user-federation/ldap/LdapSettingsSynchronization.d.ts +7 -0
- package/lib/user-federation/ldap/mappers/LdapMapperDetails.d.ts +1 -0
- package/lib/user-federation/ldap/mappers/LdapMapperList.d.ts +6 -0
- package/lib/user-federation/routes/CustomUserFederation.d.ts +9 -0
- package/lib/user-federation/routes/NewCustomUserFederation.d.ts +8 -0
- package/lib/user-federation/routes/NewKerberosUserFederation.d.ts +7 -0
- package/lib/user-federation/routes/NewLdapUserFederation.d.ts +7 -0
- package/lib/user-federation/routes/UserFederation.d.ts +7 -0
- package/lib/user-federation/routes/UserFederationKerberos.d.ts +8 -0
- package/lib/user-federation/routes/UserFederationLdap.d.ts +11 -0
- package/lib/user-federation/routes/UserFederationLdapMapper.d.ts +9 -0
- package/lib/user-federation/routes/UserFederationsKerberos.d.ts +7 -0
- package/lib/user-federation/routes/UserFederationsLdap.d.ts +7 -0
- package/lib/user-federation/routes.d.ts +3 -0
- package/lib/user-federation/shared/ExtendedHeader.d.ts +8 -0
- package/lib/user-federation/shared/Header.d.ts +9 -0
- package/lib/user-federation/shared/SettingsCache.d.ts +8 -0
- package/lib/util.d.ts +24 -0
- package/lib/utils/client-url.d.ts +3 -0
- package/lib/utils/generateEncodedPath.d.ts +23 -0
- package/lib/utils/getAuthorizationHeaders.d.ts +1 -0
- package/lib/utils/joinPath.d.ts +1 -0
- package/lib/utils/translationFormatter.d.ts +3 -0
- package/lib/utils/types.d.ts +4 -0
- package/lib/utils/useCurrentUser.d.ts +27 -0
- package/lib/utils/useFormatDate.d.ts +2 -0
- package/lib/utils/useIsFeatureEnabled.d.ts +14 -0
- package/lib/utils/useLocale.d.ts +1 -0
- package/lib/utils/useLocaleSort.d.ts +7 -0
- package/lib/utils/useParams.d.ts +1 -0
- package/lib/utils/useQueryPermission.d.ts +6 -0
- package/lib/utils/useToggle.d.ts +6 -0
- package/lib/utils/useUpdateEffect.d.ts +5 -0
- package/package.json +128 -0
@@ -0,0 +1,7 @@
|
|
1
|
+
import { ExpandableExecution } from '../execution-model';
|
2
|
+
type FlowRequirementDropdownProps = {
|
3
|
+
flow: ExpandableExecution;
|
4
|
+
onChange: (flow: ExpandableExecution) => void;
|
5
|
+
};
|
6
|
+
export declare const FlowRequirementDropdown: ({ flow, onChange, }: FlowRequirementDropdownProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
import { AuthenticationProviderRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/authenticatorConfigRepresentation';
|
2
|
+
import { ExpandableExecution } from '../execution-model';
|
3
|
+
import { Flow } from './modals/AddSubFlowModal';
|
4
|
+
type FlowRowProps = {
|
5
|
+
builtIn: boolean;
|
6
|
+
execution: ExpandableExecution;
|
7
|
+
onRowClick: (execution: ExpandableExecution) => void;
|
8
|
+
onRowChange: (execution: ExpandableExecution) => void;
|
9
|
+
onAddExecution: (execution: ExpandableExecution, type: AuthenticationProviderRepresentation) => void;
|
10
|
+
onAddFlow: (execution: ExpandableExecution, flow: Flow) => void;
|
11
|
+
onDelete: (execution: ExpandableExecution) => void;
|
12
|
+
};
|
13
|
+
export declare const FlowRow: ({ builtIn, execution, onRowClick, onRowChange, onAddExecution, onAddFlow, onDelete, }: FlowRowProps) => import("react/jsx-runtime").JSX.Element;
|
14
|
+
export {};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { default as RequiredActionProviderRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/requiredActionProviderRepresentation';
|
2
|
+
type RequiredActionConfigModalProps = {
|
3
|
+
requiredAction: RequiredActionProviderRepresentation;
|
4
|
+
onClose: () => void;
|
5
|
+
};
|
6
|
+
export declare const RequiredActionConfigModal: ({ requiredAction, onClose, }: RequiredActionConfigModalProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { ComponentType, MouseEvent as ReactMouseEvent } from 'react';
|
2
|
+
import { EdgeProps, MarkerType } from 'reactflow';
|
3
|
+
export type ButtonEdges = {
|
4
|
+
[key: string]: ComponentType<ButtonEdgeProps>;
|
5
|
+
};
|
6
|
+
export type ButtonEdgeProps = EdgeProps & {
|
7
|
+
markerType?: MarkerType;
|
8
|
+
markerEndId?: string;
|
9
|
+
data: {
|
10
|
+
onEdgeClick: (evt: ReactMouseEvent<HTMLButtonElement, MouseEvent>, id: string) => void;
|
11
|
+
};
|
12
|
+
};
|
13
|
+
export declare const ButtonEdge: ({ id, sourceX, sourceY, targetX, targetY, sourcePosition, targetPosition, label, style, markerType, markerEndId, selected, data: { onEdgeClick }, }: ButtonEdgeProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
type NodeProps = {
|
2
|
+
data: {
|
3
|
+
label: string;
|
4
|
+
};
|
5
|
+
selected: boolean;
|
6
|
+
};
|
7
|
+
type SubFlowNodeProps = NodeProps & {
|
8
|
+
prefix: string;
|
9
|
+
};
|
10
|
+
export declare const SubFlowNode: import('react').MemoExoticComponent<({ data: { label }, prefix, selected, }: SubFlowNodeProps) => import("react/jsx-runtime").JSX.Element>;
|
11
|
+
export declare const StartSubFlowNode: ({ ...props }: NodeProps) => import("react/jsx-runtime").JSX.Element;
|
12
|
+
export declare const EndSubFlowNode: ({ ...props }: NodeProps) => import("react/jsx-runtime").JSX.Element;
|
13
|
+
export {};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { AuthenticationProviderRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/authenticatorConfigRepresentation';
|
2
|
+
export type FlowType = "client" | "form" | "basic" | "condition" | "subFlow";
|
3
|
+
type AddStepModalProps = {
|
4
|
+
name: string;
|
5
|
+
type: FlowType;
|
6
|
+
onSelect: (value?: AuthenticationProviderRepresentation) => void;
|
7
|
+
};
|
8
|
+
export declare const AddStepModal: ({ name, type, onSelect }: AddStepModalProps) => import("react/jsx-runtime").JSX.Element;
|
9
|
+
export {};
|
@@ -0,0 +1,14 @@
|
|
1
|
+
type AddSubFlowProps = {
|
2
|
+
name: string;
|
3
|
+
onConfirm: (flow: Flow) => void;
|
4
|
+
onCancel: () => void;
|
5
|
+
};
|
6
|
+
declare const types: readonly ["basic-flow", "form-flow"];
|
7
|
+
export type Flow = {
|
8
|
+
name: string;
|
9
|
+
description: string;
|
10
|
+
type: (typeof types)[number];
|
11
|
+
provider: string;
|
12
|
+
};
|
13
|
+
export declare const AddSubFlowModal: ({ name, onConfirm, onCancel, }: AddSubFlowProps) => import("react/jsx-runtime").JSX.Element;
|
14
|
+
export {};
|
@@ -0,0 +1,25 @@
|
|
1
|
+
import { default as AuthenticationExecutionInfoRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/authenticationExecutionInfoRepresentation';
|
2
|
+
export type ExpandableExecution = AuthenticationExecutionInfoRepresentation & {
|
3
|
+
executionList?: ExpandableExecution[];
|
4
|
+
isCollapsed: boolean;
|
5
|
+
};
|
6
|
+
export declare class IndexChange {
|
7
|
+
oldIndex: number;
|
8
|
+
newIndex: number;
|
9
|
+
constructor(oldIndex: number, newIndex: number);
|
10
|
+
}
|
11
|
+
export declare class LevelChange extends IndexChange {
|
12
|
+
parent?: ExpandableExecution;
|
13
|
+
constructor(oldIndex: number, newIndex: number, parent?: ExpandableExecution);
|
14
|
+
}
|
15
|
+
export declare class ExecutionList {
|
16
|
+
#private;
|
17
|
+
expandableList: ExpandableExecution[];
|
18
|
+
constructor(list: AuthenticationExecutionInfoRepresentation[]);
|
19
|
+
order(list?: ExpandableExecution[]): ExpandableExecution[];
|
20
|
+
findExecution(index: number, current?: {
|
21
|
+
index: number;
|
22
|
+
}, list?: ExpandableExecution[]): ExpandableExecution | undefined;
|
23
|
+
getChange(changed: AuthenticationExecutionInfoRepresentation, order: string[]): IndexChange;
|
24
|
+
clone(): ExecutionList;
|
25
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function CreateFlow(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const NameDescription: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { default as RealmRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/realmRepresentation';
|
2
|
+
type CibaPolicyProps = {
|
3
|
+
realm: RealmRepresentation;
|
4
|
+
realmUpdated: (realm: RealmRepresentation) => void;
|
5
|
+
};
|
6
|
+
export declare const CibaPolicy: ({ realm, realmUpdated }: CibaPolicyProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { default as RealmRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/realmRepresentation';
|
2
|
+
type OtpPolicyProps = {
|
3
|
+
realm: RealmRepresentation;
|
4
|
+
realmUpdated: (realm: RealmRepresentation) => void;
|
5
|
+
};
|
6
|
+
export declare const OtpPolicy: ({ realm, realmUpdated }: OtpPolicyProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { default as RealmRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/realmRepresentation';
|
2
|
+
type PasswordPolicyProps = {
|
3
|
+
realm: RealmRepresentation;
|
4
|
+
realmUpdated: (realm: RealmRepresentation) => void;
|
5
|
+
};
|
6
|
+
export declare const PasswordPolicy: ({ realm, realmUpdated, }: PasswordPolicyProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const Policies: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { default as PasswordPolicyTypeRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/passwordPolicyTypeRepresentation';
|
2
|
+
type PolicyRowProps = {
|
3
|
+
policy: PasswordPolicyTypeRepresentation;
|
4
|
+
onRemove: (id?: string) => void;
|
5
|
+
};
|
6
|
+
export declare const PolicyRow: ({ policy: { id, configType, defaultValue, displayName }, onRemove, }: PolicyRowProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { default as RealmRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/realmRepresentation';
|
2
|
+
type WebauthnPolicyProps = {
|
3
|
+
realm: RealmRepresentation;
|
4
|
+
realmUpdated: (realm: RealmRepresentation) => void;
|
5
|
+
isPasswordLess?: boolean;
|
6
|
+
};
|
7
|
+
export declare const WebauthnPolicy: ({ realm, realmUpdated, isPasswordLess, }: WebauthnPolicyProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { default as PasswordPolicyTypeRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/passwordPolicyTypeRepresentation';
|
2
|
+
export type SubmittedValues = {
|
3
|
+
[index: string]: string;
|
4
|
+
};
|
5
|
+
export declare const serializePolicy: (policies: PasswordPolicyTypeRepresentation[], submitted: SubmittedValues) => string;
|
6
|
+
type PolicyValue = PasswordPolicyTypeRepresentation & {
|
7
|
+
value?: string;
|
8
|
+
};
|
9
|
+
export declare const parsePolicy: (value: string, policies: PasswordPolicyTypeRepresentation[]) => PolicyValue[];
|
10
|
+
export {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type AuthenticationTab = "flows" | "required-actions" | "policies";
|
4
|
+
export type AuthenticationParams = {
|
5
|
+
realm: string;
|
6
|
+
tab?: AuthenticationTab;
|
7
|
+
};
|
8
|
+
export declare const AuthenticationRoute: AppRouteObject;
|
9
|
+
export declare const AuthenticationRouteWithTab: AppRouteObject;
|
10
|
+
export declare const toAuthentication: (params: AuthenticationParams) => Partial<Path>;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type CreateFlowParams = {
|
4
|
+
realm: string;
|
5
|
+
};
|
6
|
+
export declare const CreateFlowRoute: AppRouteObject;
|
7
|
+
export declare const toCreateFlow: (params: CreateFlowParams) => Partial<Path>;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type FlowParams = {
|
4
|
+
realm: string;
|
5
|
+
id: string;
|
6
|
+
usedBy: string;
|
7
|
+
builtIn?: string;
|
8
|
+
};
|
9
|
+
export declare const FlowRoute: AppRouteObject;
|
10
|
+
export declare const FlowWithBuiltInRoute: AppRouteObject;
|
11
|
+
export declare const toFlow: (params: FlowParams) => Partial<Path>;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { Row } from '../clients/scopes/ClientScopes';
|
2
|
+
type ChangeTypeDropdownProps = {
|
3
|
+
clientId?: string;
|
4
|
+
selectedRows: Row[];
|
5
|
+
refresh: () => void;
|
6
|
+
};
|
7
|
+
export declare const ChangeTypeDropdown: ({ clientId, selectedRows, refresh, }: ChangeTypeDropdownProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function ClientScopesSection(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function CreateClientScope(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function EditClientScope(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { default as ProtocolMapperRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/protocolMapperRepresentation';
|
2
|
+
import { ProtocolMapperTypeRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/serverInfoRepesentation';
|
3
|
+
export type AddMapperDialogModalProps = {
|
4
|
+
protocol: string;
|
5
|
+
filter?: ProtocolMapperRepresentation[];
|
6
|
+
onConfirm: (value: ProtocolMapperTypeRepresentation | ProtocolMapperRepresentation[]) => void;
|
7
|
+
};
|
8
|
+
export type AddMapperDialogProps = AddMapperDialogModalProps & {
|
9
|
+
open: boolean;
|
10
|
+
toggleDialog: () => void;
|
11
|
+
};
|
12
|
+
export declare const AddMapperDialog: (props: AddMapperDialogProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,13 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
3
|
+
import { default as ClientScopeRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientScopeRepresentation';
|
4
|
+
import { default as ProtocolMapperRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/protocolMapperRepresentation';
|
5
|
+
import { ProtocolMapperTypeRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/serverInfoRepesentation';
|
6
|
+
type MapperListProps = {
|
7
|
+
model: ClientScopeRepresentation | ClientRepresentation;
|
8
|
+
onAdd: (mappers: ProtocolMapperTypeRepresentation | ProtocolMapperRepresentation[]) => void;
|
9
|
+
onDelete: (mapper: ProtocolMapperRepresentation) => void;
|
10
|
+
detailLink: (id: string) => Partial<Path>;
|
11
|
+
};
|
12
|
+
export declare const MapperList: ({ model, onAdd, onDelete, detailLink, }: MapperListProps) => import("react/jsx-runtime").JSX.Element;
|
13
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function MappingDetails(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { default as ClientScopeRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientScopeRepresentation';
|
2
|
+
import { ClientScopeDefaultOptionalType } from '../../components/client-scope/ClientScopeTypes';
|
3
|
+
type ScopeFormProps = {
|
4
|
+
clientScope?: ClientScopeRepresentation;
|
5
|
+
save: (clientScope: ClientScopeDefaultOptionalType) => void;
|
6
|
+
};
|
7
|
+
export declare const ScopeForm: ({ clientScope, save }: ScopeFormProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1,22 @@
|
|
1
|
+
import { AllClientScopes, AllClientScopeType } from '../../components/client-scope/ClientScopeTypes';
|
2
|
+
import { Row } from '../../clients/scopes/ClientScopes';
|
3
|
+
export type SearchType = "name" | "type" | "protocol";
|
4
|
+
export declare const PROTOCOLS: readonly ["all", "saml", "openid-connect"];
|
5
|
+
export type ProtocolType = (typeof PROTOCOLS)[number];
|
6
|
+
export declare const nameFilter: (search?: string) => (scope: Row) => boolean | undefined;
|
7
|
+
export declare const typeFilter: (type: AllClientScopeType) => (scope: Row) => boolean;
|
8
|
+
export declare const protocolFilter: (protocol: ProtocolType) => (scope: Row) => boolean;
|
9
|
+
type SearchToolbarProps = Omit<SearchDropdownProps, "withProtocol"> & {
|
10
|
+
type: AllClientScopeType;
|
11
|
+
onType: (value: AllClientScopes) => void;
|
12
|
+
protocol?: ProtocolType;
|
13
|
+
onProtocol?: (value: ProtocolType) => void;
|
14
|
+
};
|
15
|
+
type SearchDropdownProps = {
|
16
|
+
searchType: SearchType;
|
17
|
+
onSelect: (value: SearchType) => void;
|
18
|
+
withProtocol?: boolean;
|
19
|
+
};
|
20
|
+
export declare const SearchDropdown: ({ searchType, withProtocol, onSelect, }: SearchDropdownProps) => import("react/jsx-runtime").JSX.Element;
|
21
|
+
export declare const SearchToolbar: ({ searchType, onSelect, type, onType, protocol, onProtocol, }: SearchToolbarProps) => import("react/jsx-runtime").JSX.Element;
|
22
|
+
export {};
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type ClientScopeTab = "settings" | "mappers" | "scope";
|
4
|
+
export type ClientScopeParams = {
|
5
|
+
realm: string;
|
6
|
+
id: string;
|
7
|
+
tab: ClientScopeTab;
|
8
|
+
};
|
9
|
+
export declare const ClientScopeRoute: AppRouteObject;
|
10
|
+
export declare const toClientScope: (params: ClientScopeParams) => Partial<Path>;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type ClientScopesParams = {
|
4
|
+
realm: string;
|
5
|
+
};
|
6
|
+
export declare const ClientScopesRoute: AppRouteObject;
|
7
|
+
export declare const toClientScopes: (params: ClientScopesParams) => Partial<Path>;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type MapperParams = {
|
4
|
+
realm: string;
|
5
|
+
id: string;
|
6
|
+
mapperId: string;
|
7
|
+
};
|
8
|
+
export declare const MapperRoute: AppRouteObject;
|
9
|
+
export declare const toMapper: (params: MapperParams) => Partial<Path>;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { Path } from 'react-router-dom';
|
2
|
+
import { AppRouteObject } from '../../routes';
|
3
|
+
export type NewClientScopeParams = {
|
4
|
+
realm: string;
|
5
|
+
};
|
6
|
+
export declare const NewClientScopeRoute: AppRouteObject;
|
7
|
+
export declare const toNewClientScope: (params: NewClientScopeParams) => Partial<Path>;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
2
|
+
import { default as GlobalRequestResult } from '@keycloak/keycloak-admin-client/lib/defs/globalRequestResult';
|
3
|
+
import { TFunction } from 'i18next';
|
4
|
+
import { AddAlertFunction } from '@keycloak/keycloak-ui-shared';
|
5
|
+
import { SaveOptions } from './ClientDetails';
|
6
|
+
export declare const parseResult: (result: GlobalRequestResult, prefixKey: string, addAlert: AddAlertFunction, t: TFunction) => void;
|
7
|
+
export type AdvancedProps = {
|
8
|
+
save: (options?: SaveOptions) => void;
|
9
|
+
client: ClientRepresentation;
|
10
|
+
};
|
11
|
+
export declare const AdvancedTab: ({ save, client }: AdvancedProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
2
|
+
export type SaveOptions = {
|
3
|
+
confirmed?: boolean;
|
4
|
+
messageKey?: string;
|
5
|
+
};
|
6
|
+
export type FormFields = Omit<ClientRepresentation, "authorizationSettings" | "resources">;
|
7
|
+
export default function ClientDetails(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
2
|
+
type ClientSessionsProps = {
|
3
|
+
client: ClientRepresentation;
|
4
|
+
};
|
5
|
+
export declare const ClientSessions: ({ client }: ClientSessionsProps) => import("react/jsx-runtime").JSX.Element;
|
6
|
+
export {};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
2
|
+
export type ClientSettingsProps = {
|
3
|
+
client: ClientRepresentation;
|
4
|
+
save: () => void;
|
5
|
+
reset: () => void;
|
6
|
+
};
|
7
|
+
export declare const ClientSettings: (props: ClientSettingsProps) => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function ClientsSection(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const GeneralSettings: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1 @@
|
|
1
|
+
export default function NewClientForm(): import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { Path, PathValue } from 'react-hook-form';
|
2
|
+
import { FormFields } from '../ClientDetails';
|
3
|
+
type ToggleProps = {
|
4
|
+
name: PathValue<FormFields, Path<FormFields>>;
|
5
|
+
label: string;
|
6
|
+
};
|
7
|
+
export declare const Toggle: ({ name, label }: ToggleProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export declare const SamlConfig: () => import("react/jsx-runtime").JSX.Element;
|
9
|
+
export {};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const SamlSignature: () => import("react/jsx-runtime").JSX.Element;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
type AddHostDialogProps = {
|
2
|
+
clientId: string;
|
3
|
+
isOpen: boolean;
|
4
|
+
onAdded: (host: string) => void;
|
5
|
+
onClose: () => void;
|
6
|
+
};
|
7
|
+
export declare const AddHostDialog: ({ clientId: id, isOpen, onAdded, onClose, }: AddHostDialogProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
type AdvancedSettingsProps = {
|
2
|
+
save: () => void;
|
3
|
+
reset: () => void;
|
4
|
+
protocol?: string;
|
5
|
+
hasConfigureAccess?: boolean;
|
6
|
+
};
|
7
|
+
export declare const AdvancedSettings: ({ save, reset, protocol, hasConfigureAccess, }: AdvancedSettingsProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
type AuthenticationOverridesProps = {
|
2
|
+
save: () => void;
|
3
|
+
reset: () => void;
|
4
|
+
protocol?: string;
|
5
|
+
hasConfigureAccess?: boolean;
|
6
|
+
};
|
7
|
+
export declare const AuthenticationOverrides: ({ protocol, save, reset, hasConfigureAccess, }: AuthenticationOverridesProps) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
type FineGrainOpenIdConnectProps = {
|
2
|
+
save: () => void;
|
3
|
+
reset: () => void;
|
4
|
+
hasConfigureAccess?: boolean;
|
5
|
+
};
|
6
|
+
export declare const FineGrainOpenIdConnect: ({ save, reset, hasConfigureAccess, }: FineGrainOpenIdConnectProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
type OpenIdConnectCompatibilityModesProps = {
|
2
|
+
save: () => void;
|
3
|
+
reset: () => void;
|
4
|
+
hasConfigureAccess?: boolean;
|
5
|
+
};
|
6
|
+
export declare const OpenIdConnectCompatibilityModes: ({ save, reset, hasConfigureAccess, }: OpenIdConnectCompatibilityModesProps) => import("react/jsx-runtime").JSX.Element;
|
7
|
+
export {};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import { Unit } from '../../components/time-selector/TimeSelector';
|
2
|
+
type TokenLifespanProps = {
|
3
|
+
id: string;
|
4
|
+
name: string;
|
5
|
+
defaultValue?: number;
|
6
|
+
units?: Unit[];
|
7
|
+
};
|
8
|
+
export declare const TokenLifespan: ({ id, name, defaultValue, units, }: TokenLifespanProps) => import("react/jsx-runtime").JSX.Element;
|
9
|
+
export {};
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { default as AccessTokenRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/accessTokenRepresentation';
|
2
|
+
type AuthorizationDataModalProps = {
|
3
|
+
data: AccessTokenRepresentation;
|
4
|
+
};
|
5
|
+
export declare const AuthorizationDataModal: ({ data, }: AuthorizationDataModalProps) => import("react/jsx-runtime").JSX.Element;
|
6
|
+
export {};
|
@@ -0,0 +1,36 @@
|
|
1
|
+
import { default as ClientRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/clientRepresentation';
|
2
|
+
import { default as EvaluationResultRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/evaluationResultRepresentation';
|
3
|
+
import { default as ResourceEvaluation } from '@keycloak/keycloak-admin-client/lib/defs/resourceEvaluation';
|
4
|
+
import { KeyValueType } from '../../components/key-value-form/key-value-convert';
|
5
|
+
import { FormFields } from '../ClientDetails';
|
6
|
+
interface EvaluateFormInputs extends Omit<ResourceEvaluation, "context" | "resources"> {
|
7
|
+
alias: string;
|
8
|
+
authScopes: string[];
|
9
|
+
context: {
|
10
|
+
attributes: Record<string, string>[];
|
11
|
+
};
|
12
|
+
resources?: Record<string, string>[];
|
13
|
+
client: FormFields;
|
14
|
+
user: string[];
|
15
|
+
}
|
16
|
+
export type AttributeType = {
|
17
|
+
key: string;
|
18
|
+
name: string;
|
19
|
+
custom?: boolean;
|
20
|
+
values?: {
|
21
|
+
[key: string]: string;
|
22
|
+
}[];
|
23
|
+
};
|
24
|
+
type ClientSettingsProps = {
|
25
|
+
client: ClientRepresentation;
|
26
|
+
save: () => void;
|
27
|
+
};
|
28
|
+
export type AttributeForm = Omit<EvaluateFormInputs, "context" | "resources"> & {
|
29
|
+
context: {
|
30
|
+
attributes?: KeyValueType[];
|
31
|
+
};
|
32
|
+
resources?: KeyValueType[];
|
33
|
+
};
|
34
|
+
type Props = ClientSettingsProps & EvaluationResultRepresentation;
|
35
|
+
export declare const AuthorizationEvaluate: (props: Props) => import("react/jsx-runtime").JSX.Element;
|
36
|
+
export {};
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { default as EvaluationResultRepresentation } from '@keycloak/keycloak-admin-client/lib/defs/evaluationResultRepresentation';
|
2
|
+
type Props = {
|
3
|
+
rowIndex: number;
|
4
|
+
resource: EvaluationResultRepresentation;
|
5
|
+
evaluateResults: any;
|
6
|
+
};
|
7
|
+
export declare const AuthorizationEvaluateResource: ({ rowIndex, resource, evaluateResults, }: Props) => import("react/jsx-runtime").JSX.Element;
|
8
|
+
export {};
|