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.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.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 TJWSServletContainer.start(java.lang.String bindPath, SecurityDomain domain)
           
static ResteasyDeployment EmbeddedContainer.start(java.lang.String bindPath, SecurityDomain domain)
           
static ResteasyDeployment TJWSServletContainer.start(java.lang.String bindPath, SecurityDomain domain, ResteasyDeployment deployment)
           
 



Copyright © 2010. All Rights Reserved.