assertThat(authOrAuth.isVisibleInAnyRole(cancelOrderIdentifier), is(false));
}
@Test
public void vetoing() throws Exception {
Factory<SecurityManager> factory = new IniSecurityManagerFactory("classpath:shiro.ini");
SecurityManager securityManager = factory.getInstance();
SecurityUtils.setSecurityManager(securityManager);
AuthenticationRequest ar = new AuthenticationRequestPassword("darkhelmet", "ludicrousspeed");
authOrAuth.authenticate(ar, null);