UserRepresentation |
ObjectFactory.createUserRepresentation()
|
UserRepresentation |
UserRepresentation.withCompanyRoles(Collection<String> values) |
UserRepresentation |
UserRepresentation.withCompanyRoles(String... values) |
UserRepresentation |
UserRepresentation.withEmail(String value) |
UserRepresentation |
UserRepresentation.withEmailVerified(boolean value) |
UserRepresentation |
UserRepresentation.withEnabled(boolean value) |
UserRepresentation |
UserRepresentation.withFederationLink(String value) |
UserRepresentation |
UserRepresentation.withFirstName(String value) |
UserRepresentation |
UserRepresentation.withId(String value) |
UserRepresentation |
UserRepresentation.withLastName(String value) |
UserRepresentation |
UserRepresentation.withRealmRoles(Collection<String> values) |
UserRepresentation |
UserRepresentation.withRealmRoles(String... values) |
UserRepresentation |
UserRepresentation.withRequiredActions(Collection<String> values) |
UserRepresentation |
UserRepresentation.withRequiredActions(String... values) |
UserRepresentation |
UserRepresentation.withSelf(String value) |
UserRepresentation |
UserRepresentation.withSocialLinks(Collection<SocialLinkRepresentation> values) |
UserRepresentation |
UserRepresentation.withSocialLinks(SocialLinkRepresentation... values) |
UserRepresentation |
UserRepresentation.withTotp(boolean value) |
UserRepresentation |
UserRepresentation.withUsername(String value) |