| Class | Description |
|---|---|
| SqrlAutoCloseablePersistence |
Decorator pattern wrapper for
SqrlPersistence which, when auto-closed, will call
SqrlPersistence.closeRollback() unless a close method was already called; Users must still call
SqrlPersistence.closeCommit() during the happy path as the java try-with-resources semantics gives us no
way of knowing if an exception was thrown or not |
| SqrlCorrelator |
Represents a correlator which is used to track the multiple transactions required in a SQRL authentication
|
| SqrlIdentity |
Represents a users SQRL identity including a String id the users native app identity
|
| SqrlJpaPersistenceFactory | |
| SqrlJpaPersistenceProvider |
The default implementation of
SqrlPersistence which uses JPA in order to provide SQL and no-SQL connectivity. |
| SqrlJpaPersistenceProvider.SqrlJpaEntityManagerMonitorTask |
A task which periodically checks the state of various
EntityManager instances to ensure they are being
closed properly by the library |
| SqrlPersistenceCleanupTask | |
| SqrlUsedNutToken |
Copyright © 2016. All rights reserved.