public interface TokenReplayCache<T> extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
T |
getId(T id) |
void |
putId(T id) |
void |
putId(T id,
long timeToLive) |
void putId(T id)
void putId(T id, long timeToLive)
void close() throws IOException
close
in interface AutoCloseable
close
in interface Closeable
IOException
Apache CXF