Class ClientAdapter
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.ClientAdapter
-
- All Implemented Interfaces:
CachedObject,ClientModel,ClientScopeModel,OrderedModel,ProtocolMapperContainerModel,RoleContainerModel,ScopeContainerModel
public class ClientAdapter extends Object implements ClientModel, CachedObject
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.keycloak.models.ClientModel
ClientModel.ClientCreationEvent, ClientModel.ClientProtocolUpdatedEvent, ClientModel.ClientRemovedEvent, ClientModel.ClientUpdatedEvent, ClientModel.SearchableFields
-
Nested classes/interfaces inherited from interface org.keycloak.models.ClientScopeModel
ClientScopeModel.ClientScopeRemovedEvent
-
Nested classes/interfaces inherited from interface org.keycloak.models.OrderedModel
OrderedModel.OrderedModelComparator<OM extends OrderedModel>
-
Nested classes/interfaces inherited from interface org.keycloak.models.RoleContainerModel
RoleContainerModel.RoleRemovedEvent
-
-
Field Summary
Fields Modifier and Type Field Description protected CachedClientcachedprotected RealmModelcachedRealmprotected RealmCacheSessioncacheSessionprotected booleaninvalidatedprotected ClientModelupdated-
Fields inherited from interface org.keycloak.models.ClientModel
LOGO_URI, POLICY_URI, PRIVATE_KEY, PUBLIC_KEY, TOS_URI, X509CERTIFICATE
-
Fields inherited from interface org.keycloak.models.ClientScopeModel
CONSENT_SCREEN_TEXT, DISPLAY_ON_CONSENT_SCREEN, DYNAMIC_SCOPE_REGEXP, GUI_ORDER, INCLUDE_IN_TOKEN_SCOPE, IS_DYNAMIC_SCOPE
-
-
Constructor Summary
Constructors Constructor Description ClientAdapter(RealmModel cachedRealm, CachedClient cached, RealmCacheSession cacheSession)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.ClientModel
getConsentScreenText, getDynamicClientScope, isDisplayOnConsentScreen
-
Methods inherited from interface org.keycloak.models.ClientScopeModel
getDynamicScopeRegexp, getGuiOrder, isDynamicScope, isIncludeInTokenScope, setConsentScreenText, setDisplayOnConsentScreen, setGuiOrder, setIncludeInTokenScope, setIsDynamicScope
-
Methods inherited from interface org.keycloak.models.ProtocolMapperContainerModel
getProtocolMappers
-
Methods inherited from interface org.keycloak.models.RoleContainerModel
getDefaultRoles, getRoles, getRoles, searchForRoles, updateDefaultRoles
-
Methods inherited from interface org.keycloak.models.ScopeContainerModel
getRealmScopeMappings, getScopeMappings
-
-
-
-
Field Detail
-
cacheSession
protected RealmCacheSession cacheSession
-
cachedRealm
protected RealmModel cachedRealm
-
updated
protected ClientModel updated
-
cached
protected CachedClient cached
-
invalidated
protected boolean invalidated
-
-
Constructor Detail
-
ClientAdapter
public ClientAdapter(RealmModel cachedRealm, CachedClient cached, RealmCacheSession cacheSession)
-
-
Method Detail
-
invalidate
public void invalidate()
-
isUpdated
protected boolean isUpdated()
-
getCacheTimestamp
public long getCacheTimestamp()
- Specified by:
getCacheTimestampin interfaceCachedObject
-
updateClient
public void updateClient()
- Specified by:
updateClientin interfaceClientModel
-
getId
public String getId()
- Specified by:
getIdin interfaceClientModel- Specified by:
getIdin interfaceClientScopeModel- Specified by:
getIdin interfaceRoleContainerModel
-
getWebOrigins
public Set<String> getWebOrigins()
- Specified by:
getWebOriginsin interfaceClientModel
-
setWebOrigins
public void setWebOrigins(Set<String> webOrigins)
- Specified by:
setWebOriginsin interfaceClientModel
-
addClientScope
public void addClientScope(ClientScopeModel clientScope, boolean defaultScope)
- Specified by:
addClientScopein interfaceClientModel
-
addClientScopes
public void addClientScopes(Set<ClientScopeModel> clientScopes, boolean defaultScope)
- Specified by:
addClientScopesin interfaceClientModel
-
removeClientScope
public void removeClientScope(ClientScopeModel clientScope)
- Specified by:
removeClientScopein interfaceClientModel
-
getClientScopes
public Map<String,ClientScopeModel> getClientScopes(boolean defaultScope)
- Specified by:
getClientScopesin interfaceClientModel
-
addWebOrigin
public void addWebOrigin(String webOrigin)
- Specified by:
addWebOriginin interfaceClientModel
-
removeWebOrigin
public void removeWebOrigin(String webOrigin)
- Specified by:
removeWebOriginin interfaceClientModel
-
getRedirectUris
public Set<String> getRedirectUris()
- Specified by:
getRedirectUrisin interfaceClientModel
-
setRedirectUris
public void setRedirectUris(Set<String> redirectUris)
- Specified by:
setRedirectUrisin interfaceClientModel
-
addRedirectUri
public void addRedirectUri(String redirectUri)
- Specified by:
addRedirectUriin interfaceClientModel
-
removeRedirectUri
public void removeRedirectUri(String redirectUri)
- Specified by:
removeRedirectUriin interfaceClientModel
-
isEnabled
public boolean isEnabled()
- Specified by:
isEnabledin interfaceClientModel
-
setEnabled
public void setEnabled(boolean enabled)
- Specified by:
setEnabledin interfaceClientModel
-
isAlwaysDisplayInConsole
public boolean isAlwaysDisplayInConsole()
- Specified by:
isAlwaysDisplayInConsolein interfaceClientModel
-
setAlwaysDisplayInConsole
public void setAlwaysDisplayInConsole(boolean alwaysDisplayInConsole)
- Specified by:
setAlwaysDisplayInConsolein interfaceClientModel
-
getClientAuthenticatorType
public String getClientAuthenticatorType()
- Specified by:
getClientAuthenticatorTypein interfaceClientModel
-
setClientAuthenticatorType
public void setClientAuthenticatorType(String clientAuthenticatorType)
- Specified by:
setClientAuthenticatorTypein interfaceClientModel
-
validateSecret
public boolean validateSecret(String secret)
- Specified by:
validateSecretin interfaceClientModel
-
getSecret
public String getSecret()
- Specified by:
getSecretin interfaceClientModel
-
setSecret
public void setSecret(String secret)
- Specified by:
setSecretin interfaceClientModel
-
getRegistrationToken
public String getRegistrationToken()
- Specified by:
getRegistrationTokenin interfaceClientModel
-
setRegistrationToken
public void setRegistrationToken(String registrationToken)
- Specified by:
setRegistrationTokenin interfaceClientModel
-
isPublicClient
public boolean isPublicClient()
- Specified by:
isPublicClientin interfaceClientModel
-
setPublicClient
public void setPublicClient(boolean flag)
- Specified by:
setPublicClientin interfaceClientModel
-
isFrontchannelLogout
public boolean isFrontchannelLogout()
- Specified by:
isFrontchannelLogoutin interfaceClientModel
-
setFrontchannelLogout
public void setFrontchannelLogout(boolean flag)
- Specified by:
setFrontchannelLogoutin interfaceClientModel
-
isFullScopeAllowed
public boolean isFullScopeAllowed()
- Specified by:
isFullScopeAllowedin interfaceClientModel
-
setFullScopeAllowed
public void setFullScopeAllowed(boolean value)
- Specified by:
setFullScopeAllowedin interfaceClientModel
-
getScopeMappingsStream
public Stream<RoleModel> getScopeMappingsStream()
- Specified by:
getScopeMappingsStreamin interfaceScopeContainerModel
-
addScopeMapping
public void addScopeMapping(RoleModel role)
- Specified by:
addScopeMappingin interfaceScopeContainerModel
-
deleteScopeMapping
public void deleteScopeMapping(RoleModel role)
- Specified by:
deleteScopeMappingin interfaceScopeContainerModel
-
getRealmScopeMappingsStream
public Stream<RoleModel> getRealmScopeMappingsStream()
- Specified by:
getRealmScopeMappingsStreamin interfaceScopeContainerModel
-
getRealm
public RealmModel getRealm()
- Specified by:
getRealmin interfaceClientModel- Specified by:
getRealmin interfaceClientScopeModel
-
getNotBefore
public int getNotBefore()
- Specified by:
getNotBeforein interfaceClientModel
-
setNotBefore
public void setNotBefore(int notBefore)
- Specified by:
setNotBeforein interfaceClientModel
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfaceClientModel- Specified by:
getProtocolin interfaceClientScopeModel
-
setProtocol
public void setProtocol(String protocol)
- Specified by:
setProtocolin interfaceClientModel- Specified by:
setProtocolin interfaceClientScopeModel
-
setAttribute
public void setAttribute(String name, String value)
- Specified by:
setAttributein interfaceClientModel- Specified by:
setAttributein interfaceClientScopeModel
-
removeAttribute
public void removeAttribute(String name)
- Specified by:
removeAttributein interfaceClientModel- Specified by:
removeAttributein interfaceClientScopeModel
-
getAttribute
public String getAttribute(String name)
- Specified by:
getAttributein interfaceClientModel- Specified by:
getAttributein interfaceClientScopeModel
-
getAttributes
public Map<String,String> getAttributes()
- Specified by:
getAttributesin interfaceClientModel- Specified by:
getAttributesin interfaceClientScopeModel
-
setAuthenticationFlowBindingOverride
public void setAuthenticationFlowBindingOverride(String name, String value)
- Specified by:
setAuthenticationFlowBindingOverridein interfaceClientModel
-
removeAuthenticationFlowBindingOverride
public void removeAuthenticationFlowBindingOverride(String name)
- Specified by:
removeAuthenticationFlowBindingOverridein interfaceClientModel
-
getAuthenticationFlowBindingOverride
public String getAuthenticationFlowBindingOverride(String name)
- Specified by:
getAuthenticationFlowBindingOverridein interfaceClientModel
-
getAuthenticationFlowBindingOverrides
public Map<String,String> getAuthenticationFlowBindingOverrides()
- Specified by:
getAuthenticationFlowBindingOverridesin interfaceClientModel
-
getProtocolMappersStream
public Stream<ProtocolMapperModel> getProtocolMappersStream()
- Specified by:
getProtocolMappersStreamin interfaceProtocolMapperContainerModel
-
addProtocolMapper
public ProtocolMapperModel addProtocolMapper(ProtocolMapperModel model)
- Specified by:
addProtocolMapperin interfaceProtocolMapperContainerModel
-
removeProtocolMapper
public void removeProtocolMapper(ProtocolMapperModel mapping)
- Specified by:
removeProtocolMapperin interfaceProtocolMapperContainerModel
-
updateProtocolMapper
public void updateProtocolMapper(ProtocolMapperModel mapping)
- Specified by:
updateProtocolMapperin interfaceProtocolMapperContainerModel
-
getProtocolMapperById
public ProtocolMapperModel getProtocolMapperById(String id)
- Specified by:
getProtocolMapperByIdin interfaceProtocolMapperContainerModel
-
getProtocolMapperByName
public ProtocolMapperModel getProtocolMapperByName(String protocol, String name)
- Specified by:
getProtocolMapperByNamein interfaceProtocolMapperContainerModel
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceClientModel
-
setClientId
public void setClientId(String clientId)
- Specified by:
setClientIdin interfaceClientModel
-
getName
public String getName()
- Specified by:
getNamein interfaceClientModel- Specified by:
getNamein interfaceClientScopeModel
-
setName
public void setName(String name)
- Specified by:
setNamein interfaceClientModel- Specified by:
setNamein interfaceClientScopeModel
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceClientModel- Specified by:
getDescriptionin interfaceClientScopeModel
-
setDescription
public void setDescription(String description)
- Specified by:
setDescriptionin interfaceClientModel- Specified by:
setDescriptionin interfaceClientScopeModel
-
isSurrogateAuthRequired
public boolean isSurrogateAuthRequired()
- Specified by:
isSurrogateAuthRequiredin interfaceClientModel
-
setSurrogateAuthRequired
public void setSurrogateAuthRequired(boolean surrogateAuthRequired)
- Specified by:
setSurrogateAuthRequiredin interfaceClientModel
-
getManagementUrl
public String getManagementUrl()
- Specified by:
getManagementUrlin interfaceClientModel
-
setManagementUrl
public void setManagementUrl(String url)
- Specified by:
setManagementUrlin interfaceClientModel
-
getRootUrl
public String getRootUrl()
- Specified by:
getRootUrlin interfaceClientModel
-
setRootUrl
public void setRootUrl(String url)
- Specified by:
setRootUrlin interfaceClientModel
-
getBaseUrl
public String getBaseUrl()
- Specified by:
getBaseUrlin interfaceClientModel
-
setBaseUrl
public void setBaseUrl(String url)
- Specified by:
setBaseUrlin interfaceClientModel
-
getDefaultRolesStream
@Deprecated public Stream<String> getDefaultRolesStream()
Deprecated.- Specified by:
getDefaultRolesStreamin interfaceRoleContainerModel
-
addDefaultRole
@Deprecated public void addDefaultRole(String name)
Deprecated.- Specified by:
addDefaultRolein interfaceRoleContainerModel
-
removeDefaultRoles
@Deprecated public void removeDefaultRoles(String... defaultRoles)
Deprecated.- Specified by:
removeDefaultRolesin interfaceRoleContainerModel
-
isBearerOnly
public boolean isBearerOnly()
- Specified by:
isBearerOnlyin interfaceClientModel
-
setBearerOnly
public void setBearerOnly(boolean only)
- Specified by:
setBearerOnlyin interfaceClientModel
-
isConsentRequired
public boolean isConsentRequired()
- Specified by:
isConsentRequiredin interfaceClientModel
-
setConsentRequired
public void setConsentRequired(boolean consentRequired)
- Specified by:
setConsentRequiredin interfaceClientModel
-
isStandardFlowEnabled
public boolean isStandardFlowEnabled()
- Specified by:
isStandardFlowEnabledin interfaceClientModel
-
setStandardFlowEnabled
public void setStandardFlowEnabled(boolean standardFlowEnabled)
- Specified by:
setStandardFlowEnabledin interfaceClientModel
-
isImplicitFlowEnabled
public boolean isImplicitFlowEnabled()
- Specified by:
isImplicitFlowEnabledin interfaceClientModel
-
setImplicitFlowEnabled
public void setImplicitFlowEnabled(boolean implicitFlowEnabled)
- Specified by:
setImplicitFlowEnabledin interfaceClientModel
-
isDirectAccessGrantsEnabled
public boolean isDirectAccessGrantsEnabled()
- Specified by:
isDirectAccessGrantsEnabledin interfaceClientModel
-
setDirectAccessGrantsEnabled
public void setDirectAccessGrantsEnabled(boolean directAccessGrantsEnabled)
- Specified by:
setDirectAccessGrantsEnabledin interfaceClientModel
-
isServiceAccountsEnabled
public boolean isServiceAccountsEnabled()
- Specified by:
isServiceAccountsEnabledin interfaceClientModel
-
setServiceAccountsEnabled
public void setServiceAccountsEnabled(boolean serviceAccountsEnabled)
- Specified by:
setServiceAccountsEnabledin interfaceClientModel
-
getRole
public RoleModel getRole(String name)
- Specified by:
getRolein interfaceRoleContainerModel
-
addRole
public RoleModel addRole(String name)
- Specified by:
addRolein interfaceRoleContainerModel
-
addRole
public RoleModel addRole(String id, String name)
- Specified by:
addRolein interfaceRoleContainerModel
-
removeRole
public boolean removeRole(RoleModel role)
- Specified by:
removeRolein interfaceRoleContainerModel
-
getRolesStream
public Stream<RoleModel> getRolesStream()
- Specified by:
getRolesStreamin interfaceRoleContainerModel
-
getRolesStream
public Stream<RoleModel> getRolesStream(Integer first, Integer max)
- Specified by:
getRolesStreamin interfaceRoleContainerModel
-
searchForRolesStream
public Stream<RoleModel> searchForRolesStream(String search, Integer first, Integer max)
- Specified by:
searchForRolesStreamin interfaceRoleContainerModel
-
getNodeReRegistrationTimeout
public int getNodeReRegistrationTimeout()
- Specified by:
getNodeReRegistrationTimeoutin interfaceClientModel
-
setNodeReRegistrationTimeout
public void setNodeReRegistrationTimeout(int timeout)
- Specified by:
setNodeReRegistrationTimeoutin interfaceClientModel
-
getRegisteredNodes
public Map<String,Integer> getRegisteredNodes()
- Specified by:
getRegisteredNodesin interfaceClientModel
-
registerNode
public void registerNode(String nodeHost, int registrationTime)
- Specified by:
registerNodein interfaceClientModel
-
unregisterNode
public void unregisterNode(String nodeHost)
- Specified by:
unregisterNodein interfaceClientModel
-
hasDirectScope
public boolean hasDirectScope(RoleModel role)
- Specified by:
hasDirectScopein interfaceClientModel- Specified by:
hasDirectScopein interfaceScopeContainerModel
-
hasScope
public boolean hasScope(RoleModel role)
- Specified by:
hasScopein interfaceScopeContainerModel
-
-