Uses of Record Class
page.codeberg.friedolyn.crypto.KeePassXC.KeePassEntry
Packages that use KeePassXC.KeePassEntry
-
Uses of KeePassXC.KeePassEntry in page.codeberg.friedolyn.crypto
Fields in page.codeberg.friedolyn.crypto declared as KeePassXC.KeePassEntryModifier and TypeFieldDescriptionprivate KeePassXC.KeePassEntryKeePassXC.AssociateAndLoginTask.resultThe student's Friedolin login credentials.Fields in page.codeberg.friedolyn.crypto with type parameters of type KeePassXC.KeePassEntryModifier and TypeFieldDescriptionprivate final HashSet<Task.TaskListener<KeePassXC.KeePassEntry>> KeePassXC.AssociateAndLoginTask.LISTENERSThe subscribers that will be notified about any status changes and progress updates of this task.Methods in page.codeberg.friedolyn.crypto that return KeePassXC.KeePassEntryModifier and TypeMethodDescriptionKeePassXC.getFriedolinLogins()@NonNull KeePassXC.KeePassEntryGets the user's login credentials for the given URL from the user's KeePassXC database.Methods in page.codeberg.friedolyn.crypto that return types with arguments of type KeePassXC.KeePassEntryModifier and TypeMethodDescription@NonNull Task<KeePassXC.KeePassEntry> KeePassXC.getAssociateAndLoginTask()@NonNull Optional<Result<KeePassXC.KeePassEntry>> KeePassXC.AssociateAndLoginTask.getResult()Method parameters in page.codeberg.friedolyn.crypto with type arguments of type KeePassXC.KeePassEntryModifier and TypeMethodDescriptionvoidKeePassXC.AssociateAndLoginTask.registerListener(@NonNull Task.TaskListener<KeePassXC.KeePassEntry> taskListener) Adds a subscriber that is interested in status updates of the action's progress.booleanKeePassXC.AssociateAndLoginTask.removeListener(@NonNull Task.TaskListener<KeePassXC.KeePassEntry> taskListener) Removes a subscriber that was previously added to receive status updates of the action's progress.