public class ExampleCustomFormModifier extends Object implements IAuthenticationFormModifier
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
PROXY_LOCATION_OVERRIDE| Constructor and Description |
|---|
ExampleCustomFormModifier() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName()
Returns the form field name.
|
String |
getResult(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.
|
void |
setFieldName(String fieldName) |
public String getResult(javax.portlet.PortletPreferences preferences) throws IOException
getResult in interface IAuthenticationFormModifierpreferences - PortletPreferences that may be useful when calculating the return resultIOExceptionMalformedURLExceptionpublic String getFieldName()
IAuthenticationFormModifiergetFieldName in interface IAuthenticationFormModifierpublic void setFieldName(String fieldName)
Copyright © 2013 Jasig. All Rights Reserved.