Package org.keycloak.representations.idm
Class ClientRepresentation
- java.lang.Object
- 
- org.keycloak.representations.idm.ClientRepresentation
 
- 
- Direct Known Subclasses:
- AbstractResourceService.Client,- ApplicationRepresentation
 
 public class ClientRepresentation extends Object - Version:
- $Revision: 1 $
- Author:
- Bill Burke
 
- 
- 
Field Summary
 - 
Constructor SummaryConstructors Constructor Description ClientRepresentation()
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
idprotected String id 
 - 
clientIdprotected String clientId 
 - 
nameprotected String name 
 - 
descriptionprotected String description 
 - 
rootUrlprotected String rootUrl 
 - 
adminUrlprotected String adminUrl 
 - 
baseUrlprotected String baseUrl 
 - 
surrogateAuthRequiredprotected Boolean surrogateAuthRequired 
 - 
enabledprotected Boolean enabled 
 - 
alwaysDisplayInConsoleprotected Boolean alwaysDisplayInConsole 
 - 
clientAuthenticatorTypeprotected String clientAuthenticatorType 
 - 
secretprotected String secret 
 - 
registrationAccessTokenprotected String registrationAccessToken 
 - 
defaultRoles@Deprecated protected String[] defaultRoles Deprecated.
 - 
notBeforeprotected Integer notBefore 
 - 
bearerOnlyprotected Boolean bearerOnly 
 - 
consentRequiredprotected Boolean consentRequired 
 - 
standardFlowEnabledprotected Boolean standardFlowEnabled 
 - 
implicitFlowEnabledprotected Boolean implicitFlowEnabled 
 - 
directAccessGrantsEnabledprotected Boolean directAccessGrantsEnabled 
 - 
serviceAccountsEnabledprotected Boolean serviceAccountsEnabled 
 - 
oauth2DeviceAuthorizationGrantEnabledprotected Boolean oauth2DeviceAuthorizationGrantEnabled 
 - 
authorizationServicesEnabledprotected Boolean authorizationServicesEnabled 
 - 
directGrantsOnly@Deprecated protected Boolean directGrantsOnly Deprecated.
 - 
publicClientprotected Boolean publicClient 
 - 
frontchannelLogoutprotected Boolean frontchannelLogout 
 - 
protocolprotected String protocol 
 - 
fullScopeAllowedprotected Boolean fullScopeAllowed 
 - 
nodeReRegistrationTimeoutprotected Integer nodeReRegistrationTimeout 
 - 
protocolMappersprotected List<ProtocolMapperRepresentation> protocolMappers 
 - 
clientTemplate@Deprecated protected String clientTemplate Deprecated.
 - 
originprotected String origin 
 
- 
 - 
Method Detail- 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
getNamepublic String getName() 
 - 
setNamepublic void setName(String name) 
 - 
getDescriptionpublic String getDescription() 
 - 
setDescriptionpublic void setDescription(String description) 
 - 
getClientIdpublic String getClientId() 
 - 
setClientIdpublic void setClientId(String clientId) 
 - 
isEnabledpublic Boolean isEnabled() 
 - 
setEnabledpublic void setEnabled(Boolean enabled) 
 - 
isAlwaysDisplayInConsolepublic Boolean isAlwaysDisplayInConsole() 
 - 
setAlwaysDisplayInConsolepublic void setAlwaysDisplayInConsole(Boolean alwaysDisplayInConsole) 
 - 
isSurrogateAuthRequiredpublic Boolean isSurrogateAuthRequired() 
 - 
setSurrogateAuthRequiredpublic void setSurrogateAuthRequired(Boolean surrogateAuthRequired) 
 - 
getRootUrlpublic String getRootUrl() 
 - 
setRootUrlpublic void setRootUrl(String rootUrl) 
 - 
getAdminUrlpublic String getAdminUrl() 
 - 
setAdminUrlpublic void setAdminUrl(String adminUrl) 
 - 
getBaseUrlpublic String getBaseUrl() 
 - 
setBaseUrlpublic void setBaseUrl(String baseUrl) 
 - 
getClientAuthenticatorTypepublic String getClientAuthenticatorType() 
 - 
setClientAuthenticatorTypepublic void setClientAuthenticatorType(String clientAuthenticatorType) 
 - 
getSecretpublic String getSecret() 
 - 
setSecretpublic void setSecret(String secret) 
 - 
getRegistrationAccessTokenpublic String getRegistrationAccessToken() 
 - 
