Interface IUserData

  • All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    UserRef

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

      • getAttribute

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