org.apache.myfaces.extensions.cdi.jsf.impl.security
Class DefaultSecurityStrategy

java.lang.Object
  extended by org.apache.myfaces.extensions.cdi.jsf.impl.security.DefaultSecurityStrategy
All Implemented Interfaces:
Serializable, InterceptorStrategy, SecurityStrategy

@Dependent
public class DefaultSecurityStrategy
extends Object
implements SecurityStrategy

Author:
Gerhard Petracek
See Also:
Serialized Form

Constructor Summary
DefaultSecurityStrategy()
           
 
Method Summary
 Object execute(javax.interceptor.InvocationContext invocationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSecurityStrategy

public DefaultSecurityStrategy()
Method Detail

execute

public Object execute(javax.interceptor.InvocationContext invocationContext)
               throws Exception
Specified by:
execute in interface InterceptorStrategy
Throws:
Exception


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.