com.karmasphere.share.persist.idtype
Class EmailIdentityType
java.lang.Object
com.karmasphere.share.persist.IdentityType
com.karmasphere.share.persist.idtype.EmailIdentityType
- All Implemented Interfaces:
- Comparable
public class EmailIdentityType
- extends IdentityType
| Methods inherited from class com.karmasphere.share.persist.IdentityType |
compareTo, equals, filter, get, get, getCondition, getDescription, getId, getKeyname, getName, getTypes, hashCode, toString |
KEYNAME
public static final String KEYNAME
- See Also:
- Constant Field Values
EmailIdentityType
public EmailIdentityType()
fromString
public byte[] fromString(String str)
throws IdentityFormatException
- Description copied from class:
IdentityType
- Converts a "common" human-readable version the identity data to
a byte array.
- Overrides:
fromString in class IdentityType
- Throws:
IdentityFormatException
getLocalPart
public static String getLocalPart(byte[] data)
getDomainPart
public static String getDomainPart(byte[] data)
toString
public String toString(byte[] data)
- Description copied from class:
IdentityType
- Returns a human-readable version of the byte array associated
with this identity type.
- Overrides:
toString in class IdentityType
Copyright © 2004-2005 Karamsphere. All Rights Reserved.