Uses of Interface
com.iizix.server.oauth.services.IServiceCreator
Uses of IServiceCreator 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 IServiceCreator in com.iizix.server.oauth.services
Modifier and TypeMethodDescriptionstatic IServiceCreator<Facebook>
Facebook.initialize
(String clientID, String clientSecret, String... scopes) Creates an instance of theParamInitializedService
that holds the parameters for the provider authentication.static IServiceCreator<Google>
Google.initialize
(String clientID, String clientSecret, String... scopes) Creates an instance of theParamInitializedService
that holds the parameters for the provider authentication.static IServiceCreator<LinkedIn>
LinkedIn.initialize
(String clientID, String clientSecret, String... scopes) Creates an instance of theParamInitializedService
that holds the parameters for the provider authentication.static IServiceCreator<Microsoft>
Microsoft.initialize
(String tenant, String clientID, String clientSecret, String... scopes) Creates an instance of theParamInitializedService
that holds the parameters for the provider authentication.static IServiceCreator<Twitter>
Twitter.initialize
(String clientID, String clientSecret) Creates an instance of theParamInitializedService
that holds the parameters for the provider authentication.