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.idm
Fields in org.keycloak.representations.idm with type parameters of type SocialLinkRepresentation Modifier and Type Field Description protected List<SocialLinkRepresentation>
UserRepresentation. socialLinks
Deprecated.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 void
UserRepresentation. setSocialLinks(List<SocialLinkRepresentation> socialLinks)
-