Uses of Class
com.iizix.server.oauth.AbstractOAuthService
Uses of AbstractOAuthService 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 AbstractOAuthService in com.iizix.server.oauth
Modifier and TypeMethodDescriptionfinal AbstractOAuthService
OAuthSession.getService()
Returns the service for the session.Uses of AbstractOAuthService in com.iizix.server.oauth.services
Modifier and TypeInterfaceDescriptioninterface
IServiceCreator<SERVICE extends AbstractOAuthService>
Interface used to create the actual instance of the authentication service.