public class OpenIDConnectProviderRegistryImpl extends DefaultComponent implements OpenIDConnectProviderRegistry
Modifier and Type | Field and Description |
---|---|
static String |
PROVIDER_EP |
Constructor and Description |
---|
OpenIDConnectProviderRegistryImpl() |
Modifier and Type | Method and Description |
---|---|
void |
applicationStarted(ComponentContext context)
Notify the component that Nuxeo Framework finished starting all Nuxeo
bundles.
|
Collection<OpenIDConnectProvider> |
getEnabledProviders() |
OpenIDConnectProvider |
getProvider(String name) |
Collection<OpenIDConnectProvider> |
getProviders() |
void |
registerContribution(Object contribution,
String extensionPoint,
ComponentInstance contributor) |
activate, deactivate, getAdapter, getApplicationStartedOrder, getLastModified, registerExtension, setLastModified, unregisterContribution, unregisterExtension
public static final String PROVIDER_EP
public void registerContribution(Object contribution, String extensionPoint, ComponentInstance contributor) throws Exception
registerContribution
in class DefaultComponent
Exception
public Collection<OpenIDConnectProvider> getProviders()
getProviders
in interface OpenIDConnectProviderRegistry
public Collection<OpenIDConnectProvider> getEnabledProviders()
getEnabledProviders
in interface OpenIDConnectProviderRegistry
public OpenIDConnectProvider getProvider(String name)
getProvider
in interface OpenIDConnectProviderRegistry
public void applicationStarted(ComponentContext context) throws Exception
Component
applicationStarted
in interface Component
applicationStarted
in class DefaultComponent
Exception
Copyright © 2013 Nuxeo SA. All Rights Reserved.