Skip navigation links
WildFly: Domain HTTP Interface 6.0.0.Alpha5
A B C D E G H I L M N O P R S T U V W 

A

ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_CREDENTIALS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_HEADERS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_METHODS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_ALLOW_ORIGIN_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_EXPOSE_HEADERS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_MAX_AGE - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_MAX_AGE_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_REQUEST_HEADERS_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ACCESS_CONTROL_REQUEST_METHOD_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
addManagementGetRemapContext(String, ManagementHttpServer.PathRemapper) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
addShutdownListener(ManagementHttpRequestProcessor.ShutdownListener) - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
Add a shutdown listener, which gets called when all requests completed on shutdown.
addStaticContext(String, ResourceManager) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
AnonymousMechanism - Class in org.jboss.as.domain.http.server.security
An AuthenticationMechanism that always associates an 'anonymous' user.
AnonymousMechanism() - Constructor for class org.jboss.as.domain.http.server.security.AnonymousMechanism
 
authenticate(HttpServerExchange, SecurityContext) - Method in class org.jboss.as.domain.http.server.security.AnonymousMechanism
 
authenticate(HttpServerExchange, SecurityContext) - Method in class org.jboss.as.domain.http.server.security.AuthenticationMechanismWrapper
 
AuthenticationMechanismWrapper - Class in org.jboss.as.domain.http.server.security
A wrapper around the AuthenticationMechanisms to ensure that the identity manager is aware of the current mechanism.
AuthenticationMechanismWrapper(AuthenticationMechanism, AuthMechanism) - Constructor for class org.jboss.as.domain.http.server.security.AuthenticationMechanismWrapper
 
awaitCompletion(long, TimeUnit) - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
 

B

beginRequest() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
This gets called when we receive a new http mgmt request and returns whether the request can process or should return a 503 response when the server is about to shutdown.
build() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
build() - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 
builder() - Static method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
Builder(boolean) - Constructor for class org.jboss.as.domain.http.server.OperationParameter.Builder
Creates a new builder.

C

Common - Class in org.jboss.as.domain.http.server
 
Common() - Constructor for class org.jboss.as.domain.http.server.Common
 
