Class AuthenticationPluginDescriptor
java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.AuthenticationPluginDescriptor
- All Implemented Interfaces:
Descriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Class<NuxeoAuthenticationPlugin>
protected Boolean
protected String
protected Boolean
protected Boolean
Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.getId()
The descriptor id, descriptors with same id are merged.getName()
boolean
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useisNeedStartingURLSaving()
insteadboolean
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useisStateful()
insteadboolean
boolean
boolean
merge
(Descriptor o) Returns a descriptor representingother
merged intothis
void
setClassName
(Class<NuxeoAuthenticationPlugin> className) void
setEnabled
(boolean enabled) void
setNeedStartingURLSaving
(boolean needStartingURLSaving) void
setParameters
(Map<String, String> parameters) void
setStateful
(boolean stateful) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove
-
Field Details
-
name
-
enabled
-
className
-
needStartingURLSaving
-
parameters
-
stateful
-
-
Constructor Details
-
AuthenticationPluginDescriptor
public AuthenticationPluginDescriptor()
-
-
Method Details
-
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 interfaceDescriptor
-
getName
-
getEnabled
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useisEnabled()
()} instead -
isEnabled
public boolean isEnabled() -
setEnabled
public void setEnabled(boolean enabled) -
getClassName
-
setClassName
-
getNeedStartingURLSaving
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useisNeedStartingURLSaving()
instead -
isNeedStartingURLSaving
public boolean isNeedStartingURLSaving() -
setNeedStartingURLSaving
public void setNeedStartingURLSaving(boolean needStartingURLSaving) -
getParameters
-
setParameters
-
getStateful
Deprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useisStateful()
instead -
isStateful
public boolean isStateful() -
setStateful
public void setStateful(boolean stateful) -
merge
Description copied from interface:Descriptor
Returns a descriptor representingother
merged intothis
Default implementation returns
other
.- Specified by:
merge
in interfaceDescriptor
- Returns:
- the merged descriptor
-
isEnabled()
()} instead