Class NuxeoPrincipalImpl.TransferableClone
- java.lang.Object
-
- org.nuxeo.ecm.platform.usermanager.NuxeoPrincipalImpl
-
- org.nuxeo.ecm.platform.usermanager.NuxeoPrincipalImpl.TransferableClone
-
- All Implemented Interfaces:
Serializable
,Principal
,NuxeoPrincipal
- Enclosing class:
- NuxeoPrincipalImpl
protected static class NuxeoPrincipalImpl.TransferableClone extends NuxeoPrincipalImpl
Provides another implementation which marshall the user id instead of transferring the whole content and resolve it when unmarshalled.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.nuxeo.ecm.platform.usermanager.NuxeoPrincipalImpl
NuxeoPrincipalImpl.TransferableClone
-
-
Field Summary
-
Fields inherited from class org.nuxeo.ecm.platform.usermanager.NuxeoPrincipalImpl
allGroups, config, dataModel, isAdministrator, isAnonymous, model, origUserName, principalId, roles, virtualGroups
-
Fields inherited from interface org.nuxeo.ecm.core.api.NuxeoPrincipal
PREFIX, TRANSIENT_USER_FORMAT, TRANSIENT_USER_PREFIX, TRANSIENT_USERNAME_UNIQUE_PROP
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TransferableClone(NuxeoPrincipalImpl other)
-
Method Summary
-
Methods inherited from class org.nuxeo.ecm.platform.usermanager.NuxeoPrincipalImpl
cloneTransferable, equals, getActingUser, getAllGroups, getCompany, getConfig, getEmail, getFirstName, getGroups, getLastName, getModel, getName, getOriginatingUser, getPassword, getPrincipalId, getRoles, getTenantId, getVirtualGroups, hashCode, isAdministrator, isAnonymous, isMemberOf, isTransient, setCompany, setConfig, setEmail, setFirstName, setGroups, setLastName, setModel, setModel, setName, setOriginatingUser, setPassword, setPrincipalId, setRoles, setVirtualGroups, setVirtualGroups, toString, updateAllGroups
-
-
-
-
Constructor Detail
-
TransferableClone
protected TransferableClone(NuxeoPrincipalImpl other)
-
-