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

クラス

class  Composites
 

公開メンバ関数

 RoleRepresentation ()
 
 RoleRepresentation (String name, String description, boolean scopeParamRequired)
 
String getId ()
 
void setId (String id)
 
String getName ()
 
void setName (String name)
 
String getDescription ()
 
void setDescription (String description)
 
Boolean isScopeParamRequired ()
 
Composites getComposites ()
 
void setComposites (Composites composites)
 
String toString ()
 
boolean isComposite ()
 
void setComposite (boolean composite)
 
Boolean getClientRole ()
 
void setClientRole (Boolean clientRole)
 
String getContainerId ()
 
void setContainerId (String containerId)
 

限定公開変数類

String id
 
String name
 
String description
 
Boolean scopeParamRequired
 
boolean composite
 
Composites composites
 

非公開変数類

Boolean clientRole
 
String containerId
 

詳解

著者
Bill Burke
バージョン
Revision
1

構築子と解体子

◆ RoleRepresentation() [1/2]

org.keycloak.representations.idm.RoleRepresentation.RoleRepresentation ( )
inline
67  {
68  }

◆ RoleRepresentation() [2/2]

org.keycloak.representations.idm.RoleRepresentation.RoleRepresentation ( String  name,
String  description,
boolean  scopeParamRequired 
)
inline
70  {
71  this.name = name;
72  this.description = description;
74  }
String name
Definition: RoleRepresentation.java:30
Boolean scopeParamRequired
Definition: RoleRepresentation.java:33
String description
Definition: RoleRepresentation.java:31

関数詳解

◆ getClientRole()

Boolean org.keycloak.representations.idm.RoleRepresentation.getClientRole ( )
inline
126  {
127  return clientRole;
128  }
Boolean clientRole
Definition: RoleRepresentation.java:36

◆ getComposites()

Composites org.keycloak.representations.idm.RoleRepresentation.getComposites ( )
inline
105  {
106  return composites;
107  }
Composites composites
Definition: RoleRepresentation.java:35

◆ getContainerId()

String org.keycloak.representations.idm.RoleRepresentation.getContainerId ( )
inline
134  {
135  return containerId;
136  }
String containerId
Definition: RoleRepresentation.java:37

◆ getDescription()

String org.keycloak.representations.idm.RoleRepresentation.getDescription ( )
inline
92  {
93  return description;
94  }
String description
Definition: RoleRepresentation.java:31

◆ getId()

String org.keycloak.representations.idm.RoleRepresentation.getId ( )
inline
76  {
77  return id;
78  }
String id
Definition: RoleRepresentation.java:29

◆ getName()

String org.keycloak.representations.idm.RoleRepresentation.getName ( )
inline
84  {
85  return name;
86  }
String name
Definition: RoleRepresentation.java:30

◆ isComposite()

boolean org.keycloak.representations.idm.RoleRepresentation.isComposite ( )
inline
118  {
119  return composite;
120  }
boolean composite
Definition: RoleRepresentation.java:34

◆ isScopeParamRequired()

Boolean org.keycloak.representations.idm.RoleRepresentation.isScopeParamRequired ( )
inline
101  {
102  return scopeParamRequired;
103  }
Boolean scopeParamRequired
Definition: RoleRepresentation.java:33

◆ setClientRole()

void org.keycloak.representations.idm.RoleRepresentation.setClientRole ( Boolean  clientRole)
inline
130  {
131  this.clientRole = clientRole;
132  }
Boolean clientRole
Definition: RoleRepresentation.java:36

◆ setComposite()

void org.keycloak.representations.idm.RoleRepresentation.setComposite ( boolean  composite)
inline
122  {
123  this.composite = composite;
124  }
boolean composite
Definition: RoleRepresentation.java:34

◆ setComposites()

void org.keycloak.representations.idm.RoleRepresentation.setComposites ( Composites  composites)
inline
109  {
110  this.composites = composites;
111  }
Composites composites
Definition: RoleRepresentation.java:35

◆ setContainerId()

void org.keycloak.representations.idm.RoleRepresentation.setContainerId ( String  containerId)
inline
138  {
139  this.containerId = containerId;
140  }
String containerId
Definition: RoleRepresentation.java:37

◆ setDescription()

void org.keycloak.representations.idm.RoleRepresentation.setDescription ( String  description)
inline
96  {
97  this.description = description;
98  }
String description
Definition: RoleRepresentation.java:31

◆ setId()

void org.keycloak.representations.idm.RoleRepresentation.setId ( String  id)
inline
80  {
81  this.id = id;
82  }
String id
Definition: RoleRepresentation.java:29

◆ setName()

void org.keycloak.representations.idm.RoleRepresentation.setName ( String  name)
inline
88  {
89  this.name = name;
90  }
String name
Definition: RoleRepresentation.java:30

◆ toString()

String org.keycloak.representations.idm.RoleRepresentation.toString ( )
inline
114  {
115  return name;
116  }
String name
Definition: RoleRepresentation.java:30

メンバ詳解

◆ clientRole

Boolean org.keycloak.representations.idm.RoleRepresentation.clientRole
private

◆ composite

boolean org.keycloak.representations.idm.RoleRepresentation.composite
protected

◆ composites

Composites org.keycloak.representations.idm.RoleRepresentation.composites
protected

◆ containerId

String org.keycloak.representations.idm.RoleRepresentation.containerId
private

◆ description

String org.keycloak.representations.idm.RoleRepresentation.description
protected

◆ id

String org.keycloak.representations.idm.RoleRepresentation.id
protected

◆ name

String org.keycloak.representations.idm.RoleRepresentation.name
protected

◆ scopeParamRequired

Boolean org.keycloak.representations.idm.RoleRepresentation.scopeParamRequired
protected

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