Uses of Interface
br.ufsc.labsec.signature.database.authCodeSession.AuthCodeSessionStore
Package | Description |
---|---|
br.ufsc.labsec.signature.database.authCodeSession |
-
Uses of AuthCodeSessionStore in br.ufsc.labsec.signature.database.authCodeSession
Classes in br.ufsc.labsec.signature.database.authCodeSession that implement AuthCodeSessionStore Modifier and Type Class Description class
SQLiteSessionStore
Implementação deAuthCodeSessionStore
usando SQLite.Methods in br.ufsc.labsec.signature.database.authCodeSession that return AuthCodeSessionStore Modifier and Type Method Description static AuthCodeSessionStore
AuthCodeManager. getStore()
Retorna a instância única do AuthCodeSessionStore.