Class CachedClient
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
- 
- org.keycloak.models.cache.infinispan.entities.CachedClient
 
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- InRealm,- Revisioned
 
 public class CachedClient extends AbstractRevisioned implements InRealm - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Field Summary
 - 
Constructor SummaryConstructors Constructor Description CachedClient(Long revision, RealmModel realm, ClientModel model)
 - 
Method Summary- 
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisionedgetCacheTimestamp, getId, getRevision, setRevision
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.RevisionedgetId, getRevision, setRevision
 
- 
 
- 
- 
- 
Field Detail- 
clientIdprotected String clientId 
 - 
nameprotected String name 
 - 
descriptionprotected String description 
 - 
realmprotected String realm 
 - 
enabledprotected boolean enabled 
 - 
alwaysDisplayInConsoleprotected boolean alwaysDisplayInConsole 
 - 
clientAuthenticatorTypeprotected String clientAuthenticatorType 
 - 
secretprotected String secret 
 - 
registrationTokenprotected String registrationToken 
 - 
protocolprotected String protocol 
 - 
publicClientprotected boolean publicClient 
 - 
fullScopeAllowedprotected boolean fullScopeAllowed 
 - 
frontchannelLogoutprotected boolean frontchannelLogout 
 - 
notBeforeprotected int notBefore 
 - 
protocolMappersprotected Set<ProtocolMapperModel> protocolMappers 
 - 
surrogateAuthRequiredprotected boolean surrogateAuthRequired 
 - 
managementUrlprotected String managementUrl 
 - 
rootUrlprotected String rootUrl 
 - 
baseUrlprotected String baseUrl 
 - 
bearerOnlyprotected boolean bearerOnly 
 - 
consentRequiredprotected boolean consentRequired 
 - 
standardFlowEnabledprotected boolean standardFlowEnabled 
 - 
implicitFlowEnabledprotected boolean implicitFlowEnabled 
 - 
directAccessGrantsEnabledprotected boolean directAccessGrantsEnabled 
 - 
serviceAccountsEnabledprotected boolean serviceAccountsEnabled 
 - 
nodeReRegistrationTimeoutprotected int nodeReRegistrationTimeout 
 
- 
 - 
Constructor Detail- 
CachedClientpublic CachedClient(Long revision, RealmModel realm, ClientModel model) 
 
- 
 - 
Method Detail- 
getClientIdpublic String getClientId() 
 - 
getNamepublic String getName() 
 - 
getDescriptionpublic String getDescription() 
 - 
setDescriptionpublic void setDescription(String description) 
 - 
isEnabledpublic boolean isEnabled() 
 - 
isAlwaysDisplayInConsolepublic boolean isAlwaysDisplayInConsole() 
 - 
getClientAuthenticatorTypepublic String getClientAuthenticatorType() 
 - 
getSecretpublic String getSecret() 
 - 
getRegistrationTokenpublic String getRegistrationToken() 
 - 
isPublicClientpublic boolean isPublicClient() 
 - 
getNotBeforepublic int getNotBefore() 
 - 
isFullScopeAllowedpublic boolean isFullScopeAllowed() 
 - 
getProtocolpublic String getProtocol() 
 - 
isFrontchannelLogoutpublic boolean isFrontchannelLogout() 
 - 
getProtocolMapperspublic Set<ProtocolMapperModel> getProtocolMappers() 
 - 
isSurrogateAuthRequiredpublic boolean isSurrogateAuthRequired() 
 - 
getManagementUrlpublic String getManagementUrl() 
 - 
getRootUrlpublic String getRootUrl() 
 - 
getBaseUrlpublic String getBaseUrl() 
 - 
isBearerOnlypublic boolean isBearerOnly() 
 - 
isConsentRequiredpublic boolean isConsentRequired() 
 - 
isStandardFlowEnabledpublic boolean isStandardFlowEnabled() 
 - 
isImplicitFlowEnabledpublic boolean isImplicitFlowEnabled() 
 - 
isDirectAccessGrantsEnabledpublic boolean isDirectAccessGrantsEnabled() 
 - 
isServiceAccountsEnabledpublic boolean isServiceAccountsEnabled() 
 - 
getNodeReRegistrationTimeoutpublic int getNodeReRegistrationTimeout() 
 
- 
 
-