Class LoginProviderLink
- java.lang.Object
-
- org.nuxeo.ecm.platform.ui.web.auth.service.LoginProviderLink
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringdescriptionprotected StringiconPathprotected Stringlabelprotected Stringlinkprotected static Loglogprotected Stringnameprotected booleanremoveprotected LoginProviderLinkComputerurlComputerprotected Class<LoginProviderLinkComputer>urlComputerClass
-
Constructor Summary
Constructors Constructor Description LoginProviderLink()LoginProviderLink(String name, String iconPath, String link, String label, String description, LoginProviderLinkComputer urlComputer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LoginProviderLinkclone()booleanequals(Object obj)StringgetDescription()StringgetIconPath()StringgetLabel()StringgetLink()StringgetLink(javax.servlet.http.HttpServletRequest req, String requestedUrl)StringgetName()voidmerge(LoginProviderLink newLink)voidsetDescription(String description)voidsetIconPath(String iconPath)voidsetLink(String link)voidsetName(String name)
-
-
-
Field Detail
-
log
protected static final Log log
-
name
protected String name
-
label
protected String label
-
remove
protected boolean remove
-
iconPath
protected String iconPath
-
link
protected String link
-
urlComputerClass
protected Class<LoginProviderLinkComputer> urlComputerClass
-
urlComputer
protected LoginProviderLinkComputer urlComputer
-
description
protected String description
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getIconPath
public String getIconPath()
-
setIconPath
public void setIconPath(String iconPath)
-
setLink
public void setLink(String link)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getLabel
public String getLabel()
-
getLink
public String getLink()
-
merge
public void merge(LoginProviderLink newLink)
-
clone
protected LoginProviderLink clone()
-
-