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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(KeycloakSession session, IdentityProviderModel model) Deprecated.Creates anIdentityProvider
based on the configuration contained inmodel
.Deprecated.Creates a provider specificIdentityProviderModel
instance.Deprecated.getId()
Deprecated.getName()
Deprecated.A friendly name for this factory.boolean
Deprecated.Methods inherited from class org.keycloak.broker.provider.AbstractIdentityProviderFactory
close, create, init, parseConfig, postInit
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.provider.ConfiguredProvider
getConfig
Methods inherited from interface org.keycloak.provider.EnvironmentDependentProviderFactory
isSupported
Methods inherited from interface org.keycloak.broker.provider.IdentityProviderFactory
getHelpText, parseConfig
Methods 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:IdentityProviderFactory
A friendly name for this factory.
- Specified by:
getName
in interfaceIdentityProviderFactory<LinkedInIdentityProvider>
- Returns:
-
create
Deprecated.Description copied from interface:IdentityProviderFactory
Creates an
IdentityProvider
based on the configuration contained inmodel
.- Specified by:
create
in interfaceIdentityProviderFactory<LinkedInIdentityProvider>
model
- The configuration to be used to create the identity provider.- Returns:
-
createConfig
Deprecated.Description copied from interface:IdentityProviderFactory
Creates a provider specific
IdentityProviderModel
instance.Providers may want to implement their own
IdentityProviderModel
type so that validations can be performed when managing the provider configuration- Specified by:
createConfig
in interfaceIdentityProviderFactory<LinkedInIdentityProvider>
- Returns:
- the provider specific instance
-
getId
Deprecated.- Specified by:
getId
in interfaceProviderFactory<LinkedInIdentityProvider>
-
getConfigProperties
Deprecated.- Specified by:
getConfigProperties
in interfaceConfiguredProvider
- Specified by:
getConfigProperties
in interfaceIdentityProviderFactory<LinkedInIdentityProvider>
-
isSupported
public boolean isSupported()Deprecated.- Specified by:
isSupported
in interfaceEnvironmentDependentProviderFactory
- Returns:
true
if the provider is supported and should be available,false
otherwise
-