|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.beid.impl.CommonsEidInstantiator
public class CommonsEidInstantiator
Field Summary | |
---|---|
static String |
PROP_AUTO_RECOVERY
Property to (des)activate AutoRecovery. |
static String |
PROP_BEID_ADAPTOR
String property to specify the implementation of BeIDCardAdaptor that must be used. |
static String |
PROP_CARDREADERSTICKINESS
Property to (des)activate CardReaderStickiness. |
static String |
PROP_LOGOFF
Property to (des)activate Logoff. |
Constructor Summary | |
---|---|
CommonsEidInstantiator()
|
Method Summary | |
---|---|
void |
flushCache()
Method to flush the cache after invoking this method. |
BeIDInfo |
instantiateBeIDInfo(String scope,
boolean useCache)
|
KeyStore |
instantiateKeyStore()
|
KeyStore |
instantiateKeyStore(String scope,
boolean useCache)
|
void |
verifyPin(char[] pin)
|
boolean |
worksWithDotNet()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROP_AUTO_RECOVERY
public static final String PROP_LOGOFF
public static final String PROP_CARDREADERSTICKINESS
public static final String PROP_BEID_ADAPTOR
BeIDCardAdaptor
that must be used.
Default: be.ehealth.technicalconnector.beid.impl.CommonsEidAdaptor
Constructor Detail |
---|
public CommonsEidInstantiator()
Method Detail |
---|
public boolean worksWithDotNet()
worksWithDotNet
in interface BeIDInstantiator
public BeIDInfo instantiateBeIDInfo(String scope, boolean useCache) throws TechnicalConnectorException
instantiateBeIDInfo
in interface BeIDInstantiator
TechnicalConnectorException
public KeyStore instantiateKeyStore() throws TechnicalConnectorException
TechnicalConnectorException
public KeyStore instantiateKeyStore(String scope, boolean useCache) throws TechnicalConnectorException
instantiateKeyStore
in interface BeIDInstantiator
TechnicalConnectorException
public void verifyPin(char[] pin) throws TechnicalConnectorException
verifyPin
in interface BeIDInstantiator
TechnicalConnectorException
public void flushCache()
SessionServiceWithCache
flushCache
in interface SessionServiceWithCache
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |