Uses of Class
page.codeberg.friedolyn.meta.BannedUser
Packages that use BannedUser
-
Uses of BannedUser in page.codeberg.friedolyn.configuration
Fields in page.codeberg.friedolyn.configuration declared as BannedUserModifier and TypeFieldDescriptionprivate BannedUser
Configuration.ban
The student represented by this configuration, as an item in thepolled metadata's blacklist
if they are, in fact,banned
.Methods in page.codeberg.friedolyn.configuration that return types with arguments of type BannedUserMethods in page.codeberg.friedolyn.configuration with parameters of type BannedUser -
Uses of BannedUser in page.codeberg.friedolyn.meta
Fields in page.codeberg.friedolyn.meta with type parameters of type BannedUserModifier and TypeFieldDescriptionprivate @NonNull ArrayList
<BannedUser> PolledMetadata.bannedUsers
A list of users who, for some reason, are not allowed to use the application.Methods in page.codeberg.friedolyn.meta that return BannedUserMethods in page.codeberg.friedolyn.meta that return types with arguments of type BannedUserModifier and TypeMethodDescription@NonNull Optional
<BannedUser> PolledMetadata.checkForBans()
Compares thePolledMetadata.configuration
of the currently logged-in user with thePolledMetadata.bannedUsers
to see whether the user is prohibited to use the application.@NonNull ArrayList
<@NonNull BannedUser> PolledMetadata.getBannedUsers()