Uses of Class
com.iizix.server.oauth.AbstractOAuthService
Packages that use AbstractOAuthService Package Description com.iizix.server.app com.iizix.server.oauth com.iizix.server.oauth.services Uses of AbstractOAuthService in com.iizix.server.app
Methods in com.iizix.server.app that return types with arguments of type AbstractOAuthService 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 AbstractOAuthService in com.iizix.server.oauth
Methods in com.iizix.server.oauth that return AbstractOAuthService Modifier and Type Method Description AbstractOAuthServiceOAuthSession. getService()Returns the service for the session.Uses of AbstractOAuthService in com.iizix.server.oauth.services
Classes in com.iizix.server.oauth.services with type parameters of type AbstractOAuthService Modifier and Type Interface Description interfaceIServiceCreator<SERVICE extends AbstractOAuthService>Interface used to create the actual instance of the authentication service.Subclasses of AbstractOAuthService in com.iizix.server.oauth.services Modifier and Type Class Description classFacebookThe Facebook service.classGoogleThe Google service.classLinkedInThe LinkedIn service.classMicrosoftMicrosoft identity platform service can be used for a specific tenant or the default "common" tentant.classTwitterThe Twitter service.