public class ProxyPortletForm extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProxyPortletForm.ProxyAuthTypeEditor |
| Modifier and Type | Field and Description |
|---|---|
static String |
AUTHENTICATION_TYPE |
| Constructor and Description |
|---|
ProxyPortletForm() |
| Modifier and Type | Method and Description |
|---|---|
org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthType |
getAuthType() |
String |
getClippingSelector() |
String |
getContentService() |
String |
getFooter() |
String |
getHeader() |
String |
getLocation() |
String |
getPasswordKey() |
String |
getUsernameKey() |
String |
getWhitelistRegexes() |
void |
setAuthType(org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthType authType) |
void |
setClippingSelector(String clippingSelector) |
void |
setContentService(String contentService) |
void |
setFooter(String footer) |
void |
setHeader(String header) |
void |
setLocation(String location) |
void |
setPasswordKey(String passwordKey) |
void |
setUsernameKey(String usernameKey) |
void |
setWhitelistRegexes(String whitelistRegexes) |
public static final String AUTHENTICATION_TYPE
public String getContentService()
public void setContentService(String contentService)
public String getLocation()
public void setLocation(String location)
public String getClippingSelector()
public String getWhitelistRegexes()
public void setWhitelistRegexes(String whitelistRegexes)
public void setClippingSelector(String clippingSelector)
public String getHeader()
public void setHeader(String header)
public String getFooter()
public void setFooter(String footer)
public org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthType getAuthType()
public void setAuthType(org.jasig.portlet.proxy.mvc.portlet.proxy.ProxyPortletForm.ProxyAuthType authType)
public String getUsernameKey()
public void setUsernameKey(String usernameKey)
public String getPasswordKey()
public void setPasswordKey(String passwordKey)
Copyright © 2013 Jasig. All Rights Reserved.