public class GatewayEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
GatewayEntry.GatewayEntryOperations
Represents the set of config or administrative actions that may be performed
by a user on a
GatewayEntry. |
| Constructor and Description |
|---|
GatewayEntry() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
entryIsAccessible(javax.portlet.PortletRequest request)
Returns true if the entry is accessible to the user.
|
boolean |
equals(Object obj)
Entries are equal if the names are equal
|
List<IAuthenticationFormModifier> |
getAuthenticationFormModifier() |
LinkedHashMap<HttpContentRequestImpl,List<IPreInterceptor>> |
getContentRequests()
Get a map of content requests to be executed for this link.
|
String |
getIconUrl()
Get the icon for this link.
|
String |
getJavascriptFile() |
String |
getName()
Get the display text for this link (user-friendly system name)
|
GatewayEntry.GatewayEntryOperations |
getOperations() |
List<String> |
getRoleWhitelist() |
int |
hashCode()
Return a hashcode of the name.
|
boolean |
isRequireSecure() |
void |
setAuthenticationFormModifier(List<IAuthenticationFormModifier> authenticationFormModifier) |
void |
setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<IPreInterceptor>> contentRequests)
Set the map of content requests to be executed for this link.
|
void |
setIconUrl(String iconUrl)
Set an icon for this link.
|
void |
setJavascriptFile(String javascriptFile) |
void |
setName(String name)
Set the display text (user-friendly system name) for this link.
|
void |
setRequireSecure(boolean requireSecure) |
void |
setRoleWhitelist(List<String> roleWhitelist) |
public String getName()
public void setName(String name)
name - public String getIconUrl()
public void setIconUrl(String iconUrl)
iconUrl - public String getJavascriptFile()
public void setJavascriptFile(String javascriptFile)
public LinkedHashMap<HttpContentRequestImpl,List<IPreInterceptor>> getContentRequests()
public void setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<IPreInterceptor>> contentRequests)
contentRequests - public List<IAuthenticationFormModifier> getAuthenticationFormModifier()
public void setAuthenticationFormModifier(List<IAuthenticationFormModifier> authenticationFormModifier)
public boolean isRequireSecure()
public void setRequireSecure(boolean requireSecure)
public GatewayEntry.GatewayEntryOperations getOperations()
public boolean entryIsAccessible(javax.portlet.PortletRequest request)
request - PortletRequestpublic int hashCode()
Copyright © 2022 Apereo. All rights reserved.