Class DbOidcSessionStore
java.lang.Object
com.tremolosecurity.idp.providers.oidc.db.DbOidcSessionStore
- All Implemented Interfaces:
OidcSessionStore
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
deleteAllSessions
(String sessionId) void
deleteSession
(String sessionId) getSession
(String sessionId) void
init
(String idpName, jakarta.servlet.ServletContext ctx, HashMap<String, Attribute> init, HashMap<String, HashMap<String, Attribute>> trustCfg, MapIdentity mapper) void
resetSession
(OidcSessionState session) void
saveUserSession
(OidcSessionState session) void
shutdown()
-
Constructor Details
-
DbOidcSessionStore
public DbOidcSessionStore()
-
-
Method Details
-
saveUserSession
- Specified by:
saveUserSession
in interfaceOidcSessionStore
- Throws:
Exception
-
deleteSession
- Specified by:
deleteSession
in interfaceOidcSessionStore
- Throws:
Exception
-
getSession
- Specified by:
getSession
in interfaceOidcSessionStore
- Throws:
Exception
-
resetSession
- Specified by:
resetSession
in interfaceOidcSessionStore
- Throws:
Exception
-
cleanOldSessions
- Specified by:
cleanOldSessions
in interfaceOidcSessionStore
- Throws:
Exception
-
init
-
deleteAllSessions
- Specified by:
deleteAllSessions
in interfaceOidcSessionStore
- Throws:
Exception
-
shutdown
- Specified by:
shutdown
in interfaceOidcSessionStore
- Throws:
Exception
-