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 Summary
Constructors Constructor Description CachedClient(Long revision, RealmModel realm, ClientModel model)
-
Method Summary
-
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
-
-
-
Field Detail
-
clientId
protected String clientId
-
name
protected String name
-
description
protected String description
-
realm
protected String realm
-
enabled
protected boolean enabled
-
alwaysDisplayInConsole
protected boolean alwaysDisplayInConsole
-
clientAuthenticatorType
protected String clientAuthenticatorType
-
secret
protected String secret
-
registrationToken
protected String registrationToken
-
protocol
protected String protocol
-
publicClient
protected boolean publicClient
-
fullScopeAllowed
protected boolean fullScopeAllowed
-
frontchannelLogout
protected boolean frontchannelLogout
-
notBefore
protected int notBefore
-
protocolMappers
protected Set<ProtocolMapperModel> protocolMappers
-
surrogateAuthRequired
protected boolean surrogateAuthRequired
-
managementUrl
protected String managementUrl
-
rootUrl
protected String rootUrl
-
baseUrl
protected String baseUrl
-
bearerOnly
protected boolean bearerOnly
-
consentRequired
protected boolean consentRequired
-
standardFlowEnabled
protected boolean standardFlowEnabled
-
implicitFlowEnabled
protected boolean implicitFlowEnabled
-
directAccessGrantsEnabled
protected boolean directAccessGrantsEnabled
-
serviceAccountsEnabled
protected boolean serviceAccountsEnabled
-
nodeReRegistrationTimeout
protected int nodeReRegistrationTimeout
-
-
Constructor Detail
-
CachedClient
public CachedClient(Long revision, RealmModel realm, ClientModel model)
-
-
Method Detail
-
getClientId
public String getClientId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
isEnabled
public boolean isEnabled()
-
isAlwaysDisplayInConsole
public boolean isAlwaysDisplayInConsole()
-
getClientAuthenticatorType
public String getClientAuthenticatorType()
-
getSecret
public String getSecret()
-
getRegistrationToken
public String getRegistrationToken()
-
isPublicClient
public boolean isPublicClient()
-
getNotBefore
public int getNotBefore()
-
isFullScopeAllowed
public boolean isFullScopeAllowed()
-
getProtocol
public String getProtocol()
-
isFrontchannelLogout
public boolean isFrontchannelLogout()
-
getProtocolMappers
public Set<ProtocolMapperModel> getProtocolMappers()
-
isSurrogateAuthRequired
public boolean isSurrogateAuthRequired()
-
getManagementUrl
public String getManagementUrl()
-
getRootUrl
public String getRootUrl()
-
getBaseUrl
public String getBaseUrl()
-
isBearerOnly
public boolean isBearerOnly()
-
isConsentRequired
public boolean isConsentRequired()
-
isStandardFlowEnabled
public boolean isStandardFlowEnabled()
-
isImplicitFlowEnabled
public boolean isImplicitFlowEnabled()
-
isDirectAccessGrantsEnabled
public boolean isDirectAccessGrantsEnabled()
-
isServiceAccountsEnabled
public boolean isServiceAccountsEnabled()
-
getNodeReRegistrationTimeout
public int getNodeReRegistrationTimeout()
-
-