Uses of Class
com.iizix.user.UserProfileInfo
Packages that use UserProfileInfo
Uses of UserProfileInfo in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type UserProfileInfoModifier 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
Methods in com.iizix.server.oauth that return UserProfileInfoModifier and TypeMethodDescriptionabstract UserProfileInfoAbstractOAuthService.getUserProfileInfo()Gets the UserProfileInformation from this service.Uses of UserProfileInfo in com.iizix.server.oauth.services
Methods in com.iizix.server.oauth.services that return UserProfileInfoModifier 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.