org.eclipse.higgins.rp.icard.token.identity
Class DigitalIdentity
java.lang.Object
org.eclipse.higgins.rp.icard.token.identity.DigitalIdentity
- All Implemented Interfaces:
- IIterable, Serializable
- public class DigitalIdentity
- extends Object
- implements Serializable, IIterable
- See Also:
- Serialized Form
DigitalIdentity
public DigitalIdentity()
getPpid
public String getPpid()
addAttribute
public void addAttribute(Attribute attr)
toString
public String toString()
toStrings
public String[] toStrings()
fromXml
public static DigitalIdentity fromXml(org.eclipse.higgins.sts.api.IElement input)
throws Exception
- Throws:
Exception
fromEmailAddress
public static DigitalIdentity fromEmailAddress(String emailAddress)
throws Exception
- Create a DigitalIdentity from an email address
- Parameters:
emailAddress -
- Returns:
-
- Throws:
Exception
getIterator
public Iterator getIterator()
- Specified by:
getIterator in interface IIterable