Package de.xima.fc.user
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Serializable
getAttribute(String key)
@NotNull Map<String,Serializable>
getAttributes()
-
-
-
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.
-
getAttributes
@NotNull @NotNull Map<String,Serializable> getAttributes()
-
-