Class UserDetails
java.lang.Object
io.camunda.identity.sdk.authentication.UserDetails
- All Implemented Interfaces:
Serializable
User info data class. An object of this class can be serialized and stored in a session.
It is possible that some data might be empty if a user did not provide it or when
a service account was used for authentication.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserDetails
-
-
Method Details
-
getId
-
getEmail
-
getUsername
-
getName
-
getGroups
Deprecated, for removal: This API element is subject to removal in a future version.As of release 8.5, replaced byAuthentication.getGroups(String)}
-
Authentication.getGroups(String)}