Class HotRodAdminEventEntity

java.lang.Object
org.keycloak.models.map.storage.hotRod.common.AbstractHotRodEntity
org.keycloak.models.map.storage.hotRod.events.HotRodAdminEventEntity
All Implemented Interfaces:
UpdatableEntity

@Indexed @ProtoDoc("schema-version: 1") public class HotRodAdminEventEntity extends AbstractHotRodEntity
  • Field Details

    • VERSION

      public static final int VERSION
      See Also:
    • entityVersion

      @Basic(projectable=true) @ProtoField(number=1) public Integer entityVersion
    • id

      @ProtoField(number=2) public String id
    • expiration

      @ProtoField(number=3) public Long expiration
    • timestamp

      @Basic(sortable=true) @ProtoField(number=4) public Long timestamp
    • operationType

      @Basic(sortable=true) @ProtoField(number=5) public Integer operationType
    • authClientId

      @Basic(sortable=true) @ProtoField(number=6) public String authClientId
    • authIpAddress

      @Basic(sortable=true) @ProtoField(number=7) public String authIpAddress
    • authRealmId

      @Basic(sortable=true) @ProtoField(number=8) public String authRealmId
    • authUserId

      @Basic(sortable=true) @ProtoField(number=9) public String authUserId
    • error

      @ProtoField(number=10) public String error
    • realmId

      @Basic(sortable=true) @ProtoField(number=11) public String realmId
    • representation

      @ProtoField(number=12) public String representation
    • resourcePath

      @Basic(sortable=true) @ProtoField(number=13) public String resourcePath
    • resourceType

      @Basic(sortable=true) @ProtoField(number=14) public String resourceType
  • Constructor Details

    • HotRodAdminEventEntity

      public HotRodAdminEventEntity()
  • Method Details