Uses of Interface
org.jboss.resteasy.plugins.server.embedded.SecurityDomain
Package
Description
-
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.embedded
Modifier and TypeMethodDescriptionEmbeddedJaxrsServer.setSecurityDomain
(SecurityDomain sc) Deprecated. -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.netty
Modifier and TypeFieldDescriptionprotected SecurityDomain
NettyJaxrsServer.domain
protected final SecurityDomain
NettySecurityContext.domain
protected final SecurityDomain
RequestDispatcher.domain
Modifier and TypeMethodDescriptionNettyJaxrsServer.setSecurityDomain
(SecurityDomain sc) static ResteasyDeployment
NettyContainer.start
(String bindPath, SecurityDomain domain) static ResteasyDeployment
NettyContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) ModifierConstructorDescriptionNettySecurityContext
(Principal principal, SecurityDomain domain, String authScheme, boolean secure) RequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.netty.cdi
ModifierConstructorDescriptionCdiRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) CdiRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain, jakarta.enterprise.inject.Instance<Object> cdi) -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.reactor.netty
Modifier and TypeMethodDescriptionReactorNettyJaxrsServer.setSecurityDomain
(SecurityDomain sc) static ResteasyDeployment
ReactorNettyContainer.start
(String bindPath, SecurityDomain domain) static ResteasyDeployment
ReactorNettyContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.sun.http
Modifier and TypeFieldDescriptionprotected SecurityDomain
BasicAuthFilter.domain
protected SecurityDomain
HttpContextBuilder.securityDomain
Modifier and TypeMethodDescriptionvoid
HttpContextBuilder.setSecurityDomain
(SecurityDomain securityDomain) Will turn on Basic AuthenticationSunHttpJaxrsServer.setSecurityDomain
(SecurityDomain securityDomain) Deprecated.Setting a security domain will turn on Basic Authenticationstatic ResteasyDeployment
HttpServerContainer.start
(String bindPath, SecurityDomain domain) static ResteasyDeployment
HttpServerContainer.start
(String bindPath, SecurityDomain domain, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) static ResteasyDeployment
HttpServerContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.undertow
-
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.vertx
Modifier and TypeFieldDescriptionprotected final SecurityDomain
RequestDispatcher.domain
protected SecurityDomain
VertxJaxrsServer.domain
protected final SecurityDomain
VertxSecurityContext.domain
Modifier and TypeMethodDescriptionVertxJaxrsServer.setSecurityDomain
(SecurityDomain sc) static VertxResteasyDeployment
VertxContainer.start
(String bindPath, SecurityDomain domain) static VertxResteasyDeployment
VertxContainer.start
(String bindPath, SecurityDomain domain, VertxResteasyDeployment deployment) ModifierConstructorDescriptionRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) VertxRequestHandler
(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix, SecurityDomain domain) VertxSecurityContext
(Principal principal, SecurityDomain domain, String authScheme, boolean secure)