Class GlobalId
java.lang.Object
org.exoplatform.social.core.identity.model.GlobalId
- All Implemented Interfaces:
Serializable
A GlobalId according to the definition of OpenSocial.
This class implements
Serializable so that it can be used as key cache for ExoCache- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEPARATOR
the ':' separator character- See Also:
-
-
Constructor Details
-
GlobalId
Creates a new GlobalId- Parameters:
id- string representation of the global id. Must be of the form domain:localId- Throws:
IllegalArgumentException- if the id does not have the expected form
-
-
Method Details