org.tynamo.security.jpa.internal
Class SecureEntityManagerSourceAdvice

java.lang.Object
  extended by org.tynamo.security.jpa.internal.SecureEntityManagerSourceAdvice
All Implemented Interfaces:
org.apache.tapestry5.plastic.MethodAdvice

public class SecureEntityManagerSourceAdvice
extends Object
implements org.apache.tapestry5.plastic.MethodAdvice


Constructor Summary
SecureEntityManagerSourceAdvice(org.tynamo.security.services.SecurityService securityService, org.apache.tapestry5.ioc.services.PropertyAccess propertyAccess, javax.servlet.http.HttpServletRequest request, String realmName, String principalType)
           
 
Method Summary
 void advise(org.apache.tapestry5.plastic.MethodInvocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureEntityManagerSourceAdvice

public SecureEntityManagerSourceAdvice(org.tynamo.security.services.SecurityService securityService,
                                       org.apache.tapestry5.ioc.services.PropertyAccess propertyAccess,
                                       javax.servlet.http.HttpServletRequest request,
                                       @Inject@Symbol(value="security.associatedrealm")
                                       String realmName,
                                       @Inject@Symbol(value="security.associatedprincipaltype")
                                       String principalType)
                                throws ClassNotFoundException
Throws:
ClassNotFoundException
Method Detail

advise

public void advise(org.apache.tapestry5.plastic.MethodInvocation invocation)
Specified by:
advise in interface org.apache.tapestry5.plastic.MethodAdvice


Copyright © 2004-2012. All Rights Reserved.