@Override
public AuthenticationSession getAuthenticationSession() {
throw new UnsupportedOperationException("Not supported by this implementation of RuntimeContext");
}
};
adapterManager = new AdapterManagerAbstract() {
@Override
public ObjectAdapter getAdapterFor(final Object pojo) {
throw new UnsupportedOperationException("Not supported by this implementation of RuntimeContext");
}