Interface IUserPortalUser
- All Superinterfaces:
Serializable
Common interface for a user that is authenticated via the user portal.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Modifier and TypeMethodDescriptionGets the access token of this user.Gets the headers that are to be used for authentication.Gets the parameters that are to be used for authentication.Gets the display name of this user.Gets the family name of this user.Gets the first name of this user.Gets the refresh token of this user.booleanReturns whether a profile is available.booleanReturns whether a user profile is available.booleanReturns whether the user should be kept signed in.
-
Method Details
-
getDisplayName
-
getFirstName
-
getFamilyName
-
getAccessToken
-
getRefreshToken
String getRefreshToken()Gets the refresh token of this user.- Returns:
- The refresh token of this user.
-
getAuthHeader
-
getAuthParameter
-
getClientName
String getClientName() -
hasProfile
boolean hasProfile()Returns whether a profile is available.- Returns:
- Whether a profile is available.
-
hasUserProfile
boolean hasUserProfile()Returns whether a user profile is available.- Returns:
- Whether a user profile is available.
-
keepMeSignedIn
boolean keepMeSignedIn()Returns whether the user should be kept signed in.- Returns:
- Whether the user should be kept signed in.
-