You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
msgid"Quarkus Security is a framework that provides the architecture, multiple authentication and authorization mechanisms, and other tools to build secure and production-quality Java applications."
msgid"You can use Quarkus extensions for OpenID Connect and OAuth 2.0 access token management, focusing on acquiring, refreshing, and propagating tokens."
msgid"Discover how to secure application HTTP endpoints by using the Quarkus OpenID Connect (OIDC) authorization code flow mechanism with the Quarkus OIDC extension, providing robust authentication and authorization."
msgid"You can use Dev Services for Keycloak and the Dev UI for the OpenID Connect (OIDC) Keycloak provider and adapt these services for other OpenID Connect providers."
msgid"Learn how to enable bearer token authorization in your Quarkus application using Keycloak Authorization Services for secure access to protected resources."
msgid"Get started with Quarkus Security by securing your Quarkus application endpoints with the built-in Quarkus Basic authentication and the Jakarta Persistence identity provider, enabling role-based access control."
msgid"https://github.com/quarkusio/quarkus/blob/main/extensions/arc/deployment/src/main/java/io/quarkus/arc/deployment/AdditionalBeanBuildItem.java[`io.quarkus.arc.deployment.AdditionalBeanBuildItem`, window=\"_blank\"] :: +++This build item is used to specify one or more additional bean classes to be analyzed during bean discovery. <p> By default, the resulting beans may be removed if they are considered unused and is enabled. You can change the default behavior by setting the to and via . <p> An additional bean may have the scope defaulted via and . The default scope is only used if there is no scope declared on the bean class. The default scope should be used in cases where a bean class source is not controlled by the extension and the scope annotation cannot be declared directly on the class. <h2>Generated Classes</h2> This build item should never be produced for a generated class - and should be used instead.+++"
msgid"https://github.com/quarkusio/quarkus/blob/main/extensions/panache/hibernate-orm-panache/deployment/src/main/java/io/quarkus/hibernate/orm/panache/deployment/EntityToPersistenceUnitBuildItem.java[`io.quarkus.hibernate.orm.panache.deployment.EntityToPersistenceUnitBuildItem`, window=\"_blank\"] :: +++Used to record that a specific JPA entity is associated with a specific persistence unit+++"
msgid"https://github.com/quarkusio/quarkus/blob/main/extensions/jaxb/deployment/src/main/java/io/quarkus/jaxb/deployment/FilteredJaxbClassesToBeBoundBuildItem.java[`io.quarkus.jaxb.deployment.FilteredJaxbClassesToBeBoundBuildItem`, window=\"_blank\"] :: +++List of classes to be bound in the JAXB context. Aggregates all classes passed via . All class names excluded via are not present in this list.+++"
msgid"https://github.com/quarkusio/quarkus/blob/main/extensions/smallrye-reactive-messaging/deployment/src/main/java/io/quarkus/smallrye/reactivemessaging/deployment/items/ChannelBuildItem.java[`io.quarkus.smallrye.reactivemessaging.deployment.items.ChannelBuildItem`, window=\"_blank\"] :: +++Represents an application channel. These channels can be declared using , or injected , and .+++"
msgstr"既存の Maven プロジェクトに Jakarta Persistence エクステンションを追加するには、次のいずれかの手順を実行します:"
55
55
56
56
#: _guides/_includes/devtools/create-app.adoc
57
57
#,fuzzy
58
58
msgid"To add the Security Jakarta Persistence extension to an existing Maven project with Hibernate ORM, run the following command from your project base directory:"
59
-
msgstr"既存のMavenプロジェクトにHibernate ORMを使用してSecurity Jakarta Persistenceエクステンションを追加するには、プロジェクトのベース・ディレクトリから以下のコマンドを実行します:"
59
+
msgstr"Security Jakarta Persistence エクステンションを、Hibernate ORM を使用する既存の Maven プロジェクトに追加するには、プロジェクトのベース・ディレクトリーから以下のコマンドを実行します:"
60
60
61
61
#: _guides/_includes/devtools/create-app.adoc
62
62
msgid"Gradle"
@@ -65,4 +65,4 @@ msgstr "Gradle"
65
65
#: _guides/_includes/devtools/create-app.adoc
66
66
#,fuzzy
67
67
msgid"To add the Security Jakarta Persistence extension to an existing Maven project with Hibernate Reactive, run the following command from your project base directory:"
68
-
msgstr"既存のMavenプロジェクトにHibernate Reactiveを使用してSecurity Jakarta Persistenceエクステンションを追加するには、プロジェクトのベース・ディレクトリから以下のコマンドを実行します:"
68
+
msgstr"Hibernate Reactive を使用する既存の Maven プロジェクトに Security Jakarta Persistence エクステンションを追加するには、プロジェクトのベース・ディレクトリーから以下のコマンドを実行します:"
0 commit comments