|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.technicalconnector.beid.BeIDInfo
public final class BeIDInfo
This class contains information read from the BeIDCard
Field Summary | |
---|---|
static String |
PROP_USE_CACHE
Property to activate or desactivate caching of the beidInfo. |
Method Summary | |
---|---|
void |
flushCache()
Clears the instances map |
Address |
getAddress()
|
Identity |
getIdentity()
|
static BeIDInfo |
getInstance()
Retrieves an existing BeIDInfo instance or creates it if not exists |
static BeIDInfo |
getInstance(String scope)
Retrieves an existing BeIDInfo instance or creates it if not exists |
static BeIDInfo |
getInstance(String scope,
boolean useCache)
* Retrieves an existing BeIDInfo instance or creates it if not exists |
byte[] |
getPhoto()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String PROP_USE_CACHE
Method Detail |
---|
public static BeIDInfo getInstance() throws TechnicalConnectorException
TechnicalConnectorException
public static BeIDInfo getInstance(String scope) throws TechnicalConnectorException
scope
-
TechnicalConnectorException
public static BeIDInfo getInstance(String scope, boolean useCache) throws TechnicalConnectorException
scope
- useCache
-
TechnicalConnectorException
public Identity getIdentity()
public Address getAddress()
public byte[] getPhoto() throws TechnicalConnectorException
TechnicalConnectorException
public void flushCache()
flushCache
in interface SessionServiceWithCache
SessionServiceWithCache.flushCache()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |