Class DatabaseSessionStore
java.lang.Object
org.apache.clusterbr.zupportl5.component.DatabaseSessionStore
- All Implemented Interfaces:
com.dropbox.core.DbxSessionStore
@Component
public class DatabaseSessionStore
extends Object
implements com.dropbox.core.DbxSessionStore
UML Diagrams:




- Since:
- 2024-1108
- Author:
- arcbrth@gmail.com
-
Constructor Summary
ConstructorsConstructorDescriptionDatabaseSessionStore(DropboxAuthStateService authStateService, int expirationMinutes) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidget()voidvoidvoidsetThreadLocalRequestId(String requestId) Utility method to set the thread-local request-id This must-be invoked before calling the no-argument methods.
-
Constructor Details
-
DatabaseSessionStore
@Autowired public DatabaseSessionStore(DropboxAuthStateService authStateService, @Value("${property.dropbox.auth.state.expiration.minutes:30}") int expirationMinutes)
-
-
Method Details
-
get
- Specified by:
getin interfacecom.dropbox.core.DbxSessionStore
-
set
- Specified by:
setin interfacecom.dropbox.core.DbxSessionStore
-
clear
public void clear()- Specified by:
clearin interfacecom.dropbox.core.DbxSessionStore
-
setThreadLocalRequestId
Utility method to set the thread-local request-id This must-be invoked before calling the no-argument methods.- Parameters:
requestId-
-
get
-
set
-
clear
-