Class LoginProviderLink
java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.LoginProviderLink
- All Implemented Interfaces:
Descriptor
- Since:
- 5.7
- Author:
- Tiry
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected boolean
protected LoginProviderLinkComputer
protected Class
<LoginProviderLinkComputer> Fields inherited from interface org.nuxeo.runtime.model.Descriptor
UNIQUE_DESCRIPTOR_ID
-
Constructor Summary
ConstructorsConstructorDescriptionLoginProviderLink
(String name, String iconPath, String link, String label, String description, LoginProviderLinkComputer urlComputer) -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The descriptor id, descriptors with same id are merged.getLabel()
getLink()
getName()
merge
(Descriptor o) Returns a descriptor representingother
merged intothis
void
setDescription
(String description) void
setIconPath
(String iconPath) void
void
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.model.Descriptor
doesRemove
-
Field Details
-
name
-
label
-
remove
protected boolean remove -
iconPath
-
link
-
urlComputerClass
-
urlComputer
-
description
-
-
Constructor Details
-
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
-
setName
-
getIconPath
-
setIconPath
-
getLink
-
setLink
-
getDescription
-
setDescription
-
getLabel
-
getLink
-
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
-
equals
-