keycloak
公開メンバ関数 | 静的公開メンバ関数 | 非公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.keycloak.provider.KeycloakDeploymentInfo クラス
org.keycloak.provider.KeycloakDeploymentInfo 連携図
Collaboration graph

公開メンバ関数

boolean isProvider ()
 
boolean hasServices ()
 
KeycloakDeploymentInfo name (String name)
 
String getName ()
 
KeycloakDeploymentInfo services ()
 
boolean hasThemes ()
 
KeycloakDeploymentInfo themes ()
 
boolean hasThemeResources ()
 
KeycloakDeploymentInfo themeResources ()
 

静的公開メンバ関数

static KeycloakDeploymentInfo create ()
 

非公開メンバ関数

 KeycloakDeploymentInfo ()
 

非公開変数類

String name
 
boolean services
 
boolean themes
 
boolean themeResources
 

詳解

構築子と解体子

◆ KeycloakDeploymentInfo()

org.keycloak.provider.KeycloakDeploymentInfo.KeycloakDeploymentInfo ( )
inlineprivate
22  {
23  }

関数詳解

◆ create()

static KeycloakDeploymentInfo org.keycloak.provider.KeycloakDeploymentInfo.create ( )
inlinestatic
18  {
19  return new KeycloakDeploymentInfo();
20  }
KeycloakDeploymentInfo()
Definition: KeycloakDeploymentInfo.java:22

◆ getName()

String org.keycloak.provider.KeycloakDeploymentInfo.getName ( )
inline
30  {
31  return name;
32  }
String name
Definition: KeycloakDeploymentInfo.java:5

◆ hasServices()

boolean org.keycloak.provider.KeycloakDeploymentInfo.hasServices ( )
inline
14  {
15  return services;
16  }
KeycloakDeploymentInfo services()
Definition: KeycloakDeploymentInfo.java:34

◆ hasThemeResources()

boolean org.keycloak.provider.KeycloakDeploymentInfo.hasThemeResources ( )
inline
48  {
49  return themeResources;
50  }
KeycloakDeploymentInfo themeResources()
Definition: KeycloakDeploymentInfo.java:52

◆ hasThemes()

boolean org.keycloak.provider.KeycloakDeploymentInfo.hasThemes ( )
inline
39  {
40  return themes;
41  }
KeycloakDeploymentInfo themes()
Definition: KeycloakDeploymentInfo.java:43

◆ isProvider()

boolean org.keycloak.provider.KeycloakDeploymentInfo.isProvider ( )
inline
10  {
11  return services || themes || themeResources;
12  }
KeycloakDeploymentInfo services()
Definition: KeycloakDeploymentInfo.java:34
KeycloakDeploymentInfo themeResources()
Definition: KeycloakDeploymentInfo.java:52
KeycloakDeploymentInfo themes()
Definition: KeycloakDeploymentInfo.java:43

◆ name()

KeycloakDeploymentInfo org.keycloak.provider.KeycloakDeploymentInfo.name ( String  name)
inline
25  {
26  this.name = name;
27  return this;
28  }
String name
Definition: KeycloakDeploymentInfo.java:5

◆ services()

KeycloakDeploymentInfo org.keycloak.provider.KeycloakDeploymentInfo.services ( )
inline
34  {
35  this.services = true;
36  return this;
37  }
KeycloakDeploymentInfo services()
Definition: KeycloakDeploymentInfo.java:34

◆ themeResources()

KeycloakDeploymentInfo org.keycloak.provider.KeycloakDeploymentInfo.themeResources ( )
inline
52  {
53  themeResources = true;
54  return this;
55  }
KeycloakDeploymentInfo themeResources()
Definition: KeycloakDeploymentInfo.java:52

◆ themes()

KeycloakDeploymentInfo org.keycloak.provider.KeycloakDeploymentInfo.themes ( )
inline
43  {
44  this.themes = true;
45  return this;
46  }
KeycloakDeploymentInfo themes()
Definition: KeycloakDeploymentInfo.java:43

メンバ詳解

◆ name

String org.keycloak.provider.KeycloakDeploymentInfo.name
private

◆ services

boolean org.keycloak.provider.KeycloakDeploymentInfo.services
private

◆ themeResources

boolean org.keycloak.provider.KeycloakDeploymentInfo.themeResources
private

◆ themes

boolean org.keycloak.provider.KeycloakDeploymentInfo.themes
private

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