Class LoginProviderLink
java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.LoginProviderLink
- Since:
- 5.7
- Author:
- Tiry
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected boolean
protected LoginProviderLinkComputer
protected Class<LoginProviderLinkComputer>
-
Constructor Summary
ConstructorDescriptionLoginProviderLink
(String name, String iconPath, String link, String label, String description, LoginProviderLinkComputer urlComputer) -
Method Summary
Modifier and TypeMethodDescriptionprotected LoginProviderLink
clone()
boolean
getLabel()
getLink()
getName()
void
merge
(LoginProviderLink newLink) void
setDescription
(String description) void
setIconPath
(String iconPath) void
void
-
Field Details
-
name
-
label
-
remove
protected boolean remove -
iconPath
-
link
-
urlComputerClass
-
urlComputer
-
description
-
-
Constructor Details
-
Method Details