be.fedict.eid.applet.service.spi
Class IdentityRequest
java.lang.Object
be.fedict.eid.applet.service.spi.IdentityRequest
- All Implemented Interfaces:
- Serializable
public class IdentityRequest
- extends Object
- implements Serializable
Identity Request.
- Author:
- Frank Cornelis
- See Also:
- Serialized Form
Constructor Summary |
IdentityRequest(boolean includeIdentity,
boolean includeAddress,
boolean includePhoto,
boolean includeCertificates)
Main constructor. |
IdentityRequest(boolean includeIdentity,
boolean includeAddress,
boolean includePhoto,
boolean includeCertificates,
boolean removeCard)
Main constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IdentityRequest
public IdentityRequest(boolean includeIdentity,
boolean includeAddress,
boolean includePhoto,
boolean includeCertificates,
boolean removeCard)
- Main constructor.
- Parameters:
includeIdentity
- Marks whether the eID operation should also deliver the eID
identity data.includeAddress
- Marks whether the eID operation should also deliver the eID
address data.includePhoto
- Marks whether the eID operation should also deliver the eID
photo.includeCertificates
- Marks whether the eID operation should also deliver the eID
certificates.removeCard
- Marks whether the eID card should be removed after eID
operation.
IdentityRequest
public IdentityRequest(boolean includeIdentity,
boolean includeAddress,
boolean includePhoto,
boolean includeCertificates)
- Main constructor.
- Parameters:
includeIdentity
- Marks whether the eID operation should also deliver the eID
identity data.includeAddress
- Marks whether the eID operation should also deliver the eID
address data.includePhoto
- Marks whether the eID operation should also deliver the eID
photo.includeCertificates
- Marks whether the eID operation should also deliver the eID
certificates.
includeIdentity
public boolean includeIdentity()
includeAddress
public boolean includeAddress()
includePhoto
public boolean includePhoto()
includeCertificates
public boolean includeCertificates()
removeCard
public boolean removeCard()
Copyright © 2008-2013 FedICT. All Rights Reserved.