public interface HttpManagementConfiguration<X extends HttpManagementConfiguration<X>> extends Plugin<X>
| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEFAULT_COMPRESS_RESPONSES |
static boolean |
DEFAULT_DISABLE_UI |
static boolean |
DEFAULT_HTTP_MANAGEMENT_ENABLE_CONTENT_AUTHENTICATION |
static long |
DEFAULT_MAX_UPLOAD_SIZE |
static long |
DEFAULT_PREFERENCE_OPERATION_TIMEOUT |
static long |
DEFAULT_SASL_EXCHANGE_EXPIRY |
static String |
DISABLE_UI_CONTEXT_NAME |
static String |
HTTP_MANAGEMENT_COMPRESS_RESPONSES |
static String |
HTTP_MANAGEMENT_ENABLE_CONTENT_AUTHENTICATION |
static String |
MAX_HTTP_FILE_UPLOAD_SIZE_CONTEXT_NAME |
static String |
PREFERENCE_OPERTAION_TIMEOUT_CONTEXT_NAME |
static String |
SASL_EXCHANGE_EXPIRY_CONTEXT_NAME |
AWAIT_ATTAINMENT_TIMEOUT, CONTEXT, CREATED_BY, CREATED_TIME, DEFAULT_AWAIT_ATTAINMENT_TIMEOUT, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE, TYPE| Modifier and Type | Method and Description |
|---|---|
AuthenticationProvider |
getAuthenticationProvider(javax.servlet.http.HttpServletRequest request) |
boolean |
getCorsAllowCredentials() |
String |
getCorsAllowHeaders() |
Set<String> |
getCorsAllowMethods() |
String |
getCorsAllowOrigins() |
Port<?> |
getPort(javax.servlet.http.HttpServletRequest request) |
long |
getSaslExchangeExpiry() |
int |
getSessionTimeout() |
boolean |
isCompressResponses() |
boolean |
isHttpBasicAuthenticationEnabled() |
boolean |
isHttpSaslAuthenticationEnabled() |
boolean |
isHttpsBasicAuthenticationEnabled() |
boolean |
isHttpsSaslAuthenticationEnabled() |
addChangeListener, asObjectRecord, authorise, authorise, authorise, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastOpenedTime, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getStatistics, getType, getTypeClass, getUserPreferences, hasEncrypter, isDurable, managesChildStorage, newToken, open, openAsync, removeChangeListener, removeContextVariable, setAttributes, setAttributesAsync, setContextVariable, setUserPreferencesgetContextKeys, getContextValue, getContextValuegetTaskExecutorstatic final String HTTP_MANAGEMENT_COMPRESS_RESPONSES
static final boolean DEFAULT_COMPRESS_RESPONSES
static final String MAX_HTTP_FILE_UPLOAD_SIZE_CONTEXT_NAME
static final long DEFAULT_MAX_UPLOAD_SIZE
static final String PREFERENCE_OPERTAION_TIMEOUT_CONTEXT_NAME
static final long DEFAULT_PREFERENCE_OPERATION_TIMEOUT
static final String SASL_EXCHANGE_EXPIRY_CONTEXT_NAME
static final long DEFAULT_SASL_EXCHANGE_EXPIRY
static final String DISABLE_UI_CONTEXT_NAME
static final boolean DEFAULT_DISABLE_UI
static final String HTTP_MANAGEMENT_ENABLE_CONTENT_AUTHENTICATION
static final boolean DEFAULT_HTTP_MANAGEMENT_ENABLE_CONTENT_AUTHENTICATION
boolean isHttpsSaslAuthenticationEnabled()
boolean isHttpSaslAuthenticationEnabled()
boolean isHttpsBasicAuthenticationEnabled()
boolean isHttpBasicAuthenticationEnabled()
int getSessionTimeout()
String getCorsAllowOrigins()
String getCorsAllowHeaders()
boolean getCorsAllowCredentials()
boolean isCompressResponses()
long getSaslExchangeExpiry()
AuthenticationProvider getAuthenticationProvider(javax.servlet.http.HttpServletRequest request)
Port<?> getPort(javax.servlet.http.HttpServletRequest request)
Copyright © 2006–2020 The Apache Software Foundation. All rights reserved.