Searched defs:isPost (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java288 isPost = true;
333 if (isPost) {
845 if (isPost && !newOrgExist) {
2182 public boolean isPost = false; field in class:LoginViewBean
/forgerock/openam/openam-server-auth-ui/src/main/java/com/sun/identity/authentication/UI/
H A DLoginViewBean.java292 isPost = true;
337 if (isPost) {
856 if (isPost && !newOrgExist) {
2204 public boolean isPost = false; field in class:LoginViewBean

Completed in 30 milliseconds