Package | Description |
---|---|
com.mozilla.secops.authstate |
Authentication state storage and utility classes
|
Modifier and Type | Method and Description |
---|---|
static AuthStateModel |
AuthStateModel.get(String user,
StateCursor<AuthStateModel> s,
PruningStrategy ps)
Retrieve state object for user
|
Modifier and Type | Method and Description |
---|---|
void |
PruningStrategyLatest.pruneState(AuthStateModel s)
Prune model
|
void |
PruningStrategy.pruneState(AuthStateModel s)
Prune model
|
void |
PruningStrategyEntryAge.pruneState(AuthStateModel s)
Prune model
|
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.