Package org.keycloak.representations.idm
Class ClientRepresentation
java.lang.Object
org.keycloak.representations.idm.ClientRepresentation
- Direct Known Subclasses:
AbstractResourceService.Client
,ApplicationRepresentation
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected Boolean
protected Boolean
protected String
protected Boolean
protected String
protected String
protected String
Deprecated.protected Boolean
protected String[]
Deprecated.protected String
protected Boolean
protected Boolean
Deprecated.protected Boolean
protected Boolean
protected Boolean
protected String
protected Boolean
protected String
protected Integer
protected Integer
protected String
protected String
protected List<ProtocolMapperRepresentation>
protected Boolean
protected String
protected String
protected String
protected Boolean
protected Boolean
protected Boolean
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.String[]
Deprecated.getId()
getName()
Returns id of ClientStorageProvider that loaded this usergetType()
Deprecated.Deprecated.Deprecated.Deprecated.void
void
setAdminUrl
(String adminUrl) void
setAlwaysDisplayInConsole
(Boolean alwaysDisplayInConsole) void
setAttributes
(Map<String, String> attributes) void
setAuthenticationFlowBindingOverrides
(Map<String, String> authenticationFlowBindingOverrides) void
setAuthorizationServicesEnabled
(Boolean authorizationServicesEnabled) void
setAuthorizationSettings
(ResourceServerRepresentation authorizationSettings) void
setBaseUrl
(String baseUrl) void
setBearerOnly
(Boolean bearerOnly) void
setClientAuthenticatorType
(String clientAuthenticatorType) void
setClientId
(String clientId) void
setConsentRequired
(Boolean consentRequired) void
setDefaultClientScopes
(List<String> defaultClientScopes) void
setDefaultRoles
(String[] defaultRoles) Deprecated.void
setDescription
(String description) void
setDirectAccessGrantsEnabled
(Boolean directAccessGrantsEnabled) void
setDirectGrantsOnly
(Boolean directGrantsOnly) void
setEnabled
(Boolean enabled) void
setFrontchannelLogout
(Boolean frontchannelLogout) void
setFullScopeAllowed
(Boolean fullScopeAllowed) void
void
setImplicitFlowEnabled
(Boolean implicitFlowEnabled) void
void
setNodeReRegistrationTimeout
(Integer nodeReRegistrationTimeout) void
setNotBefore
(Integer notBefore) void
setOptionalClientScopes
(List<String> optionalClientScopes) void
void
setProtocol
(String protocol) void
setProtocolMappers
(List<ProtocolMapperRepresentation> protocolMappers) void
setPublicClient
(Boolean publicClient) void
setRedirectUris
(List<String> redirectUris) void
setRegisteredNodes
(Map<String, Integer> registeredNodes) void
setRegistrationAccessToken
(String registrationAccessToken) void
setRootUrl
(String rootUrl) void
void
setServiceAccountsEnabled
(Boolean serviceAccountsEnabled) void
setStandardFlowEnabled
(Boolean standardFlowEnabled) void
setSurrogateAuthRequired
(Boolean surrogateAuthRequired) void
void
setWebOrigins
(List<String> webOrigins)
-
Field Details
-
id
-
clientId
-
name
-
description
-
type
-
rootUrl
-
adminUrl
-
baseUrl
-
surrogateAuthRequired
-
enabled
-
alwaysDisplayInConsole
-
clientAuthenticatorType
-
secret
-
registrationAccessToken
-
defaultRoles
Deprecated. -
redirectUris
-
webOrigins
-
notBefore
-
bearerOnly
-
consentRequired
-
standardFlowEnabled
-
implicitFlowEnabled
-
directAccessGrantsEnabled
-
serviceAccountsEnabled
-
authorizationServicesEnabled
-
directGrantsOnly
Deprecated. -
publicClient
-
frontchannelLogout
-
protocol
-
attributes
-
authenticationFlowBindingOverrides
-
fullScopeAllowed
-
nodeReRegistrationTimeout
-
registeredNodes
-
protocolMappers
-
clientTemplate
Deprecated. -
defaultClientScopes
-
optionalClientScopes
-
origin
-
-
Constructor Details
-
ClientRepresentation
public ClientRepresentation()
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getDescription
-
setDescription
-
getType
-
setType
-
getClientId
-
setClientId
-
isEnabled
-
setEnabled
-
isAlwaysDisplayInConsole
-
setAlwaysDisplayInConsole
-
isSurrogateAuthRequired
-
setSurrogateAuthRequired
-
getRootUrl
-
setRootUrl
-
getAdminUrl
-
setAdminUrl
-
getBaseUrl
-
setBaseUrl
-
getClientAuthenticatorType
-
setClientAuthenticatorType
-
getSecret
-
setSecret
-
getRegistrationAccessToken
-
setRegistrationAccessToken
-
getRedirectUris
-
setRedirectUris
-
getWebOrigins
-
setWebOrigins
-
getDefaultRoles
Deprecated. -
setDefaultRoles
Deprecated. -
getNotBefore
-
setNotBefore
-
isBearerOnly
-
setBearerOnly
-
isConsentRequired
-
setConsentRequired
-
isStandardFlowEnabled
-
setStandardFlowEnabled
-
isImplicitFlowEnabled
-
setImplicitFlowEnabled
-
isDirectAccessGrantsEnabled
-
setDirectAccessGrantsEnabled
-
isServiceAccountsEnabled
-
setServiceAccountsEnabled
-
getAuthorizationServicesEnabled
-
setAuthorizationServicesEnabled
-
isDirectGrantsOnly
Deprecated. -
setDirectGrantsOnly
-
isPublicClient
-
setPublicClient
-
isFullScopeAllowed
-
setFullScopeAllowed
-
getProtocol
-
setProtocol
-
getAttributes
-
setAttributes
-
getAuthenticationFlowBindingOverrides
-
setAuthenticationFlowBindingOverrides
-
getNodeReRegistrationTimeout
-
setNodeReRegistrationTimeout
-
getRegisteredNodes
-
setRegisteredNodes
-
isFrontchannelLogout
-
setFrontchannelLogout
-
getProtocolMappers
-
setProtocolMappers
-
getClientTemplate
Deprecated. -
isUseTemplateConfig
Deprecated. -
isUseTemplateScope
Deprecated. -
isUseTemplateMappers
Deprecated. -
getDefaultClientScopes
-
setDefaultClientScopes
-
getOptionalClientScopes
-
setOptionalClientScopes
-
getAuthorizationSettings
-
setAuthorizationSettings
-
getAccess
-
setAccess
-
getOrigin
Returns id of ClientStorageProvider that loaded this user- Returns:
- NULL if user stored locally
-
setOrigin
-