public class ProxyPortletForm extends Object
ProxyPortletForm class.
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyPortletForm.ProxyAuthTypeEditor |
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_TYPE
Constant
AUTHENTICATION_TYPE="authType" |
| Constructor and Description |
|---|
ProxyPortletForm() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAnchorWhitelistRegex()
Getter for the field
anchorWhitelistRegex. |
org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthType |
getAuthType()
Getter for the field
authType. |
String |
getBasicAuthPreferencesPassword()
Getter for the field
basicAuthPreferencesPassword. |
String |
getBasicAuthPreferencesUsername()
Getter for the field
basicAuthPreferencesUsername. |
String |
getClippingSelector()
Getter for the field
clippingSelector. |
String |
getContentService()
Getter for the field
contentService. |
String |
getFooter()
Getter for the field
footer. |
String |
getGsaCollection()
Getter for the field
gsaCollection. |
String |
getGsaFrontend()
Getter for the field
gsaFrontend. |
String |
getGsaHost()
Getter for the field
gsaHost. |
String |
getGsaWhitelistRegex()
Getter for the field
gsaWhitelistRegex. |
String |
getHeader()
Getter for the field
header. |
String |
getLocation()
Getter for the field
location. |
String |
getMaxLocation()
Getter for the field
maxLocation. |
String |
getPageCharacterEncodingFormat()
Getter for the field
pageCharacterEncodingFormat. |
String |
getPasswordKey()
Getter for the field
passwordKey. |
String[] |
getSearchStrategies()
Getter for the field
searchStrategies. |
String |
getUsernameKey()
Getter for the field
usernameKey. |
String |
getWhitelistRegexes()
Getter for the field
whitelistRegexes. |
void |
setAnchorWhitelistRegex(String anchorWhitelistRegex)
Setter for the field
anchorWhitelistRegex. |
void |
setAuthType(org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthType authType)
Setter for the field
authType. |
void |
setBasicAuthPreferencesPassword(String basicAuthPreferencesPassword)
Setter for the field
basicAuthPreferencesPassword. |
void |
setBasicAuthPreferencesUsername(String basicAuthPreferencesUsername)
Setter for the field
basicAuthPreferencesUsername. |
void |
setClippingSelector(String clippingSelector)
Setter for the field
clippingSelector. |
void |
setContentService(String contentService)
Setter for the field
contentService. |
void |
setFooter(String footer)
Setter for the field
footer. |
void |
setGsaCollection(String gsaCollection)
Setter for the field
gsaCollection. |
void |
setGsaFrontend(String gsaFrontend)
Setter for the field
gsaFrontend. |
void |
setGsaHost(String gsaHost)
Setter for the field
gsaHost. |
void |
setGsaWhitelistRegex(String gsaWhitelistRegex)
Setter for the field
gsaWhitelistRegex. |
void |
setHeader(String header)
Setter for the field
header. |
void |
setLocation(String location)
Setter for the field
location. |
void |
setMaxLocation(String maxLocation)
Setter for the field
maxLocation. |
void |
setPageCharacterEncodingFormat(String pageCharacterEncodingFormat)
Setter for the field
pageCharacterEncodingFormat. |
void |
setPasswordKey(String passwordKey)
Setter for the field
passwordKey. |
void |
setSearchStrategies(String[] searchStrategies)
Setter for the field
searchStrategies. |
void |
setUsernameKey(String usernameKey)
Setter for the field
usernameKey. |
void |
setWhitelistRegexes(String whitelistRegexes)
Setter for the field
whitelistRegexes. |
public static final String AUTHENTICATION_TYPE
AUTHENTICATION_TYPE="authType"public String getContentService()
Getter for the field contentService.
String objectpublic void setContentService(String contentService)
Setter for the field contentService.
contentService - a String objectpublic void setLocation(String location)
Setter for the field location.
location - a String objectpublic String getMaxLocation()
Getter for the field maxLocation.
String objectpublic void setMaxLocation(String maxLocation)
Setter for the field maxLocation.
maxLocation - a String objectpublic String getClippingSelector()
Getter for the field clippingSelector.
String objectpublic String getWhitelistRegexes()
Getter for the field whitelistRegexes.
String objectpublic void setWhitelistRegexes(String whitelistRegexes)
Setter for the field whitelistRegexes.
whitelistRegexes - a String objectpublic void setClippingSelector(String clippingSelector)
Setter for the field clippingSelector.
clippingSelector - a String objectpublic void setHeader(String header)
Setter for the field header.
header - a String objectpublic void setFooter(String footer)
Setter for the field footer.
footer - a String objectpublic org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthType getAuthType()
Getter for the field authType.
ProxyPortletForm.ProxyAuthType objectpublic void setAuthType(org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthType authType)
Setter for the field authType.
authType - a ProxyPortletForm.ProxyAuthType objectpublic String getUsernameKey()
Getter for the field usernameKey.
String objectpublic void setUsernameKey(String usernameKey)
Setter for the field usernameKey.
usernameKey - a String objectpublic String getPasswordKey()
Getter for the field passwordKey.
String objectpublic void setPasswordKey(String passwordKey)
Setter for the field passwordKey.
passwordKey - a String objectpublic String getBasicAuthPreferencesUsername()
Getter for the field basicAuthPreferencesUsername.
String objectpublic void setBasicAuthPreferencesUsername(String basicAuthPreferencesUsername)
Setter for the field basicAuthPreferencesUsername.
basicAuthPreferencesUsername - a String objectpublic String getBasicAuthPreferencesPassword()
Getter for the field basicAuthPreferencesPassword.
String objectpublic void setBasicAuthPreferencesPassword(String basicAuthPreferencesPassword)
Setter for the field basicAuthPreferencesPassword.
basicAuthPreferencesPassword - a String objectpublic String getPageCharacterEncodingFormat()
Getter for the field pageCharacterEncodingFormat.
String objectpublic void setPageCharacterEncodingFormat(String pageCharacterEncodingFormat)
Setter for the field pageCharacterEncodingFormat.
pageCharacterEncodingFormat - a String objectpublic void setGsaHost(String gsaHost)
Setter for the field gsaHost.
gsaHost - a String objectpublic String getGsaCollection()
Getter for the field gsaCollection.
String objectpublic void setGsaCollection(String gsaCollection)
Setter for the field gsaCollection.
gsaCollection - a String objectpublic String getGsaFrontend()
Getter for the field gsaFrontend.
String objectpublic void setGsaFrontend(String gsaFrontend)
Setter for the field gsaFrontend.
gsaFrontend - a String objectpublic String[] getSearchStrategies()
Getter for the field searchStrategies.
String objectspublic void setSearchStrategies(String[] searchStrategies)
Setter for the field searchStrategies.
searchStrategies - an array of String objectspublic String getGsaWhitelistRegex()
Getter for the field gsaWhitelistRegex.
String objectpublic void setGsaWhitelistRegex(String gsaWhitelistRegex)
Setter for the field gsaWhitelistRegex.
gsaWhitelistRegex - a String objectpublic String getAnchorWhitelistRegex()
Getter for the field anchorWhitelistRegex.
String objectCopyright © 2022 Apereo. All rights reserved.