Package org.keycloak.social.linkedin
Class LinkedInIdentityProviderFactory
java.lang.Object
org.keycloak.broker.provider.AbstractIdentityProviderFactory<LinkedInIdentityProvider>
org.keycloak.social.linkedin.LinkedInIdentityProviderFactory
- All Implemented Interfaces:
IdentityProviderFactory<LinkedInIdentityProvider>,SocialIdentityProviderFactory<LinkedInIdentityProvider>,ConfiguredProvider,EnvironmentDependentProviderFactory,ProviderFactory<LinkedInIdentityProvider>
@Deprecated
public class LinkedInIdentityProviderFactory
extends AbstractIdentityProviderFactory<LinkedInIdentityProvider>
implements SocialIdentityProviderFactory<LinkedInIdentityProvider>, EnvironmentDependentProviderFactory
Deprecated.
- Author:
- Vlastimil Elias (velias at redhat dot com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(KeycloakSession session, IdentityProviderModel model) Deprecated.Creates anIdentityProviderbased on the configuration contained inmodel.Deprecated.Creates a provider specificIdentityProviderModelinstance.Deprecated.getId()Deprecated.getName()Deprecated.A friendly name for this factory.booleanDeprecated.Methods inherited from class org.keycloak.broker.provider.AbstractIdentityProviderFactory
close, create, init, parseConfig, postInitMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfigMethods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupportedMethods inherited from interface org.keycloak.broker.provider.IdentityProviderFactory
getHelpText, parseConfigMethods inherited from interface org.keycloak.provider.ProviderFactory
close, create, getConfigMetadata, init, order, postInit
-
Field Details
-
PROVIDER_ID
Deprecated.- See Also:
-
-
Constructor Details
-
LinkedInIdentityProviderFactory
public LinkedInIdentityProviderFactory()Deprecated.
-
-
Method Details
-
getName
Deprecated.Description copied from interface:IdentityProviderFactoryA friendly name for this factory.
- Specified by:
getNamein interfaceIdentityProviderFactory<LinkedInIdentityProvider>- Returns:
-
create
Deprecated.Description copied from interface:IdentityProviderFactoryCreates an
IdentityProviderbased on the configuration contained inmodel.- Specified by:
createin interfaceIdentityProviderFactory<LinkedInIdentityProvider>model- The configuration to be used to create the identity provider.- Returns:
-
createConfig
Deprecated.Description copied from interface:IdentityProviderFactoryCreates a provider specific
IdentityProviderModelinstance.Providers may want to implement their own
IdentityProviderModeltype so that validations can be performed when managing the provider configuration- Specified by:
createConfigin interfaceIdentityProviderFactory<LinkedInIdentityProvider>- Returns:
- the provider specific instance
-
getId
Deprecated.- Specified by:
getIdin interfaceProviderFactory<LinkedInIdentityProvider>
-
getConfigProperties
Deprecated.- Specified by:
getConfigPropertiesin interfaceConfiguredProvider- Specified by:
getConfigPropertiesin interfaceIdentityProviderFactory<LinkedInIdentityProvider>
-
isSupported
public boolean isSupported()Deprecated.- Specified by:
isSupportedin interfaceEnvironmentDependentProviderFactory- Returns:
trueif the provider is supported and should be available,falseotherwise
-