类 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 总是被请求拦截报错(:不能访问),所以重写该对象尝试替换现有。
- 作者:
- 时克英
-
字段概要
字段从类继承的字段 org.springframework.security.access.vote.AbstractAccessDecisionManager
messages -
构造器概要
构造器限定符构造器说明protectedSimpleAccessDecisionManager(List<org.springframework.security.access.AccessDecisionVoter<?>> decisionVoters) 已过时。 -
方法概要
修饰符和类型方法说明voiddecide(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
-
字段详细资料
-
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.AccessDeniedExceptionorg.springframework.security.authentication.InsufficientAuthenticationException
-