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

公開メンバ関数

String getId ()
 
void setId (String id)
 
String getName ()
 
void setName (String name)
 
String getDescription ()
 
void setDescription (String description)
 
List< ProtocolMapperRepresentationgetProtocolMappers ()
 
void setProtocolMappers (List< ProtocolMapperRepresentation > protocolMappers)
 
String getProtocol ()
 
void setProtocol (String protocol)
 
Map< String, String > getAttributes ()
 
void setAttributes (Map< String, String > attributes)
 

限定公開変数類

String id
 
String name
 
String description
 
String protocol
 
Map< String, String > attributes
 
List< ProtocolMapperRepresentationprotocolMappers
 

詳解

著者
Marek Posolda

関数詳解

◆ getAttributes()

Map<String, String> org.keycloak.representations.idm.ClientScopeRepresentation.getAttributes ( )
inline
80  {
81  return attributes;
82  }
Map< String, String > attributes
Definition: ClientScopeRepresentation.java:35

◆ getDescription()

String org.keycloak.representations.idm.ClientScopeRepresentation.getDescription ( )
inline
55  {
56  return description;
57  }
String description
Definition: ClientScopeRepresentation.java:33

◆ getId()

String org.keycloak.representations.idm.ClientScopeRepresentation.getId ( )
inline
39  {
40  return id;
41  }
String id
Definition: ClientScopeRepresentation.java:31

◆ getName()

String org.keycloak.representations.idm.ClientScopeRepresentation.getName ( )
inline
47  {
48  return name;
49  }
String name
Definition: ClientScopeRepresentation.java:32

◆ getProtocol()

String org.keycloak.representations.idm.ClientScopeRepresentation.getProtocol ( )
inline
72  {
73  return protocol;
74  }
String protocol
Definition: ClientScopeRepresentation.java:34

◆ getProtocolMappers()

List<ProtocolMapperRepresentation> org.keycloak.representations.idm.ClientScopeRepresentation.getProtocolMappers ( )
inline
64  {
65  return protocolMappers;
66  }
List< ProtocolMapperRepresentation > protocolMappers
Definition: ClientScopeRepresentation.java:37

◆ setAttributes()

void org.keycloak.representations.idm.ClientScopeRepresentation.setAttributes ( Map< String, String >  attributes)
inline
84  {
85  this.attributes = attributes;
86  }
Map< String, String > attributes
Definition: ClientScopeRepresentation.java:35

◆ setDescription()

void org.keycloak.representations.idm.ClientScopeRepresentation.setDescription ( String  description)
inline
59  {
60  this.description = description;
61  }
String description
Definition: ClientScopeRepresentation.java:33

◆ setId()

void org.keycloak.representations.idm.ClientScopeRepresentation.setId ( String  id)
inline
43  {
44  this.id = id;
45  }
String id
Definition: ClientScopeRepresentation.java:31

◆ setName()

void org.keycloak.representations.idm.ClientScopeRepresentation.setName ( String  name)
inline
51  {
52  this.name = name;
53  }
String name
Definition: ClientScopeRepresentation.java:32

◆ setProtocol()

void org.keycloak.representations.idm.ClientScopeRepresentation.setProtocol ( String  protocol)
inline
76  {
77  this.protocol = protocol;
78  }
String protocol
Definition: ClientScopeRepresentation.java:34

◆ setProtocolMappers()

void org.keycloak.representations.idm.ClientScopeRepresentation.setProtocolMappers ( List< ProtocolMapperRepresentation protocolMappers)
inline
68  {
70  }
List< ProtocolMapperRepresentation > protocolMappers
Definition: ClientScopeRepresentation.java:37

メンバ詳解

◆ attributes

Map<String, String> org.keycloak.representations.idm.ClientScopeRepresentation.attributes
protected

◆ description

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

◆ id

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

◆ name

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

◆ protocol

String org.keycloak.representations.idm.ClientScopeRepresentation.protocol
protected

◆ protocolMappers

List<ProtocolMapperRepresentation> org.keycloak.representations.idm.ClientScopeRepresentation.protocolMappers
protected

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