| --- |
| layout: page |
| title: "Multi-user Support" |
| description: "" |
| group: setup/basics |
| --- |
| <!-- |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
| You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| {% include JB/setup %} |
| |
| # Multi-user Support |
| |
| <div id="toc"></div> |
| |
| This page describes about multi-user support. |
| |
| - multiple users login / logout using [Shiro Authentication](../security/shiro_authentication.html) |
| - managing [Notebook Permission](../security/notebook_authorization.html) |
| - how to setup [impersonation for interpreters](../../usage/interpreter/user_impersonation.html) |
| - different contexts per user / note using [Interpreter Binding Mode](../../usage/interpreter/interpreter_binding_mode.html) |
| - a paragraph in a notebook can be [Personalized](../../usage/other_features/personalized_mode.html) |
| - propagates changes in notebooks through websocket in real-time |
| |