@SerializeWith(value=AuthenticatedClientSessionStore.ExternalizerImpl.class) public class AuthenticatedClientSessionStore extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AuthenticatedClientSessionStore.ExternalizerImpl |
Constructor and Description |
---|
AuthenticatedClientSessionStore() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(String key) |
void |
forEach(BiConsumer<? super String,? super UUID> action) |
UUID |
get(String key) |
Set<String> |
keySet() |
UUID |
put(String key,
UUID value) |
UUID |
remove(String clientUUID) |
int |
size() |
String |
toString() |
public void clear()
public boolean containsKey(String key)
public void forEach(BiConsumer<? super String,? super UUID> action)
public int size()
Copyright © 2021 JBoss by Red Hat. All rights reserved.