Uses of Class
com.iizix.user.UserProfileInfo
Packages that use UserProfileInfo Package Description com.iizix.gyro com.iizix.server.oauth com.iizix.server.oauth.services Uses of UserProfileInfo in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type UserProfileInfo Modifier and Type Method Description UserInfoBaseIUserAuthenticationUI. performExternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, AuthenticationProvider provider, boolean rememberProvider)Performs a sign-up using the external authentication provider.UserInfoBaseIUserAuthenticationUI. performInternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, java.lang.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 UserProfileInfo Modifier and Type Method Description abstract 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 UserProfileInfo Modifier and Type Method Description UserProfileInfoFacebook. getUserProfileInfo()Gets the UserProfileInfo from this service.UserProfileInfoGoogle. getUserProfileInfo()Gets the UserProfileInfo from this service.UserProfileInfoLinkedIn. getUserProfileInfo()Gets the UserProfileInfo from this service.UserProfileInfoMicrosoft. getUserProfileInfo()Gets the UserProfileInformation from this service.UserProfileInfoTwitter. getUserProfileInfo()Gets the UserProfileInfo from this service.