Constructor and Description |
---|
Extension() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttributeName()
Returns the URI identifier (attribute name) of the attribute specifying the user's unique identifier value.
|
String |
getInResponseTo()
Returns the ID of the
SADRequest message that requested this SAD. |
String |
getLoa()
Returns the URI identifier of the level of assurance (LoA) used to authenticate the signer.
|
Integer |
getNumberOfDocuments()
Returns the number of documents to be signed in the associated sign request.
|
String |
getRequestID()
Returns the ID of the Sign Request associated with this SAD.
|
SADVersion |
getSADVersion()
Returns the version of this claim represented as a
SADVersion object. |
String |
getVersion()
Returns the version of this claim.
|
int |
hashCode() |
void |
setAttributeName(String attributeName)
Assigns the URI identifier (attribute name) of the attribute specifying the user's unique identifier value.
|
void |
setInResponseTo(String inResponseTo)
Assigns the ID of the
SADRequest message that requested this SAD. |
void |
setLoa(String loa)
Assigns the URI identifier of the level of assurance (LoA) used to authenticate the signer.
|
void |
setNumberOfDocuments(Integer numberOfDocuments)
Assigns the number of documents to be signed in the associated sign request.
|
void |
setRequestID(String requestID)
Assigns the ID of the Sign Request associated with this SAD.
|
void |
setVersion(String version)
Assigns the version of this claim.
|
String |
toString() |
public String getVersion()
public SADVersion getSADVersion()
SADVersion
object.public void setVersion(String version)
version
- the versionpublic String getInResponseTo()
SADRequest
message that requested this SAD.SADRequest
public void setInResponseTo(String inResponseTo)
SADRequest
message that requested this SAD.inResponseTo
- ID of corresponding SADRequest
public String getAttributeName()
public void setAttributeName(String attributeName)
attributeName
- attribute name for the user ID attribute valuepublic String getLoa()
public void setLoa(String loa)
loa
- LoA URIpublic String getRequestID()
public void setRequestID(String requestID)
requestID
- SignRequest IDpublic Integer getNumberOfDocuments()
public void setNumberOfDocuments(Integer numberOfDocuments)
numberOfDocuments
- the number of documents to be signedCopyright © 2018 Litsec AB. All rights reserved.