Package | Description |
---|---|
org.keycloak.account.freemarker.model | |
org.keycloak.models | |
org.keycloak.models.jpa | |
org.keycloak.models.mongo.keycloak.adapters | |
org.keycloak.services.managers |
Constructor and Description |
---|
AccountSocialBean.SocialLinkEntry(SocialLinkModel link,
String providerName,
String actionUrl) |
Modifier and Type | Method and Description |
---|---|
SocialLinkModel |
RealmModel.getSocialLink(UserModel user,
String socialProvider) |
Modifier and Type | Method and Description |
---|---|
Set<SocialLinkModel> |
RealmModel.getSocialLinks(UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
RealmModel.addSocialLink(UserModel user,
SocialLinkModel socialLink) |
UserModel |
RealmModel.getUserBySocialLink(SocialLinkModel socialLink) |
Modifier and Type | Method and Description |
---|---|
SocialLinkModel |
RealmAdapter.getSocialLink(UserModel user,
String socialProvider) |
Modifier and Type | Method and Description |
---|---|
Set<SocialLinkModel> |
RealmAdapter.getSocialLinks(UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
RealmAdapter.addSocialLink(UserModel user,
SocialLinkModel socialLink) |
UserModel |
RealmAdapter.getUserBySocialLink(SocialLinkModel socialLink) |
Modifier and Type | Method and Description |
---|---|
SocialLinkModel |
RealmAdapter.getSocialLink(UserModel user,
String socialProvider) |
Modifier and Type | Method and Description |
---|---|
Set<SocialLinkModel> |
RealmAdapter.getSocialLinks(UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
RealmAdapter.addSocialLink(UserModel user,
SocialLinkModel socialLink) |
UserModel |
RealmAdapter.getUserBySocialLink(SocialLinkModel socialLink) |
Modifier and Type | Method and Description |
---|---|
static SocialLinkRepresentation |
ModelToRepresentation.toRepresentation(SocialLinkModel socialLink) |
Copyright © 2014. All Rights Reserved.