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