public class GitLabIdentityProviderFactory extends AbstractIdentityProviderFactory<GitLabIdentityProvider> implements SocialIdentityProviderFactory<GitLabIdentityProvider>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
GitLabIdentityProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
GitLabIdentityProvider |
create(KeycloakSession session,
IdentityProviderModel model)
Creates an
IdentityProvider based on the configuration contained in
model. |
OIDCIdentityProviderConfig |
createConfig()
Creates a provider specific
IdentityProviderModel instance. |
String |
getId() |
String |
getName()
A friendly name for this factory.
|
close, create, init, parseConfig, postInitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseConfigpublic static final String PROVIDER_ID
public String getName()
IdentityProviderFactoryA friendly name for this factory.
getName in interface IdentityProviderFactory<GitLabIdentityProvider>public GitLabIdentityProvider create(KeycloakSession session, IdentityProviderModel model)
IdentityProviderFactoryCreates an IdentityProvider based on the configuration contained in
model.
create in interface IdentityProviderFactory<GitLabIdentityProvider>model - The configuration to be used to create the identity provider.public OIDCIdentityProviderConfig createConfig()
IdentityProviderFactoryCreates 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
createConfig in interface IdentityProviderFactory<GitLabIdentityProvider>public String getId()
getId in interface ProviderFactory<GitLabIdentityProvider>Copyright © 2021 JBoss by Red Hat. All rights reserved.