Uses of Interface
org.hardtokenmgmt.admin.control.IAdminAuthorizer

Packages that use IAdminAuthorizer
org.hardtokenmgmt.admin.control   
 

Uses of IAdminAuthorizer in org.hardtokenmgmt.admin.control
 

Classes in org.hardtokenmgmt.admin.control that implement IAdminAuthorizer
 class DummyImpl
          DummyImplementation of a IHostInfoFetcher that retrieves information about the local host.
 class HTMFWSImpl
          Implementation of several control interfaces targeted against HTMFWS.
 

Methods in org.hardtokenmgmt.admin.control that return IAdminAuthorizer
static IAdminAuthorizer AdminInterfacesFactory.getAdminAuthorizer()