- setClient(String) - Method in class org.jsqrl.model.SqrlClientRequest
-
- SqrlAuthenticationService - Interface in org.jsqrl.service
-
A required service implementation to interact with server authentication data.
- SqrlAuthResponse - Class in org.jsqrl.model
-
The standard server response.
- SqrlAuthResponse() - Constructor for class org.jsqrl.model.SqrlAuthResponse
-
- SqrlAuthResponse.SqrlAuthResponseBuilder - Class in org.jsqrl.model
-
- SqrlAuthResponseBuilder() - Constructor for class org.jsqrl.model.SqrlAuthResponse.SqrlAuthResponseBuilder
-
- SqrlClientRequest - Class in org.jsqrl.model
-
An object representing a SQRL Client Request.
- SqrlClientRequest() - Constructor for class org.jsqrl.model.SqrlClientRequest
-
- SqrlCommand - Enum in org.jsqrl.model
-
The known SQRL Commands
Created by Brent Nichols
- SqrlConfig - Class in org.jsqrl.config
-
This is the configuration bean class.
- SqrlConfig() - Constructor for class org.jsqrl.config.SqrlConfig
-
- sqrlEnabled() - Method in interface org.jsqrl.model.SqrlUser
-
Method to determine if SQRL authentication is enabled
for the user
- SqrlException - Exception in org.jsqrl.error
-
The base SQRL Exception class.
- SqrlException(String) - Constructor for exception org.jsqrl.error.SqrlException
-
- SqrlException(String, Throwable) - Constructor for exception org.jsqrl.error.SqrlException
-
- SqrlNut - Class in org.jsqrl.nut
-
The object representation of a SQRL nut.
- SqrlNut(byte[], int, int, boolean) - Constructor for class org.jsqrl.nut.SqrlNut
-
- SqrlNut(int, int, boolean) - Constructor for class org.jsqrl.nut.SqrlNut
-
- SqrlNut(byte[]) - Constructor for class org.jsqrl.nut.SqrlNut
-
Recreate a SQRL Nut from a byte array
- SqrlNutService - Class in org.jsqrl.service
-
The service for creating SQRL Nut Objects.
- SqrlNutService(Random, SqrlConfig, MessageDigest, Key) - Constructor for class org.jsqrl.service.SqrlNutService
-
- SqrlOptionFlag - Enum in org.jsqrl.model
-
Enumerations for the various SQRL Options (opt) flags that can be set
- SqrlUser - Interface in org.jsqrl.model
-
The interface for a user that can be authenticated with SQRL.
- SqrlUserService<T extends SqrlUser> - Interface in org.jsqrl.service
-
A required service for retrieving users that can authenticate
with SQRL.
- SqrlUtil - Class in org.jsqrl.util
-
A utility class to handle various SQRL functionality.
- stripEndEquals(String) - Static method in class org.jsqrl.util.SqrlUtil
-
Strips the end equals characters from a base64 encoded string