public final class ContextStateCache
extends Object
Where clients use the API in this module they can push an identity to the security context which also clears the identity
from the connection, when clients call push they are returned an instance of this class so that they can pass it later to a
call to pop to restore the state.
Note: It is intentional that the content of this cache is not accessible to the client.
- Author:
- Darran Lofthouse