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', 'osecurityuser', 'getpassword']

OSecurityUser - getPassword()

Retrieves the user password.

Passwords

Users in OrientDB have passwords, allowing you to authenticate their access to the Server. Using this method you can retrieve the password from the user instance.

Syntax

String OSecurityUser().getPassword()

Return Value

This method returns a String instance, which represents the password for the account.