Class UserIdentifier
- java.lang.Object
-
- de.openknowledge.common.domain.AbstractValueObject<String>
-
- de.openknowledge.common.domain.AbstractStringValueObject
-
- de.openknowledge.authentication.domain.UserIdentifier
-
- All Implemented Interfaces:
Serializable,Comparable<String>
public class UserIdentifier extends AbstractStringValueObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserIdentifier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UserIdentifierfromValue(String userIdentifier)-
Methods inherited from class de.openknowledge.common.domain.AbstractStringValueObject
validate
-
-
-
-
Method Detail
-
fromValue
public static UserIdentifier fromValue(String userIdentifier)
-
-