Modifier and Type | Method and Description |
---|---|
List<FederatedIdentityRepresentation> |
UserResource.getFederatedIdentity() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResource.addFederatedIdentity(String provider,
FederatedIdentityRepresentation rep) |
Modifier and Type | Method and Description |
---|---|
static FederatedIdentityRepresentation |
ExportUtils.exportSocialLink(FederatedIdentityModel socialLink) |
Modifier and Type | Method and Description |
---|---|
static FederatedIdentityRepresentation |
ModelToRepresentation.toRepresentation(FederatedIdentityModel socialLink) |
Modifier and Type | Field and Description |
---|---|
protected List<FederatedIdentityRepresentation> |
UserRepresentation.federatedIdentities |
Modifier and Type | Method and Description |
---|---|
List<FederatedIdentityRepresentation> |
UserRepresentation.getFederatedIdentities() |
Modifier and Type | Method and Description |
---|---|
void |
UserRepresentation.setFederatedIdentities(List<FederatedIdentityRepresentation> federatedIdentities) |
Modifier and Type | Method and Description |
---|---|
List<FederatedIdentityRepresentation> |
UsersResource.getFederatedIdentity(String username)
List set of social logins associated with this user.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UsersResource.addFederatedIdentity(String username,
String provider,
FederatedIdentityRepresentation rep) |
Copyright © 2015. All rights reserved.