Uses of Interface
wt.org.electronicIdentity.ElectronicIdentification

Packages that use ElectronicIdentification
wt.org.electronicIdentity   
 

Uses of ElectronicIdentification in wt.org.electronicIdentity
 

Classes in wt.org.electronicIdentity that implement ElectronicIdentification
 class ElectronicSignature
          Class contains the electronic identification of the WTUser.
 

Methods in wt.org.electronicIdentity that return ElectronicIdentification
 ElectronicIdentification UserElectronicIDLink.getSignature()
          Gets the object for the association that plays role: SIGNATURE_ROLE.
 ElectronicIdentification SignatureLink.getSignature()
          Gets the object for the association that plays role: SIGNATURE_ROLE.
 

Methods in wt.org.electronicIdentity with parameters of type ElectronicIdentification
 void UserElectronicIDLink.setSignature(ElectronicIdentification signature)
          Sets the object for the association that plays role: SIGNATURE_ROLE.
static UserElectronicIDLink UserElectronicIDLink.newUserElectronicIDLink(WTUser user, ElectronicIdentification signature)
          Default factory for the class.
 void SignatureLink.setSignature(ElectronicIdentification signature)
          Sets the object for the association that plays role: SIGNATURE_ROLE.
static SignatureLink SignatureLink.newSignatureLink(ElectronicallySignable signable, ElectronicIdentification signature)
          Default factory for the class.