Guest User

Untitled

a guest
Jul 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. package com.sonatype.nexus.index.rest.publisher.security;
  2.  
  3. import org.sonatype.security.realms.tools.AbstractStaticSecurityResource;
  4. import org.sonatype.security.realms.tools.StaticSecurityResource;
  5.  
  6. public class CustomMetadataSecurityResource
  7. extends AbstractStaticSecurityResource
  8. implements StaticSecurityResource
  9. {
  10.  
  11. @Override
  12. protected String getResourcePath()
  13. {
  14. return "/META-INF/nexus-custom-metadata-plugin-security.xml";
  15. }
  16.  
  17. }
Add Comment
Please, Sign In to add comment