| Package | Description |
|---|---|
| com.github.dbadia.sqrl.server | |
| com.github.dbadia.sqrl.server.data |
| Modifier and Type | Method and Description |
|---|---|
static SqrlFlag |
SqrlFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqrlFlag[] |
SqrlFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
SqrlPersistence.fetchSqrlFlagForIdentity(String sqrlIdk,
SqrlFlag flagToFetch)
Invoked to determine if SQRL auth is enabled for a user
|
void |
SqrlPersistence.setSqrlFlagForIdentity(String sqrlIdk,
SqrlFlag flagToSet,
boolean valueToSet)
Invoked when the user chooses to temporarily disable SQRL authentication for this site
|
| Modifier and Type | Method and Description |
|---|---|
Map<SqrlFlag,Boolean> |
SqrlIdentity.getFlagTable() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
SqrlJpaPersistenceProvider.fetchSqrlFlagForIdentity(String sqrlIdk,
SqrlFlag flagToFetch) |
Boolean |
SqrlAutoCloseablePersistence.fetchSqrlFlagForIdentity(String sqrlIdk,
SqrlFlag flagToFetch) |
void |
SqrlJpaPersistenceProvider.setSqrlFlagForIdentity(String sqrlIdk,
SqrlFlag flagToSet,
boolean valueToSet) |
void |
SqrlAutoCloseablePersistence.setSqrlFlagForIdentity(String sqrlIdk,
SqrlFlag flagToSet,
boolean valueToSet) |
Copyright © 2016. All rights reserved.