Uses of Class
org.hardtokenmgmt.admin.common.OrganizationVO

Packages that use OrganizationVO
org.hardtokenmgmt.admin.control   
org.hardtokenmgmt.ws   
org.hardtokenmgmt.ws.server   
 

Uses of OrganizationVO in org.hardtokenmgmt.admin.control
 

Methods in org.hardtokenmgmt.admin.control that return types with arguments of type OrganizationVO
 java.util.List<OrganizationVO> IOrganizationManager.getOrganisations()
           
 java.util.List<OrganizationVO> HTMFWSImpl.getOrganisations()
           
 java.util.List<OrganizationVO> DummyImpl.getOrganisations()
           
 

Uses of OrganizationVO in org.hardtokenmgmt.ws
 

Methods in org.hardtokenmgmt.ws that return types with arguments of type OrganizationVO
 java.util.List<OrganizationVO> IHTMFAdminWS.getOrganisations()
          Method used to fetch a list of the name of available organization for the current administrator.
 

Uses of OrganizationVO in org.hardtokenmgmt.ws.server
 

Methods in org.hardtokenmgmt.ws.server that return types with arguments of type OrganizationVO
 java.util.List<OrganizationVO> HTMFAdminWS.getOrganisations()
           
 

Methods in org.hardtokenmgmt.ws.server with parameters of type OrganizationVO
 org.ejbca.core.model.ra.UserDataVO IAdminDataVOConverter.convertFromAdminDataVO(AdminDataVO adminDataVO, OrganizationVO organization)
           
 org.ejbca.core.model.ra.UserDataVO DefaultAdminDataVOConverter.convertFromAdminDataVO(AdminDataVO adminDataVO, OrganizationVO organization)