public class HttpManagement extends AbstractPluginAdapter<HttpManagement> implements HttpManagementConfiguration<HttpManagement>, PortManager
AbstractConfiguredObject.CallableWithArgument<V,A>, AbstractConfiguredObject.ChainedListenableFuture<V>, AbstractConfiguredObject.ChainedSettableFuture<V>, AbstractConfiguredObject.DuplicateIdException, AbstractConfiguredObject.DuplicateNameException| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_TIMEOUT_IN_SECONDS |
static String |
HTTP_BASIC_AUTHENTICATION_ENABLED |
static String |
HTTP_SASL_AUTHENTICATION_ENABLED |
static String |
HTTPS_BASIC_AUTHENTICATION_ENABLED |
static String |
HTTPS_SASL_AUTHENTICATION_ENABLED |
static String |
PLUGIN_TYPE |
static String |
TIME_OUT |
SECURED_STRING_VALUEDEFAULT_COMPRESS_RESPONSES, DEFAULT_HELP_URL, DEFAULT_MAX_UPLOAD_SIZE, HTTP_MANAGEMENT_COMPRESS_RESPONSES, MAX_HTTP_FILE_UPLOAD_SIZE_CONTEXT_NAME, QPID_HELP_URLCONTEXT, CREATED_BY, CREATED_TIME, DESCRIPTION, DESIRED_STATE, DURABLE, ID, LAST_UPDATED_BY, LAST_UPDATED_TIME, LIFETIME_POLICY, NAME, OVER_SIZED_ATTRIBUTE_ALTERNATIVE_TEXT, STATE, TYPE| Constructor and Description |
|---|
HttpManagement(Map<String,Object> attributes,
Broker broker) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationProvider |
getAuthenticationProvider(javax.servlet.http.HttpServletRequest request) |
int |
getSessionTimeout() |
boolean |
isActivationAllowed(Port<?> port) |
boolean |
isCompressResponses() |
boolean |
isHttpBasicAuthenticationEnabled() |
boolean |
isHttpSaslAuthenticationEnabled() |
boolean |
isHttpsBasicAuthenticationEnabled() |
boolean |
isHttpsSaslAuthenticationEnabled() |
protected void |
onClose() |
protected void |
validateChange(ConfiguredObject<?> proxyForValidation,
Set<String> changedAttributes) |
getBroker, getChildren, onValidateaddChangeListener, addChildAsync, applyToChildren, asObjectRecord, attainState, attributeSet, authoriseCreate, authoriseCreateChild, authoriseDelete, authoriseSetAttributes, beforeClose, changeAttribute, changeAttributes, childAdded, childRemoved, close, closeAsync, closeChildren, create, createAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, deleted, doAfter, doAfter, doAfter, doAfter, doAfter, doAfter, doAfterAlways, doAfterAlways, doCreation, doOnConfigThread, doOpening, doResolution, doSync, doSync, doValidation, findConfiguredObject, forceUpdateAllSecureAttributes, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getContext, getContextKeys, getContextValue, getContextValue, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getSecurityManager, getState, getStatistics, getTaskExecutor, getType, getTypeClass, handleExceptionOnOpen, isDurable, managesChildStorage, notifyStateChanged, onCreate, onExceptionInOpen, onOpen, onResolve, open, openAsync, parentsMap, postResolve, postResolveChildren, registerWithParents, removeChangeListener, rethrowRuntimeExceptionsOnOpen, runTask, setAttribute, setAttributes, setAttributesAsync, setEncrypter, setState, start, startAsync, stop, toString, validateOnCreateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChangeListener, asObjectRecord, close, closeAsync, createChild, createChildAsync, decryptSecrets, delete, deleteAsync, findConfiguredObject, getActualAttributes, getAttainedChildById, getAttainedChildByName, getAttribute, getAttributeNames, getCategoryClass, getChildById, getChildByName, getChildExecutor, getChildren, getContext, getContextKeys, getContextValue, getContextValue, getCreatedBy, getCreatedTime, getDescription, getDesiredState, getId, getLastUpdatedBy, getLastUpdatedTime, getLifetimePolicy, getModel, getName, getObjectFactory, getParent, getState, getStatistics, getTaskExecutor, getType, getTypeClass, isDurable, managesChildStorage, open, openAsync, removeChangeListener, setAttribute, setAttributes, setAttributesAsyncpublic static final int DEFAULT_TIMEOUT_IN_SECONDS
public static final String TIME_OUT
public static final String HTTP_BASIC_AUTHENTICATION_ENABLED
public static final String HTTPS_BASIC_AUTHENTICATION_ENABLED
public static final String HTTP_SASL_AUTHENTICATION_ENABLED
public static final String HTTPS_SASL_AUTHENTICATION_ENABLED
public static final String PLUGIN_TYPE
protected void onClose()
onClose in class AbstractConfiguredObject<HttpManagement>public int getSessionTimeout()
getSessionTimeout in interface HttpManagementConfiguration<HttpManagement>public boolean isActivationAllowed(Port<?> port)
isActivationAllowed in interface PortManagerpublic boolean isHttpsSaslAuthenticationEnabled()
isHttpsSaslAuthenticationEnabled in interface HttpManagementConfiguration<HttpManagement>public boolean isHttpSaslAuthenticationEnabled()
isHttpSaslAuthenticationEnabled in interface HttpManagementConfiguration<HttpManagement>public boolean isHttpsBasicAuthenticationEnabled()
isHttpsBasicAuthenticationEnabled in interface HttpManagementConfiguration<HttpManagement>public boolean isHttpBasicAuthenticationEnabled()
isHttpBasicAuthenticationEnabled in interface HttpManagementConfiguration<HttpManagement>public boolean isCompressResponses()
isCompressResponses in interface HttpManagementConfiguration<HttpManagement>public AuthenticationProvider getAuthenticationProvider(javax.servlet.http.HttpServletRequest request)
getAuthenticationProvider in interface HttpManagementConfiguration<HttpManagement>protected void validateChange(ConfiguredObject<?> proxyForValidation, Set<String> changedAttributes)
validateChange in class AbstractConfiguredObject<HttpManagement>Copyright © 2006–2015 The Apache Software Foundation. All rights reserved.