be.ehealth.technicalconnector.service.etee
Class RevocationStatusCheckerFactory

java.lang.Object
  extended by be.ehealth.technicalconnector.service.etee.RevocationStatusCheckerFactory

public final class RevocationStatusCheckerFactory
extends Object

Factory class to obtain the RevocationStatuChecker needed by the CryptoImpl. If the property crypto.revocationstatuschecker.classname is not set in the properties file the default one is loaded (be.ehealth.technicalconnector.utils.impl.OcspRevocationStatusChecker). If you want to implement your own RevocationStatusChecker, you must implement the interface and using the default constructor.


Field Summary
static String PROPS_STATUS_CHECKER_CLASS
          Property that can be used to change the default RevocationStatusChecker
 
Method Summary
static RevocationStatusChecker getStatusChecker()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPS_STATUS_CHECKER_CLASS

public static final String PROPS_STATUS_CHECKER_CLASS
Property that can be used to change the default RevocationStatusChecker

See Also:
Constant Field Values
Method Detail

getStatusChecker

public static RevocationStatusChecker getStatusChecker()
                                                throws TechnicalConnectorException
Returns:
the RevocationStatusChecker
Throws:
TechnicalConnectorException



Connector Packaging PERSPHYSICIAN 3.10.2 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.