MCPcopy Create free account
hub / github.com/BaseXdb/basex / User

Method User

basex-core/src/main/java/org/basex/core/users/User.java:40–45  ·  view source on GitHub ↗

Constructor. @param name username

(final String name)

Source from the content-addressed store, hash-verified

38 * @param name username
39 */
40 public User(final String name) {
41 this.name = name;
42 passwords = new EnumMap<>(Algorithm.class);
43 patterns = new LinkedHashMap<>();
44 permission = Perm.NONE;
45 }
46
47 /**
48 * Constructor with password.

Callers

nothing calls this directly

Calls 12

passwordMethod · 0.95
qnameMethod · 0.95
eqMethod · 0.95
getMethod · 0.65
stringMethod · 0.45
attributeMethod · 0.45
valuesMethod · 0.45
childrenMethod · 0.45
putMethod · 0.45
valueMethod · 0.45
uniqueMethod · 0.45
qnameMethod · 0.45

Tested by

no test coverage detected