Class User
java.lang.Object
com.pingidentity.sdk.api.authn.model.User
- All Implemented Interfaces:
Serializable
An API model that represents a user.
- Since:
- 10.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Get the user's unique id.Get the user's username.voidSet user's unique id.voidsetUsername(String username) Set the user's username.
-
Constructor Details
-
User
public User()
-
-
Method Details
-
getId
Get the user's unique id. -
setId
Set user's unique id. -
getUsername
Get the user's username. -
setUsername
Set the user's username.
-