Passwords
Controller
@RestController
@RequestMapping(path = "BASE_EQUINOX_ENDPOINT + USERS_KEY + "/{" + IDENTIFIER_KEY + "}/" + PASSWORDS_KEY"
)
The PasswordsController
class is
useful to handle the requests to operate with Password
entities
Author
N7ghtm4r3 - Tecknobit
See also
EquinoxController
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
passwordsService
helper to
manage the passwords database operations
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
WRONG_SCOPES_MESSAGE
message to use when the scopes of a password are wrong
Link copied to clipboard
Link copied to clipboard
WRONG_TAIL_MESSAGE
message to
use when the tail of a password is wrong
Functions
Link copied to clipboard
@DeleteMapping(path = "/{" + PASSWORD_IDENTIFIER_KEY + "}",
headers = []
)
Endpoint used to delete a password
Link copied to clipboard
@PatchMapping(path = "/{" + PASSWORD_IDENTIFIER_KEY + "}",
headers = []
)
Endpoint used to edit an existing password
of a user
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@GetMapping(path = ""/" + KEYCHAIN_ENDPOINT",
headers = []
)
Endpoint used to retrieve the keychain owned
by the user
Link copied to clipboard
@GetMapping(path = "/{" + PASSWORD_IDENTIFIER_KEY + "}",
headers = []
)
Endpoint used to retrieve a password owned
by the user
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@PutMapping(path = "/{" + PASSWORD_IDENTIFIER_KEY + "}",
headers = []
)
Endpoint used to notify the copy of a
password
Link copied to clipboard
Link copied to clipboard
@PatchMapping(path = ""/{" + PASSWORD_IDENTIFIER_KEY + "}" + REFRESH_ENDPOINT",
headers = []
)
Endpoint used to refresh a GENERATED
password
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method used to validate the requester's
identifier, token and the device id from requested an
operation