public interface IdentityProviderFactory<T extends IdentityProvider> extends ProviderFactory<T>
Modifier and Type | Method and Description |
---|---|
T |
create(IdentityProviderModel model)
Creates an
IdentityProvider based on the configuration contained in
model . |
String |
getName()
A friendly name for this factory.
|
Map<String,String> |
parseConfig(InputStream inputStream)
Creates an
IdentityProvider based on the configuration from
inputStream . |
String getName()
A friendly name for this factory.
T create(IdentityProviderModel model)
Creates an IdentityProvider
based on the configuration contained in
model
.
model
- The configuration to be used to create the identity provider.Map<String,String> parseConfig(InputStream inputStream)
Creates an IdentityProvider
based on the configuration from
inputStream
.
inputStream
- The input stream from where configuration will be loaded from..Copyright © 2016 JBoss by Red Hat. All rights reserved.