Package org.codice.ddf.security.session
Class AttributeSharingSessionDataStoreFactory
java.lang.Object
org.codice.ddf.security.session.AttributeSharingSessionDataStoreFactory
- All Implemented Interfaces:
org.eclipse.jetty.server.session.SessionDataStoreFactory
public class AttributeSharingSessionDataStoreFactory
extends Object
implements org.eclipse.jetty.server.session.SessionDataStoreFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.jetty.server.session.SessionDataStoregetSessionDataStore(org.eclipse.jetty.server.session.SessionHandler handler)
-
Constructor Details
-
AttributeSharingSessionDataStoreFactory
public AttributeSharingSessionDataStoreFactory()
-
-
Method Details
-
getSessionDataStore
public org.eclipse.jetty.server.session.SessionDataStore getSessionDataStore(org.eclipse.jetty.server.session.SessionHandler handler) - Specified by:
getSessionDataStorein interfaceorg.eclipse.jetty.server.session.SessionDataStoreFactory
-