Uses of Interface
org.ow2.jonas.security.SecurityService

Packages that use SecurityService
org.ow2.jonas.ejb2.internal   
org.ow2.jonas.security.iiop.initializer   
org.ow2.jonas.security.internal   
org.ow2.jonas.security.internal.realm.factory   
org.ow2.jonas.security.realm.factory   
org.ow2.jonas.security.ws.initializer   
org.ow2.jonas.web.tomcat6   
org.ow2.jonas.web.tomcat6.security   
 

Uses of SecurityService in org.ow2.jonas.ejb2.internal
 

Methods in org.ow2.jonas.ejb2.internal with parameters of type SecurityService
 void JOnASEJBService.setSecurityService(SecurityService securityService)
           
 

Uses of SecurityService in org.ow2.jonas.security.iiop.initializer
 

Methods in org.ow2.jonas.security.iiop.initializer with parameters of type SecurityService
 void SecurityContextInitializer.setSecurityService(SecurityService securityService)
          Bind the security service.
 

Uses of SecurityService in org.ow2.jonas.security.internal
 

Classes in org.ow2.jonas.security.internal that implement SecurityService
 class JonasSecurityServiceImpl
          Security Service implementation?
 

Fields in org.ow2.jonas.security.internal declared as SecurityService
protected  SecurityService AbsSecurityContextHelper.securityService
          ref on the SecurityService
 

Methods in org.ow2.jonas.security.internal with parameters of type SecurityService
 void JResources.setSecurityService(SecurityService service)
          Set the security service reference
 void AbsSecurityContextHelper.setSecurityService(SecurityService sec)
          Set the SecurityService.
 

Uses of SecurityService in org.ow2.jonas.security.internal.realm.factory
 

Methods in org.ow2.jonas.security.internal.realm.factory with parameters of type SecurityService
 void AbstractJResource.setSecurityService(SecurityService sec)
           
 

Constructors in org.ow2.jonas.security.internal.realm.factory with parameters of type SecurityService
JResourceRemoteImpl(SecurityService ss)
          Default constructor
 

Uses of SecurityService in org.ow2.jonas.security.realm.factory
 

Methods in org.ow2.jonas.security.realm.factory with parameters of type SecurityService
 void JResource.setSecurityService(SecurityService sec)
          Set the security service reference
 

Uses of SecurityService in org.ow2.jonas.security.ws.initializer
 

Methods in org.ow2.jonas.security.ws.initializer with parameters of type SecurityService
 void SecurityContextInitializer.setSecurityService(SecurityService securityService)
          Bind the security service.
 

Uses of SecurityService in org.ow2.jonas.web.tomcat6
 

Methods in org.ow2.jonas.web.tomcat6 that return SecurityService
protected  SecurityService Tomcat6Service.getSecurityService()
           
 

Methods in org.ow2.jonas.web.tomcat6 with parameters of type SecurityService
 void Tomcat6Service.setSecurityService(SecurityService securityService)
           
 void JOnASContextConfig.setSecurityService(SecurityService service)
           
 

Constructors in org.ow2.jonas.web.tomcat6 with parameters of type SecurityService
JCatalinaRuleSet(ClassLoader parentClassLoader, SecurityService securityService)
          Constructor of the rules of parsing for server.xml.
 

Uses of SecurityService in org.ow2.jonas.web.tomcat6.security
 

Methods in org.ow2.jonas.web.tomcat6.security with parameters of type SecurityService
 void Realm.setSecurityService(SecurityService securityService)
          Assign the SecurityService instance to be used for authentication.
 



Copyright © 2010 OW2 Consortium. All Rights Reserved.