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.
model - The model containing the common abd basic configuration for an identity provider.inputStream - The input stream from where configuration will be loaded from..Copyright © 2015. All rights reserved.