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

公開メンバ関数

String getId ()
 
void setId (String id)
 
String getName ()
 
void setName (String name)
 
String getCategory ()
 
void setCategory (String category)
 
String getHelpText ()
 
void setHelpText (String helpText)
 
List< ConfigPropertyRepresentationgetProperties ()
 
void setProperties (List< ConfigPropertyRepresentation > properties)
 

限定公開変数類

String id
 
String name
 
String category
 
String helpText
 
List< ConfigPropertyRepresentationproperties
 

詳解

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ getCategory()

String org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.getCategory ( )
inline
50  {
51  return category;
52  }
String category
Definition: ProtocolMapperTypeRepresentation.java:29

◆ getHelpText()

String org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.getHelpText ( )
inline
58  {
59  return helpText;
60  }
String helpText
Definition: ProtocolMapperTypeRepresentation.java:30

◆ getId()

String org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.getId ( )
inline
34  {
35  return id;
36  }
String id
Definition: ProtocolMapperTypeRepresentation.java:27

◆ getName()

String org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.getName ( )
inline
42  {
43  return name;
44  }
String name
Definition: ProtocolMapperTypeRepresentation.java:28

◆ getProperties()

List<ConfigPropertyRepresentation> org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.getProperties ( )
inline
66  {
67  return properties;
68  }
List< ConfigPropertyRepresentation > properties
Definition: ProtocolMapperTypeRepresentation.java:32

◆ setCategory()

void org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.setCategory ( String  category)
inline
54  {
55  this.category = category;
56  }
String category
Definition: ProtocolMapperTypeRepresentation.java:29

◆ setHelpText()

void org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.setHelpText ( String  helpText)
inline
62  {
63  this.helpText = helpText;
64  }
String helpText
Definition: ProtocolMapperTypeRepresentation.java:30

◆ setId()

void org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.setId ( String  id)
inline
38  {
39  this.id = id;
40  }
String id
Definition: ProtocolMapperTypeRepresentation.java:27

◆ setName()

void org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.setName ( String  name)
inline
46  {
47  this.name = name;
48  }
String name
Definition: ProtocolMapperTypeRepresentation.java:28

◆ setProperties()

void org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.setProperties ( List< ConfigPropertyRepresentation properties)
inline
70  {
71  this.properties = properties;
72  }
List< ConfigPropertyRepresentation > properties
Definition: ProtocolMapperTypeRepresentation.java:32

メンバ詳解

◆ category

String org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.category
protected

◆ helpText

String org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.helpText
protected

◆ id

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

◆ name

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

◆ properties

List<ConfigPropertyRepresentation> org.keycloak.representations.idm.ProtocolMapperTypeRepresentation.properties
protected

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