edit
Generated
Password
@Modifying
@Query(value = ""UPDATE " + PASSWORDS_KEY + " SET " +
TAIL_KEY + "=:" + TAIL_KEY + "," +
SCOPES_KEY + "=:" + SCOPES_KEY +
_WHERE_ + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY",
nativeQuery = true
)
Query used to edit a GENERATED password
Parameters
tail
The tail of the password
scopes
The scopes of the password
passwordId
The identifier of the password