70717273747576
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor("/privileges/*", "authcBasic,perms[security:privileges]"); }
64656667686970
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[security:usersforgotpw]"); }
65666768697071
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[security:privileges]"); }
54555657585960
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[nexus:settings]"); }
51525354555657
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[nexus:artifact]"); }
69707172737475
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor("/templates/repositories/*", "authcBasic,perms[nexus:repotemplates]"); }
68697071727374
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[nexus:targets]"); }
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "authcNxBasic,perms[nexus:status]"); }
61626364656667
53545556575859
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor("/repositories/*/meta", "authcBasic,perms[nexus:repometa]"); }