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

公開メンバ関数

String getId ()
 
void setId (String id)
 
String getProtocol ()
 
void setProtocol (String protocol)
 
boolean isDownloadOnly ()
 
void setDownloadOnly (boolean downloadOnly)
 
String getDisplayType ()
 
void setDisplayType (String displayType)
 
String getHelpText ()
 
void setHelpText (String helpText)
 
String getFilename ()
 
void setFilename (String filename)
 
String getMediaType ()
 
void setMediaType (String mediaType)
 

限定公開変数類

String id
 
String protocol
 
boolean downloadOnly
 
String displayType
 
String helpText
 
String filename
 
String mediaType
 

詳解

著者
Bill Burke
バージョン
Revision
1

関数詳解

◆ getDisplayType()

String org.keycloak.representations.info.ClientInstallationRepresentation.getDisplayType ( )
inline
57  {
58  return displayType;
59  }
String displayType
Definition: ClientInstallationRepresentation.java:28

◆ getFilename()

String org.keycloak.representations.info.ClientInstallationRepresentation.getFilename ( )
inline
73  {
74  return filename;
75  }
String filename
Definition: ClientInstallationRepresentation.java:30

◆ getHelpText()

String org.keycloak.representations.info.ClientInstallationRepresentation.getHelpText ( )
inline
65  {
66  return helpText;
67  }
String helpText
Definition: ClientInstallationRepresentation.java:29

◆ getId()

String org.keycloak.representations.info.ClientInstallationRepresentation.getId ( )
inline
33  {
34  return id;
35  }
String id
Definition: ClientInstallationRepresentation.java:25

◆ getMediaType()

String org.keycloak.representations.info.ClientInstallationRepresentation.getMediaType ( )
inline
81  {
82  return mediaType;
83  }
String mediaType
Definition: ClientInstallationRepresentation.java:31

◆ getProtocol()

String org.keycloak.representations.info.ClientInstallationRepresentation.getProtocol ( )
inline
41  {
42  return protocol;
43  }
String protocol
Definition: ClientInstallationRepresentation.java:26

◆ isDownloadOnly()

boolean org.keycloak.representations.info.ClientInstallationRepresentation.isDownloadOnly ( )
inline
49  {
50  return downloadOnly;
51  }
boolean downloadOnly
Definition: ClientInstallationRepresentation.java:27

◆ setDisplayType()

void org.keycloak.representations.info.ClientInstallationRepresentation.setDisplayType ( String  displayType)
inline
61  {
62  this.displayType = displayType;
63  }
String displayType
Definition: ClientInstallationRepresentation.java:28

◆ setDownloadOnly()

void org.keycloak.representations.info.ClientInstallationRepresentation.setDownloadOnly ( boolean  downloadOnly)
inline
53  {
55  }
boolean downloadOnly
Definition: ClientInstallationRepresentation.java:27

◆ setFilename()

void org.keycloak.representations.info.ClientInstallationRepresentation.setFilename ( String  filename)
inline
77  {
78  this.filename = filename;
79  }
String filename
Definition: ClientInstallationRepresentation.java:30

◆ setHelpText()

void org.keycloak.representations.info.ClientInstallationRepresentation.setHelpText ( String  helpText)
inline
69  {
70  this.helpText = helpText;
71  }
String helpText
Definition: ClientInstallationRepresentation.java:29

◆ setId()

void org.keycloak.representations.info.ClientInstallationRepresentation.setId ( String  id)
inline
37  {
38  this.id = id;
39  }
String id
Definition: ClientInstallationRepresentation.java:25

◆ setMediaType()

void org.keycloak.representations.info.ClientInstallationRepresentation.setMediaType ( String  mediaType)
inline
85  {
86  this.mediaType = mediaType;
87  }
String mediaType
Definition: ClientInstallationRepresentation.java:31

◆ setProtocol()

void org.keycloak.representations.info.ClientInstallationRepresentation.setProtocol ( String  protocol)
inline
45  {
46  this.protocol = protocol;
47  }
String protocol
Definition: ClientInstallationRepresentation.java:26

メンバ詳解

◆ displayType

String org.keycloak.representations.info.ClientInstallationRepresentation.displayType
protected

◆ downloadOnly

boolean org.keycloak.representations.info.ClientInstallationRepresentation.downloadOnly
protected

◆ filename

String org.keycloak.representations.info.ClientInstallationRepresentation.filename
protected

◆ helpText

String org.keycloak.representations.info.ClientInstallationRepresentation.helpText
protected

◆ id

String org.keycloak.representations.info.ClientInstallationRepresentation.id
protected

◆ mediaType

String org.keycloak.representations.info.ClientInstallationRepresentation.mediaType
protected

◆ protocol

String org.keycloak.representations.info.ClientInstallationRepresentation.protocol
protected

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