public class ExampleCustomFormModifier extends Object implements IAuthenticationFormModifier
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
ExampleCustomFormModifier() |
| Modifier and Type | Method and Description |
|---|---|
void |
modifyHttpContentRequest(HttpContentRequestImpl contentRequest,
javax.portlet.PortletPreferences preferences)
Example of modifications to a login form that invokes the system to gateway to in order to obtain a token
from that system that must be submitted with the login form and inserts the token into the url to submit.
|
public void modifyHttpContentRequest(HttpContentRequestImpl contentRequest, javax.portlet.PortletPreferences preferences) throws IOException
modifyHttpContentRequest in interface IAuthenticationFormModifiercontentRequest - ContentRequest to modifypreferences - PortletPreferences that may be useful when calculating the return resultIOExceptionCopyright © 2014 Jasig. All Rights Reserved.