public class SAMLIdentityProviderFactory extends AbstractIdentityProviderFactory<SAMLIdentityProvider>
| Modifier and Type | Field and Description |
|---|---|
static String |
PROVIDER_ID |
| Constructor and Description |
|---|
SAMLIdentityProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
SAMLIdentityProvider |
create(IdentityProviderModel model)
Creates an
IdentityProvider based on the configuration contained in
model. |
String |
getId() |
String |
getName()
A friendly name for this factory.
|
Map<String,String> |
parseConfig(InputStream inputStream)
Creates an
IdentityProvider based on the configuration from
inputStream. |
close, create, init, postInitpublic static final String PROVIDER_ID
public String getName()
IdentityProviderFactoryA friendly name for this factory.
public SAMLIdentityProvider create(IdentityProviderModel model)
IdentityProviderFactoryCreates an IdentityProvider based on the configuration contained in
model.
model - The configuration to be used to create the identity provider.public Map<String,String> parseConfig(InputStream inputStream)
IdentityProviderFactoryCreates an IdentityProvider based on the configuration from
inputStream.
parseConfig in interface IdentityProviderFactory<SAMLIdentityProvider>parseConfig in class AbstractIdentityProviderFactory<SAMLIdentityProvider>inputStream - The input stream from where configuration will be loaded from..public String getId()
Copyright © 2016 JBoss by Red Hat. All rights reserved.