Class UserFederationLinkRemovedEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.InvalidationEvent
org.keycloak.models.cache.infinispan.events.UserFederationLinkRemovedEvent
- All Implemented Interfaces:
Consumer<ClusterListener>
,ClusterEvent
,UserCacheInvalidationEvent
@ProtoTypeId(65591)
public class UserFederationLinkRemovedEvent
extends InvalidationEvent
implements UserCacheInvalidationEvent
- Author:
- Marek Posolda
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addInvalidations
(UserCacheManager userCache, Set<String> invalidations) create
(String userId, String realmId, FederatedIdentityModel socialLink) boolean
int
hashCode()
toString()
Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
getId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.cluster.ClusterEvent
accept
-
Method Details
-
create
public static UserFederationLinkRemovedEvent create(String userId, String realmId, FederatedIdentityModel socialLink) -
getRealmId
-
getIdentityProviderId
-
getSocialUserId
-
toString
-
addInvalidations
- Specified by:
addInvalidations
in interfaceUserCacheInvalidationEvent
-
equals
- Overrides:
equals
in classInvalidationEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classInvalidationEvent
-