Class LoginProviderLink
- java.lang.Object
-
- org.nuxeo.ecm.platform.ui.web.auth.service.LoginProviderLink
-
-
Field Summary
Fields Modifier and Type Field Description protected String
description
protected String
iconPath
protected String
label
protected String
link
protected static Log
log
protected String
name
protected boolean
remove
protected LoginProviderLinkComputer
urlComputer
protected 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 LoginProviderLink
clone()
boolean
equals(Object obj)
String
getDescription()
String
getIconPath()
String
getLabel()
String
getLink()
String
getLink(javax.servlet.http.HttpServletRequest req, String requestedUrl)
String
getName()
void
merge(LoginProviderLink newLink)
void
setDescription(String description)
void
setIconPath(String iconPath)
void
setLink(String link)
void
setName(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()
-
-