Uses of Interface
org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProvider
Packages that use OAuth2ServiceProvider
Package
Description
-
Uses of OAuth2ServiceProvider in org.nuxeo.ecm.liveconnect.box
Classes in org.nuxeo.ecm.liveconnect.box that implement OAuth2ServiceProvider -
Uses of OAuth2ServiceProvider in org.nuxeo.ecm.liveconnect.core
Classes in org.nuxeo.ecm.liveconnect.core with type parameters of type OAuth2ServiceProviderModifier and TypeClassDescriptionclassBasic implementation ofBlobProviderfor live connect.interfaceLiveConnectBlobProvider<O extends OAuth2ServiceProvider>Interface for common cases in live connect modules.Classes in org.nuxeo.ecm.liveconnect.core that implement OAuth2ServiceProviderModifier and TypeClassDescriptionclassBasic implementation ofOAuth2ServiceProviderfor live connect.Constructors in org.nuxeo.ecm.liveconnect.core with parameters of type OAuth2ServiceProvider -
Uses of OAuth2ServiceProvider in org.nuxeo.ecm.liveconnect.google.drive
Classes in org.nuxeo.ecm.liveconnect.google.drive that implement OAuth2ServiceProvider -
Uses of OAuth2ServiceProvider in org.nuxeo.ecm.platform.oauth2.openid
Constructors in org.nuxeo.ecm.platform.oauth2.openid with parameters of type OAuth2ServiceProviderModifierConstructorDescriptionOpenIDConnectProvider(OAuth2ServiceProvider oauth2Provider, String accessTokenKey, String userInfoURL, Class<? extends OpenIDUserInfo> openIdUserInfoClass, String icon, boolean enabled, RedirectUriResolver redirectUriResolver, Class<? extends UserResolver> userResolverClass, String userMapper) Deprecated.OpenIDConnectProvider(OAuth2ServiceProvider oauth2Provider, String accessTokenKey, String userInfoURL, Class<? extends OpenIDUserInfo> openIdUserInfoClass, String icon, boolean enabled, RedirectUriResolver redirectUriResolver, Class<? extends UserResolver> userResolverClass, String userMapper, String authenticationMethod) -
Uses of OAuth2ServiceProvider in org.nuxeo.ecm.platform.oauth2.providers
Classes in org.nuxeo.ecm.platform.oauth2.providers that implement OAuth2ServiceProviderModifier and TypeClassDescriptionclassOAuth2ServiceProviderthat relies on the user's email as key.classFields in org.nuxeo.ecm.platform.oauth2.providers with type parameters of type OAuth2ServiceProviderModifier and TypeFieldDescriptionstatic final Class<? extends OAuth2ServiceProvider> OAuth2ServiceProviderDescriptor.DEFAULT_PROVIDER_CLASSprotected Class<? extends OAuth2ServiceProvider> OAuth2ServiceProviderDescriptor.providerClassMethods in org.nuxeo.ecm.platform.oauth2.providers that return OAuth2ServiceProviderModifier and TypeMethodDescriptionOAuth2ServiceProviderRegistry.addProvider(String serviceName, String description, String tokenServerURL, String authorizationServerURL, String userAuthorizationURL, String clientId, String clientSecret, List<String> scopes, Boolean isEnabled) OAuth2ServiceProviderRegistry.addProvider(String serviceName, String description, String tokenServerURL, String authorizationServerURL, String clientId, String clientSecret, List<String> scopes) OAuth2ServiceProviderRegistryImpl.addProvider(String serviceName, String description, String tokenServerURL, String authorizationServerURL, String userAuthorizationURL, String clientId, String clientSecret, List<String> scopes, Boolean isEnabled) OAuth2ServiceProviderRegistryImpl.addProvider(String serviceName, String description, String tokenServerURL, String authorizationServerURL, String clientId, String clientSecret, List<String> scopes) protected OAuth2ServiceProviderOAuth2ServiceProviderRegistryImpl.buildProvider(DocumentModel entry) Instantiates the provider merging the contribution and the directory entryOAuth2ServiceProviderRegistry.getProvider(String serviceName) OAuth2ServiceProviderRegistryImpl.getProvider(String serviceName) protected OAuth2ServiceProviderOAuth2ServiceProviderRegistryImpl.instantiateProvider(String serviceName) OAuth2ServiceProviderRegistry.updateProvider(String serviceName, OAuth2ServiceProvider provider) OAuth2ServiceProviderRegistryImpl.updateProvider(String serviceName, OAuth2ServiceProvider provider) Methods in org.nuxeo.ecm.platform.oauth2.providers that return types with arguments of type OAuth2ServiceProviderModifier and TypeMethodDescriptionClass<? extends OAuth2ServiceProvider> OAuth2ServiceProviderDescriptor.getProviderClass()OAuth2ServiceProviderRegistry.getProviders()OAuth2ServiceProviderRegistryImpl.getProviders()Methods in org.nuxeo.ecm.platform.oauth2.providers with parameters of type OAuth2ServiceProviderModifier and TypeMethodDescriptionOAuth2ServiceProviderRegistry.updateProvider(String serviceName, OAuth2ServiceProvider provider) OAuth2ServiceProviderRegistryImpl.updateProvider(String serviceName, OAuth2ServiceProvider provider)
OpenIDConnectProvider(OAuth2ServiceProvider, String, String, Class, String, boolean, RedirectUriResolver, Class, String, String)