Uses of Interface
org.jboss.resteasy.plugins.server.embedded.SecurityDomain
Packages that use SecurityDomain
Package
Description
-
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.embedded
Classes in org.jboss.resteasy.plugins.server.embedded that implement SecurityDomainMethods in org.jboss.resteasy.plugins.server.embedded with parameters of type SecurityDomainModifier and TypeMethodDescriptionEmbeddedJaxrsServer.setSecurityDomain
(SecurityDomain sc) Deprecated. -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.netty
Fields in org.jboss.resteasy.plugins.server.netty declared as SecurityDomainModifier and TypeFieldDescriptionprotected SecurityDomain
NettyJaxrsServer.domain
Deprecated, for removal: This API element is subject to removal in a future version.protected final SecurityDomain
NettySecurityContext.domain
Deprecated, for removal: This API element is subject to removal in a future version.protected final SecurityDomain
RequestDispatcher.domain
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.netty that return SecurityDomainModifier and TypeMethodDescriptionRequestDispatcher.getDomain()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.netty with parameters of type SecurityDomainModifier and TypeMethodDescriptionNettyJaxrsServer.setSecurityDomain
(SecurityDomain sc) Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyDeployment
NettyContainer.start
(String bindPath, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyDeployment
NettyContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.jboss.resteasy.plugins.server.netty with parameters of type SecurityDomainModifierConstructorDescriptionNettySecurityContext
(Principal principal, SecurityDomain domain, String authScheme, boolean secure) Deprecated, for removal: This API element is subject to removal in a future version.RequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.netty.cdi
Constructors in org.jboss.resteasy.plugins.server.netty.cdi with parameters of type SecurityDomainModifierConstructorDescriptionCdiRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.CdiRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain, jakarta.enterprise.inject.Instance<Object> cdi) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.reactor.netty
Fields in org.jboss.resteasy.plugins.server.reactor.netty declared as SecurityDomainModifier and TypeFieldDescriptionprotected SecurityDomain
ReactorNettyJaxrsServer.domain
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.reactor.netty with parameters of type SecurityDomainModifier and TypeMethodDescriptionReactorNettyJaxrsServer.setSecurityDomain
(SecurityDomain sc) Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyDeployment
ReactorNettyContainer.start
(String bindPath, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.static ResteasyDeployment
ReactorNettyContainer.start
(String bindPath, SecurityDomain domain, ResteasyDeployment deployment) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as SecurityDomainModifier and TypeFieldDescriptionprotected SecurityDomain
BasicAuthFilter.domain
protected SecurityDomain
HttpContextBuilder.securityDomain
Methods in org.jboss.resteasy.plugins.server.sun.http that return SecurityDomainMethods in org.jboss.resteasy.plugins.server.sun.http with parameters of type SecurityDomainModifier 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) Constructors in org.jboss.resteasy.plugins.server.sun.http with parameters of type SecurityDomain -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.undertow
Methods in org.jboss.resteasy.plugins.server.undertow with parameters of type SecurityDomain -
Uses of SecurityDomain in org.jboss.resteasy.plugins.server.vertx
Fields in org.jboss.resteasy.plugins.server.vertx declared as SecurityDomainModifier and TypeFieldDescriptionprotected final SecurityDomain
RequestDispatcher.domain
Deprecated, for removal: This API element is subject to removal in a future version.protected SecurityDomain
VertxJaxrsServer.domain
Deprecated, for removal: This API element is subject to removal in a future version.protected final SecurityDomain
VertxSecurityContext.domain
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.vertx that return SecurityDomainModifier and TypeMethodDescriptionRequestDispatcher.getDomain()
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.jboss.resteasy.plugins.server.vertx with parameters of type SecurityDomainModifier and TypeMethodDescriptionVertxJaxrsServer.setSecurityDomain
(SecurityDomain sc) Deprecated, for removal: This API element is subject to removal in a future version.static VertxResteasyDeployment
VertxContainer.start
(String bindPath, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.static VertxResteasyDeployment
VertxContainer.start
(String bindPath, SecurityDomain domain, VertxResteasyDeployment deployment) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.jboss.resteasy.plugins.server.vertx with parameters of type SecurityDomainModifierConstructorDescriptionRequestDispatcher
(SynchronousDispatcher dispatcher, ResteasyProviderFactory providerFactory, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.VertxRequestHandler
(io.vertx.core.Vertx vertx, ResteasyDeployment deployment, String servletMappingPrefix, SecurityDomain domain) Deprecated, for removal: This API element is subject to removal in a future version.VertxSecurityContext
(Principal principal, SecurityDomain domain, String authScheme, boolean secure) Deprecated, for removal: This API element is subject to removal in a future version.