Uses of Class
be.ehealth.technicalconnector.exception.SessionManagementException

Packages that use SessionManagementException
be.ehealth.businessconnector.genins.service   
be.ehealth.businessconnector.genins.service.impl   
be.ehealth.businessconnector.genins.session   
be.ehealth.businessconnector.genins.session.impl   
be.ehealth.technicalconnector.generic.session   
be.ehealth.technicalconnector.generic.session.impl   
be.ehealth.technicalconnector.service.sts.utils   
be.ehealth.technicalconnector.session   
be.ehealth.technicalconnector.session.impl   
be.ehealth.technicalconnector.validator   
be.ehealth.technicalconnector.validator.impl   
 

Uses of SessionManagementException in be.ehealth.businessconnector.genins.service
 

Methods in be.ehealth.businessconnector.genins.service that throw SessionManagementException
 GetInsurabilityResponse GenInsService.getInsurability(SAMLToken token, GetInsurabilityAsXmlOrFlatRequestType getInsurabilityAsXmlOrFlatRequestType)
          Method which call the web service getInsurability
 GetInsurabilityAsFlatResponse GenInsService.getInsurabilityAsFlat(SAMLToken token, GetInsurabilityAsXmlOrFlatRequestType getInsurabilityAsXmlOrFlatRequestType)
          Method which call the web service getInsurabilityAsFlat
 

Uses of SessionManagementException in be.ehealth.businessconnector.genins.service.impl
 

Methods in be.ehealth.businessconnector.genins.service.impl that throw SessionManagementException
 GetInsurabilityResponse GenInsServiceImpl.getInsurability(SAMLToken token, GetInsurabilityAsXmlOrFlatRequestType requestType)
           
 GetInsurabilityAsFlatResponse GenInsServiceImpl.getInsurabilityAsFlat(SAMLToken token, GetInsurabilityAsXmlOrFlatRequestType request)
           
 

Uses of SessionManagementException in be.ehealth.businessconnector.genins.session
 

Methods in be.ehealth.businessconnector.genins.session that throw SessionManagementException
 GetInsurabilityResponse GenInsService.getInsurability(GetInsurabilityAsXmlOrFlatRequestType getInsurabilityAsXmlOrFlatRequestType)
          Method which call the web service getInsurability
 GetInsurabilityAsFlatResponse GenInsService.getInsurabilityAsFlat(GetInsurabilityAsXmlOrFlatRequestType getInsurabilityAsXmlOrFlatRequestType)
          Method which call the web service getInsurabilityAsFlat
 

Uses of SessionManagementException in be.ehealth.businessconnector.genins.session.impl
 

Methods in be.ehealth.businessconnector.genins.session.impl that throw SessionManagementException
 GetInsurabilityResponse GenInsServiceImpl.getInsurability(GetInsurabilityAsXmlOrFlatRequestType request)
           
 GetInsurabilityAsFlatResponse GenInsServiceImpl.getInsurabilityAsFlat(GetInsurabilityAsXmlOrFlatRequestType request)
           
 

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)
           
 




Connector Packaging PERSDIETICIAN 3.11.1 API
Copyright © {inceptionYear}-2016 eHealth. All Rights Reserved.