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