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