public class StackoverflowIdentityProviderFactory extends AbstractIdentityProviderFactory<StackoverflowIdentityProvider> implements SocialIdentityProviderFactory<StackoverflowIdentityProvider>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
StackoverflowIdentityProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
StackoverflowIdentityProvider |
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, postInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseConfigclose, create, init, postInitpublic static final String PROVIDER_ID
public StackoverflowIdentityProviderFactory()
public String getName()
IdentityProviderFactoryA friendly name for this factory.
getName in interface IdentityProviderFactory<StackoverflowIdentityProvider>public StackoverflowIdentityProvider create(IdentityProviderModel model)
IdentityProviderFactoryCreates an IdentityProvider based on the configuration contained in
model.
create in interface IdentityProviderFactory<StackoverflowIdentityProvider>model - The configuration to be used to create the identity provider.public String getId()
getId in interface ProviderFactory<StackoverflowIdentityProvider>Copyright © 2016 JBoss by Red Hat. All rights reserved.