Interface SessionStoreFactory
-
- All Known Implementing Classes:
AbstractSessionStoreFactory,FileSessionStoreFactory
public interface SessionStoreFactoryCreated: 2019/12/06
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getNonPersistentAttributes()SessionStoregetSessionStore()voidsetNonPersistentAttributes(java.lang.String[] nonPersistentAttributes)
-
-
-
Method Detail
-
getNonPersistentAttributes
java.lang.String[] getNonPersistentAttributes()
-
setNonPersistentAttributes
void setNonPersistentAttributes(java.lang.String[] nonPersistentAttributes)
-
getSessionStore
SessionStore getSessionStore() throws java.io.IOException
- Throws:
java.io.IOException
-
-