Class HotRodResourceEntity
- java.lang.Object
-
- org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
-
- org.keycloak.models.map.storage.hotRod.authorization.HotRodResourceEntity
-
- All Implemented Interfaces:
UpdatableEntity
@Indexed @ProtoDoc("schema-version: 1") public class HotRodResourceEntity extends AbstractHotRodEntity
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HotRodResourceEntity.AbstractHotRodResourceEntity
static interface
HotRodResourceEntity.HotRodResourceEntitySchema
-
Nested classes/interfaces inherited from interface org.keycloak.models.map.common.UpdatableEntity
UpdatableEntity.Impl
-
-
Field Summary
Fields Modifier and Type Field Description Set<HotRodAttributeEntityNonIndexed>
attributes
String
displayName
Integer
entityVersion
String
iconUri
String
id
String
name
String
owner
Boolean
ownerManagedAccess
String
realmId
String
resourceServerId
Set<String>
scopeIds
String
type
Set<String>
uris
static int
VERSION
-
Fields inherited from class org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
updated
-
-
Constructor Summary
Constructors Constructor Description HotRodResourceEntity()
-
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
@Basic(projectable=true) @ProtoField(number=1) public Integer entityVersion
-
id
@Basic(projectable=true, sortable=true) @ProtoField(number=2) public String id
-
realmId
@Basic(sortable=true) @ProtoField(number=3) public String realmId
-
name
@Keyword(sortable=true, normalizer="lowercase") @ProtoField(number=4) public String name
-
displayName
@ProtoField(number=5) public String displayName
-
type
@Keyword(sortable=true, normalizer="lowercase") @ProtoField(number=7) public String type
-
iconUri
@ProtoField(number=8) public String iconUri
-
owner
@Basic(sortable=true) @ProtoField(number=9) public String owner
-
ownerManagedAccess
@Basic(sortable=true) @ProtoField(number=10) public Boolean ownerManagedAccess
-
resourceServerId
@Basic(sortable=true) @ProtoField(number=11) public String resourceServerId
-
attributes
@ProtoField(number=13) public Set<HotRodAttributeEntityNonIndexed> attributes
-
-