Uses of Interface
org.nuxeo.ecm.platform.oauth2.providers.OAuth2ServiceProviderRegistry
-
Packages that use OAuth2ServiceProviderRegistry Package Description org.nuxeo.ecm.platform.oauth2.openid org.nuxeo.ecm.platform.oauth2.providers -
-
Uses of OAuth2ServiceProviderRegistry in org.nuxeo.ecm.platform.oauth2.openid
Methods in org.nuxeo.ecm.platform.oauth2.openid that return OAuth2ServiceProviderRegistry Modifier and Type Method Description protected OAuth2ServiceProviderRegistry
OpenIDConnectProviderRegistryImpl. getOAuth2ServiceProviderRegistry()
-
Uses of OAuth2ServiceProviderRegistry in org.nuxeo.ecm.platform.oauth2.providers
Classes in org.nuxeo.ecm.platform.oauth2.providers that implement OAuth2ServiceProviderRegistry Modifier and Type Class Description class
OAuth2ServiceProviderRegistryImpl
Implementation of theOAuth2ServiceProviderRegistry
.
-