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

Packages that use CAInfoVO
org.hardtokenmgmt.admin.common   
org.hardtokenmgmt.admin.control   
org.hardtokenmgmt.admin.model   
org.hardtokenmgmt.ws   
org.hardtokenmgmt.ws.server   
 

Uses of CAInfoVO in org.hardtokenmgmt.admin.common
 

Methods in org.hardtokenmgmt.admin.common that return CAInfoVO
static CAInfoVO BeanConverter.convertCAInfoVO(org.hardtokenmgmt.ws.gen.CaInfoVO caInfoVOWS)
           
 

Methods in org.hardtokenmgmt.admin.common that return types with arguments of type CAInfoVO
 java.util.List<CAInfoVO> HostInfoVO.getCAInfo()
           
 

Method parameters in org.hardtokenmgmt.admin.common with type arguments of type CAInfoVO
static void BeanConverter.convertCAInfoVOCollection(java.util.Collection<org.hardtokenmgmt.ws.gen.CaInfoVO> sourceCollection, java.util.Collection<CAInfoVO> destCollection)
           
 void HostInfoVO.setCAInfo(java.util.List<CAInfoVO> info)
           
 

Uses of CAInfoVO in org.hardtokenmgmt.admin.control
 

Methods in org.hardtokenmgmt.admin.control that return CAInfoVO
 CAInfoVO ICAManager.activateCA(java.lang.String hostname, int cAId, java.lang.String authCode)
          Method used to activate a CA at a specific host.
 CAInfoVO HTMFWSImpl.activateCA(java.lang.String hostname, int id, java.lang.String authCode)
           
 CAInfoVO DummyImpl.activateCA(java.lang.String hostname, int id, java.lang.String authCode)
           
 CAInfoVO ICAManager.deactivateCA(java.lang.String hostname, int cAId)
          Method used to deactivate a CA at a specific host.
 CAInfoVO HTMFWSImpl.deactivateCA(java.lang.String hostname, int id)
           
 CAInfoVO DummyImpl.deactivateCA(java.lang.String hostname, int id)
           
 

Methods in org.hardtokenmgmt.admin.control with parameters of type CAInfoVO
 void HostStatusUpdater.updateCAInfoVO(java.lang.String hostname, CAInfoVO cAInfoVO)
          Updates the current overall status with
 

Uses of CAInfoVO in org.hardtokenmgmt.admin.model
 

Methods in org.hardtokenmgmt.admin.model that return CAInfoVO
 CAInfoVO CAStatusAnalyzer.getCAInfoVO()
           
 

Methods in org.hardtokenmgmt.admin.model with parameters of type CAInfoVO
 java.lang.String ICALogoSelector.getLogo(CAInfoVO cAInfoVO)
          Method that should return the filename of the image resource associated with the given CA information.
 java.lang.String DefaultCALogoSelector.getLogo(CAInfoVO cAInfoVO)
           
 

Constructors in org.hardtokenmgmt.admin.model with parameters of type CAInfoVO
CAStatusAnalyzer(java.lang.String hostname, CAInfoVO cAInfoVO)
           
 

Uses of CAInfoVO in org.hardtokenmgmt.ws
 

Methods in org.hardtokenmgmt.ws that return CAInfoVO
 CAInfoVO IHTMFAdminWS.activateCA(int cAId, java.lang.String authCode)
          Method used to activate a CA if the caller is authorized Required Admin rules: /administrator /ca/ /ca_functions/basic_functionality/activate_cas
 CAInfoVO IHTMFAdminWS.deactivateCA(int cAId)
          Method used to deactivate a CA if the caller is authorized Required Admin rules: /administrator /ca/ /ca_functions/basic_functionality/activate_cas
 

Uses of CAInfoVO in org.hardtokenmgmt.ws.server
 

Methods in org.hardtokenmgmt.ws.server that return CAInfoVO
 CAInfoVO HTMFAdminWS.activateCA(int cAId, java.lang.String authCode)
           
 CAInfoVO HTMFAdminWS.deactivateCA(int cAId)
           
static CAInfoVO HostStatusFetchHelper.fetchCAInfoVO(org.ejbca.core.model.log.Admin caller, int caId)
           
 

Methods in org.hardtokenmgmt.ws.server that return types with arguments of type CAInfoVO
static java.util.List<CAInfoVO> HostStatusFetchHelper.fetchCAInfo(org.ejbca.core.model.log.Admin caller)