Uses of Class
org.keycloak.models.cache.infinispan.events.UserConsentsUpdatedEvent
-
Packages that use UserConsentsUpdatedEvent Package Description org.keycloak.models.cache.infinispan.events -
-
Uses of UserConsentsUpdatedEvent in org.keycloak.models.cache.infinispan.events
Methods in org.keycloak.models.cache.infinispan.events that return UserConsentsUpdatedEvent Modifier and Type Method Description static UserConsentsUpdatedEvent
UserConsentsUpdatedEvent. create(String userId)
UserConsentsUpdatedEvent
UserConsentsUpdatedEvent.ExternalizerImpl. readObject(ObjectInput input)
UserConsentsUpdatedEvent
UserConsentsUpdatedEvent.ExternalizerImpl. readObjectVersion1(ObjectInput input)
Methods in org.keycloak.models.cache.infinispan.events with parameters of type UserConsentsUpdatedEvent Modifier and Type Method Description void
UserConsentsUpdatedEvent.ExternalizerImpl. writeObject(ObjectOutput output, UserConsentsUpdatedEvent obj)
-