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.IAuthenticationSession
public 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
authProcessData
FLAG_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, wrapStringObject
getGenericDataFromSession, getGenericDataFromSession, getGenericSessionDataStorage, getIdentityLink, getIssueInstant, getQAALevel, getSessionCreated, isAuthenticated, isEIDProcess, isForeigner, isMandateUsed, isOW, setAuthenticated, setEIDProcess, setForeigner, setGenericDataToSession, setIdentityLink, setIssueInstant, setOW, setQAALevel, setUseMandates
public iaik.x509.X509Certificate getSignerCertificate()
getSignerCertificate
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public byte[] getEncodedSignerCertificate()
getEncodedSignerCertificate
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setSignerCertificate(iaik.x509.X509Certificate signerCertificate)
setSignerCertificate
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public String getSSOSessionID()
getSSOSessionID
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setSSOSessionID(String sessionId)
setSSOSessionID
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public String getBkuURL()
getBkuURL
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setBkuURL(String bkuURL)
setBkuURL
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public String getAuthBlock()
getAuthBlock
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setAuthBlock(String authBlock)
setAuthBlock
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> getExtendedSAMLAttributesAUTH()
getExtendedSAMLAttributesAUTH
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setExtendedSAMLAttributesAUTH(List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> extendedSAMLAttributesAUTH)
setExtendedSAMLAttributesAUTH
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> getExtendedSAMLAttributesOA()
getExtendedSAMLAttributesOA
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setExtendedSAMLAttributesOA(List<at.gv.egovernment.moa.id.commons.api.data.ExtendedSAMLAttribute> extendedSAMLAttributesOA)
setExtendedSAMLAttributesOA
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public boolean getSAMLAttributeGebeORwbpk()
getSAMLAttributeGebeORwbpk
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setSAMLAttributeGebeORwbpk(boolean samlAttributeGebeORwbpk)
setSAMLAttributeGebeORwbpk
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setUseMandate(String useMandate)
setUseMandate
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setMISSessionID(String misSessionID)
setMISSessionID
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public String getMISSessionID()
getMISSessionID
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public String getMandateReferenceValue()
getMandateReferenceValue
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setMandateReferenceValue(String mandateReferenceValue)
setMandateReferenceValue
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public at.gv.egovernment.moa.id.commons.api.data.IVerifiyXMLSignatureResponse getXMLVerifySignatureResponse()
getXMLVerifySignatureResponse
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setXMLVerifySignatureResponse(at.gv.egovernment.moa.id.commons.api.data.IVerifiyXMLSignatureResponse xMLVerifySignatureResponse)
setXMLVerifySignatureResponse
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public at.gv.egovernment.moa.id.commons.api.data.IMISMandate getMISMandate()
getMISMandate
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setMISMandate(at.gv.egovernment.moa.id.commons.api.data.IMISMandate mandate)
setMISMandate
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public String getAuthBlockTokken()
getAuthBlockTokken
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
public void setAuthBlockTokken(String authBlockTokken)
setAuthBlockTokken
in interface at.gv.egovernment.moa.id.commons.api.data.IAuthenticationSession
Copyright © 2019. All rights reserved.