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 Booleanprotected Stringprotected Booleanprotected BooleanFields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.getId()The descriptor id, descriptors with same id are merged.getName()booleanDeprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useisNeedStartingURLSaving()insteadbooleanDeprecated, for removal: This API element is subject to removal in a future version.since 2025.0, useisStateful()insteadbooleanbooleanbooleanmerge(Descriptor o) Returns a descriptor representingothermerged intothisvoidsetClassName(Class<NuxeoAuthenticationPlugin> className) voidsetEnabled(boolean enabled) voidsetNeedStartingURLSaving(boolean needStartingURLSaving) voidsetParameters(Map<String, String> parameters) voidsetStateful(boolean stateful) 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
-
Field Details
-
name
-
enabled
-
className
-
needStartingURLSaving
-
parameters
-
stateful
-
-
Constructor Details
-
AuthenticationPluginDescriptor
public AuthenticationPluginDescriptor()
-
-
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
-
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:DescriptorReturns a descriptor representingothermerged intothisDefault implementation returns
other.- Specified by:
mergein interfaceDescriptor- Returns:
- the merged descriptor
-
isEnabled()()} instead