Uses of Class
org.springframework.social.security.provider.SocialAuthenticationService.ConnectionCardinality
-
Packages that use SocialAuthenticationService.ConnectionCardinality Package Description org.springframework.social.security.provider -
-
Uses of SocialAuthenticationService.ConnectionCardinality in org.springframework.social.security.provider
Methods in org.springframework.social.security.provider that return SocialAuthenticationService.ConnectionCardinality Modifier and Type Method Description SocialAuthenticationService.ConnectionCardinalityAbstractSocialAuthenticationService. getConnectionCardinality()SocialAuthenticationService.ConnectionCardinalitySocialAuthenticationService. getConnectionCardinality()static SocialAuthenticationService.ConnectionCardinalitySocialAuthenticationService.ConnectionCardinality. valueOf(String name)Returns the enum constant of this type with the specified name.static SocialAuthenticationService.ConnectionCardinality[]SocialAuthenticationService.ConnectionCardinality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.springframework.social.security.provider with parameters of type SocialAuthenticationService.ConnectionCardinality Modifier and Type Method Description voidAbstractSocialAuthenticationService. setConnectionCardinality(SocialAuthenticationService.ConnectionCardinality connectionCardinality)
-