public class PagePropertiesCallback extends Object implements Callback
PagePropertiesCallback
class implements
Callback
and used for exchanging all UI related attributes
information such as template name, errorState
to indicate
whether a template is an error page, page header, image name , page timeout
value, name of module.Constructor and Description |
---|
PagePropertiesCallback(String name,
String header,
String image,
int timeOut,
String templateName,
boolean error,
String page_state)
Creates a
PagePropertiesCallback for a given module
name, header string, page image, page time out, JSP template name,
error state and page state. |
Modifier and Type | Method and Description |
---|---|
List |
getAttribute()
Returns the list of authentication module data store specific attributes.
|
boolean |
getErrorState()
Returns the authentication module error state.
|
String |
getHeader()
Returns the authentication module header string display.
|
String |
getImage()
Returns the authentication module display page image.
|
List<String> |
getInfoText()
Returns the list of infoText elements to display alongside the authentication
module display attributes.
|
String |
getModuleName()
Returns the authentication module name.
|
String |
getPageState()
Returns the authentication module display page state.
|
List |
getRequire()
Returns the list of authentication module display attributes which are
required to be entered by the end user.
|
String |
getTemplateName()
Returns the authentication module display page template name.
|
int |
getTimeOutValue()
Returns the authentication module display page time out value.
|
void |
setAttribute(List attribute)
Sets the list of authentication module data store specific attributes.
|
void |
setHeader(String header)
Sets the authentication module header string display.
|
void |
setInfoText(List<String> infoText) |
void |
setPageState(String page_state)
Sets the authentication module display page state.
|
void |
setRequire(List require)
Sets the list of authentication module display attributes which are
required to be entered by the end user.
|
public PagePropertiesCallback(String name, String header, String image, int timeOut, String templateName, boolean error, String page_state)
PagePropertiesCallback
for a given module
name, header string, page image, page time out, JSP template name,
error state and page state.name
- Name of the authentication module.header
- Header string for the authentication module display page.image
- Image for the authentication module display page.timeOut
- Time out value for the authentication module display page.templateName
- JSP page name for the authentication module display.error
- Error state for the authentication module.page_state
- State of the authentication module display page.public String getImage()
public int getTimeOutValue()
public String getPageState()
public String getTemplateName()
public String getModuleName()
public String getHeader()
public boolean getErrorState()
public List getAttribute()
public List getRequire()
public List<String> getInfoText()
public void setHeader(String header)
header
- Header string display for the authentication module page.public void setAttribute(List attribute)
attribute
- the list of authentication module data store specific
attributes.public void setRequire(List require)
require
- the list of authentication module display attributes which
are required to be entered by the end user.public void setPageState(String page_state)
page_state
- the state for the authentication module display page.Copyright © 2010-2018, ForgeRock All Rights Reserved.