Class ClientInstallationRepresentation
java.lang.Object
org.keycloak.representations.info.ClientInstallationRepresentation
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
void
setDisplayType
(String displayType) void
setDownloadOnly
(boolean downloadOnly) void
setFilename
(String filename) void
setHelpText
(String helpText) void
void
setMediaType
(String mediaType) void
setProtocol
(String protocol)
-
Field Details
-
id
-
protocol
-
downloadOnly
protected boolean downloadOnly -
displayType
-
helpText
-
filename
-
mediaType
-
-
Constructor Details
-
ClientInstallationRepresentation
public ClientInstallationRepresentation()
-
-
Method Details
-
getId
-
setId
-
getProtocol
-
setProtocol
-
isDownloadOnly
public boolean isDownloadOnly() -
setDownloadOnly
public void setDownloadOnly(boolean downloadOnly) -
getDisplayType
-
setDisplayType
-
getHelpText
-
setHelpText
-
getFilename
-
setFilename
-
getMediaType
-
setMediaType
-