Package org.keycloak.broker.saml
Class SAMLIdentityProviderFactory
java.lang.Object
org.keycloak.broker.provider.AbstractIdentityProviderFactory<SAMLIdentityProvider>
org.keycloak.broker.saml.SAMLIdentityProviderFactory
- All Implemented Interfaces:
 IdentityProviderFactory<SAMLIdentityProvider>,ConfiguredProvider,ProviderFactory<SAMLIdentityProvider>
public class SAMLIdentityProviderFactory
extends AbstractIdentityProviderFactory<SAMLIdentityProvider>
- Author:
 - Pedro Igor
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncreate(KeycloakSession session, IdentityProviderModel model) Creates anIdentityProviderbased on the configuration contained inmodel.Creates a provider specificIdentityProviderModelinstance.getId()getName()A friendly name for this factory.voidinit(Config.Scope config) Only called once when the factory is first created.parseConfig(KeycloakSession session, String config) Creates anIdentityProviderbased on the configuration frominputStream.Methods inherited from class org.keycloak.broker.provider.AbstractIdentityProviderFactory
close, create, 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.broker.provider.IdentityProviderFactory
getConfigProperties, getHelpTextMethods inherited from interface org.keycloak.provider.ProviderFactory
dependsOn, getConfigMetadata, order 
- 
Field Details
- 
PROVIDER_ID
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SAMLIdentityProviderFactory
public SAMLIdentityProviderFactory() 
 - 
 - 
Method Details
- 
getName
Description copied from interface:IdentityProviderFactoryA friendly name for this factory.
- Returns:
 
 - 
create
Description copied from interface:IdentityProviderFactoryCreates an
IdentityProviderbased on the configuration contained inmodel.model- The configuration to be used to create the identity provider.- Returns:
 
 - 
createConfig
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- Returns:
 - the provider specific instance
 
 - 
parseConfig
Description copied from interface:IdentityProviderFactoryCreates an
IdentityProviderbased on the configuration frominputStream.- Specified by:
 parseConfigin interfaceIdentityProviderFactory<SAMLIdentityProvider>- Overrides:
 parseConfigin classAbstractIdentityProviderFactory<SAMLIdentityProvider>config- The configuration for the provider- Returns:
 
 - 
getId
 - 
init
Description copied from interface:ProviderFactoryOnly called once when the factory is first created. This config is pulled from keycloak_server.json- Specified by:
 initin interfaceProviderFactory<SAMLIdentityProvider>- Overrides:
 initin classAbstractIdentityProviderFactory<SAMLIdentityProvider>
 
 -