com.sun.identity.authentication.spi.PagePropertiesCallback
instead of this class.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)
Deprecated.
Creates
PagePropertiesCallback object. |
Modifier and Type | Method and Description |
---|---|
List |
getAttribute()
Deprecated.
Returns attribute
|
boolean |
getErrorState()
Deprecated.
Returns error state
|
String |
getHeader()
Deprecated.
Returns header
|
String |
getHeaderTemplate()
Deprecated.
Returns header template
|
String |
getImage()
Deprecated.
Returns image
|
String |
getModuleName()
Deprecated.
Returns module name
|
String |
getPageState()
Deprecated.
Returns page state
|
List |
getRequire()
Deprecated.
Returns list of require
|
String |
getTemplateName()
Deprecated.
Returns template name
|
int |
getTimeOutValue()
Deprecated.
Returns timeout value
|
void |
setAttribute(List attribute)
Deprecated.
Sets list of attribute
|
void |
setHeader(String header)
Deprecated.
Sets header for page
|
void |
setPageState(String page_state)
Deprecated.
Sets page state
|
void |
setRequire(List require)
Deprecated.
Sets list of require
|
public String getImage()
public int getTimeOutValue()
public String getPageState()
public String getTemplateName()
public String getModuleName()
public String getHeader()
public String getHeaderTemplate()
public boolean getErrorState()
public List getAttribute()
public List getRequire()
public void setHeader(String header)
header
- to be setpublic void setAttribute(List attribute)
attribute
- list of attribute to be setpublic void setRequire(List require)
require
- list of require to be setpublic void setPageState(String page_state)
page_state
- page state to be setCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.