public class PortalSettingsEditLDAPServerMVCActionCommand
extends com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommand
| Constructor and Description |
|---|
PortalSettingsEditLDAPServerMVCActionCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate() |
protected void |
deleteLDAPServer(javax.portlet.ActionRequest actionRequest) |
void |
doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
protected void |
setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService) |
protected void |
setLDAPServerConfigurationProvider(com.liferay.portal.security.ldap.configuration.ConfigurationProvider<com.liferay.portal.security.ldap.configuration.LDAPServerConfiguration> ldapServerConfigurationProvider) |
protected void |
setPortal(com.liferay.portal.kernel.util.Portal portal) |
protected void |
setPortlet(com.liferay.portal.kernel.model.Portlet portlet) |
protected void |
setPortletContextFactory(com.liferay.portal.kernel.portlet.PortletContextFactory portletContextFactory) |
protected void |
setServletContext(javax.servlet.ServletContext servletContext) |
protected void |
updateLDAPServer(javax.portlet.ActionRequest actionRequest) |
protected void |
validateLDAPServerName(long ldapServerId,
long companyId,
com.liferay.portal.kernel.util.UnicodeProperties properties) |
protected void |
validateSearchFilters(javax.portlet.ActionRequest actionRequest) |
public PortalSettingsEditLDAPServerMVCActionCommand()
public void doProcessAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
doProcessAction in class com.liferay.portal.kernel.portlet.bridges.mvc.BaseMVCActionCommandjava.lang.Exceptionprotected void activate()
protected void deleteLDAPServer(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void setCounterLocalService(com.liferay.counter.kernel.service.CounterLocalService counterLocalService)
protected void setLDAPServerConfigurationProvider(com.liferay.portal.security.ldap.configuration.ConfigurationProvider<com.liferay.portal.security.ldap.configuration.LDAPServerConfiguration> ldapServerConfigurationProvider)
protected void setPortal(com.liferay.portal.kernel.util.Portal portal)
protected void setPortlet(com.liferay.portal.kernel.model.Portlet portlet)
protected void setPortletContextFactory(com.liferay.portal.kernel.portlet.PortletContextFactory portletContextFactory)
protected void setServletContext(javax.servlet.ServletContext servletContext)
protected void updateLDAPServer(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exceptionprotected void validateLDAPServerName(long ldapServerId,
long companyId,
com.liferay.portal.kernel.util.UnicodeProperties properties)
throws java.lang.Exception
java.lang.Exceptionprotected void validateSearchFilters(javax.portlet.ActionRequest actionRequest)
throws java.lang.Exception
java.lang.Exception