keycloak-service
静的公開メンバ関数 | 全メンバ一覧
org.keycloak.utils.ProfileHelper クラス
org.keycloak.utils.ProfileHelper 連携図
Collaboration graph

静的公開メンバ関数

static void requireFeature (Profile.Feature feature)
 

詳解

著者
Stian Thorgersen

関数詳解

◆ requireFeature()

static void org.keycloak.utils.ProfileHelper.requireFeature ( Profile.Feature  feature)
inlinestatic
30  {
31  if (!Profile.isFeatureEnabled(feature)) {
32  throw new WebApplicationException("Feature not enabled", Response.Status.NOT_IMPLEMENTED);
33  }
34  }

このクラス詳解は次のファイルから抽出されました: