}
}
protected SessionValueEncoder createDefaultSessionValueEncoder() throws Exception {
SimpleValueEncoder simpleValueEncoder = new SimpleValueEncoder();
simpleValueEncoder.afterPropertiesSet();
return simpleValueEncoder;
}
public Iterable<String> getAttributeNames(String sessionID, StoreContext storeContext) {
State state = getState(storeContext);