public interface SessionManagerConfiguration<C>
Modifier and Type | Method and Description |
---|---|
SessionExpirationListener |
getExpirationListener() |
IdentifierFactory<String> |
getIdentifierFactory() |
Recordable<ImmutableSession> |
getInactiveSessionRecorder() |
LocalContextFactory<C> |
getLocalContextFactory() |
javax.servlet.ServletContext |
getServletContext() |
javax.servlet.ServletContext getServletContext()
IdentifierFactory<String> getIdentifierFactory()
SessionExpirationListener getExpirationListener()
LocalContextFactory<C> getLocalContextFactory()
Recordable<ImmutableSession> getInactiveSessionRecorder()
Copyright © 2018 JBoss by Red Hat. All rights reserved.