Beispiel #1
0
 public SubjectAcl(
     @NotNull String domain,
     @NotNull String node,
     @NotNull Subject subject,
     @NotNull String permission) {
   this(domain, node, subject.getPrincipal(), subject.getType(), permission);
 }