Uses of Enum Class
io.goobi.viewer.model.security.user.icon.UserAvatarOption
Packages that use UserAvatarOption
Package
Description
Contains the user domain model for the Goobi viewer, including user accounts, groups,
roles, IP ranges, activity tracking, and related utility methods.
Provides user avatar implementations for the Goobi viewer, supporting locally stored
profile images, Gravatar-based avatars, and a default generated avatar fallback.
-
Uses of UserAvatarOption in io.goobi.viewer.model.security.user
Methods in io.goobi.viewer.model.security.user that return UserAvatarOptionMethods in io.goobi.viewer.model.security.user with parameters of type UserAvatarOption -
Uses of UserAvatarOption in io.goobi.viewer.model.security.user.icon
Methods in io.goobi.viewer.model.security.user.icon that return UserAvatarOptionModifier and TypeMethodDescriptionstatic UserAvatarOptionReturns the enum constant of this class with the specified name.static UserAvatarOption[]UserAvatarOption.values()Returns an array containing the constants of this enum class, in the order they are declared.