Skip to content

Instantly share code, notes, and snippets.

@girirajsharma
Created March 3, 2015 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save girirajsharma/09d2dbfa97f8b7a2efd3 to your computer and use it in GitHub Desktop.
Save girirajsharma/09d2dbfa97f8b7a2efd3 to your computer and use it in GitHub Desktop.
protected String self; // link
protected String id;
protected String username;
protected boolean enabled;
protected boolean totp;
protected boolean emailVerified;
protected String firstName;
protected String lastName;
protected String email;
protected String federationLink;
protected Map<String, String> attributes;
protected List<CredentialRepresentation> credentials;
protected List<String> requiredActions;
protected List<FederatedIdentityRepresentation> federatedIdentities;
protected List<String> realmRoles;
protected Map<String, List<String>> applicationRoles;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment