Interface IUserData

All Superinterfaces:
Serializable
All Known Subinterfaces:
IUserRefWithData
All Known Implementing Classes:
UserRef

public interface IUserData extends Serializable
Common interface for accessing the data of a user.
Since:
8.4.0
  • Method Details

    • getAttribute

      @Nullable Serializable getAttribute(String key)
      Returns:
      The attribute with the given key. May be null if the user has no such attribute.
    • getAttributes

      @NotNull @NotNull Map<String, Serializable> getAttributes()