类 SimpleAccessDecisionManager

java.lang.Object
org.springframework.security.access.vote.AbstractAccessDecisionManager
com.walker.web.security.SimpleAccessDecisionManager
所有已实现的接口:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.MessageSourceAware, org.springframework.security.access.AccessDecisionManager

@Deprecated public class SimpleAccessDecisionManager extends org.springframework.security.access.vote.AbstractAccessDecisionManager
已过时。
由于集成 Activiti7 总是被请求拦截报错(:不能访问),所以重写该对象尝试替换现有。
作者:
时克英
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    protected final org.slf4j.Logger
    已过时。
     

    从类继承的字段 org.springframework.security.access.vote.AbstractAccessDecisionManager

    messages
  • 构造器概要

    构造器
    限定符
    构造器
    说明
    protected
    SimpleAccessDecisionManager(List<org.springframework.security.access.AccessDecisionVoter<?>> decisionVoters)
    已过时。
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    decide(org.springframework.security.core.Authentication authentication, Object url, Collection<org.springframework.security.access.ConfigAttribute> configAttributes)
    已过时。
     

    从类继承的方法 org.springframework.security.access.vote.AbstractAccessDecisionManager

    afterPropertiesSet, checkAllowIfAllAbstainDecisions, getDecisionVoters, isAllowIfAllAbstainDecisions, setAllowIfAllAbstainDecisions, setMessageSource, supports, supports, toString

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 字段详细资料

    • logger

      protected final transient org.slf4j.Logger logger
      已过时。
  • 构造器详细资料

    • SimpleAccessDecisionManager

      protected SimpleAccessDecisionManager(List<org.springframework.security.access.AccessDecisionVoter<?>> decisionVoters)
      已过时。
  • 方法详细资料

    • decide

      public void decide(org.springframework.security.core.Authentication authentication, Object url, Collection<org.springframework.security.access.ConfigAttribute> configAttributes) throws org.springframework.security.access.AccessDeniedException, org.springframework.security.authentication.InsufficientAuthenticationException
      已过时。
      抛出:
      org.springframework.security.access.AccessDeniedException
      org.springframework.security.authentication.InsufficientAuthenticationException