81828384858687
} } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor("/usageGraph", "authcBasic,tgperms"); }
46474849505152
return new StringRepresentation(jsonText, MediaType.APPLICATION_JSON); } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor("/usage", "authcBasic,tgperms"); }
59606162636465
} } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor("/usageList", "authcBasic,tgperms"); }
38394041424344
return null; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[nexus:status]"); }
62636465666768
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "anon"); }
51525354555657
return null; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "anon"); }
61626364656667
return true; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor("/tasks/run/*/**", "anon"); }
56575859606162
return RESOURCE_URI; } @Override public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "logout"); }
66676869707172
public String getResourceUri() { return RESOURCE_URI; } public PathProtectionDescriptor getResourceProtection() { return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[security:componentsuserlocatortypes]"); }