Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accept(char[]) - Method in interface org.flasby.login2.auth.PasswordUtils.PasswordInformer
- accept(Login) - Method in interface org.flasby.login2.auth.PasswordHandler
- AccessManager - Interface in org.flasby.login2.auth
- AccessManagerImpl - Class in org.flasby.login2.auth
- AccessManagerImpl() - Constructor for class org.flasby.login2.auth.AccessManagerImpl
- AccessToken - Interface in org.flasby.login2.authServer
-
Access Token
- add(String, String) - Method in class org.flasby.login2.settings.FileSettings
- add(String, String) - Method in interface org.flasby.login2.settings.SimpleSettings
- add(String, String) - Method in class org.flasby.login2.settings.SimpleSettingsImpl
- add(Login) - Method in class org.flasby.login2.repository.LoginDbService
- ADMIN - Enum constant in enum class org.flasby.login2.entity.Role
- alias - Static variable in class org.flasby.login2.entity.Login_
- alias() - Method in record class org.flasby.login2.entity.LoginRecord
-
Returns the value of the
alias
record component. - ALIAS - Static variable in class org.flasby.login2.entity.Login_
- ANYONE - Enum constant in enum class org.flasby.login2.entity.Role
- App2 - Class in org.flasby.login2
- App2() - Constructor for class org.flasby.login2.App2
- apply(byte[]) - Method in interface org.flasby.login2.utils.ZeroingString.StringAccessor
- apply(String) - Method in interface org.flasby.login2.settings.Settings.ApplyWithMissingKey
- apply(String, String) - Method in interface org.flasby.login2.settings.Settings.ApplyWithExistingValue
- Auth - Class in org.flasby.login2.auth
- Auth() - Constructor for class org.flasby.login2.auth.Auth
- AuthGrant - Interface in org.flasby.login2.authServer
- AuthServer - Class in org.flasby.login2.authServer
- AuthServer() - Constructor for class org.flasby.login2.authServer.AuthServer
B
- BannedException - Exception Class in org.flasby.login2.auth
- BannedException() - Constructor for exception class org.flasby.login2.auth.BannedException
- BannedException(String) - Constructor for exception class org.flasby.login2.auth.BannedException
- BROKEN - Enum constant in enum class org.flasby.login2.auth.JwtState.ExpState
- build(Context, Class<T>) - Method in class org.flasby.login2.utils.FormUtil
- build(String) - Static method in class org.flasby.login2.auth.JwtAuthTokenManager
C
- check(byte[], String) - Static method in class org.flasby.login2.auth.PasswordUtils
-
Compare the supplied plaintext password to a hashed password.
- checkPassword(ZeroingString<LoginException>, PasswordHandler, PasswordHandler) - Method in class org.flasby.login2.entity.Login
- checkPasswordStrength(CharSequence) - Static method in class org.flasby.login2.auth.PasswordUtils
- class_ - Static variable in class org.flasby.login2.entity.Login_
- clear() - Method in class org.flasby.transactions.EntityManagerDelegate
- clearJwtState(Context) - Static method in class org.flasby.login2.auth.JwtAuthTokenManager
- clearSavedPage(Context) - Static method in interface org.flasby.login2.PageHandler
- close() - Method in class org.flasby.transactions.EntityManagerDelegate
- close(EntityManager) - Method in class org.flasby.transactions.EntityManagerProducer
- configure(Javalin) - Method in interface org.flasby.login2.PageHandler
- configure(Javalin) - Method in class org.flasby.login2.PageHandlerImpl
- configureEngine() - Static method in class org.flasby.login2.utils.TemplateEngineConfig
- contains(Object) - Method in class org.flasby.transactions.EntityManagerDelegate
- convertToDatabaseColumn(Role) - Method in class org.flasby.login2.entity.RoleConverter
- convertToEntityAttribute(String) - Method in class org.flasby.login2.entity.RoleConverter
- create() - Static method in class org.flasby.login2.settings.SettingFactory
- create(Login) - Method in interface org.flasby.login2.repository.LoginRepository2
- createAndRegister() - Method in interface org.flasby.transactions.EntityManagerStore
-
Creates an entity manager and stores it in a stack.
- createAndRegister() - Method in class org.flasby.transactions.EntityManagerStoreImpl
-
Creates an entity manager and stores it in a stack.
- createEntityGraph(Class<T>) - Method in class org.flasby.transactions.EntityManagerDelegate
- createEntityGraph(String) - Method in class org.flasby.transactions.EntityManagerDelegate
- createEntityManager() - Method in class org.flasby.transactions.EntityManagerProducer
- createJwtToken(LoginRecord) - Static method in class org.flasby.login2.auth.JwtAuthTokenManager
- createNamedQuery(String) - Method in class org.flasby.transactions.EntityManagerDelegate
- createNamedQuery(String, Class<T>) - Method in class org.flasby.transactions.EntityManagerDelegate
- createNamedStoredProcedureQuery(String) - Method in class org.flasby.transactions.EntityManagerDelegate
- createNativeQuery(String) - Method in class org.flasby.transactions.EntityManagerDelegate
- createNativeQuery(String, Class) - Method in class org.flasby.transactions.EntityManagerDelegate
- createNativeQuery(String, String) - Method in class org.flasby.transactions.EntityManagerDelegate
- createQuery(CriteriaDelete) - Method in class org.flasby.transactions.EntityManagerDelegate
- createQuery(CriteriaQuery<T>) - Method in class org.flasby.transactions.EntityManagerDelegate
- createQuery(CriteriaUpdate) - Method in class org.flasby.transactions.EntityManagerDelegate
- createQuery(String) - Method in class org.flasby.transactions.EntityManagerDelegate
- createQuery(String, Class<T>) - Method in class org.flasby.transactions.EntityManagerDelegate
- createStoredProcedureQuery(String) - Method in class org.flasby.transactions.EntityManagerDelegate
- createStoredProcedureQuery(String, Class...) - Method in class org.flasby.transactions.EntityManagerDelegate
- createStoredProcedureQuery(String, String...) - Method in class org.flasby.transactions.EntityManagerDelegate
D
- decodedLoginID() - Method in record class org.flasby.login2.auth.JwtState
-
Returns the value of the
decodedLoginID
record component. - delete() - Method in class org.flasby.login2.settings.FileSettings
-
deletes the underlying file used to store the Settings.
- detach(Object) - Method in class org.flasby.transactions.EntityManagerDelegate
- disabled - Static variable in class org.flasby.login2.entity.Login_
- DISABLED - Static variable in class org.flasby.login2.entity.Login_
- dispose() - Method in class org.flasby.login2.entity.dao.LoginPostData
- dispose() - Method in class org.flasby.login2.utils.ZeroingString
- doIfExists(String, Settings.ApplyWithExistingValue) - Method in class org.flasby.login2.settings.FileSettings
- doIfExists(String, Settings.ApplyWithExistingValue) - Method in interface org.flasby.login2.settings.Settings
- doIfExists(String, Settings.ApplyWithExistingValue) - Method in class org.flasby.login2.settings.SimpleSettingsImpl
- doIfExists(String, Settings.ApplyWithExistingValue, Settings.ApplyWithMissingKey) - Method in class org.flasby.login2.settings.FileSettings
- doIfExists(String, Settings.ApplyWithExistingValue, Settings.ApplyWithMissingKey) - Method in interface org.flasby.login2.settings.Settings
- doIfExists(String, Settings.ApplyWithExistingValue, Settings.ApplyWithMissingKey) - Method in class org.flasby.login2.settings.SimpleSettingsImpl
- DoInTransaction - Class in org.flasby.login2.persistence
- DoInTransaction(EntityManagerFactory, Consumer<EntityManager>) - Constructor for class org.flasby.login2.persistence.DoInTransaction
E
- EntityManagerDelegate - Class in org.flasby.transactions
- EntityManagerDelegate() - Constructor for class org.flasby.transactions.EntityManagerDelegate
- EntityManagerProducer - Class in org.flasby.transactions
- EntityManagerProducer() - Constructor for class org.flasby.transactions.EntityManagerProducer
- EntityManagerStore - Interface in org.flasby.transactions
- EntityManagerStoreImpl - Class in org.flasby.transactions
- EntityManagerStoreImpl() - Constructor for class org.flasby.transactions.EntityManagerStoreImpl
- equals(Object) - Method in record class org.flasby.login2.auth.JwtState
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.flasby.login2.entity.LoginRecord
-
Indicates whether some other object is "equal to" this one.
- EXPIRED - Enum constant in enum class org.flasby.login2.auth.JwtState.ExpState
- EXPIRES_SOON - Enum constant in enum class org.flasby.login2.auth.JwtState.ExpState
- expiresAt() - Method in record class org.flasby.login2.auth.JwtState
-
Returns the value of the
expiresAt
record component. - expiresAt() - Method in record class org.flasby.login2.entity.LoginRecord
-
Returns the value of the
expiresAt
record component. - expiresInSeconds() - Method in record class org.flasby.login2.auth.JwtState
F
- FAILED_LOGIN_ATTEMPTS - Static variable in class org.flasby.login2.entity.Login_
- failedLoginAttempts - Static variable in class org.flasby.login2.entity.Login_
- FileSettings - Class in org.flasby.login2.settings
- FileSettings(String) - Constructor for class org.flasby.login2.settings.FileSettings
- FileSettings(String, boolean) - Constructor for class org.flasby.login2.settings.FileSettings
- FileSettings(Path) - Constructor for class org.flasby.login2.settings.FileSettings
- FileSettings(Path, boolean) - Constructor for class org.flasby.login2.settings.FileSettings
- find(Class<T>, Object) - Method in class org.flasby.transactions.EntityManagerDelegate
- find(Class<T>, Object, LockModeType) - Method in class org.flasby.transactions.EntityManagerDelegate
- find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.flasby.transactions.EntityManagerDelegate
- find(Class<T>, Object, Map<String, Object>) - Method in class org.flasby.transactions.EntityManagerDelegate
- flush() - Method in class org.flasby.transactions.EntityManagerDelegate
- FORCE_LOGIN - Static variable in class org.flasby.login2.entity.Login_
- forceLogin - Static variable in class org.flasby.login2.entity.Login_
- FormUtil - Class in org.flasby.login2.utils
- FormUtil() - Constructor for class org.flasby.login2.utils.FormUtil
- fromRoleName(String) - Static method in enum class org.flasby.login2.entity.Role
G
- generatePassword(PasswordUtils.PasswordInformer) - Static method in class org.flasby.login2.auth.PasswordUtils
- get() - Method in interface org.flasby.transactions.EntityManagerStore
-
Looks for the current entity manager and returns it.
- get() - Method in class org.flasby.transactions.EntityManagerStoreImpl
- get(String) - Method in class org.flasby.login2.settings.FileSettings
- get(String) - Method in interface org.flasby.login2.settings.Settings
-
gets a value from this settings group.
- get(String) - Method in interface org.flasby.login2.settings.SimpleSettings
-
gets a value from this settings group.
- get(String) - Method in class org.flasby.login2.settings.SimpleSettingsImpl
- get(ZeroingString.StringAccessor<E>) - Method in class org.flasby.login2.utils.ZeroingString
- getAllLogins() - Method in class org.flasby.login2.repository.LoginDbService
- getAllLogins() - Method in interface org.flasby.login2.repository.LoginRepository
- getById(Long) - Method in class org.flasby.login2.repository.LoginDbService
- getByLoginID(String) - Method in class org.flasby.login2.repository.LoginDbService
- getByLoginID(String) - Method in interface org.flasby.login2.repository.LoginRepository
- getCriteriaBuilder() - Method in class org.flasby.transactions.EntityManagerDelegate
- getDelegate() - Method in class org.flasby.transactions.EntityManagerDelegate
- getEntityGraph(String) - Method in class org.flasby.transactions.EntityManagerDelegate
- getEntityGraphs(Class<T>) - Method in class org.flasby.transactions.EntityManagerDelegate
- getEntityManagerFactory() - Method in class org.flasby.transactions.EntityManagerDelegate
- getExpState() - Method in record class org.flasby.login2.auth.JwtState
- getFlushMode() - Method in class org.flasby.transactions.EntityManagerDelegate
- getFormUtil() - Method in interface org.flasby.login2.PageHandler
- getFormUtil() - Method in class org.flasby.login2.PageHandlerImpl
- getJwtState(Context) - Static method in class org.flasby.login2.auth.JwtAuthTokenManager
- getLockMode(Object) - Method in class org.flasby.transactions.EntityManagerDelegate
- getMetamodel() - Method in class org.flasby.transactions.EntityManagerDelegate
- getName() - Method in class org.flasby.login2.entity.Login
- getProperties() - Method in class org.flasby.login2.entity.Login
- getProperties() - Method in class org.flasby.transactions.EntityManagerDelegate
- getProperty(String) - Method in class org.flasby.login2.entity.Login
- getPublicPaths() - Method in interface org.flasby.login2.PageHandler
- getPublicPaths() - Method in class org.flasby.login2.PageHandlerImpl
- getReference(Class<T>, Object) - Method in class org.flasby.transactions.EntityManagerDelegate
- getRefreshToken() - Method in interface org.flasby.login2.authServer.AccessToken
-
Returns a RefreshToken if the Authorization Server included one when it provided this AccessToken.
- getRole() - Method in enum class org.flasby.login2.entity.Role
- getSavedPage(Context) - Static method in interface org.flasby.login2.PageHandler
- getTransaction() - Method in class org.flasby.transactions.EntityManagerDelegate
- getValueOrDefault(String, String, Map<String, List<String>>) - Method in class org.flasby.login2.utils.FormUtil
H
- hashCode() - Method in record class org.flasby.login2.auth.JwtState
-
Returns a hash code value for this object.
- hashCode() - Method in record class org.flasby.login2.entity.LoginRecord
-
Returns a hash code value for this object.
- hasRefreshToken() - Method in interface org.flasby.login2.authServer.AccessToken
-
Checks if this AccessToken also contains a RefreshToken.
- HtmlRenderer() - Constructor for class org.flasby.login2.LoggingRenderer.HtmlRenderer
I
- id - Static variable in class org.flasby.login2.entity.Login_
- ID - Static variable in class org.flasby.login2.entity.Login_
- init(ContainerInitialized) - Method in class org.flasby.transactions.EntityManagerStoreImpl
- initialized(Object) - Method in class org.flasby.login2.PageHandlerImpl
- isEmpty() - Method in class org.flasby.login2.settings.FileSettings
- isEmpty() - Method in interface org.flasby.login2.settings.Settings
- isEmpty() - Method in interface org.flasby.login2.settings.SimpleSettings
- isEmpty() - Method in class org.flasby.login2.settings.SimpleSettingsImpl
- isExpired(JwtState) - Static method in class org.flasby.login2.auth.JwtAuthTokenManager
- isJoinedToTransaction() - Method in class org.flasby.transactions.EntityManagerDelegate
- isLoggedIn() - Method in record class org.flasby.login2.auth.JwtState
-
Returns the value of the
isLoggedIn
record component. - isLoginValid(String) - Method in class org.flasby.login2.repository.LoginDbService
- isLoginValid(String) - Method in interface org.flasby.login2.repository.LoginRepository
- isOpen() - Method in class org.flasby.transactions.EntityManagerDelegate
- isPagePublic(Context) - Method in class org.flasby.login2.PageHandlerImpl
- isValid() - Method in class org.flasby.login2.entity.dao.LoginPostData
- iterator() - Method in class org.flasby.login2.settings.FileSettings
- iterator() - Method in class org.flasby.login2.settings.SimpleSettingsImpl
J
- joinTransaction() - Method in class org.flasby.transactions.EntityManagerDelegate
- JWT_COOKIE_LIFETIME - Static variable in class org.flasby.login2.auth.Auth
- JWT_COOKIE_LIFETIME - Static variable in class org.flasby.login2.auth.JwtAuthTokenManager
- JWT_COOKIE_NAME - Static variable in class org.flasby.login2.auth.Auth
- JWT_COOKIE_NAME - Static variable in class org.flasby.login2.auth.JwtAuthTokenManager
- JwtAuthTokenManager - Class in org.flasby.login2.auth
- JwtAuthTokenManager() - Constructor for class org.flasby.login2.auth.JwtAuthTokenManager
- JwtState - Record Class in org.flasby.login2.auth
- JwtState() - Constructor for record class org.flasby.login2.auth.JwtState
- JwtState(String, Set<Role>, Boolean, Instant) - Constructor for record class org.flasby.login2.auth.JwtState
-
Creates an instance of a
JwtState
record class. - JwtState.ExpState - Enum Class in org.flasby.login2.auth
L
- lock(Object, LockModeType) - Method in class org.flasby.transactions.EntityManagerDelegate
- lock(Object, LockModeType, Map<String, Object>) - Method in class org.flasby.transactions.EntityManagerDelegate
- LOG - Static variable in interface org.flasby.login2.PageHandler
- LoggingRenderer - Class in org.flasby.login2
-
implementation of the Javalin FileRenderer which logs the generated HTML from the Thymeleaf template engine.
- LoggingRenderer() - Constructor for class org.flasby.login2.LoggingRenderer
- LoggingRenderer.HtmlRenderer - Class in org.flasby.login2
- Login - Class in org.flasby.login2.entity
- Login(String, String, String, boolean, Role...) - Constructor for class org.flasby.login2.entity.Login
- Login_ - Class in org.flasby.login2.entity
- Login_() - Constructor for class org.flasby.login2.entity.Login_
- LOGIN_ID - Static variable in class org.flasby.login2.entity.Login_
- LoginDbService - Class in org.flasby.login2.repository
- LoginDbService(EntityManager) - Constructor for class org.flasby.login2.repository.LoginDbService
- LoginDisabledException - Exception Class in org.flasby.login2.auth
- LoginDisabledException() - Constructor for exception class org.flasby.login2.auth.LoginDisabledException
- LoginDisabledException(String) - Constructor for exception class org.flasby.login2.auth.LoginDisabledException
- LoginFailedException - Exception Class in org.flasby.login2.auth
- LoginFailedException() - Constructor for exception class org.flasby.login2.auth.LoginFailedException
- LoginFailedException(String) - Constructor for exception class org.flasby.login2.auth.LoginFailedException
- loginId() - Method in record class org.flasby.login2.entity.LoginRecord
-
Returns the value of the
loginId
record component. - loginID - Static variable in class org.flasby.login2.entity.Login_
- LoginPostData - Class in org.flasby.login2.entity.dao
- LoginPostData() - Constructor for class org.flasby.login2.entity.dao.LoginPostData
- LoginRecord - Record Class in org.flasby.login2.entity
- LoginRecord(String, String, Set<Role>, Instant) - Constructor for record class org.flasby.login2.entity.LoginRecord
-
Creates an instance of a
LoginRecord
record class. - LoginRepository<T> - Interface in org.flasby.login2.repository
- LoginRepository2 - Interface in org.flasby.login2.repository
- logout(Context) - Method in class org.flasby.login2.PageHandlerImpl
M
- main(String[]) - Static method in class org.flasby.login2.App2
- main(String[]) - Static method in class org.flasby.login2.entity.Login
- merge(T) - Method in class org.flasby.transactions.EntityManagerDelegate
- MyDB - Annotation Interface in org.flasby.transactions
N
- NotAuthorizedException - Exception Class in org.flasby.login2.auth
- NotAuthorizedException() - Constructor for exception class org.flasby.login2.auth.NotAuthorizedException
- NotAuthorizedException(String) - Constructor for exception class org.flasby.login2.auth.NotAuthorizedException
O
- online - Static variable in class org.flasby.login2.entity.Login_
- ONLINE - Static variable in class org.flasby.login2.entity.Login_
- org.flasby.login2 - package org.flasby.login2
-
Login2 enables Single Sign On.
- org.flasby.login2.auth - package org.flasby.login2.auth
- org.flasby.login2.authServer - package org.flasby.login2.authServer
-
Provides a partial implementation and set of interfaces for RFC6749.
- org.flasby.login2.entity - package org.flasby.login2.entity
- org.flasby.login2.entity.dao - package org.flasby.login2.entity.dao
- org.flasby.login2.persistence - package org.flasby.login2.persistence
- org.flasby.login2.repository - package org.flasby.login2.repository
- org.flasby.login2.settings - package org.flasby.login2.settings
- org.flasby.login2.utils - package org.flasby.login2.utils
- org.flasby.transactions - package org.flasby.transactions
-
This is some documentation in org.flasby.transactions.
P
- PageHandler - Interface in org.flasby.login2
- PageHandlerImpl - Class in org.flasby.login2
- PageHandlerImpl() - Constructor for class org.flasby.login2.PageHandlerImpl
- password - Static variable in class org.flasby.login2.entity.Login_
- PASSWORD - Static variable in class org.flasby.login2.entity.Login_
- passwordCheckFailed(Login) - Method in class org.flasby.login2.repository.LoginDbService
- passwordCheckFailed(Login) - Method in interface org.flasby.login2.repository.LoginRepository
- PasswordHandler - Interface in org.flasby.login2.auth
- PasswordUtils - Class in org.flasby.login2.auth
- PasswordUtils() - Constructor for class org.flasby.login2.auth.PasswordUtils
- PasswordUtils.PasswordInformer - Interface in org.flasby.login2.auth
- persist(Object) - Method in class org.flasby.transactions.EntityManagerDelegate
- PersistentSettings - Interface in org.flasby.login2.settings
-
provides persistent settings for any application.
- postConstruct() - Method in class org.flasby.login2.repository.LoginDbService
- processLoginPostData(Context, String...) - Method in class org.flasby.login2.utils.FormUtil
-
manages the collection of Attributes expected on a Form submitted to the WebApp.
It gathers all the Attributes valueds present on the Form and if any are missing (as specified by the attributes list passed in) then it initialize the entry in the map with an empty String. - properties - Static variable in class org.flasby.login2.entity.Login_
- PROPERTIES - Static variable in class org.flasby.login2.entity.Login_
- publicPaths - Static variable in class org.flasby.login2.App2
R
- REDIRECT_BACK_TO - Static variable in interface org.flasby.login2.PageHandler
- refresh(Object) - Method in class org.flasby.transactions.EntityManagerDelegate
- refresh(Object, LockModeType) - Method in class org.flasby.transactions.EntityManagerDelegate
- refresh(Object, LockModeType, Map<String, Object>) - Method in class org.flasby.transactions.EntityManagerDelegate
- refresh(Object, Map<String, Object>) - Method in class org.flasby.transactions.EntityManagerDelegate
- RefreshToken - Interface in org.flasby.login2.authServer
-
Refresh Token
- register(String, FileRenderer) - Method in class org.flasby.login2.LoggingRenderer
- remove(Object) - Method in class org.flasby.transactions.EntityManagerDelegate
- remove(String) - Method in class org.flasby.login2.settings.FileSettings
- remove(String) - Method in interface org.flasby.login2.settings.SimpleSettings
- remove(String) - Method in class org.flasby.login2.settings.SimpleSettingsImpl
- render(String, Map<String, ? extends Object>, Context) - Method in class org.flasby.login2.LoggingRenderer.HtmlRenderer
- render(String, Map<String, ? extends Object>, Context) - Method in class org.flasby.login2.LoggingRenderer
- requestAccessToken(AuthGrant) - Method in class org.flasby.login2.authServer.AuthServer
- requestAuthorization() - Method in class org.flasby.login2.authServer.ResourceOwner
- ResourceOwner - Class in org.flasby.login2.authServer
- ResourceOwner() - Constructor for class org.flasby.login2.authServer.ResourceOwner
- ResourceServer - Class in org.flasby.login2.authServer
- ResourceServer() - Constructor for class org.flasby.login2.authServer.ResourceServer
- revalidate(Context, JwtState) - Method in interface org.flasby.login2.auth.AccessManager
- revalidate(Context, JwtState) - Method in class org.flasby.login2.auth.AccessManagerImpl
- Role - Enum Class in org.flasby.login2.entity
- RoleConverter - Class in org.flasby.login2.entity
- RoleConverter() - Constructor for class org.flasby.login2.entity.RoleConverter
- roles - Static variable in class org.flasby.login2.entity.Login_
- roles - Variable in class org.flasby.login2.entity.Login
- roles() - Method in record class org.flasby.login2.auth.JwtState
-
Returns the value of the
roles
record component. - roles() - Method in record class org.flasby.login2.entity.LoginRecord
-
Returns the value of the
roles
record component. - ROLES - Static variable in class org.flasby.login2.entity.Login_
- run() - Method in class org.flasby.login2.App2
- runInTransaction(InvocationContext) - Method in class org.flasby.transactions.TransactionInterceptor
S
- save() - Method in class org.flasby.login2.settings.FileSettings
- save() - Method in interface org.flasby.login2.settings.PersistentSettings
-
saves this Settings instance.
- save() - Method in class org.flasby.login2.settings.SimpleSettingsImpl
- saveCurrentPageAsCookie(Context) - Static method in interface org.flasby.login2.PageHandler
- scrypt(ZeroingString<IllegalStateException>, int, int, int) - Static method in class org.flasby.login2.auth.PasswordUtils
-
This is lifted directly from sCryptUtils but modified to take ZeroingString rather than a String as input
- setFlushMode(FlushModeType) - Method in class org.flasby.transactions.EntityManagerDelegate
- setPassword(String) - Method in class org.flasby.login2.entity.Login
-
sets the password and returns the password strength.
0 is very poor
5 is as good as it gets - setProperty(String, Object) - Method in class org.flasby.transactions.EntityManagerDelegate
- setProperty(String, String) - Method in class org.flasby.login2.entity.Login
- SettingFactory - Class in org.flasby.login2.settings
- SettingFactory() - Constructor for class org.flasby.login2.settings.SettingFactory
- Settings - Interface in org.flasby.login2.settings
-
provides persistent settings for any application.
- Settings.ApplyWithExistingValue - Interface in org.flasby.login2.settings
- Settings.ApplyWithMissingKey - Interface in org.flasby.login2.settings
- SimpleSettings - Interface in org.flasby.login2.settings
-
provides persistent settings for any application.
- SimpleSettingsImpl - Class in org.flasby.login2.settings
- SimpleSettingsImpl() - Constructor for class org.flasby.login2.settings.SimpleSettingsImpl
T
- TemplateEngineConfig - Class in org.flasby.login2.utils
- TemplateEngineConfig() - Constructor for class org.flasby.login2.utils.TemplateEngineConfig
- toString() - Method in record class org.flasby.login2.auth.JwtState
-
Returns a string representation of this record class.
- toString() - Method in class org.flasby.login2.entity.dao.LoginPostData
- toString() - Method in class org.flasby.login2.entity.Login
- toString() - Method in record class org.flasby.login2.entity.LoginRecord
-
Returns a string representation of this record class.
- toString() - Method in enum class org.flasby.login2.entity.Role
- toString() - Method in class org.flasby.login2.PageHandlerImpl
- toString() - Method in class org.flasby.login2.settings.FileSettings
- Transactional - Annotation Interface in org.flasby.transactions
- TransactionInterceptor - Class in org.flasby.transactions
- TransactionInterceptor() - Constructor for class org.flasby.transactions.TransactionInterceptor
U
- unregister(EntityManager) - Method in interface org.flasby.transactions.EntityManagerStore
-
Removes an entity manager from the thread local stack.
- unregister(EntityManager) - Method in class org.flasby.transactions.EntityManagerStoreImpl
-
Removes an entity manager from the thread local stack.
- unwrap(Class<T>) - Method in class org.flasby.transactions.EntityManagerDelegate
- update(Login) - Method in class org.flasby.login2.repository.LoginDbService
- update(T) - Method in interface org.flasby.login2.repository.LoginRepository
- updateJwtToken(String) - Static method in class org.flasby.login2.auth.JwtAuthTokenManager
- USER - Enum constant in enum class org.flasby.login2.entity.Role
V
- VALID - Enum constant in enum class org.flasby.login2.auth.JwtState.ExpState
- validate(Context, LoginPostData) - Method in interface org.flasby.login2.auth.AccessManager
- validate(Context, LoginPostData) - Method in class org.flasby.login2.auth.AccessManagerImpl
- validateParam(String, Map<String, List<String>>) - Method in class org.flasby.login2.utils.FormUtil
- value() - Element in annotation interface org.flasby.transactions.Transactional
- valueOf(String) - Static method in enum class org.flasby.login2.auth.JwtState.ExpState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.flasby.login2.entity.Role
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.flasby.login2.auth.JwtState.ExpState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.flasby.login2.entity.Role
-
Returns an array containing the constants of this enum class, in the order they are declared.
Z
- ZERO - Static variable in class org.flasby.login2.utils.ZeroingString
- ZeroingString<E> - Class in org.flasby.login2.utils
- ZeroingString(byte[]) - Constructor for class org.flasby.login2.utils.ZeroingString
- ZeroingString.StringAccessor<T> - Interface in org.flasby.login2.utils
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form