MCPcopy Create free account
hub / github.com/diyhi/bbs / setSecurityDigest

Method setSecurityDigest

src/main/java/cms/model/staff/SysUsers.java:310–312  ·  view source on GitHub ↗
(String securityDigest)

Source from the content-addressed store, hash-verified

308 return securityDigest;
309 }
310 public void setSecurityDigest(String securityDigest) {
311 this.securityDigest = securityDigest;
312 }
313
314 public String getNickname() {
315 return nickname;

Callers 8

addStaffMethod · 0.95
editStaffMethod · 0.95
editSelfInfoMethod · 0.95
addUserMethod · 0.80
createWeiXinUserInfoMethod · 0.80
registerMethod · 0.80
editUserMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected