Uses of Enum Class
com.iizix.comm.oauth.AuthenticationProvider
Package
Description
Uses of AuthenticationProvider in com.iizix.comm.oauth
Modifier and TypeMethodDescriptionstatic AuthenticationProvider
AuthenticationProvider.fromProviderName
(String providerName) Gets the authentication provider from a String that must match the authentication provider name.IOAuthService.getAuthenticationProvider()
Gets authentication provider.static AuthenticationProvider
Returns the enum constant of this class with the specified name.static AuthenticationProvider[]
AuthenticationProvider.values()
Returns an array containing the constants of this enum class, in the order they are declared.Uses of AuthenticationProvider in com.iizix.gyro
Modifier and TypeMethodDescriptionIUserAuthenticationUI.performExternalLogin
(IClientSessionGyro clientGyro, AuthenticationProvider provider, boolean rememberProvider, BiConsumer<SigninResult, IAuthenticatedUser> callback) Performs the login for any external login authentication provider.IUserAuthenticationUI.performExternalSignup
(IClientSessionGyro clientGyro, UserProfileInfo userProfile, AuthenticationProvider provider, boolean rememberProvider) Performs a sign-up using the external authentication provider.boolean
IUserAuthenticationUI.saveUser
(IClientSessionGyro clientGyro, AuthenticationProvider provider, String user, String password, boolean rememberMe, AutoSignInPermission autoLogin) Saves the user ID, password and "Remember Me" enabled settings.Uses of AuthenticationProvider in com.iizix.server.app
Modifier and TypeMethodDescriptionMap<AuthenticationProvider,
IServiceCreator<? extends AbstractOAuthService>> AppFactory.getExternalAuthenticationProviderMap()
Gets the map of defined and initialized external authentication providers for the application.Uses of AuthenticationProvider in com.iizix.server.oauth.services
Modifier and TypeMethodDescriptionFacebook.getAuthenticationProvider()
Gets authentication provider.Google.getAuthenticationProvider()
Gets authentication provider.LinkedIn.getAuthenticationProvider()
Gets authentication provider.Microsoft.getAuthenticationProvider()
Gets authentication provider.Twitter.getAuthenticationProvider()
Gets authentication provider.