at.gv.egiz.eaaf.core.api.idp.auth.data.IAuthProcessDataContainer, at.gv.egiz.eaaf.core.api.idp.EAAFAuthProcessDataConstants, at.gv.egovernment.moa.id.commons.api.data.AuthProzessDataConstants, at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic class AuthenticationSessionWrapper
extends at.gv.egiz.eaaf.core.impl.idp.auth.data.AuthProcessDataWrapper
implements at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession, at.gv.egovernment.moa.id.commons.api.data.AuthProzessDataConstants
authProcessDataFLAG_SAMLATTRIBUTEGEBEORWBPK, VALUE_AUTHBLOCK, VALUE_AUTNBLOCKTOKKEN, VALUE_BKUURL, VALUE_EXTENTEDSAMLATTRAUTH, VALUE_EXTENTEDSAMLATTROA, VALUE_IDENTITYLINK, VALUE_MISREFVALUE, VALUE_MISSESSIONID, VALUE_SIGNER_CERT, VALUE_VERIFYSIGRESP| Constructor | Description |
|---|---|
AuthenticationSessionWrapper(Map<String,Object> genericDataStorage) |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getAuthBlock() |
|
String |
getAuthBlockTokken() |
|
String |
getBkuURL() |
|
byte[] |
getEncodedSignerCertificate() |
|
List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> |
getExtendedSAMLAttributesAUTH() |
|
List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> |
getExtendedSAMLAttributesOA() |
|
Map<String,Object> |
getKeyValueRepresentationFromAuthSession() |
|
String |
getMandateReferenceValue() |
|
at.gv.egovernment.moa.id.commons.api.data.IMISMandate |
getMISMandate() |
|
String |
getMISSessionID() |
|
boolean |
getSAMLAttributeGebeORwbpk() |
|
iaik.x509.X509Certificate |
getSignerCertificate() |
|
String |
getSSOSessionID() |
|
at.gv.egovernment.moa.id.commons.api.data.IVerifiyXMLSignatureResponse |
getXMLVerifySignatureResponse() |
|
void |
setAuthBlock(String authBlock) |
|
void |
setAuthBlockTokken(String authBlockTokken) |
|
void |
setBkuURL(String bkuURL) |
|
void |
setExtendedSAMLAttributesAUTH(List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> extendedSAMLAttributesAUTH) |
|
void |
setExtendedSAMLAttributesOA(List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> extendedSAMLAttributesOA) |
|
void |
setMandateReferenceValue(String mandateReferenceValue) |
|
void |
setMISMandate(at.gv.egovernment.moa.id.commons.api.data.IMISMandate mandate) |
|
void |
setMISSessionID(String misSessionID) |
|
void |
setSAMLAttributeGebeORwbpk(boolean samlAttributeGebeORwbpk) |
|
void |
setSignerCertificate(iaik.x509.X509Certificate signerCertificate) |
|
void |
setSSOSessionID(String sessionId) |
|
void |
setUseMandate(String useMandate) |
|
void |
setXMLVerifySignatureResponse(at.gv.egovernment.moa.id.commons.api.data.IVerifiyXMLSignatureResponse xMLVerifySignatureResponse) |
getGenericDataFromSession, getGenericDataFromSession, getGenericSessionDataStorage, getIdentityLink, getIssueInstant, getQAALevel, getSessionCreated, isAuthenticated, isEIDProcess, isForeigner, isMandateUsed, isOW, setAuthenticated, setEIDProcess, setForeigner, setGenericDataToSession, setIdentityLink, setIssueInstant, setOW, setQAALevel, setUseMandates, wrapStringObjectgetGenericDataFromSession, getGenericDataFromSession, getGenericSessionDataStorage, getIdentityLink, getIssueInstant, getQAALevel, getSessionCreated, isAuthenticated, isEIDProcess, isForeigner, isMandateUsed, isOW, setAuthenticated, setEIDProcess, setForeigner, setGenericDataToSession, setIdentityLink, setIssueInstant, setOW, setQAALevel, setUseMandatespublic iaik.x509.X509Certificate getSignerCertificate()
getSignerCertificate in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic byte[] getEncodedSignerCertificate()
getEncodedSignerCertificate in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setSignerCertificate(iaik.x509.X509Certificate signerCertificate)
setSignerCertificate in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic String getSSOSessionID()
getSSOSessionID in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setSSOSessionID(String sessionId)
setSSOSessionID in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic String getBkuURL()
getBkuURL in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setBkuURL(String bkuURL)
setBkuURL in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic String getAuthBlock()
getAuthBlock in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setAuthBlock(String authBlock)
setAuthBlock in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> getExtendedSAMLAttributesAUTH()
getExtendedSAMLAttributesAUTH in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setExtendedSAMLAttributesAUTH(List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> extendedSAMLAttributesAUTH)
setExtendedSAMLAttributesAUTH in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> getExtendedSAMLAttributesOA()
getExtendedSAMLAttributesOA in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setExtendedSAMLAttributesOA(List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> extendedSAMLAttributesOA)
setExtendedSAMLAttributesOA in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic boolean getSAMLAttributeGebeORwbpk()
getSAMLAttributeGebeORwbpk in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setSAMLAttributeGebeORwbpk(boolean samlAttributeGebeORwbpk)
setSAMLAttributeGebeORwbpk in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setUseMandate(String useMandate)
setUseMandate in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setMISSessionID(String misSessionID)
setMISSessionID in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic String getMISSessionID()
getMISSessionID in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic String getMandateReferenceValue()
getMandateReferenceValue in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setMandateReferenceValue(String mandateReferenceValue)
setMandateReferenceValue in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic at.gv.egovernment.moa.id.commons.api.data.IVerifiyXMLSignatureResponse getXMLVerifySignatureResponse()
getXMLVerifySignatureResponse in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setXMLVerifySignatureResponse(at.gv.egovernment.moa.id.commons.api.data.IVerifiyXMLSignatureResponse xMLVerifySignatureResponse)
setXMLVerifySignatureResponse in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic at.gv.egovernment.moa.id.commons.api.data.IMISMandate getMISMandate()
getMISMandate in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setMISMandate(at.gv.egovernment.moa.id.commons.api.data.IMISMandate mandate)
setMISMandate in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic String getAuthBlockTokken()
getAuthBlockTokken in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionpublic void setAuthBlockTokken(String authBlockTokken)
setAuthBlockTokken in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSessionCopyright © 2019. All rights reserved.