Package org.sonatype.nexus.client.core.subsystem.security

Examples of org.sonatype.nexus.client.core.subsystem.security.Privilege.methods()


    assertThat(privilege.description(), is("bar"));

    // name is mangled on creation - "$name - ($method)"
    assertThat(privilege.name(), is(saved.name()));

    assertThat(privilege.methods(), contains("read"));
    assertThat(privilege.repositoryGroupId(), is("public"));
    assertThat(privilege.targetId(), is(targetId));
  }

  @Test(expected = IllegalStateException.class)
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.