Class SessionEntityWrapper<S extends SessionEntity>
java.lang.Object
org.keycloak.models.sessions.infinispan.changes.SessionEntityWrapper<S>
- Author:
- Marek Posolda
-
Constructor Summary
ModifierConstructorDescriptionSessionEntityWrapper
(Map<String, String> localMetadata, S entity) protected
SessionEntityWrapper
(S entity) -
Method Summary
Modifier and TypeMethodDescriptionboolean
static <S extends SessionEntity>
SessionEntityWrapper<S>forTransport
(S entity) getClientIfNeeded
(RealmModel realm) int
hashCode()
void
putLocalMetadataNoteInt
(String key, int value) toString()
-
Constructor Details
-
SessionEntityWrapper
-
SessionEntityWrapper
-
SessionEntityWrapper
-
-
Method Details
-
forTransport
-
forTransport
-
getVersion
-
getEntity
-
getLocalMetadata
@ProtoField(value=3, mapImplementation=java.util.concurrent.ConcurrentHashMap.class) public Map<String,String> getLocalMetadata() -
getClientIfNeeded
-
getLocalMetadataNote
-
getLocalMetadataNoteInt
-
putLocalMetadataNoteInt
-
equals
-
hashCode
public int hashCode() -
toString
-