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
FieldsModifier and TypeFieldDescriptionprotected booleanprotected Stringprotected booleanprotected Stringprotected Stringprotected booleanprotected Stringprotected booleanprotected booleanprotected booleanprotected booleanprotected booleanprotected Stringprotected Stringprotected intprotected intprotected Stringprotected Set<ProtocolMapperModel>protected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected booleanprotected booleanprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()intintgetRealm()getScope()booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetDescription(String description) Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevisionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-