keycloak-oidc-service
org
keycloak
utils
ProfileHelper
静的公開メンバ関数
|
全メンバ一覧
org.keycloak.utils.ProfileHelper クラス
org.keycloak.utils.ProfileHelper 連携図
静的公開メンバ関数
static void
requireFeature
(Profile.Feature feature)
詳解
著者
Stian Thorgersen
関数詳解
◆
requireFeature()
static void org.keycloak.utils.ProfileHelper.requireFeature
(
Profile.Feature
feature
)
inline
static
30
{
31
if
(!Profile.isFeatureEnabled(feature)) {
32
throw
new
WebApplicationException(
"Feature not enabled"
, Response.Status.NOT_IMPLEMENTED);
33
}
34
}
このクラス詳解は次のファイルから抽出されました:
D:/AppData/doxygen/keycloak/oidc-service/src/main/java/org/keycloak/utils/
ProfileHelper.java
2018年11月18日(日) 14時18分04秒作成 - keycloak-oidc-service / 構成:
1.8.13