Class SAD.Extension
- java.lang.Object
-
- se.litsec.swedisheid.opensaml.saml2.signservice.sap.SAD.Extension
-
-
Constructor Summary
Constructors Constructor Description Extension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAttributeName()Returns the URI identifier (attribute name) of the attribute specifying the user's unique identifier value.StringgetInResponseTo()Returns the ID of theSADRequestmessage that requested this SAD.StringgetLoa()Returns the URI identifier of the level of assurance (LoA) used to authenticate the signer.IntegergetNumberOfDocuments()Returns the number of documents to be signed in the associated sign request.StringgetRequestID()Returns the ID of the Sign Request associated with this SAD.SADVersiongetSADVersion()Returns the version of this claim represented as aSADVersionobject.StringgetVersion()Returns the version of this claim.inthashCode()voidsetAttributeName(String attributeName)Assigns the URI identifier (attribute name) of the attribute specifying the user's unique identifier value.voidsetInResponseTo(String inResponseTo)Assigns the ID of theSADRequestmessage that requested this SAD.voidsetLoa(String loa)Assigns the URI identifier of the level of assurance (LoA) used to authenticate the signer.voidsetNumberOfDocuments(Integer numberOfDocuments)Assigns the number of documents to be signed in the associated sign request.voidsetRequestID(String requestID)Assigns the ID of the Sign Request associated with this SAD.voidsetVersion(String version)Assigns the version of this claim.StringtoString()
-
-
-
Method Detail
-
getVersion
public String getVersion()
Returns the version of this claim.- Returns:
- the version
-
getSADVersion
public SADVersion getSADVersion()
Returns the version of this claim represented as aSADVersionobject.- Returns:
- the version
-
setVersion
public void setVersion(String version)
Assigns the version of this claim.- Parameters:
version- the version
-
getInResponseTo
public String getInResponseTo()
Returns the ID of theSADRequestmessage that requested this SAD.- Returns:
- ID of corresponding
SADRequest
-
setInResponseTo
public void setInResponseTo(String inResponseTo)
Assigns the ID of theSADRequestmessage that requested this SAD.- Parameters:
inResponseTo- ID of correspondingSADRequest
-
getAttributeName
public String getAttributeName()
Returns the URI identifier (attribute name) of the attribute specifying the user's unique identifier value.- Returns:
- attribute name for the user ID attribute value
-
setAttributeName
public void setAttributeName(String attributeName)
Assigns the URI identifier (attribute name) of the attribute specifying the user's unique identifier value.- Parameters:
attributeName- attribute name for the user ID attribute value
-
getLoa
public String getLoa()
Returns the URI identifier of the level of assurance (LoA) used to authenticate the signer.- Returns:
- LoA URI
-
setLoa
public void setLoa(String loa)
Assigns the URI identifier of the level of assurance (LoA) used to authenticate the signer.- Parameters:
loa- LoA URI
-
getRequestID
public String getRequestID()
Returns the ID of the Sign Request associated with this SAD.- Returns:
- SignRequest ID
-
setRequestID
public void setRequestID(String requestID)
Assigns the ID of the Sign Request associated with this SAD.- Parameters:
requestID- SignRequest ID
-
getNumberOfDocuments
public Integer getNumberOfDocuments()
Returns the number of documents to be signed in the associated sign request.- Returns:
- the number of documents to be signed
-
setNumberOfDocuments
public void setNumberOfDocuments(Integer numberOfDocuments)
Assigns the number of documents to be signed in the associated sign request.- Parameters:
numberOfDocuments- the number of documents to be signed
-
-