|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--at.gv.egovernment.moa.id.data.AuthenticationData
Encapsulates authentication data contained in a <saml:Assertion>
.
Constructor Summary | |
AuthenticationData()
Constructor for AuthenticationData. |
Method Summary | |
String |
getAssertionID()
Returns the assertionID. |
String |
getDateOfBirth()
Returns the dateOfBirth. |
String |
getFamilyName()
Returns the familyName. |
String |
getGivenName()
Returns the givenName. |
String |
getIdentificationValue()
Returns the identificationValue. |
String |
getIssueInstant()
Returns the issueInstant. |
String |
getIssuer()
Returns the issuer. |
int |
getMajorVersion()
Returns the majorVersion. |
int |
getMinorVersion()
Returns the minorVersion. |
String |
getPublicAuthorityCode()
Returns the publicAuthorityCode. |
String |
getSamlAssertion()
Returns the samlAssertion. |
Date |
getTimestamp()
Returns the timestamp. |
String |
getVPK()
Returns the vpk. |
boolean |
isPublicAuthority()
Returns the publicAuthority. |
boolean |
isQualifiedCertificate()
Returns the qualifiedCertificate. |
void |
setAssertionID(String assertionID)
Sets the assertionID. |
void |
setDateOfBirth(String dateOfBirth)
Sets the dateOfBirth. |
void |
setFamilyName(String gamilyName)
Sets the familyName. |
void |
setGivenName(String givenName)
Sets the givenName. |
void |
setIdentificationValue(String identificationValue)
Sets the identificationValue. |
void |
setIssueInstant(String issueInstant)
Sets the issueInstant. |
void |
setIssuer(String issuer)
Sets the issuer. |
void |
setMajorVersion(int majorVersion)
Sets the majorVersion. |
void |
setMinorVersion(int minorVersion)
Sets the minorVersion. |
void |
setPublicAuthority(boolean publicAuthority)
Sets the publicAuthority. |
void |
setPublicAuthorityCode(String publicAuthorityIdentification)
Sets the publicAuthorityCode. |
void |
setQualifiedCertificate(boolean qualifiedCertificate)
Sets the qualifiedCertificate. |
void |
setSamlAssertion(String samlAssertion)
Sets the samlAssertion. |
void |
setVPK(String vpk)
Sets the vpk. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public AuthenticationData()
Method Detail |
public int getMinorVersion()
public boolean isPublicAuthority()
public String getPublicAuthorityCode()
public boolean isQualifiedCertificate()
public String getVPK()
public void setMinorVersion(int minorVersion)
minorVersion
- The minorVersion to setpublic void setPublicAuthority(boolean publicAuthority)
publicAuthority
- The publicAuthority to setpublic void setPublicAuthorityCode(String publicAuthorityIdentification)
publicAuthorityCode
- The publicAuthorityCode to setpublic void setQualifiedCertificate(boolean qualifiedCertificate)
qualifiedCertificate
- The qualifiedCertificate to setpublic void setVPK(String vpk)
vpk
- The vpk to setpublic String getAssertionID()
public String getDateOfBirth()
public String getFamilyName()
public String getGivenName()
public String getIdentificationValue()
public String getIssueInstant()
public String getIssuer()
public int getMajorVersion()
public void setAssertionID(String assertionID)
assertionID
- The assertionID to setpublic void setDateOfBirth(String dateOfBirth)
dateOfBirth
- The dateOfBirth to setpublic void setFamilyName(String gamilyName)
familyName
- The familyName to setpublic void setGivenName(String givenName)
givenName
- The givenName to setpublic void setIdentificationValue(String identificationValue)
identificationValue
- The identificationValue to setpublic void setIssueInstant(String issueInstant)
issueInstant
- The issueInstant to setpublic void setIssuer(String issuer)
issuer
- The issuer to setpublic void setMajorVersion(int majorVersion)
majorVersion
- The majorVersion to setpublic String getSamlAssertion()
public void setSamlAssertion(String samlAssertion)
samlAssertion
- The samlAssertion to setpublic Date getTimestamp()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |