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
@ProtoDoc("@Indexed") @ProtoDoc("schema-version: 1") public class HotRodClientEntity extends AbstractHotRodEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HotRodClientEntity.AbstractHotRodClientEntityDelegate
static interface
HotRodClientEntity.HotRodClientEntitySchema
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
-
Constructor Summary
Constructors Constructor Description HotRodClientEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
int
hashCode()
-
Methods inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
clearUpdatedFlag, isUpdated
-
-
-
-
Field Detail
-
VERSION
public static final int VERSION
- See Also:
- Constant Field Values
-
entityVersion
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=1) public Integer entityVersion
-
id
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=2) public String id
-
realmId
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=3) public String realmId
-
clientId
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=4) public String clientId
-
clientIdLowercase
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=5) public String clientIdLowercase
Lowercase interpretation ofclientId
field. Infinispan doesn't support case-insensitive LIKE for non-analyzed fields. Search on analyzed fields can be case-insensitive (based on used analyzer) but doesn't support ORDER BY analyzed field.
-
name
@ProtoField(number=6) public String name
-
description
@ProtoField(number=7) public String description
-
enabled
@ProtoField(number=9) public Boolean enabled
-
alwaysDisplayInConsole
@ProtoField(number=10) public Boolean alwaysDisplayInConsole
-
clientAuthenticatorType
@ProtoField(number=11) public String clientAuthenticatorType
-
secret
@ProtoField(number=12) public String secret
-
registrationToken
@ProtoField(number=13) public String registrationToken
-
protocol
@ProtoField(number=14) public String protocol
-
attributes
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=15) public Set<HotRodAttributeEntity> attributes
-
authenticationFlowBindingOverrides
@ProtoField(number=16) public Set<HotRodPair<String,String>> authenticationFlowBindingOverrides
-
publicClient
@ProtoField(number=17) public Boolean publicClient
-
fullScopeAllowed
@ProtoField(number=18) public Boolean fullScopeAllowed
-
frontchannelLogout
@ProtoField(number=19) public Boolean frontchannelLogout
-
notBefore
@ProtoField(number=20) public Long notBefore
-
protocolMappers
@ProtoField(number=23) public Set<HotRodProtocolMapperEntity> protocolMappers
-
clientScopes
@ProtoField(number=24) public Set<HotRodPair<String,Boolean>> clientScopes
-
scopeMappings
@ProtoDoc("@Field(index = Index.YES, store = Store.YES)") @ProtoField(number=25, collectionImplementation=java.util.LinkedList.class) public Collection<String> scopeMappings
-
surrogateAuthRequired
@ProtoField(number=26) public Boolean surrogateAuthRequired
-
managementUrl
@ProtoField(number=27) public String managementUrl
-
baseUrl
@ProtoField(number=28) public String baseUrl
-
bearerOnly
@ProtoField(number=29) public Boolean bearerOnly
-
consentRequired
@ProtoField(number=30) public Boolean consentRequired
-
rootUrl
@ProtoField(number=31) public String rootUrl
-
standardFlowEnabled
@ProtoField(number=32) public Boolean standardFlowEnabled
-
implicitFlowEnabled
@ProtoField(number=33) public Boolean implicitFlowEnabled
-
directAccessGrantsEnabled
@ProtoField(number=34) public Boolean directAccessGrantsEnabled
-
serviceAccountsEnabled
@ProtoField(number=35) public Boolean serviceAccountsEnabled
-
nodeReRegistrationTimeout
@ProtoField(number=36) public Integer nodeReRegistrationTimeout
-
-