ConsoleMode - Enum in org.jboss.as.domain.http.server
Different modes for showing the admin console
consoleModuleNotFound(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
consoleModuleNotFound(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
consoleModuleNotFound$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
consoleModuleNotFoundMsg(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
consoleModuleNotFoundMsg(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
consoleModuleNotFoundMsg$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
constructUrl(HttpServerExchange, String) - Static method in class org.jboss.as.domain.http.server.DomainUtil
Based on the current request represented by the HttpExchange construct a complete URL for the supplied path.
CONTEXT - Static variable in class org.jboss.as.domain.http.server.security.LogoutHandler
 
CorsHeaders - Class in org.jboss.as.domain.http.server.cors
 
CorsHeaders() - Constructor for class org.jboss.as.domain.http.server.cors.CorsHeaders
 
CorsHttpHandler - Class in org.jboss.as.domain.http.server.cors
Undertow handler for CORS headers.
CorsHttpHandler(HttpHandler, Collection<String>) - Constructor for class org.jboss.as.domain.http.server.cors.CorsHttpHandler
 
CorsUtil - Class in org.jboss.as.domain.http.server.cors
Utility class for CORS handling.
CorsUtil() - Constructor for class org.jboss.as.domain.http.server.cors.CorsUtil
 

D

defaultOrigin(HttpServerExchange) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
Determine the default origin, to allow for local access.
DmrFailureReadinessHandler - Class in org.jboss.as.domain.http.server.security
A RealmReadinessFilter implementation to report by DMR failure that requests can not be processed as the realm is not ready.
DmrFailureReadinessHandler(Function<HttpServerExchange, Boolean>, HttpHandler, String) - Constructor for class org.jboss.as.domain.http.server.security.DmrFailureReadinessHandler
 
DomainUtil - Class in org.jboss.as.domain.http.server
Utility methods used for HTTP based domain management.
DomainUtil() - Constructor for class org.jboss.as.domain.http.server.DomainUtil
 

E

ElytronIdentityHandler - Class in org.jboss.as.domain.http.server.security
HttpHandler to ensure the Subject for the current authenticated user is correctly associated for the request.
ElytronIdentityHandler(HttpHandler) - Constructor for class org.jboss.as.domain.http.server.security.ElytronIdentityHandler
 
encode(boolean) - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 
endRequest() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
End a request and call the ManagementHttpRequestProcessor.handleCompleted() if the server is shutdown and there are no more active requests.
errorContextModuleNotFound(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
errorContextModuleNotFound(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
errorContextModuleNotFound$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
etag(ETag) - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 

G

getClassLoader(ModuleLoader, String, String) - Static method in enum org.jboss.as.domain.http.server.ConsoleMode
 
getContext() - Method in class org.jboss.as.domain.http.server.ResourceHandlerDefinition
 
getDefaultPath() - Method in class org.jboss.as.domain.http.server.ResourceHandlerDefinition
 
getEtag() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
getHandler() - Method in class org.jboss.as.domain.http.server.ResourceHandlerDefinition
 
getLocalAddress() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
getLocalAddress(Class<A>) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
getLoggingLocale() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
getMaxAge() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
getSecureLocalAddress() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
getSecureLocalAddress(Class<A>) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
getSubject() - Method in interface org.jboss.as.domain.http.server.security.SubjectAccount
 
getSubjectForHost(String) - Method in class org.jboss.as.domain.http.server.security.ServerSubjectFactory
 

H

handleCompleted() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
Notify all shutdown listeners that the shutdown completed.
handleCompleted() - Method in interface org.jboss.as.domain.http.server.ManagementHttpRequestProcessor.ShutdownListener
 
handleRequest(HttpServerExchange) - Method in class org.jboss.as.domain.http.server.cors.CorsHttpHandler
 
handleRequest(HttpServerExchange) - Method in class org.jboss.as.domain.http.server.security.ElytronIdentityHandler
 
handleRequest(HttpServerExchange) - Method in class org.jboss.as.domain.http.server.security.LogoutHandler
 
hasConsole() - Method in enum org.jboss.as.domain.http.server.ConsoleMode
Returns whether the console is displayed or not
HttpServerLogger - Interface in org.jboss.as.domain.http.server.logging
 
HttpServerLogger_$logger - Class in org.jboss.as.domain.http.server.logging
Warning this class consists of generated code.
HttpServerLogger_$logger(Logger) - Constructor for class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
httpsRedirectNotSupported(InetAddress, InetAddress) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
httpsRedirectNotSupported(InetAddress, InetAddress) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
httpsRedirectNotSupported$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 

I

IDENTITY_KEY - Static variable in class org.jboss.as.domain.http.server.security.ElytronIdentityHandler
 
INTERNAL_SERVER_ERROR - Static variable in class org.jboss.as.domain.http.server.Common
 
invalidCredentialType(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
invalidCredentialType(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidCredentialType$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidOperation(Throwable, String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
invalidOperation(Throwable, String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidOperation$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidUseStreamAsResponseIndex(int, int) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
invalidUseStreamAsResponseIndex(int, int) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidUseStreamAsResponseIndex$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
isCoreRequest(HeaderMap) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
 
isEncode() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
isGet() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
isPreflightedRequest(HttpServerExchange) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
 
isPretty() - Method in class org.jboss.as.domain.http.server.OperationParameter
 

L

LogoutHandler - Class in org.jboss.as.domain.http.server.security
 
LogoutHandler(String) - Constructor for class org.jboss.as.domain.http.server.security.LogoutHandler
 

M

ManagementHttpRequestProcessor - Class in org.jboss.as.domain.http.server
This class tracks active http management requests and provides listeners to coordinate the shutdown of the server.
ManagementHttpRequestProcessor() - Constructor for class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
 
ManagementHttpRequestProcessor.ShutdownListener - Interface in org.jboss.as.domain.http.server
 
ManagementHttpServer - Class in org.jboss.as.domain.http.server
The general HTTP server for handling management API requests.
ManagementHttpServer.Builder - Class in org.jboss.as.domain.http.server
 
ManagementHttpServer.PathRemapper - Interface in org.jboss.as.domain.http.server
 
managementHttpServerAlreadyBuild() - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
managementHttpServerAlreadyBuild() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
managementHttpServerAlreadyBuild$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
matchOrigin(HttpServerExchange, Collection<String>) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
Match the Origin header with the allowed origins.
maxAge(int) - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 
METHOD_NOT_ALLOWED_HANDLER - Static variable in class org.jboss.as.domain.http.server.Common
 
modelRequestError(Throwable) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
modelRequestError(Throwable) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
modelRequestError$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
MOVED_PERMANENTLY - Static variable in class org.jboss.as.domain.http.server.Common
 

N

noRealmOrSSLContext() - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
noRealmOrSSLContext() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
noRealmOrSSLContext$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
NOT_FOUND - Static variable in class org.jboss.as.domain.http.server.Common
 

O

OperationParameter - Class in org.jboss.as.domain.http.server
Value class for describing the result of an operation against the DomainApiHandler.
OperationParameter.Builder - Class in org.jboss.as.domain.http.server
Builder for OperationParameter.
org.jboss.as.domain.http.server - package org.jboss.as.domain.http.server
 
org.jboss.as.domain.http.server.cors - package org.jboss.as.domain.http.server.cors
 
org.jboss.as.domain.http.server.logging - package org.jboss.as.domain.http.server.logging
 
org.jboss.as.domain.http.server.security - package org.jboss.as.domain.http.server.security
 
ORIGIN - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 
ORIGIN_STRING - Static variable in class org.jboss.as.domain.http.server.cors.CorsHeaders
 

P

PATH - Static variable in class org.jboss.as.domain.http.server.security.LogoutHandler
 
pretty(boolean) - Method in class org.jboss.as.domain.http.server.OperationParameter.Builder
 

R

RealmIdentityManager - Class in org.jboss.as.domain.http.server.security
Deprecated.
Elytron integration will make this obsolete.
RealmIdentityManager(SecurityRealm) - Constructor for class org.jboss.as.domain.http.server.security.RealmIdentityManager
Deprecated.
 
realmNotReadyMessage(String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
An error message indicating that the security realm is not ready to process requests and a URL that can be viewed for additional information.
realmNotReadyMessage(String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
realmNotReadyMessage$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
RedirectReadinessHandler - Class in org.jboss.as.domain.http.server.security
A readiness filter to redirect users to an error page if the realm is not ready to handle authentication requests.
RedirectReadinessHandler(Function<HttpServerExchange, Boolean>, HttpHandler, String) - Constructor for class org.jboss.as.domain.http.server.security.RedirectReadinessHandler
 
remapPath(String) - Method in interface org.jboss.as.domain.http.server.ManagementHttpServer.PathRemapper
 
removeContext(String) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
ResourceHandlerDefinition - Class in org.jboss.as.domain.http.server
 
ResourceHandlerDefinition(String, String, HttpHandler) - Constructor for class org.jboss.as.domain.http.server.ResourceHandlerDefinition
 
ROOT_LOGGER - Static variable in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 

S

sanitizeDefaultPort(String) - Static method in class org.jboss.as.domain.http.server.cors.CorsUtil
Removes the port from a URL if this port is the default one for the URL's scheme.
sendChallenge(HttpServerExchange, SecurityContext) - Method in class org.jboss.as.domain.http.server.security.AnonymousMechanism
 
sendChallenge(HttpServerExchange, SecurityContext) - Method in class org.jboss.as.domain.http.server.security.AuthenticationMechanismWrapper
 
ServerSubjectFactory - Class in org.jboss.as.domain.http.server.security
A GSSAPIServerSubjectFactory that obtaines the SubjectIdentity from the SecurityRealm and associates it with the current request so it can be cleaned up as the end of the request.
ServerSubjectFactory(SecurityRealm, RealmIdentityManager) - Constructor for class org.jboss.as.domain.http.server.security.ServerSubjectFactory
 
SERVICE_UNAVAIABLE - Static variable in class org.jboss.as.domain.http.server.Common
 
setAllowedOrigins(Collection<String>) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setBindAddress(InetSocketAddress) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setChannelUpgradeHandler(ChannelUpgradeHandler) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setConsoleMode(ConsoleMode) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setConsoleSlot(String) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setControlledProcessStateService(ControlledProcessStateService) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setExecutor(Executor) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setHttpAuthenticationFactory(HttpAuthenticationFactory) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setManagementHttpRequestProcessor(ManagementHttpRequestProcessor) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setModelController(ModelController) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setSecureBindAddress(InetSocketAddress) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setSecurityRealm(SecurityRealm) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setSSLClientAuthMode(SslClientAuthMode) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
Set the SSL client authentication mode.
setSSLContext(SSLContext) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
setWorker(XnioWorker) - Method in class org.jboss.as.domain.http.server.ManagementHttpServer.Builder
 
shutdown() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
 
shutdownNow() - Method in class org.jboss.as.domain.http.server.ManagementHttpRequestProcessor
 
sslRequestedNoSslContext() - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
sslRequestedNoSslContext() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
sslRequestedNoSslContext$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
start() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
stop() - Method in class org.jboss.as.domain.http.server.ManagementHttpServer
 
SubjectAccount - Interface in org.jboss.as.domain.http.server.security
An extension to the Undertow Account interface to also make available a Subject.

T

TEMPORARY_REDIRECT - Static variable in class org.jboss.as.domain.http.server.Common
 
toString() - Method in class org.jboss.as.domain.http.server.OperationParameter
 

U

UNAUTHORIZED - Static variable in class org.jboss.as.domain.http.server.Common
 
UNSUPPORTED_MEDIA_TYPE - Static variable in class org.jboss.as.domain.http.server.Common
 
uploadError(Throwable) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
uploadError(Throwable) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
uploadError$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 

V

valueOf(String) - Static method in enum org.jboss.as.domain.http.server.ConsoleMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.as.domain.http.server.ConsoleMode
Returns an array containing the constants of this enum type, in the order they are declared.
verify(Account) - Method in class org.jboss.as.domain.http.server.security.RealmIdentityManager
Deprecated.
 
verify(String, Credential) - Method in class org.jboss.as.domain.http.server.security.RealmIdentityManager
Deprecated.
 
verify(Credential) - Method in class org.jboss.as.domain.http.server.security.RealmIdentityManager
Deprecated.
 

W

writeResponse(HttpServerExchange, int, ModelNode, OperationParameter) - Static method in class org.jboss.as.domain.http.server.DomainUtil
 
A B C D E G H I L M N O P R S T U V W 
Skip navigation links
WildFly: Domain HTTP Interface 6.0.0.Alpha5

Copyright © 2018 JBoss by Red Hat. All rights reserved.