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

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

Uses of AdminGroupVO in org.hardtokenmgmt.admin.control
 

Methods in org.hardtokenmgmt.admin.control that return types with arguments of type AdminGroupVO
 java.util.List<AdminGroupVO> IAdministratorPriviledgesManager.getAvailableAdminGroups(java.lang.String orgId)
          Returns the available administration groups for the given organization.
 java.util.List<AdminGroupVO> HTMFWSImpl.getAvailableAdminGroups(java.lang.String orgId)
           
 java.util.List<AdminGroupVO> DummyImpl.getAvailableAdminGroups(java.lang.String orgId)
           
 java.util.List<AdminGroupVO> AdministratorPriviledgesManagerWrapper.getAvailableAdminGroups(java.lang.String orgId)
           
 

Uses of AdminGroupVO in org.hardtokenmgmt.ws
 

Methods in org.hardtokenmgmt.ws that return types with arguments of type AdminGroupVO
 java.util.List<AdminGroupVO> IHTMFAdminWS.getAvailableAdminGroups(java.lang.String orgId)
          Method used to fetch all administrator groups authorized to the administrator and belonging to the given organization Id Required Admin rules: /administrator
 

Uses of AdminGroupVO in org.hardtokenmgmt.ws.server
 

Methods in org.hardtokenmgmt.ws.server that return types with arguments of type AdminGroupVO
static java.util.List<AdminGroupVO> HTMFManageAdminsHelper.getAdminGroups(org.ejbca.core.model.log.Admin caller, java.lang.String orgId)
          Method that fetches all authorized administration groups belonging to the organization.
 java.util.List<AdminGroupVO> HTMFAdminWS.getAvailableAdminGroups(java.lang.String orgId)
           
 

Methods in org.hardtokenmgmt.ws.server with parameters of type AdminGroupVO
static boolean HTMFManageAdminsHelper.existsCertSNInAdminGroup(org.ejbca.core.model.log.Admin caller, AdminGroupVO agvo, java.lang.String certSN, int caId)
          Return if the administrators unique Id exists in the specified administration group.
static boolean HTMFManageAdminsHelper.existsUniqueIdInAdminGroup(org.ejbca.core.model.log.Admin caller, AdminGroupVO agvo, java.lang.String uniqueId)
          Return if the administrators unique Id exists in the specified administration group.
static void HTMFManageAdminsHelper.modifyAdminGroup(org.ejbca.core.model.log.Admin caller, AdminGroupVO agvo, java.lang.String matchValue, int caId, boolean matchCertSN, boolean add)
          Modifies an administration group to add or remove an AdminEntity.