Searched defs:page_state (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DPagePropertiesCallback.java58 private String page_state=null; field in class:PagePropertiesCallback
69 * @param page_state
78 String page_state) {
88 this.page_state = page_state;
112 return page_state;
197 * @param page_state page state to be set
199 public void setPageState(String page_state) { argument
200 this.page_state = page_state;
71 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DPagePropertiesCallback.java58 private String page_state=null; field in class:PagePropertiesCallback
71 * @param page_state State of the authentication module display page.
80 String page_state) {
89 this.page_state = page_state;
116 return page_state;
221 * @param page_state the state for the authentication module display page.
223 public void setPageState(String page_state) { argument
224 this.page_state = page_state;
73 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DPagePropertiesCallback.java58 private String page_state=null; field in class:PagePropertiesCallback
69 * @param page_state
78 String page_state) {
88 this.page_state = page_state;
112 return page_state;
197 * @param page_state page state to be set
199 public void setPageState(String page_state) { argument
200 this.page_state = page_state;
71 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DPagePropertiesCallback.java58 private String page_state=null; field in class:PagePropertiesCallback
71 * @param page_state State of the authentication module display page.
80 String page_state) {
89 this.page_state = page_state;
116 return page_state;
221 * @param page_state the state for the authentication module display page.
223 public void setPageState(String page_state) { argument
224 this.page_state = page_state;
73 PagePropertiesCallback( String name, String header, String image, int timeOut, String templateName, boolean error, String page_state) argument
[all...]

Completed in 1588 milliseconds