@Test(expected = PortletSecurityException.class)
public void requestWithNoUserRoles() throws Exception {
String validRole = "allowed";
interceptor.setAuthorizedRoles(new String[] {validRole});
assertFalse(request.isUserInRole(validRole));
interceptor.preHandle(request, response, new Object());
}
UserRoleAuthorizationInterceptorTests.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:spring4-understanding
作者:
评论列表
文章目录