Package org.nuxeo.runtime.api.login
Class LoginAsDescriptor
java.lang.Object
org.nuxeo.runtime.api.login.LoginAsDescriptor
- All Implemented Interfaces:
 Descriptor
- Since:
 - 10.3
 
- 
Field Summary
FieldsFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove, merge 
- 
Field Details
- 
klass
 
 - 
 - 
Constructor Details
- 
LoginAsDescriptor
public LoginAsDescriptor() 
 - 
 - 
Method Details
- 
getId
Description copied from interface:DescriptorThe descriptor id, descriptors with same id are merged.To forbid multiple descriptors use UNIQUE_DESCRIPTOR_ID.
To forbid merge use a unique value, non-overriden
toString()for exemple.- Specified by:
 getIdin interfaceDescriptor
 
 -