org.dlese.dpc.schemedit.test
Class RolesTest
java.lang.Object
org.dlese.dpc.schemedit.test.RolesTest
public class RolesTest
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NO_ROLE
public static final RolesTest.Role NO_ROLE
GUEST_ROLE
public static final RolesTest.Role GUEST_ROLE
CATALOGER_ROLE
public static final RolesTest.Role CATALOGER_ROLE
MANAGER_ROLE
public static final RolesTest.Role MANAGER_ROLE
ADMIN_ROLE
public static final RolesTest.Role ADMIN_ROLE
RolesTest
public RolesTest()
showRole
public static void showRole(RolesTest.Role role)
getSatisfyingRoles
public static EnumSet getSatisfyingRoles(RolesTest.Role maxRole)
getRole
public static RolesTest.Role getRole(String str)
main
public static void main(String[] args)