Modifier and Type | Method and Description |
---|---|
List<SocialLinkRepresentation> |
UserResource.getSocialLinks() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResource.addSocialLink(String provider,
SocialLinkRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
static SocialLinkRepresentation |
ExportUtils.exportSocialLink(SocialLinkModel socialLink) |
Modifier and Type | Method and Description |
---|---|
static SocialLinkRepresentation |
ModelToRepresentation.toRepresentation(SocialLinkModel socialLink) |
Modifier and Type | Field and Description |
---|---|
protected List<SocialLinkRepresentation> |
UserRepresentation.socialLinks |
Modifier and Type | Method and Description |
---|---|
List<SocialLinkRepresentation> |
UserRepresentation.getSocialLinks() |
Modifier and Type | Method and Description |
---|---|
void |
UserRepresentation.setSocialLinks(List<SocialLinkRepresentation> socialLinks) |
Modifier and Type | Method and Description |
---|---|
List<SocialLinkRepresentation> |
UsersResource.getSocialLinks(String username)
List set of social logins associated with this user.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UsersResource.addSocialLink(String username,
String provider,
SocialLinkRepresentation rep) |
Copyright © 2015. All Rights Reserved.