public interface TokenReplayCache<T> extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
contains(T id) |
void |
putId(T id) |
void |
putId(T id,
Instant expiry) |
boolean contains(T id)
void putId(T id)
void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionApache CXF