Class CachedClient
java.lang.Object
org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
org.keycloak.models.cache.infinispan.entities.CachedClient
- All Implemented Interfaces:
CachedObject
,InRealm
,Revisioned
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Field Summary
Modifier and TypeFieldDescriptionprotected boolean
protected String
protected boolean
protected String
protected String
protected boolean
protected String
protected boolean
protected boolean
protected boolean
protected boolean
protected boolean
protected String
protected String
protected int
protected int
protected String
protected Set<ProtocolMapperModel>
protected boolean
protected String
protected String
protected String
protected String
protected boolean
protected boolean
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
int
int
getRealm()
getScope()
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setDescription
(String description) 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 Details
-
clientId
-
name
-
description
-
realm
-
redirectUris
-
enabled
protected boolean enabled -
alwaysDisplayInConsole
protected boolean alwaysDisplayInConsole -
clientAuthenticatorType
-
secret
-
registrationToken
-
protocol
-
attributes
-
authFlowBindings
-
publicClient
protected boolean publicClient -
fullScopeAllowed
protected boolean fullScopeAllowed -
frontchannelLogout
protected boolean frontchannelLogout -
notBefore
protected int notBefore -
scope
-
webOrigins
-
protocolMappers
-
surrogateAuthRequired
protected boolean surrogateAuthRequired -
managementUrl
-
rootUrl
-
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 -
registeredNodes
-
-
Constructor Details
-
CachedClient
-
-
Method Details
-
getClientId
-
getName
-
getDescription
-
setDescription
-
getRealm
-
getRedirectUris
-
isEnabled
public boolean isEnabled() -
isAlwaysDisplayInConsole
public boolean isAlwaysDisplayInConsole() -
getClientAuthenticatorType
-
getSecret
-
getRegistrationToken
-
isPublicClient
public boolean isPublicClient() -
getNotBefore
public int getNotBefore() -
getScope
-
getWebOrigins
-
isFullScopeAllowed
public boolean isFullScopeAllowed() -
getProtocol
-
getAttributes
-
isFrontchannelLogout
public boolean isFrontchannelLogout() -
getProtocolMappers
-
isSurrogateAuthRequired
public boolean isSurrogateAuthRequired() -
getManagementUrl
-
getRootUrl
-
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() -
getRegisteredNodes
-
getAuthFlowBindings
-