Uses of Interface
page.codeberg.friedolyn.util.Copyable
Packages that use Copyable
Package
Description
-
Uses of Copyable in page.codeberg.friedolyn.configuration
Classes in page.codeberg.friedolyn.configuration that implement CopyableModifier and TypeClassDescriptionclass
Represents the configuration of theFriedolyn
application.class
Stores the user's preferred means of communication for replying to contact requests as well as the necessary information for each method.class
The configuration for the notifications that Friedolyn shall send to the user. -
Uses of Copyable in page.codeberg.friedolyn.configuration.client
Classes in page.codeberg.friedolyn.configuration.client that implement CopyableModifier and TypeClassDescriptionclass
Stores various options for the HTTP client that will connect to the server. -
Uses of Copyable in page.codeberg.friedolyn.crypto
Classes in page.codeberg.friedolyn.crypto that implement CopyableModifier and TypeClassDescriptionclass
The configuration of the Argon2 key derivation function.class
Represents a secret message that has been encrypted using the AES algorithm in Galois/Counter Mode (GCM).class
The result of a hashing operation. -
Uses of Copyable in page.codeberg.friedolyn.grades
Classes in page.codeberg.friedolyn.grades that implement CopyableModifier and TypeClassDescriptionclass
Represents a single exam of a Module in thegrades table
.class
Represents a university semester. -
Uses of Copyable in page.codeberg.friedolyn.meta
Classes in page.codeberg.friedolyn.meta that implement CopyableModifier and TypeClassDescriptionclass
Represents a user of the Friedolyn application who has been banned from using certain features.class
Represents information about the Friedolyn application that is fetched from theFriedolyn data repository
. -
Uses of Copyable in page.codeberg.friedolyn.notifications
Classes in page.codeberg.friedolyn.notifications that implement CopyableModifier and TypeClassDescriptionclass
class
class
ANotifier
that sends notifications via the UnifiedPush protocol to a UP server that then forwards the notification to the user's device. -
Uses of Copyable in page.codeberg.friedolyn.util
Classes in page.codeberg.friedolyn.util that implement CopyableModifier and TypeClassDescriptionclass
Timer that logs the time remaining until it reaches zero.class
Methods in page.codeberg.friedolyn.util that return Copyable