@Typed public abstract class SecurityUtils extends Object
AccessDecisionVoter
Modifier and Type | Method and Description |
---|---|
static void |
invokeVoters(javax.interceptor.InvocationContext invocationContext,
javax.enterprise.inject.spi.BeanManager beanManager,
AccessDecisionVoterContext voterContext,
List<Class<? extends AccessDecisionVoter>> accessDecisionVoters,
Class<? extends ViewConfig> errorView)
Helper for invoking the given
AccessDecisionVoter s |
public static void invokeVoters(javax.interceptor.InvocationContext invocationContext, javax.enterprise.inject.spi.BeanManager beanManager, AccessDecisionVoterContext voterContext, List<Class<? extends AccessDecisionVoter>> accessDecisionVoters, Class<? extends ViewConfig> errorView)
AccessDecisionVoter
sinvocationContext
- current invocation-context (might be null in case of secured views)beanManager
- current bean-managervoterContext
- current access-decision-voter-contextaccessDecisionVoters
- current access-decision-voterserrorView
- optional inline error viewCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.