Package | Description |
---|---|
at.gv.egovernment.moa.id.storage |
Modifier and Type | Method and Description |
---|---|
void |
IAuthenticationSessionStoreage.addSSOInformation(String moaSessionID,
String SSOSessionID,
SLOInformationInterface SLOInfo,
at.gv.egovernment.moa.id.commons.api.IRequest protocolRequest)
Add Single Sign-On processing information to a MOASession.
|
void |
DBAuthenticationSessionStoreage.addSSOInformation(String moaSessionID,
String SSOSessionID,
SLOInformationInterface SLOInfo,
at.gv.egovernment.moa.id.commons.api.IRequest protocolRequest) |
<T> T |
RedisTransactionStorage.get(String key,
Class<T> clazz,
long dataTimeOut) |
<T> T |
ITransactionStorage.get(String key,
Class<T> clazz,
long dataTimeOut)
Get a data object from transaction storage
|
<T> T |
DBTransactionStorage.get(String key,
Class<T> clazz,
long dataTimeOut) |
Copyright © 2017. All rights reserved.