Uses of Interface
net.ltgt.oidc.servlet.LoggedOutSessionStore
-
Uses of LoggedOutSessionStore in net.ltgt.oidc.servlet
Classes in net.ltgt.oidc.servlet that implement LoggedOutSessionStoreModifier and TypeClassDescriptionclassAn implementation ofLoggedOutSessionStorethat stores session IDs in memory.Constructors in net.ltgt.oidc.servlet with parameters of type LoggedOutSessionStoreModifierConstructorDescriptionBackchannelLogoutServlet(Configuration configuration, LoggedOutSessionStore loggedOutSessionStore) Constructs a servlet with the given configuration and logged-out session store.BackchannelLogoutSessionListener(LoggedOutSessionStore loggedOutSessionStore) Constructs a listener with the given logged-out session store.UserFilter(UserPrincipalFactory userPrincipalFactory, @Nullable LoggedOutSessionStore loggedOutSessionStore) Constructs a filter with the givenUserPrincipalfactory and (optional) logged-out session store.