Skip navigation links
WildFly: Domain HTTP Interface 2.2.0.CR9
A B C D E F 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
 
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.
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.OperationParameter.Builder
 
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
 
create(InetSocketAddress, InetSocketAddress, int, ModelController, SecurityRealm, ControlledProcessStateService, ConsoleMode, String, ChannelUpgradeHandler, ManagementHttpRequestProcessor, Collection<String>, XnioWorker, Executor) - Static method in class org.jboss.as.domain.http.server.ManagementHttpServer
 

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(SecurityRealm, 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

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
 

F

failedReadingResource(Throwable, String) - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
failedReadingResource(Throwable, String) - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
failedReadingResource$str() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 

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
 
getMaxAge() - Method in class org.jboss.as.domain.http.server.OperationParameter
 
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.LogoutHandler
 
handleRequest(HttpServerExchange) - Method in class org.jboss.as.domain.http.server.security.SubjectDoAsHandler
 
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

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
 
invalidResource() - Method in interface org.jboss.as.domain.http.server.logging.HttpServerLogger
 
invalidResource() - Method in class org.jboss.as.domain.http.server.logging.HttpServerLogger_$logger
 
invalidResource$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.
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

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
IdentityManager implementation to wrap the current security realms.
RealmIdentityManager(SecurityRealm) - Constructor for class org.jboss.as.domain.http.server.security.RealmIdentityManager
 
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(SecurityRealm, HttpHandler, String) - Constructor for class org.jboss.as.domain.http.server.security.RedirectReadinessHandler
 
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
 
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.
SubjectDoAsHandler - 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.
SubjectDoAsHandler(HttpHandler) - Constructor for class org.jboss.as.domain.http.server.security.SubjectDoAsHandler
 

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
 
verify(String, Credential) - Method in class org.jboss.as.domain.http.server.security.RealmIdentityManager
 
verify(Credential) - Method in class org.jboss.as.domain.http.server.security.RealmIdentityManager
 

W

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

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