org.hardtokenmgmt.ws.server
Class HTMFWSConfig

java.lang.Object
  extended by org.hardtokenmgmt.ws.server.HTMFWSConfig

public class HTMFWSConfig
extends java.lang.Object

Version:
$Id$
Author:
Philip Vendil 19 jun 2009

Constructor Summary
HTMFWSConfig()
           
 
Method Summary
static int getNumberOfWSApprovals()
          Method that returns the parameter in the global settings htmfws.numberofrequiredapprovals which indicates how many approvals is required for the WS related approvals
static boolean isApprovalGenTokenCertificates()
          Method that returns the parameter in the global settings htmfws.approval.gentokencerts if approvals is supported for the genTokenCertificates call
static boolean isApprovalGetHardTokenData()
          Method that returns the parameter in the global settings htmfws.approval.gethardtoken if approvals is supported for the getHardTokenData call
static boolean isNoAuthOnFetchUserData()
          Method that returns the parameter in the global settings htmfws.approval.gentokencerts if approvals is supported for the genTokenCertificates call
static boolean isSetMSLogonOnHold()
          Method that returns the parameter in the global settings htmfws.approval.setmslogononhold
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMFWSConfig

public HTMFWSConfig()
Method Detail

isApprovalGetHardTokenData

public static boolean isApprovalGetHardTokenData()
Method that returns the parameter in the global settings htmfws.approval.gethardtoken if approvals is supported for the getHardTokenData call


isApprovalGenTokenCertificates

public static boolean isApprovalGenTokenCertificates()
Method that returns the parameter in the global settings htmfws.approval.gentokencerts if approvals is supported for the genTokenCertificates call


getNumberOfWSApprovals

public static int getNumberOfWSApprovals()
Method that returns the parameter in the global settings htmfws.numberofrequiredapprovals which indicates how many approvals is required for the WS related approvals


isNoAuthOnFetchUserData

public static boolean isNoAuthOnFetchUserData()
Method that returns the parameter in the global settings htmfws.approval.gentokencerts if approvals is supported for the genTokenCertificates call


isSetMSLogonOnHold

public static boolean isSetMSLogonOnHold()
Method that returns the parameter in the global settings htmfws.approval.setmslogononhold