Uses of Class
com.iizix.comm.oauth.AuthenticationProvider
Packages that use AuthenticationProvider Package Description com.iizix.comm.oauth com.iizix.gyro com.iizix.server.app com.iizix.server.oauth.services Uses of AuthenticationProvider in com.iizix.comm.oauth
Methods in com.iizix.comm.oauth that return AuthenticationProvider Modifier and Type Method Description static AuthenticationProvider
AuthenticationProvider. fromProviderName(java.lang.String providerName)
Gets the authentication provider from a String that must match the authentication provider name.AuthenticationProvider
IOAuthService. getAuthenticationProvider()
Gets authentication provider.static AuthenticationProvider
AuthenticationProvider. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthenticationProvider[]
AuthenticationProvider. values()
Returns an array containing the constants of this enum type, in the order they are declared.Uses of AuthenticationProvider in com.iizix.gyro
Methods in com.iizix.gyro with parameters of type AuthenticationProvider Modifier and Type Method Description void
IUserAuthenticationUI. performExternalLogin(IClientSessionGyro clientGyro, AuthenticationProvider provider, boolean rememberProvider, java.util.function.BiConsumer<LoginResult,UserInfoBase> callback)
Performs the login for any external login authentication provider.UserInfoBase
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, java.lang.String user, java.lang.String password, boolean rememberMe, int autoLogin)
Saves the user ID, password and "Remember Me" enabled settings.Uses of AuthenticationProvider in com.iizix.server.app
Methods in com.iizix.server.app that return types with arguments of type AuthenticationProvider Modifier and Type Method Description java.util.Map<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
Methods in com.iizix.server.oauth.services that return AuthenticationProvider Modifier and Type Method Description AuthenticationProvider
Facebook. getAuthenticationProvider()
Gets authentication provider.AuthenticationProvider
Google. getAuthenticationProvider()
Gets authentication provider.AuthenticationProvider
LinkedIn. getAuthenticationProvider()
Gets authentication provider.AuthenticationProvider
Microsoft. getAuthenticationProvider()
Gets authentication provider.AuthenticationProvider
Twitter. getAuthenticationProvider()
Gets authentication provider.