Package | Description |
---|---|
com.mozilla.secops.authstate |
Authentication state storage and utility classes
|
Modifier and Type | Method and Description |
---|---|
Map<String,AuthStateModel.ModelEntry> |
AuthStateModel.getEntries()
Get entries associated with model
|
ArrayList<AbstractMap.SimpleEntry<String,AuthStateModel.ModelEntry>> |
AuthStateModel.timeSortedEntries()
Return all entries in AuthStateModel as an array list, sorted by timestamp
|
Modifier and Type | Method and Description |
---|---|
void |
AuthStateModel.setEntries(Map<String,AuthStateModel.ModelEntry> entries)
Set entries associated with model
|
Copyright © 2022. All rights reserved.