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.sun.http
Fields in org.jboss.resteasy.plugins.server.sun.http declared as SecurityDomainModifier and TypeFieldDescriptionprotected SecurityDomainBasicAuthFilter.domainprotected SecurityDomainHttpContextBuilder.securityDomainMethods 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 TypeMethodDescriptionvoidHttpContextBuilder.setSecurityDomain(SecurityDomain securityDomain) Will turn on Basic AuthenticationSunHttpJaxrsServer.setSecurityDomain(SecurityDomain securityDomain) Deprecated.Setting a security domain will turn on Basic Authenticationstatic ResteasyDeploymentHttpServerContainer.start(String bindPath, SecurityDomain domain) static ResteasyDeploymentHttpServerContainer.start(String bindPath, SecurityDomain domain, Hashtable<String, String> initParams, Hashtable<String, String> contextParams) static ResteasyDeploymentHttpServerContainer.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