be.fedict.eid.applet.service.spi
Class IdentityRequest

java.lang.Object
  extended by 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.
 
Method Summary
 boolean includeAddress()
           
 boolean includeCertificates()
           
 boolean includeIdentity()
           
 boolean includePhoto()
           
 boolean removeCard()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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.
Method Detail

includeIdentity

public boolean includeIdentity()

includeAddress

public boolean includeAddress()

includePhoto

public boolean includePhoto()

includeCertificates

public boolean includeCertificates()

removeCard

public boolean removeCard()


Copyright © 2008-2014 FedICT. All Rights Reserved.