Package | Description |
---|---|
org.keycloak.exportimport.util | |
org.keycloak.models.utils | |
org.keycloak.representations.idm | |
org.keycloak.services.resources.admin |
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 id)
Get social logins associated with the user
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
UsersResource.addFederatedIdentity(String id,
String provider,
FederatedIdentityRepresentation rep)
Add a social login provider to the user
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.