Class AuthenticationSessionAuthNoteUpdateEvent
java.lang.Object
org.keycloak.models.cache.infinispan.events.AuthenticationSessionAuthNoteUpdateEvent
- All Implemented Interfaces:
Consumer<ClusterListener>
,ClusterEvent
@ProtoTypeId(65574)
public class AuthenticationSessionAuthNoteUpdateEvent
extends Object
implements ClusterEvent
- Author:
- hmlnarik
-
Method Details
-
create
@ProtoFactory public static AuthenticationSessionAuthNoteUpdateEvent create(String authSessionId, String tabId, Map<String, String> authNotesFragment) Creates an instance of the event.- Returns:
- Event. Note that
authNotesFragment
property is not thread safe which is fine for now.
-
getAuthSessionId
-
getTabId
-
getAuthNotesFragment
@ProtoField(value=3, mapImplementation=java.util.LinkedHashMap.class) public Map<String,String> getAuthNotesFragment() -
equals
-
hashCode
public int hashCode() -
toString
-