Capability

DXP Self-Hosted Installation, Maintenance, and Administration

In addition to SaaS and PaaS deployment approaches for Liferay DXP, you can also opt to self-host Liferay DXP. Self-hosting gives you flexibility to deploy Liferay DXP on-premises or to a cloud computing provider of your choice, giving you complete control over deployment, infrastructure, and maintenance.

Feature
Deployment Approach
Capability
GraphQL APIの使用
GraphQL APIの使用 Liferay DXPには、ほとんどのアプリケーションに対応している GraphQL APIが含まれています。 ここでは、それらを使用する方法を紹介します。 必要なステップはわずか3つです。 使用するAPIを特定します。 必要なデータを含むサイトを特定します。 データにアクセスできる資格情報を使用してAPI呼び出しを行います。 GraphQL...
公開日: 2024/05/09 18:51
バッチテンプレートデザイナー
バッチテンプレートデザイナー liferay DXP 2023.Q4+/Portal 7.4 GA102+ [ベータ版フィーチャー](../../system-administration/configuring-liferay/feature-flags.md#beta-feature-flags) ...
公開日: 2024/05/09 18:51
外部参照コードの使用
外部参照コードの使用 Liferay DXP/Portal 7.4+ LiferayのヘッドレスAPIエンドポイントの多くは外部参照コード(ERC)をサポートしています。 ERCフィールドは、幅広いシナリオで役に立つ。 例えば、コンテンツをLiferayに移行する際、ERCフィールドに他のシステムからのユニークな参照IDを残すことができます。...
公開日: 2024/05/09 18:51
OAuth2アプリケーションの作成
OAuth2アプリケーションの作成 OAuth 2.0を使用して承認できるアプリケーションがある場合、Liferayがそれを認識できるように、そのアプリケーションを登録する必要があります。 これを行うには、 Control Panel → Configuration → OAuth2 Administration にアクセスします。 追加(add)ボタンをクリックします。 ...
公開日: 2024/11/22 22:48
Configuring the JWT Bearer Flow
Configuring the JWT Bearer Flow To use JWT Bearer as a grant type in Liferay, you must create an OAuth 2 client with the Client Authentication Method set to Client Secret Basic or Post. The client...
公開日: 2025/02/25 12:39
Issuing JWT Access Tokens
Issuing JWT Access Tokens Liferay DXP 7.4 U45+/GA45+ You can configure Liferay to issue access tokens in the JWT format from System Settings. Enabling JWT Tokens Open the Global Menu...
公開日: 2025/02/25 12:39
Using Private Key JWT (JSON Web Token)
Using Private Key JWT (JSON Web Token) Liferay supports private key JWT as an authentication method for OAuth 2 clients. In this flow, the client itself creates the assertion. Liferay authenticates...
公開日: 2025/03/06 16:05
OAuth 2のスコープ
OAuth 2のスコープ OAuth 2.0では、アプリケーションはユーザーデータの制限されたサブセットへのアクセスを許可されます。 これらは スコープ と呼ばれます(Liferayスコープと混同しないでください)。 これらは2つの方法で作成されます。 管理者が、スコープのサービスアクセスポリシーを作成する。 開発者が、JAX-RSエンドポイントを作成する。...
公開日: 2024/11/22 22:48
OAuth2によるユーザーの認証
OAuth2によるユーザーの認証 OAuth 2.0の認証プロトコルを使用してLiferayのヘッドレスREST APIにアクセスするアプリケーションを作成できます。 提供されているサンプルReactアプリは、OAuth2トークンベースの3種類の認証フロー(認証コードフロー、クライアント認証情報フロー、パスワードフロー)のデモを実行しています。 OAuth2 管理パネルの詳細については、...
公開日: 2024/11/22 22:48
RESTビルダーを使用したAPI
RESTビルダーを使用したAPI RESTビルダーとは、ローカルAPIをWeb上で利用しやすくするためのコード生成ツールです。 OpenAPI仕様 を使用し、RESTと GraphQL APIを生成します。 RESTビルダーは、...
公開日: 2024/05/09 18:51
RESTビルダーを使用したAPIの作成と実装
RESTビルダーを使用したAPIの作成と実装 RESTビルダーを使用すると、構築したいAPIを定義でき、RESTビルダーはフレームワークとエンドポイントを提供します。 サンプルのREST APIをデプロイする RESTビルダーの動作を確認するために、カタログ内のIDによってダミー製品を取得するサンプルAPIをデプロイできます。...
公開日: 2024/05/09 18:51
Data Sets
Data Sets Liferay DXP 2024.Q1+/Portal GA112+ Currently, this feature is behind a release feature flag (LPS-164563). Data sets are like virtual containers that help organize and manage related...
公開日: 2024/05/09 18:54
Defining a Custom Data Schema
Defining a Custom Data Schema The ticketing application requires custom data fields and selections. You use Liferay objects and picklists to define a custom data schema. Creating Custom Picklists...
公開日: 2024/05/09 18:52
Defining Entities
Defining Entities Entities are the heart and soul of a service. They represent the map between the model objects in Java and your database fields and tables. Service Builder automatically maps your...
公開日: 2024/05/09 18:52
Client Extensions
Client Extensions Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 When you want to extend Liferay, either by modifying its look and feel or by calling functions outside of Liferay, you...
公開日: 2024/11/22 22:50
Liferay Development
Liferay Development Liferay's development platform makes developers faster and more efficient by providing a baseline set of features to build upon. Rather than start from scratch, you can start...
公開日: 2024/05/09 18:52
Deploying a Custom Application
Deploying a Custom Application You can use a custom element client extension to render a JavaScript application as a widget on a Liferay site page. The application is served by Liferay and...
公開日: 2024/05/09 18:52
Service Builder
Service Builder An application without reliable business logic or persistence isn't much of an application at all. Unfortunately, writing your own persistence code often takes a great deal of time....
公開日: 2024/05/09 18:52
Remote Applications with Headless APIs
Remote Applications with Headless APIs Available 7.4+ After creating and publishing objects, headless REST APIs are automatically generated. Here you'll see how to integrate these endpoints to...
公開日: 2024/11/22 22:50
Managing Data Sets
Managing Data Sets Liferay DXP 2024.Q1+/Portal GA112+ Currently, this feature is behind a release feature flag (LPS-164563). Once you create a data set, you can customize how users see it....
公開日: 2024/05/09 18:54
Data Set Actions
Data Set Actions Liferay DXP 2024.Q1+/Portal GA112+ Currently, this feature is behind a release feature flag (LPS-164563). While managing data set, define actions to be used in the data set...
公開日: 2024/05/09 18:54
Site Initializers
Site Initializers Liferay DXP 2023.Q4+/Portal GA100+ Site Initializers package pages, content, and configurations to help you jump-start a new site with much of the site already built. You can...
公開日: 2024/10/16 16:33
Using Data Set Actions
Using Data Set Actions Liferay DXP 2024.Q1/Portal GA112 Currently, this feature is behind a release feature flag (LPS-164563). Here are some examples for how to use data set actions and perform...
公開日: 2024/05/09 18:54
Importing/Exporting Data
Importing/Exporting Data Liferay Self-Hosted Liferay SaaS Liferay PaaS Liferay 7.4 If you want to import or export data from Liferay, you use batch client extensions. Use and reuse your data...
公開日: 2024/05/09 18:54
Using a Microservice Client Extension
Using a Microservice Client Extension A microservice client extension is a standalone server process that relies on OAuth 2 for communication with Liferay. The microservice is a resource server and...
公開日: 2024/05/09 18:54
アーキテクチャ
アーキテクチャ Liferay DXP/Portalのアーキテクチャには、次の3つの部分があります。 コア: DXPとそのフレームワークをブートストラップします。 コアは、サービス、UIコンポーネント、およびカスタマイゼーションを管理するためのランタイム環境を提供します。 サービス: Java APIおよびWeb APIを介してDXP機能とカスタム機能を公開します。 UI:...
公開日: 2024/05/09 18:55
Exporting and Importing Object Definitions
Exporting and Importing Object Definitions Liferay 7.4 U68+/GA68+ You can export and import object definitions as .json files. These files include the definition's complete schema (e.g.,...
公開日: 2024/05/09 18:54
Attachment Fields
Attachment Fields Attachment fields are for uploading files to your instance's Document Library. When uploaded, the file is linked to the entry's attachment field, and each field can only be linked...
公開日: 2024/05/09 18:54
Auto-Increment Fields
Auto-Increment Fields DXP 2024.Q1+/Portal GA112+ Auto-Increment fields are configurable read-only fields for uniquely identifying object entries in a human-readable format. For example, an IT...
公開日: 2024/05/09 18:54
Adding Field Validations
Adding Field Validations Liferay DXP 2023.Q3+/Portal GA92+ Validations set rules for determining valid field entries. Each validation has its own trigger, conditions, and error message, which you...
公開日: 2024/05/09 18:54
Managing Objects with Headless APIs
Managing Objects with Headless APIs Liferay 7.4+ You can create and manage objects from the Applications menu, but you can also use Liferay's REST APIs. Call these services to create and manage...
公開日: 2024/05/09 18:54
Using Objects with SugarCRM
Using Objects with SugarCRM [Release Feature](../../../../system-administration/configuring-liferay/feature-flags.md#release-feature-flags) You can create objects that map to SugarCRM objects (for...
公開日: 2024/06/05 16:04
Picklists API Basics
Picklists API Basics Liferay provides the headless-admin-list-types REST APIs for creating and managing picklist definitions (ListTypeDefinition) and their entries (ListTypeEntry). You can view and...
公開日: 2024/05/09 18:54
Managing Object Entries Using GraphQL
Managing Object Entries Using GraphQL You can use GraphQL to manage custom object entries in Liferay efficiently. This API framework simplifies data interaction and serves as an alternative to REST...
公開日: 2024/11/22 22:50
Integrating Service Builder Applications with Objects
Integrating Service Builder Applications with Objects You can integrate existing Service Builder applications with the Objects framework. Once integrated, your custom entities become unmodifiable...
公開日: 2025/02/13 12:44
Using Custom Object APIs
Using Custom Object APIs Liferay 7.4+ When you publish a custom object definition, Liferay generates default REST APIs for interacting with the object and its data. These APIs vary depending on...
公開日: 2024/05/09 18:54
Object API Basics
Object API Basics When you publish an Object, Liferay automatically generates REST APIs for it. These APIs differ for Company and Site scoped Objects, but they all use the c/[pluralobjectlabel]...
公開日: 2024/05/09 18:54
Using nestedFields to Query Related Entries
Using nestedFields to Query Related Entries Liferay 7.4 U69+/GA69+ The nestedFields parameter returns multiple levels of related object entries in a single GET request. Pass the nestedFields...
公開日: 2024/05/09 18:54
サイトエクスペリエンスのパーソナライズ
サイトエクスペリエンスのパーソナライズ Liferay DXPは、ユーザーを理解し、パーソナライズされた体験を提供するための強力なツールをすぐに利用できます。 例えば、 ユーザーセグメント を作成し、それらを異なる エクスペリエンス にマッピングすることができます。 エクスペリエンスを導入することで、 コレクションをパーソナライズし、 コンテンツや ユーザーが見るページ...
公開日: 2024/11/22 22:52
コンテンツページのパーソナライゼーション
コンテンツページのパーソナライゼーション コンテンツページをさまざまなユーザーグループに合わせて調整し、各グループに一般的なエクスペリエンスではなく、パーソナライズされたエクスペリエンスを提供できます。 コンテントページのパーソナライゼーションを活用してA/Bテストを実施することもできます(詳細については、 コンテントページエクスペリエンスとA/Bテスト を参照してください)。 ...
公開日: 2024/05/09 18:57

Capabilities

Product

Education

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy