com.karmasphere.share.persist.idtype
Class DomainIdentityType
java.lang.Object
com.karmasphere.share.persist.IdentityType
com.karmasphere.share.persist.idtype.DomainIdentityType
- All Implemented Interfaces:
- Comparable
public class DomainIdentityType
- extends IdentityType
|
Method Summary |
byte[] |
fromString(String str)
Converts a "common" human-readable version the identity data to
a byte array. |
String |
toString(byte[] data)
Returns a human-readable version of the byte array associated
with this identity type. |
| 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
DomainIdentityType
public DomainIdentityType()
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
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.