Uses of Class
com.iizix.server.oauth.AbstractOAuthService
Packages that use AbstractOAuthService
Uses of AbstractOAuthService in com.iizix.server.app
Methods in com.iizix.server.app that return types with arguments of type AbstractOAuthServiceModifier and TypeMethodDescriptionMap<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 AbstractOAuthServiceModifier and TypeMethodDescriptionfinal 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 AbstractOAuthServiceModifier and TypeInterfaceDescriptioninterface
IServiceCreator<SERVICE extends AbstractOAuthService>
Interface used to create the actual instance of the authentication service.Subclasses of AbstractOAuthService in com.iizix.server.oauth.services