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 AbstractOAuthService
OAuthSession. 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 interface
IServiceCreator<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 class
Facebook
The Facebook service.class
Google
The Google service.class
LinkedIn
The LinkedIn service.class
Microsoft
Microsoft identity platform service can be used for a specific tenant or the default "common" tentant.class
Twitter
The Twitter service.