Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help


search: keywords: ['Java API', 'OServer', 'add temporary user', 'addTemporaryUser']

OServer - addTemporaryUser()

This method adds a temporary user on the OrientDB Server.

Adding Temporary Users

Syntax

public void OServer().addTemporaryUser(String user, String passwd, String permission)
ArgumentTypeDescription
userjava.lang.StringDefines the user name.
passwdjava.lang.StringDefines the user password.
permissionjava.lang.StringDefines the user permissions.