Class HotRodClientEntity
java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.client.HotRodClientEntity
- All Implemented Interfaces:
UpdatableEntity
@Indexed
@ProtoDoc("schema-version: 1")
public class HotRodClientEntity
extends AbstractHotRodEntity
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static interface
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
Constructor Summary
-
Method Summary
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
clearUpdatedFlag, isUpdated
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.models.map.common.UpdatableEntity
markUpdatedFlag
-
Field Details
-
VERSION
public static final int VERSION- See Also:
-
entityVersion
-
id
-
realmId
-
clientId
-
name
-
description
-
redirectUris
-
enabled
-
alwaysDisplayInConsole
-
clientAuthenticatorType
-
secret
-
registrationToken
-
protocol
-
attributes
-
authenticationFlowBindingOverrides
-
publicClient
-
fullScopeAllowed
-
frontchannelLogout
-
notBefore
-
scope
-
webOrigins
-
protocolMappers
-
clientScopes
-
scopeMappings
@Basic(sortable=true) @ProtoField(number=24, collectionImplementation=java.util.LinkedList.class) public Collection<String> scopeMappings -
surrogateAuthRequired
-
managementUrl
-
baseUrl
-
bearerOnly
-
consentRequired
-
rootUrl
-
standardFlowEnabled
-
implicitFlowEnabled
-
directAccessGrantsEnabled
-
serviceAccountsEnabled
-
nodeReRegistrationTimeout
-
-
Constructor Details
-
HotRodClientEntity
public HotRodClientEntity()
-
-
Method Details