| Package | Description |
|---|---|
| com.github.dbadia.sqrl.server | |
| com.github.dbadia.sqrl.server.data |
| Modifier and Type | Method and Description |
|---|---|
static SqrlAuthenticationStatus |
SqrlAuthenticationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SqrlAuthenticationStatus[] |
SqrlAuthenticationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,SqrlAuthenticationStatus> |
SqrlServerOperations.fetchSqrlCorrelatorStatusUpdates(Map<String,SqrlAuthenticationStatus> correlatorToCurrentStatusTable) |
Map<String,SqrlAuthenticationStatus> |
SqrlPersistence.fetchSqrlCorrelatorStatusUpdates(Map<String,SqrlAuthenticationStatus> correlatorToCurrentStatusTable)
Checks for correlators who's status has changed or is
AUTH_COMPLETE. |
| Modifier and Type | Method and Description |
|---|---|
void |
SqrlAuthStateMonitor.monitorCorrelatorForChange(String correlatorString,
SqrlAuthenticationStatus browserStatus)
Add the given correlator to the list of monitored items for state changes
|
void |
SqrlClientAuthStateUpdater.pushStatusUpdateToBrowser(String browserId,
SqrlAuthenticationStatus oldAuthStatus,
SqrlAuthenticationStatus newAuthStatus)
Invoked by
SqrlAuthStateMonitor when it is time to respond to a browsers polling request with an update |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SqrlAuthenticationStatus> |
SqrlServerOperations.fetchSqrlCorrelatorStatusUpdates(Map<String,SqrlAuthenticationStatus> correlatorToCurrentStatusTable) |
Map<String,SqrlAuthenticationStatus> |
SqrlPersistence.fetchSqrlCorrelatorStatusUpdates(Map<String,SqrlAuthenticationStatus> correlatorToCurrentStatusTable)
Checks for correlators who's status has changed or is
AUTH_COMPLETE. |
| Modifier and Type | Method and Description |
|---|---|
SqrlAuthenticationStatus |
SqrlCorrelator.getAuthenticationStatus() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SqrlAuthenticationStatus> |
SqrlJpaPersistenceProvider.fetchSqrlCorrelatorStatusUpdates(Map<String,SqrlAuthenticationStatus> correlatorToCurrentStatusTable) |
Map<String,SqrlAuthenticationStatus> |
SqrlAutoCloseablePersistence.fetchSqrlCorrelatorStatusUpdates(Map<String,SqrlAuthenticationStatus> correlatorToCurrentStatusTable) |
| Modifier and Type | Method and Description |
|---|---|
void |
SqrlCorrelator.setAuthenticationStatus(SqrlAuthenticationStatus authenticationStatus) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,SqrlAuthenticationStatus> |
SqrlJpaPersistenceProvider.fetchSqrlCorrelatorStatusUpdates(Map<String,SqrlAuthenticationStatus> correlatorToCurrentStatusTable) |
Map<String,SqrlAuthenticationStatus> |
SqrlAutoCloseablePersistence.fetchSqrlCorrelatorStatusUpdates(Map<String,SqrlAuthenticationStatus> correlatorToCurrentStatusTable) |
Copyright © 2016. All rights reserved.