public class ModelAuthenticationProviderFactory extends Object implements AuthenticationProviderFactory
| Constructor and Description |
|---|
ModelAuthenticationProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
AuthenticationProvider |
create(ProviderSession providerSession) |
String |
getId() |
void |
init(Config.Scope config) |
public AuthenticationProvider create(ProviderSession providerSession)
create in interface ProviderFactory<AuthenticationProvider>public void init(Config.Scope config)
init in interface ProviderFactory<AuthenticationProvider>public void close()
close in interface ProviderFactory<AuthenticationProvider>public String getId()
getId in interface ProviderFactory<AuthenticationProvider>Copyright © 2014. All Rights Reserved.