setRegistrationAccessTokenpublic void setRegistrationAccessToken(String registrationAccessToken) 
 - 
getDefaultRoles@Deprecated public String[] getDefaultRoles() Deprecated.
 - 
setDefaultRoles@Deprecated public void setDefaultRoles(String[] defaultRoles) Deprecated.
 - 
getNotBeforepublic Integer getNotBefore() 
 - 
setNotBeforepublic void setNotBefore(Integer notBefore) 
 - 
isBearerOnlypublic Boolean isBearerOnly() 
 - 
setBearerOnlypublic void setBearerOnly(Boolean bearerOnly) 
 - 
isConsentRequiredpublic Boolean isConsentRequired() 
 - 
setConsentRequiredpublic void setConsentRequired(Boolean consentRequired) 
 - 
isStandardFlowEnabledpublic Boolean isStandardFlowEnabled() 
 - 
setStandardFlowEnabledpublic void setStandardFlowEnabled(Boolean standardFlowEnabled) 
 - 
isImplicitFlowEnabledpublic Boolean isImplicitFlowEnabled() 
 - 
setImplicitFlowEnabledpublic void setImplicitFlowEnabled(Boolean implicitFlowEnabled) 
 - 
isDirectAccessGrantsEnabledpublic Boolean isDirectAccessGrantsEnabled() 
 - 
setDirectAccessGrantsEnabledpublic void setDirectAccessGrantsEnabled(Boolean directAccessGrantsEnabled) 
 - 
isServiceAccountsEnabledpublic Boolean isServiceAccountsEnabled() 
 - 
setServiceAccountsEnabledpublic void setServiceAccountsEnabled(Boolean serviceAccountsEnabled) 
 - 
getAuthorizationServicesEnabledpublic Boolean getAuthorizationServicesEnabled() 
 - 
setAuthorizationServicesEnabledpublic void setAuthorizationServicesEnabled(Boolean authorizationServicesEnabled) 
 - 
isDirectGrantsOnly@Deprecated public Boolean isDirectGrantsOnly() Deprecated.
 - 
setDirectGrantsOnlypublic void setDirectGrantsOnly(Boolean directGrantsOnly) 
 - 
isPublicClientpublic Boolean isPublicClient() 
 - 
setPublicClientpublic void setPublicClient(Boolean publicClient) 
 - 
isFullScopeAllowedpublic Boolean isFullScopeAllowed() 
 - 
setFullScopeAllowedpublic void setFullScopeAllowed(Boolean fullScopeAllowed) 
 - 
getProtocolpublic String getProtocol() 
 - 
setProtocolpublic void setProtocol(String protocol) 
 - 
getAuthenticationFlowBindingOverridespublic Map<String,String> getAuthenticationFlowBindingOverrides() 
 - 
setAuthenticationFlowBindingOverridespublic void setAuthenticationFlowBindingOverrides(Map<String,String> authenticationFlowBindingOverrides) 
 - 
getNodeReRegistrationTimeoutpublic Integer getNodeReRegistrationTimeout() 
 - 
setNodeReRegistrationTimeoutpublic void setNodeReRegistrationTimeout(Integer nodeReRegistrationTimeout) 
 - 
isFrontchannelLogoutpublic Boolean isFrontchannelLogout() 
 - 
setFrontchannelLogoutpublic void setFrontchannelLogout(Boolean frontchannelLogout) 
 - 
getProtocolMapperspublic List<ProtocolMapperRepresentation> getProtocolMappers() 
 - 
setProtocolMapperspublic void setProtocolMappers(List<ProtocolMapperRepresentation> protocolMappers) 
 - 
getClientTemplate@Deprecated public String getClientTemplate() Deprecated.
 - 
isUseTemplateConfig@Deprecated public Boolean isUseTemplateConfig() Deprecated.
 - 
isUseTemplateScope@Deprecated public Boolean isUseTemplateScope() Deprecated.
 - 
isUseTemplateMappers@Deprecated public Boolean isUseTemplateMappers() Deprecated.
 - 
getAuthorizationSettingspublic ResourceServerRepresentation getAuthorizationSettings() 
 - 
setAuthorizationSettingspublic void setAuthorizationSettings(ResourceServerRepresentation authorizationSettings) 
 - 
getOriginpublic String getOrigin() Returns id of ClientStorageProvider that loaded this user- Returns:
- NULL if user stored locally
 
 - 
setOriginpublic void setOrigin(String origin) 
 
- 
 
-