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()
Getter for the field
authenticationFormModifier. |
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()
Getter for the field
javascriptFile. |
String |
getName()
Get the display text for this link (user-friendly system name)
|
GatewayEntry.GatewayEntryOperations |
getOperations()
Getter for the field
operations. |
List<String> |
getRoleWhitelist()
Getter for the field
roleWhitelist. |
int |
hashCode()
Return a hashcode of the name.
|
boolean |
isRequireSecure()
isRequireSecure.
|
void |
setAuthenticationFormModifier(List<IAuthenticationFormModifier> authenticationFormModifier)
Setter for the field
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)
Setter for the field
javascriptFile. |
void |
setName(String name)
Set the display text (user-friendly system name) for this link.
|
void |
setRequireSecure(boolean requireSecure)
Setter for the field
requireSecure. |
void |
setRoleWhitelist(List<String> roleWhitelist)
Setter for the field
roleWhitelist. |
public String getName()
String objectpublic void setName(String name)
name - a String objectpublic void setIconUrl(String iconUrl)
iconUrl - a String objectpublic String getJavascriptFile()
Getter for the field javascriptFile.
String objectpublic void setJavascriptFile(String javascriptFile)
Setter for the field javascriptFile.
javascriptFile - a String objectpublic List<String> getRoleWhitelist()
Getter for the field roleWhitelist.
List objectpublic void setRoleWhitelist(List<String> roleWhitelist)
Setter for the field roleWhitelist.
roleWhitelist - a List objectpublic LinkedHashMap<HttpContentRequestImpl,List<IPreInterceptor>> getContentRequests()
LinkedHashMap objectpublic void setContentRequests(LinkedHashMap<HttpContentRequestImpl,List<IPreInterceptor>> contentRequests)
contentRequests - a LinkedHashMap objectpublic List<IAuthenticationFormModifier> getAuthenticationFormModifier()
Getter for the field authenticationFormModifier.
List objectpublic void setAuthenticationFormModifier(List<IAuthenticationFormModifier> authenticationFormModifier)
Setter for the field authenticationFormModifier.
authenticationFormModifier - a List objectpublic boolean isRequireSecure()
isRequireSecure.
public void setRequireSecure(boolean requireSecure)
Setter for the field requireSecure.
requireSecure - a booleanpublic GatewayEntry.GatewayEntryOperations getOperations()
Getter for the field operations.
GatewayEntry.GatewayEntryOperations objectpublic boolean entryIsAccessible(javax.portlet.PortletRequest request)
request - PortletRequestCopyright © 2023 Apereo. All rights reserved.