| Package | Description |
|---|---|
| com.github.dbadia.sqrl.server | |
| com.github.dbadia.sqrl.server.backchannel | |
| com.github.dbadia.sqrl.server.util |
| Modifier and Type | Method and Description |
|---|---|
String |
SqrlAuthPageData.getHtmlFileType(SqrlConfig sqrlConfig) |
void |
SqrlClientAuthStateUpdater.initSqrl(SqrlConfig sqrlConfig,
SqrlAuthStateMonitor sqrlAuthStateMonitor)
Invoked during initialization so that the
SqrlClientAuthStateUpdater has access to the resources it may
need |
| Constructor and Description |
|---|
SqrlAuthStateMonitor(SqrlConfig sqrlConfig,
SqrlServerOperations sqrlServerOperations,
SqrlClientAuthStateUpdater clientAuthStateUpdater) |
SqrlConfigOperations(SqrlConfig config)
Internal use only.
|
SqrlServerOperations(SqrlConfig config)
Initializes the operations class with the given config, defaulting to the built in JPA persisentce provider.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
SqrlNutTokenUtil.computeNutExpiresAt(SqrlNutToken nutToken,
SqrlConfig config)
Computes when a given SQRL "nut" nonce token will expire
|
static int |
SqrlNutTokenUtil.inetAddressToInt(URI serverUrl,
InetAddress requesterIpAddress,
SqrlConfig config) |
static boolean |
SqrlNutTokenUtil.validateInetAddress(InetAddress requesterIpAddress,
int inetInt,
SqrlConfig config) |
static void |
SqrlNutTokenUtil.validateNut(String correlator,
SqrlNutToken nutToken,
SqrlConfig config,
SqrlPersistence sqrlPersistence,
SqrlTif.TifBuilder tifBuilder)
|
| Modifier and Type | Method and Description |
|---|---|
static SqrlConfig |
SqrlConfigHelper.loadFromClasspath() |
static SqrlConfig |
SqrlConfigHelper.loadFromClasspath(String name) |
| Modifier and Type | Method and Description |
|---|---|
static String |
SqrlUtil.computeCookieDomain(javax.servlet.http.HttpServletRequest request,
SqrlConfig config) |
static javax.servlet.http.Cookie |
SqrlUtil.createOrUpdateCookie(javax.servlet.http.HttpServletRequest request,
String cookieDomain,
String name,
String value,
int maxAgeInSeconds,
SqrlConfig config) |
static void |
SqrlUtil.deleteCookies(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
SqrlConfig sqrlConfig,
String... cookiesToDelete) |
Copyright © 2016. All rights reserved.