|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SessionManagementException in be.ehealth.technicalconnector.generic.session |
---|
Methods in be.ehealth.technicalconnector.generic.session that throw SessionManagementException | |
---|---|
Node |
GenericService.sendDocument(Document payload,
String endpoint)
|
Node |
GenericService.sendDocument(Document payload,
String endpoint,
String soapAction)
|
Node |
GenericService.sendDocument(Document payload,
URL endpoint)
|
Node |
GenericService.sendDocument(Document payload,
URL endpoint,
String soapAction)
|
String |
GenericService.sendXML(String payload,
String endpoint)
|
String |
GenericService.sendXML(String payload,
String endpoint,
String soapAction)
|
String |
GenericService.sendXML(String payload,
URL endpoint)
|
String |
GenericService.sendXML(String payload,
URL endpoint,
String soapAction)
|
Uses of SessionManagementException in be.ehealth.technicalconnector.generic.session.impl |
---|
Methods in be.ehealth.technicalconnector.generic.session.impl that throw SessionManagementException | |
---|---|
Node |
GenericServiceImpl.sendDocument(Document payload,
String endpoint)
|
Node |
GenericServiceImpl.sendDocument(Document payload,
String endpoint,
String soapAction)
|
Node |
GenericServiceImpl.sendDocument(Document payload,
URL endpoint)
|
Node |
GenericServiceImpl.sendDocument(Document payload,
URL endpoint,
String soapAction)
|
String |
GenericServiceImpl.sendXML(String payload,
String endpoint)
|
String |
GenericServiceImpl.sendXML(String payload,
String endpoint,
String soapAction)
|
String |
GenericServiceImpl.sendXML(String payload,
URL endpoint)
|
String |
GenericServiceImpl.sendXML(String payload,
URL endpoint,
String soapAction)
|
Uses of SessionManagementException in be.ehealth.technicalconnector.service.sts.utils |
---|
Methods in be.ehealth.technicalconnector.service.sts.utils that throw SessionManagementException | |
---|---|
static List<SAMLAttributeDesignator> |
SAMLConfigHelper.getSAMLAttributeDesignators(String key)
|
static List<SAMLAttribute> |
SAMLConfigHelper.getSAMLAttributes(String key)
|
Uses of SessionManagementException in be.ehealth.technicalconnector.session |
---|
Methods in be.ehealth.technicalconnector.session that throw SessionManagementException | |
---|---|
SessionItem |
SessionManager.createFallbackSession(String hokPwd)
Creates a fallback session using a eHealth certificate stored on the computer. |
SessionItem |
SessionManager.createFallbackSession(String hokPwd,
String encryptionPwd)
Creates a fallback session using a eHealth certificate stored on the computer. |
SessionItem |
SessionManager.createFallbackSession(String identPwd,
String hokPwd,
String encryptionPwd)
Creates a fallback session using a eHealth certificate stored on the computer. |
SessionItem |
SessionManager.createSession(String hokPwd)
Creates a session using the certificate on the eID of the user and an holder of key certificate stored on the computer. |
SessionItem |
SessionManager.createSession(String hokPwd,
String encryptionPwd)
Creates a session using the certificate on the eID of the user and an holder of key certificate stored on the computer. |
SessionItem |
SessionManager.createSessionEidOnly()
Creates a session only based on eid card. |
boolean |
SessionManager.hasValidSession()
Checks for valid session. |
void |
SessionManager.loadEncryptionKeys(String encryptionPwd)
|
void |
SessionManager.loadSession(SAMLToken token,
String hokPwd)
Load a session using a previously stored SAML token. |
void |
SessionManager.loadSession(SAMLToken token,
String hokPwd,
String encryptionPwd)
Load a session using a previously stored SAML token with the associated eHealth Encryption Certificates, needed for sealing and unsealing messages. |
Uses of SessionManagementException in be.ehealth.technicalconnector.session.impl |
---|
Methods in be.ehealth.technicalconnector.session.impl that throw SessionManagementException | |
---|---|
boolean |
SessionManagerImpl.hasValidSession()
|
Uses of SessionManagementException in be.ehealth.technicalconnector.validator |
---|
Methods in be.ehealth.technicalconnector.validator that throw SessionManagementException | |
---|---|
boolean |
SessionValidator.validateSession()
Validate session. |
boolean |
SessionValidator.validateToken(SAMLToken samlToken)
Method to check if the provided SAMLToken is still valid. |
Uses of SessionManagementException in be.ehealth.technicalconnector.validator.impl |
---|
Methods in be.ehealth.technicalconnector.validator.impl that throw SessionManagementException | |
---|---|
boolean |
SAMLSessionValidator.validateSession()
|
boolean |
SAMLSessionValidator.validateToken(SAMLToken samlToken)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |