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