Uses of Class
org.hardtokenmgmt.core.settings.BasicGlobalSettings

Packages that use BasicGlobalSettings
org.hardtokenmgmt.admin.common   
org.hardtokenmgmt.core.settings   
org.hardtokenmgmt.ws.server   
 

Uses of BasicGlobalSettings in org.hardtokenmgmt.admin.common
 

Methods in org.hardtokenmgmt.admin.common with parameters of type BasicGlobalSettings
static java.lang.String Utils.getPersonalNumber(java.lang.String subjectDN, BasicGlobalSettings gs)
          Method returning the serial number for a DN by looking up all the different names for SN defined in global.properties.
static java.lang.String Utils.getPersonalNumber(java.security.cert.X509Certificate certificate, BasicGlobalSettings gs)
          Method returning the serial number for a DN by looking up all the different names for SN defined in global.properties.
 

Uses of BasicGlobalSettings in org.hardtokenmgmt.core.settings
 

Subclasses of BasicGlobalSettings in org.hardtokenmgmt.core.settings
 class GlobalSettings
          Class managing the globalsettings of the hardtoken management application.
 

Uses of BasicGlobalSettings in org.hardtokenmgmt.ws.server
 

Methods in org.hardtokenmgmt.ws.server that return BasicGlobalSettings
static BasicGlobalSettings HTMFAdminWSHelper.getBasicGlobalSettings()