Package org.keycloak.keys.infinispan
Class PublicKeyStorageInvalidationEvent
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.events.InvalidationEvent
-
- org.keycloak.keys.infinispan.PublicKeyStorageInvalidationEvent
-
- All Implemented Interfaces:
Serializable
,ClusterEvent
@SerializeWith(ExternalizerImpl.class) public class PublicKeyStorageInvalidationEvent extends InvalidationEvent
- Author:
- Marek Posolda
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PublicKeyStorageInvalidationEvent.ExternalizerImpl
-
Constructor Summary
Constructors Constructor Description PublicKeyStorageInvalidationEvent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PublicKeyStorageInvalidationEvent
create(String cacheKey)
String
getCacheKey()
String
getId()
String
toString()
-
Methods inherited from class org.keycloak.models.cache.infinispan.events.InvalidationEvent
equals, hashCode
-
-
-
-
Method Detail
-
create
public static PublicKeyStorageInvalidationEvent create(String cacheKey)
-
getId
public String getId()
- Specified by:
getId
in classInvalidationEvent
-
getCacheKey
public String getCacheKey()
-
-