3.5. Eclipse MicroProfile JWT 設定
3.5.1. microprofile-jwt-smallrye
サブシステムの有効化
Eclipse MicroProfile JWT 統合は microprofile-jwt-smallrye
サブシステムによって提供され、デフォルト設定に含まれています。サブシステムがデフォルト設定に存在しない場合は、以下のように追加できます。
前提条件
- EAP XP がインストールされている。
手順
JBoss EAP で MicroProfile JWT smallrye 拡張を有効にします。
/extension=org.wildfly.extension.microprofile.jwt-smallrye:add
microprofile-jwt-smallrye
サブシステムを有効にします。/subsystem=microprofile-jwt-smallrye:add
サーバーをリロードします。
reload
microprofile-jwt-smallrye
サブシステムが有効になります。