|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
boolean |
SessionManager.hasValidSession()
Checks for valid session. |
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.session.renew |
---|
Methods in be.ehealth.technicalconnector.session.renew that throw SessionManagementException | |
---|---|
void |
TokenExpiredRenew.renew(SessionItem session)
|
void |
SlidingWindowRenewStrategy.renew(SessionItem session)
|
void |
RenewStrategy.renew(SessionItem session)
|
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 |