public abstract class Authentication extends Object
| Modifier and Type | Field and Description |
|---|---|
protected cz.abclinuxu.datoveschranky.common.Config |
config |
protected Logger |
logger |
static String |
SSL_SOCKET_FACTORY |
| Modifier | Constructor and Description |
|---|---|
protected |
Authentication(cz.abclinuxu.datoveschranky.common.Config config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureService(Map<String,Object> requestContext,
String servicePostfix) |
protected abstract void |
configureServiceOverride(Map<String,Object> requestContext,
String servicePostfix) |
<T> T |
createService(Service serviceBuilder,
Class<T> serviceClass,
String servicePostfix) |
protected SSLSocketFactory |
createSSLSocketFactory() |
public static final String SSL_SOCKET_FACTORY
protected final cz.abclinuxu.datoveschranky.common.Config config
protected final Logger logger
protected Authentication(cz.abclinuxu.datoveschranky.common.Config config)
public <T> T createService(Service serviceBuilder, Class<T> serviceClass, String servicePostfix)
protected void configureService(Map<String,Object> requestContext, String servicePostfix)
protected SSLSocketFactory createSSLSocketFactory()
Copyright © 2017. All rights reserved.