Uses of Interface
com.iizix.server.oauth.services.IServiceCreator
Packages that use IServiceCreator
Uses of IServiceCreator in com.iizix.server.app
Methods in com.iizix.server.app that return types with arguments of type IServiceCreatorModifier 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
Methods in com.iizix.server.oauth.services that return IServiceCreatorModifier 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.