Class SessionManagerDescriptor

java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.SessionManagerDescriptor
All Implemented Interfaces:
Descriptor

public class SessionManagerDescriptor extends Object implements Descriptor
  • Field Details

  • Constructor Details

    • SessionManagerDescriptor

      public SessionManagerDescriptor()
  • Method Details

    • getId

      public String getId()
      Description copied from interface: Descriptor
      The 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:
      getId in interface Descriptor
    • getName

      public String getName()
    • getEnabled

      @Deprecated(since="2025.0", forRemoval=true) public boolean getEnabled()
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 2025.0, use isEnabled() instead
    • isEnabled

      public boolean isEnabled()
    • getClassName

      public Class<NuxeoAuthenticationSessionManager> getClassName()
    • merge

      Description copied from interface: Descriptor
      Returns a descriptor representing other merged into this

      Default implementation returns other.

      Specified by:
      merge in interface Descriptor
      Returns:
      the merged descriptor