Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在使用 Java Spring 的应用程序中,使用 @Secured("ROLE_USER") 实现了一个方法。在这种方法中,我无法创建新的其他对象。但是,这个方法不能创建其他对象依赖于@Secured? 我怎样才能用这种方法创建一些对象?
@Secured("ROLE_USER")
对您能够编写的代码没有影响,它是部署应用程序时可访问性的规则。