Package | Description |
---|---|
com.mozilla.secops.authstate |
Authentication state storage and utility classes
|
Modifier and Type | Class and Description |
---|---|
class |
PruningStrategyEntryAge
Entry age based pruning
|
class |
PruningStrategyLatest
All entries are removed from the model with the exception of the entry with the latest timestamp.
|
Modifier and Type | Method and Description |
---|---|
static AuthStateModel |
AuthStateModel.get(String user,
StateCursor<AuthStateModel> s,
PruningStrategy ps)
Retrieve state object for user
|
void |
AuthStateModel.set(StateCursor<AuthStateModel> s,
PruningStrategy ps)
Persist state using state interface
|
Copyright © 2022. All rights reserved.