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. |
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)
- 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()
Copyright © 2008-2010 FedICT. All Rights Reserved.