I am updating an eXist-db XMLDB-embedded application from v1.4 to v2.2 (using Java 1.8).
The user.validate(password) method has been removed in v2.2.
Has it been moved or renamed to another class ?
I am updating an eXist-db XMLDB-embedded application from v1.4 to v2.2 (using Java 1.8).
The user.validate(password) method has been removed in v2.2.
Has it been moved or renamed to another class ?
Copyright © 2021 Jogjafile Inc.
Presumably you could just attempt a login or retrieval of
/dbas that user, if it succeeds then you have the correct username/password, if not then you don't