public class LinkedInIdentityProviderFactory extends AbstractIdentityProviderFactory<LinkedInIdentityProvider> implements SocialIdentityProviderFactory<LinkedInIdentityProvider>
Modifier and Type | Field and Description |
---|---|
static String |
PROVIDER_ID |
Constructor and Description |
---|
LinkedInIdentityProviderFactory() |
Modifier and Type | Method and Description |
---|---|
LinkedInIdentityProvider |
create(IdentityProviderModel model)
Creates an
IdentityProvider based on the configuration contained in
model . |
String |
getId() |
String |
getName()
A friendly name for this factory.
|
close, create, init, parseConfig, postInit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
parseConfig
close, create, init, postInit
public static final String PROVIDER_ID
public String getName()
IdentityProviderFactory
A friendly name for this factory.
getName
in interface IdentityProviderFactory<LinkedInIdentityProvider>
public LinkedInIdentityProvider create(IdentityProviderModel model)
IdentityProviderFactory
Creates an IdentityProvider
based on the configuration contained in
model
.
create
in interface IdentityProviderFactory<LinkedInIdentityProvider>
model
- The configuration to be used to create the identity provider.public String getId()
getId
in interface ProviderFactory<LinkedInIdentityProvider>
Copyright © 2015. All rights reserved.