Uses of Interface
org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProvider
-
-
Uses of OAuth2ServiceProvider in org.nuxeo.ecm.liveconnect.box
Classes in org.nuxeo.ecm.liveconnect.box that implement OAuth2ServiceProvider Modifier and Type Class Description classBoxOAuth2ServiceProvider -
Uses of OAuth2ServiceProvider in org.nuxeo.ecm.liveconnect.core
Classes in org.nuxeo.ecm.liveconnect.core with type parameters of type OAuth2ServiceProvider Modifier and Type Class Description classAbstractLiveConnectBlobProvider<O extends OAuth2ServiceProvider>Basic 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 OAuth2ServiceProvider Modifier and Type Class Description classAbstractLiveConnectOAuth2ServiceProviderBasic implementation ofOAuth2ServiceProviderfor live connect.Constructors in org.nuxeo.ecm.liveconnect.core with parameters of type OAuth2ServiceProvider Constructor Description OAuth2CredentialFactory(OAuth2ServiceProvider provider) -
Uses of OAuth2ServiceProvider in org.nuxeo.ecm.liveconnect.google.drive
Classes in org.nuxeo.ecm.liveconnect.google.drive that implement OAuth2ServiceProvider Modifier and Type Class Description classGoogleOAuth2ServiceProvider -
Uses of OAuth2ServiceProvider in org.nuxeo.ecm.platform.oauth2.openid
Constructors in org.nuxeo.ecm.platform.oauth2.openid with parameters of type OAuth2ServiceProvider Constructor Description OpenIDConnectProvider(OAuth2ServiceProvider oauth2Provider, String accessTokenKey, String userInfoURL, Class<? extends OpenIDUserInfo> openIdUserInfoClass, String icon, boolean enabled, RedirectUriResolver redirectUriResolver, Class<? extends UserResolver> userResolverClass, String userMapper)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 OAuth2ServiceProvider Modifier and Type Class Description classAbstractOAuth2UserEmailProviderOAuth2ServiceProviderthat relies on the user's email as key.classNuxeoOAuth2ServiceProviderFields in org.nuxeo.ecm.platform.oauth2.providers with type parameters of type OAuth2ServiceProvider Modifier and Type Field Description static Class<? extends OAuth2ServiceProvider>OAuth2ServiceProviderDescriptor. DEFAULT_PROVIDER_CLASSprotected Class<? extends OAuth2ServiceProvider>OAuth2ServiceProviderDescriptor. providerClassMethods in org.nuxeo.ecm.platform.oauth2.providers that return OAuth2ServiceProvider Modifier and Type Method Description OAuth2ServiceProviderOAuth2ServiceProviderRegistry. addProvider(String serviceName, String description, String tokenServerURL, String authorizationServerURL, String userAuthorizationURL, String clientId, String clientSecret, List<String> scopes, Boolean isEnabled)OAuth2ServiceProviderOAuth2ServiceProviderRegistry. addProvider(String serviceName, String description, String tokenServerURL, String authorizationServerURL, String clientId, String clientSecret, List<String> scopes)OAuth2ServiceProviderOAuth2ServiceProviderRegistryImpl. addProvider(String serviceName, String description, String tokenServerURL, String authorizationServerURL, String userAuthorizationURL, String clientId, String clientSecret, List<String> scopes, Boolean isEnabled)OAuth2ServiceProviderOAuth2ServiceProviderRegistryImpl. 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 entryOAuth2ServiceProviderOAuth2ServiceProviderContributionRegistry. getProvider(String name)OAuth2ServiceProviderOAuth2ServiceProviderRegistry. getProvider(String serviceName)OAuth2ServiceProviderOAuth2ServiceProviderRegistryImpl. getProvider(String serviceName)OAuth2ServiceProviderOAuth2ServiceProviderRegistry. updateProvider(String serviceName, OAuth2ServiceProvider provider)OAuth2ServiceProviderOAuth2ServiceProviderRegistryImpl. updateProvider(String serviceName, OAuth2ServiceProvider provider)Methods in org.nuxeo.ecm.platform.oauth2.providers that return types with arguments of type OAuth2ServiceProvider Modifier and Type Method Description Class<? extends OAuth2ServiceProvider>OAuth2ServiceProviderDescriptor. getProviderClass()List<OAuth2ServiceProvider>OAuth2ServiceProviderRegistry. getProviders()List<OAuth2ServiceProvider>OAuth2ServiceProviderRegistryImpl. getProviders()Methods in org.nuxeo.ecm.platform.oauth2.providers with parameters of type OAuth2ServiceProvider Modifier and Type Method Description OAuth2ServiceProviderOAuth2ServiceProviderRegistry. updateProvider(String serviceName, OAuth2ServiceProvider provider)OAuth2ServiceProviderOAuth2ServiceProviderRegistryImpl. updateProvider(String serviceName, OAuth2ServiceProvider provider)
-