Passwords
Service
The PasswordsService
class is useful
to manage all the password database operations
Author
N7ghtm4r3 - Tecknobit
Properties
Functions
Link copied to clipboard
Method used to delete a password
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Method used to find a password by its
identifier
Link copied to clipboard
open fun generatePassword(user: GliderUser, token: String, tail: String, scopes: String, length: Int, hResponse: JsonHelper): String
Method used to generate a password
Link copied to clipboard
Method used to get a password details
Link copied to clipboard
open fun insertPassword(user: GliderUser, token: String, tail: String, scopes: String, password: String)
Method used to insert a password
Link copied to clipboard
private open fun loadPasswordEntity( token: String, tail: String, scopes: String, password: String, currentDate: Long, type: PasswordType, configuration: PasswordConfiguration, user: GliderUser): Password
Method to load a Password
entity with the password data
Link copied to clipboard
Method used to notify the COPIED
event
Link copied to clipboard
Method used to refresh a GENERATED
password
Link copied to clipboard
Method used to check whether the tail of the
password matches with any keywords