Interface IUserRef
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IUserRefWithData
- All Known Implementing Classes:
UserRef
Common interface for referencing and identifying a user.
- Since:
- 8.4.0
-
Method Details
-
getAuthenticationClientName
- Returns:
- The name of the
authentication clientused by the user to authenticate. - See Also:
-
getProfileUuid
- Returns:
- The UUID of the formcycle profile. May be null if the user has no profile.
-
getUniversalReferenceId
- Returns:
- The universal reference ID of the user.
-
getExtension
IUserRefExtension getExtension()- Returns:
- the user ref extensions or null if there are none. This value will be loaded lazy
-