Package de.xima.fc.user_portal.user
Interface IUserPortalUser
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IOAuth20User
public interface IUserPortalUser extends Serializable
Common interface for a user that is authenticated via the user portal.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDisplayName()
Gets the display name of this user.
-
-
-
Method Detail
-
getDisplayName
String getDisplayName()
Gets the display name of this user.- Returns:
- The display name of this user.
-
-