@Secured(value=org.apache.myfaces.extensions.cdi.jsf.impl.security.SecurityInterceptor.PlaceHolderVoter.class) @Interceptor public class SecurityInterceptor extends Object implements Serializable
Secured
- details see SecurityStrategy
Constructor and Description |
---|
SecurityInterceptor() |
Modifier and Type | Method and Description |
---|---|
Object |
filterDeniedInvocations(javax.interceptor.InvocationContext invocationContext)
Triggers the registered
AccessDecisionVoter s |
public Object filterDeniedInvocations(javax.interceptor.InvocationContext invocationContext) throws Exception
AccessDecisionVoter
sinvocationContext
- current invocation-contextException
- exception which might be thrown by the intercepted methodCopyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.