Uses of Interface
org.jboss.resteasy.plugins.server.embedded.SecurityDomain

Packages that use SecurityDomain
org.jboss.resteasy.plugins.server.embedded   
org.jboss.resteasy.plugins.server.sun.http   
org.jboss.resteasy.plugins.server.tjws   
org.jboss.resteasy.plugins.spring   
org.jboss.resteasy.springmvc.tjws   
org.jboss.resteasy.test   
 

Uses of SecurityDomain in org.jboss.resteasy.plugins.server.embedded
 

Classes in org.jboss.resteasy.plugins.server.embedded that implement SecurityDomain
 class SimpleSecurityDomain
          POJO Security domain.
 

Methods in org.jboss.resteasy.plugins.server.embedded with parameters of type SecurityDomain
 void EmbeddedJaxrsServer.setSecurityDomain(SecurityDomain sc)
           
 

Uses of SecurityDomain in org.jboss.resteasy.plugins.server.sun.http
 

Fields in org.jboss.resteasy.plugins.server.sun.http declared as SecurityDomain
protected  SecurityDomain BasicAuthFilter.domain
           
protected  SecurityDomain HttpContextBuilder.securityDomain
           
 

Methods in org.jboss.resteasy.plugins.server.sun.http that return SecurityDomain
 SecurityDomain HttpContextBuilder.getSecurityDomain()
           
 

Methods in org.jboss.resteasy.plugins.server.sun.http with parameters of type SecurityDomain
 void SunHttpJaxrsServer.setSecurityDomain(SecurityDomain securityDomain)
          Setting a security domain will turn on Basic Authentication
 void HttpContextBuilder.setSecurityDomain(SecurityDomain securityDomain)
          Will turn on Basic Authentication
 

Constructors in org.jboss.resteasy.plugins.server.sun.http with parameters of type SecurityDomain
BasicAuthFilter(SecurityDomain domain)
           
 

Uses of SecurityDomain in org.jboss.resteasy.plugins.server.tjws
 

Methods in org.jboss.resteasy.plugins.server.tjws with parameters of type SecurityDomain
 void TJWSServletDispatcher.setSecurityDomain(SecurityDomain domain)
           
 void TJWSRequestPreProcessor.setSecurityDomain(SecurityDomain domain)
           
 void TJWSEmbeddedJaxrsServer.setSecurityDomain(SecurityDomain sc)
           
 

Constructors in org.jboss.resteasy.plugins.server.tjws with parameters of type SecurityDomain
TJWSRequestPreProcessor(SecurityDomain domain)
           
TJWSServletDispatcher(SecurityDomain domain)
           
 

Uses of SecurityDomain in org.jboss.resteasy.plugins.spring
 

Methods in org.jboss.resteasy.plugins.spring that return SecurityDomain
 SecurityDomain EmbeddedContainerBean.getSecurityDoamin()
           
 

Methods in org.jboss.resteasy.plugins.spring with parameters of type SecurityDomain
 void EmbeddedContainerBean.setSecurityDoamin(SecurityDomain securityDoamin)
           
 

Uses of SecurityDomain in org.jboss.resteasy.springmvc.tjws
 

Methods in org.jboss.resteasy.springmvc.tjws with parameters of type SecurityDomain
 void TJWSSpringMVCDispatcher.setSecurityDomain(SecurityDomain domain)
           
 void TJWSEmbeddedSpringMVCServer.setSecurityDomain(SecurityDomain sc)
           
 

Constructors in org.jboss.resteasy.springmvc.tjws with parameters of type SecurityDomain
TJWSSpringMVCDispatcher(SecurityDomain domain)
           
 

Uses of SecurityDomain in org.jboss.resteasy.test
 

Methods in org.jboss.resteasy.test with parameters of type SecurityDomain
static ResteasyDeployment HttpServerContainer.start(String bindPath, SecurityDomain domain)
           
static ResteasyDeployment TJWSServletContainer.start(String bindPath, SecurityDomain domain)
           
static ResteasyDeployment EmbeddedContainer.start(String bindPath, SecurityDomain domain)
           
static ResteasyDeployment HttpServerContainer.start(String bindPath, SecurityDomain domain, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)
           
static ResteasyDeployment TJWSServletContainer.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)
           
static ResteasyDeployment TJWSServletContainer.start(String bindPath, SecurityDomain domain, ResteasyDeployment deployment, Hashtable<String,String> initParams, Hashtable<String,String> contextParams)
           
 



Copyright © 2012. All Rights Reserved.