Uses of Class
org.keycloak.representations.idm.SocialLinkRepresentation
- 
Packages that use SocialLinkRepresentation Package Description org.keycloak.representations.idm 
- 
- 
Uses of SocialLinkRepresentation in org.keycloak.representations.idmFields in org.keycloak.representations.idm with type parameters of type SocialLinkRepresentation Modifier and Type Field Description protected List<SocialLinkRepresentation>UserRepresentation. socialLinksDeprecated.Methods in org.keycloak.representations.idm that return types with arguments of type SocialLinkRepresentation Modifier and Type Method Description List<SocialLinkRepresentation>UserRepresentation. getSocialLinks()Method parameters in org.keycloak.representations.idm with type arguments of type SocialLinkRepresentation Modifier and Type Method Description voidUserRepresentation. setSocialLinks(List<SocialLinkRepresentation> socialLinks)
 
-