keycloak
公開メンバ関数 | 公開変数類 | 非公開変数類 | 全メンバ一覧
列挙 org.keycloak.common.Profile.ProfileValue 詳解
org.keycloak.common.Profile.ProfileValue 連携図
Collaboration graph

公開メンバ関数

 ProfileValue (Feature... disabled)
 

公開変数類

 PRODUCT =(Feature.ADMIN_FINE_GRAINED_AUTHZ, Feature.SCRIPTS, Feature.DOCKER, Feature.ACCOUNT2, Feature.TOKEN_EXCHANGE)
 
 PREVIEW =(Feature.ACCOUNT2)
 
 COMMUNITY =(Feature.DOCKER, Feature.ACCOUNT2)
 

非公開変数類

List< Featuredisabled
 

詳解

構築子と解体子

◆ ProfileValue()

org.keycloak.common.Profile.ProfileValue.ProfileValue ( Feature...  disabled)
inline
63  {
64  this.disabled = Arrays.asList(disabled);
65  }
List< Feature > disabled
Definition: Profile.java:61

メンバ詳解

◆ COMMUNITY

org.keycloak.common.Profile.ProfileValue.COMMUNITY =(Feature.DOCKER, Feature.ACCOUNT2)

◆ disabled

List<Feature> org.keycloak.common.Profile.ProfileValue.disabled
private

◆ PREVIEW

org.keycloak.common.Profile.ProfileValue.PREVIEW =(Feature.ACCOUNT2)

◆ PRODUCT


次のファイルからこの列挙についての詳解を抽出しました: