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 BannedUserConfiguration.banThe student represented by this configuration, as an item in thepolled metadata's blacklistif 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.bannedUsersA 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.configurationof the currently logged-in user with thePolledMetadata.bannedUsersto see whether the user is prohibited to use the application.@NonNull ArrayList<@NonNull BannedUser> PolledMetadata.getBannedUsers()