Uses of Class
com.storedobject.core.AutoLogin
Packages that use AutoLogin
-
Uses of AutoLogin in com.storedobject.core
Methods in com.storedobject.core that return AutoLoginModifier and TypeMethodDescriptionstatic AutoLogin
AutoLogin.createLogin4JWT
(TransactionManager tm, SystemUser su, String clientId, boolean signed) Creates a new AutoLogin instance for issuing JSON Web Tokens (JWTs).SystemUser.getAutoLogin()
static AutoLogin
AutoLogin.getLogin4JWT
(String clientId) Retrieves an instance of theAutoLogin
class based on the given client ID.Methods in com.storedobject.core that return types with arguments of type AutoLoginModifier and TypeMethodDescriptionstatic ObjectIterator
<AutoLogin> AutoLogin.listLogin4JWT
(SystemUser su) Retrieves an iterator of AutoLogin objects associated with the provided SystemUser where the login method is specifically configured for JWT (LoginMethod = 0).