public abstract class AuthenticationManagerStandardInstallerAbstract extends InstallerAbstract implements AuthenticationManagerInstaller
TYPE| Constructor and Description |
|---|
AuthenticationManagerStandardInstallerAbstract(String name) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationManager |
createAuthenticationManager() |
protected AuthenticationManagerStandard |
createAuthenticationManagerStandard() |
protected abstract List<Authenticator> |
createAuthenticators(IsisConfiguration configuration)
Hook method
|
List<Class<?>> |
getTypes()
The (classes of) the types that this installer makes available in the
module. |
addConfigurationResources, getConfiguration, getConfigurationResources, getName, getType, init, listOf, listOf, setConfiguration, setConfigurationBuilder, shutdownclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConfigurationResources, getName, getTypeinit, shutdownpublic AuthenticationManagerStandardInstallerAbstract(String name)
public final AuthenticationManager createAuthenticationManager()
createAuthenticationManager in interface AuthenticationManagerInstallerprotected AuthenticationManagerStandard createAuthenticationManagerStandard()
protected abstract List<Authenticator> createAuthenticators(IsisConfiguration configuration)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.