我需要在我的自定义授权处理程序中使用实体框架。但它不起作用。它在运行时失败。</h2> 我不能像这样注入DB上下文。如何在自定义授权处理程序中使用db上下文?在我的自定义授权处理程序类中: public class CustomAuthorizationHandler : AuthorizationHandler<CustomAuthRequirement>
我遇到了一个问题,即我的Handle方法没有在我的自定义AuthorizationHandler上被调用。(不会扔到这里)。它还注入了当前构造函数中的依赖项。这里是AuthorizationHandler代码。Microsoft.AspNet.Authorization;
{
public class TokenAuthHandler : AuthorizationHandler
我试图使用实现身份验证和授权,但我遇到了困难,我陷入了这个例外:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'clienteBO': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: protected br