keycloak
公開メンバ関数 | 非公開変数類 | 全メンバ一覧
org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition クラス
org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition 連携図
Collaboration graph

公開メンバ関数

 GroupDefinition ()
 
 GroupDefinition (String id)
 
 GroupDefinition (String id, boolean extendChildren)
 
 GroupDefinition (String id, String path, boolean extendChildren)
 
String getId ()
 
void setId (String id)
 
String getPath ()
 
void setPath (String path)
 
boolean isExtendChildren ()
 
void setExtendChildren (boolean extendChildren)
 

非公開変数類

String id
 
String path
 
boolean extendChildren
 

詳解

構築子と解体子

◆ GroupDefinition() [1/4]

org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.GroupDefinition ( )
inline
98  {
99  this(null);
100  }

◆ GroupDefinition() [2/4]

org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.GroupDefinition ( String  id)
inline
102  {
103  this(id, false);
104  }

◆ GroupDefinition() [3/4]

org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.GroupDefinition ( String  id,
boolean  extendChildren 
)
inline
106  {
107  this(id, null, extendChildren);
108  }

◆ GroupDefinition() [4/4]

org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.GroupDefinition ( String  id,
String  path,
boolean  extendChildren 
)
inline
110  {
111  this.id = id;
112  this.path = path;
114  }

関数詳解

◆ getId()

String org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.getId ( )
inline
116  {
117  return id;
118  }

◆ getPath()

String org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.getPath ( )
inline
124  {
125  return path;
126  }

◆ isExtendChildren()

boolean org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.isExtendChildren ( )
inline
132  {
133  return extendChildren;
134  }

◆ setExtendChildren()

void org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.setExtendChildren ( boolean  extendChildren)
inline
136  {
138  }

◆ setId()

void org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.setId ( String  id)
inline
120  {
121  this.id = id;
122  }

◆ setPath()

void org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.setPath ( String  path)
inline
128  {
129  this.path = path;
130  }

メンバ詳解

◆ extendChildren

boolean org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.extendChildren
private

◆ id

String org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.id
private

◆ path

String org.keycloak.representations.idm.authorization.GroupPolicyRepresentation.GroupDefinition.path
private

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