Uses of Interface
com.rapidtransform.core.service.SecurityService

Packages that use SecurityService
com.rapidtransform.admin.service.impl   
com.rapidtransform.core.service.impl   
 

Uses of SecurityService in com.rapidtransform.admin.service.impl
 

Methods in com.rapidtransform.admin.service.impl with parameters of type SecurityService
 void UserServiceImpl.setSecurityService(SecurityService service)
           
 

Uses of SecurityService in com.rapidtransform.core.service.impl
 

Classes in com.rapidtransform.core.service.impl that implement SecurityService
 class SecurityServiceAcegi
          Implementation of the SecurityService interface that is specific to the Acegi Security framework for Spring.
 

Methods in com.rapidtransform.core.service.impl that return SecurityService
 SecurityService ServiceImpl.getSecurityService()
           
 

Methods in com.rapidtransform.core.service.impl with parameters of type SecurityService
 void ServiceImpl.setSecurityService(SecurityService service)
          The security service is used by other services to obtain authentication or authorization information from the current session context.