org.tynamo.security.jpa
Class JpaSecurityModule

java.lang.Object
  extended by org.tynamo.security.jpa.JpaSecurityModule

public class JpaSecurityModule
extends Object


Constructor Summary
JpaSecurityModule()
           
 
Method Summary
static void contributeFactoryDefaults(org.apache.tapestry5.ioc.MappedConfiguration<String,String> configuration)
           
static void secureEntityManager(org.apache.tapestry5.ioc.MethodAdviceReceiver receiver, SecureEntityManagerSourceAdvice advice)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JpaSecurityModule

public JpaSecurityModule()
Method Detail

secureEntityManager

@Advise(serviceInterface=org.apache.tapestry5.jpa.EntityManagerSource.class)
public static void secureEntityManager(org.apache.tapestry5.ioc.MethodAdviceReceiver receiver,
                                                                                                @Autobuild
                                                                                                SecureEntityManagerSourceAdvice advice)
                                throws SecurityException,
                                       NoSuchMethodException
Throws:
SecurityException
NoSuchMethodException

contributeFactoryDefaults

public static void contributeFactoryDefaults(org.apache.tapestry5.ioc.MappedConfiguration<String,String> configuration)


Copyright © 2004-2013. All Rights Reserved.