public class TmsServerSecurityConfig extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
TmsServerSecurityConfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
AUDIT_DIRECTORY |
static String |
AUTHENTICATION_SCHEME |
static String |
AUTHORIZATION_SCHEME |
static String |
DEPRECATED_SECURITY_LEVEL |
static String |
DEPRECATED_SECURITY_ROOT_DIRECTORY |
static String |
HTTPS_ENABLED |
static String |
NOT_SET_VALUE |
static String |
SECURITY_ROOT_DIRECTORY |
static String |
SECURITY_ROOT_DIRECTORY_CONNECTION_DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeprecatedSecurityLevel() |
String |
getDeprecatedSecurityRootDirectory() |
String |
getTmsSecurityAuditDirectory() |
String |
getTmsSecurityAuthenticationScheme() |
String |
getTmsSecurityAuthorizationScheme() |
String |
getTmsSecurityHttpsEnabled() |
String |
getTmsSecurityRootDirectory() |
String |
getTmsSecurityRootDirectoryConnectionDefault() |
Map<String,String> |
toMap() |
String |
toString() |
public static final String NOT_SET_VALUE
public static final String SECURITY_ROOT_DIRECTORY
public static final String AUDIT_DIRECTORY
public static final String HTTPS_ENABLED
public static final String AUTHENTICATION_SCHEME
public static final String AUTHORIZATION_SCHEME
public static final String SECURITY_ROOT_DIRECTORY_CONNECTION_DEFAULT
public static final String DEPRECATED_SECURITY_ROOT_DIRECTORY
public static final String DEPRECATED_SECURITY_LEVEL
public String getTmsSecurityRootDirectory()
public String getTmsSecurityHttpsEnabled()
public String getTmsSecurityAuthenticationScheme()
public String getTmsSecurityAuthorizationScheme()
public String getTmsSecurityRootDirectoryConnectionDefault()
public String getTmsSecurityAuditDirectory()
public String getDeprecatedSecurityRootDirectory()
public String getDeprecatedSecurityLevel()
Copyright © 2022. All rights reserved.