public class GatewayEntry extends Object
| Constructor and Description |
|---|
GatewayEntry() |
| Modifier and Type | Method and Description |
|---|---|
List |
getAuthenticationFormModifier() |
LinkedHashMap<HttpContentRequestImpl,List<String>> |
getContentRequests()
Get a map of content requests to be executed for this link.
|
String |
getIconUrl()
Get the icon for this link.
|
String |
getName()
Get the display text for this link (user-friendly system name)
|
boolean |
isRequireSecure() |
void |
setAuthenticationFormModifier(List authenticationFormModifier) |
void |
setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<String>> contentRequests)
Set the map of content requests to be executed for this link.
|
void |
setIconUrl(String iconUrl)
Set an icon for this link.
|
void |
setName(String name)
Set the display text (user-friendly system name) for this link.
|
void |
setRequireSecure(boolean requireSecure) |
public String getName()
public void setName(String name)
name - public String getIconUrl()
public void setIconUrl(String iconUrl)
iconUrl - public LinkedHashMap<HttpContentRequestImpl,List<String>> getContentRequests()
public void setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<String>> contentRequests)
contentRequests - public List getAuthenticationFormModifier()
public void setAuthenticationFormModifier(List authenticationFormModifier)
public boolean isRequireSecure()
public void setRequireSecure(boolean requireSecure)
Copyright © 2013 Jasig. All Rights Reserved.