Examples of PathProtectionDescriptor


Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor("/privileges/*", "authcBasic,perms[security:privileges]");
  }
View Full Code Here

Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[security:usersforgotpw]");
  }
View Full Code Here

Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[security:privileges]");
  }
View Full Code Here

Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[nexus:settings]");
  }
View Full Code Here

Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[nexus:artifact]");
  }
View Full Code Here

Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor("/templates/repositories/*", "authcBasic,perms[nexus:repotemplates]");
  }
View Full Code Here

Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[nexus:targets]");
  }
View Full Code Here

Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor(getResourceUri(), "authcNxBasic,perms[nexus:status]");
  }
View Full Code Here

Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor(getResourceUri(), "authcBasic,perms[nexus:artifact]");
  }
View Full Code Here

Examples of org.sonatype.plexus.rest.resource.PathProtectionDescriptor

    return RESOURCE_URI;
  }

  @Override
  public PathProtectionDescriptor getResourceProtection() {
    return new PathProtectionDescriptor("/repositories/*/meta", "authcBasic,perms[nexus:repometa]");
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.