public interface SessionProvider
| Modifier and Type | Method and Description |
|---|---|
SessionDetails |
get() |
void |
remove()
There is no longer any valid session detaisl and get() will return null.
|
void |
set(SessionDetails sessionDetails)
Replace the session details
|
@Nullable SessionDetails get()
void set(@NotNull
SessionDetails sessionDetails)
sessionDetails - to set tovoid remove()
Copyright © 2018. All rights reserved.