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 UserInfoBase
IUserAuthenticationUI. performExternalSignup(IClientSessionGyro clientGyro, UserProfileInfo userProfile, AuthenticationProvider provider, boolean rememberProvider)
Performs a sign-up using the external authentication provider.UserInfoBase
IUserAuthenticationUI. 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 UserProfileInfo
AbstractOAuthService. 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 UserProfileInfo
Facebook. getUserProfileInfo()
Gets the UserProfileInfo from this service.UserProfileInfo
Google. getUserProfileInfo()
Gets the UserProfileInfo from this service.UserProfileInfo
LinkedIn. getUserProfileInfo()
Gets the UserProfileInfo from this service.UserProfileInfo
Microsoft. getUserProfileInfo()
Gets the UserProfileInformation from this service.UserProfileInfo
Twitter. getUserProfileInfo()
Gets the UserProfileInfo from this service.