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 |
---|---|
Stream<FederatedIdentityRepresentation> |
UserResource.getFederatedIdentity()
Get social logins associated with the user
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UserResource.addFederatedIdentity(String provider,
FederatedIdentityRepresentation rep)
Add a social login provider to the user
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.