Uses of Class
com.iizix.user.UserProfileInfo
Uses of UserProfileInfo in com.iizix.gyro
Modifier and TypeMethodDescriptionIUserAuthenticationUI.performExternalSignup
(IClientSessionGyro clientGyro, UserProfileInfo userProfile, AuthenticationProvider provider, boolean rememberProvider) Performs a sign-up using the external authentication provider.IUserAuthenticationUI.performInternalSignup
(IClientSessionGyro clientGyro, UserProfileInfo userProfile, String password, int autoLogin) Performs a sign-up using the internal login provider.Uses of UserProfileInfo in com.iizix.server.oauth
Modifier and TypeMethodDescriptionabstract UserProfileInfo
AbstractOAuthService.getUserProfileInfo()
Gets the UserProfileInformation from this service.Uses of UserProfileInfo in com.iizix.server.oauth.services
Modifier and TypeMethodDescriptionFacebook.getUserProfileInfo()
Gets the UserProfileInfo from this service.Google.getUserProfileInfo()
Gets the UserProfileInfo from this service.LinkedIn.getUserProfileInfo()
Gets the UserProfileInfo from this service.Microsoft.getUserProfileInfo()
Gets the UserProfileInformation from this service.Twitter.getUserProfileInfo()
Gets the UserProfileInfo from this service.