java.lang.Object
com.pingidentity.sdk.api.authn.model.User
All Implemented Interfaces:
Serializable

public class User extends Object implements Serializable
An API model that represents a user.
Since:
10.1
See Also:
  • Constructor Details

    • User

      public User()
  • Method Details

    • getId

      public String getId()
      Get the user's unique id.
    • setId

      public void setId(String id)
      Set user's unique id.
    • getUsername

      public String getUsername()
      Get the user's username.
    • setUsername

      public void setUsername(String username)
      Set the user's username.