| Package | Description |
|---|---|
| com.github.dbadia.sqrl.server | |
| com.github.dbadia.sqrl.server.data |
| Modifier and Type | Method and Description |
|---|---|
SqrlIdentity |
SqrlServerOperations.fetchSqrlIdentityByUserXref(String webAppUserCrossReference)
Invoked to see if a web app user has a corresponding SQRL identity registered
|
SqrlIdentity |
SqrlPersistence.fetchSqrlIdentityByUserXref(String appUserXref)
Fetch the sqrl identity for the the given app user cross reference id
|
| Modifier and Type | Method and Description |
|---|---|
void |
SqrlServerOperations.updateNativeUserXref(SqrlIdentity sqrlIdentity,
String nativeUserCrossReference) |
| Modifier and Type | Method and Description |
|---|---|
SqrlIdentity |
SqrlJpaPersistenceProvider.fetchSqrlIdentityByUserXref(String userXref) |
SqrlIdentity |
SqrlAutoCloseablePersistence.fetchSqrlIdentityByUserXref(String appUserXref) |
SqrlIdentity |
SqrlCorrelator.getAuthenticatedIdentity() |
| Modifier and Type | Method and Description |
|---|---|
void |
SqrlCorrelator.setAuthenticatedIdentity(SqrlIdentity authenticatedIdentity) |
Copyright © 2016. All rights reserved.