org.frameworkset.web.token.ws.TokenCheckResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-security-web-inf Show documentation
Show all versions of bboss-security-web-inf Show documentation
support session share between application cluster nodes and cross domain application nodes.support good application session monitor and session data statitic module.demo site http://session.bbossgroups.com/
package org.frameworkset.web.token.ws;
public class TokenCheckResponse implements java.io.Serializable{
/**
*
*/
private static final long serialVersionUID = -4298093947423068003L;
private String resultcode;
private String userAccount;
private String worknumber;
private boolean validateResult;
public TokenCheckResponse () {
// TODO Auto-generated constructor stub
}
public String getResultcode() {
return resultcode;
}
public void setResultcode(String resultcode) {
this.resultcode = resultcode;
}
public String getUserAccount() {
return userAccount;
}
public void setUserAccount(String userAccount) {
this.userAccount = userAccount;
}
public String getWorknumber() {
return worknumber;
}
public void setWorknumber(String worknumber) {
this.worknumber = worknumber;
}
public boolean isValidateResult() {
return validateResult;
}
public void setValidateResult(boolean validateResult) {
this.validateResult = validateResult;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy