|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.config.gen.AbstractAspectGenerator<X>
com.caucho.config.gen.SecurityGenerator<X>
@Module public class SecurityGenerator<X>
Represents the security interception
| Constructor Summary | |
|---|---|
SecurityGenerator(SecurityFactory<X> factory,
AnnotatedMethod<? super X> method,
AspectGenerator<X> next,
java.lang.String[] roleNames,
java.lang.String runAs)
|
|
| Method Summary | |
|---|---|
void |
generateFinally(JavaWriter out)
Generates the method interceptor code |
void |
generateMethodPrologue(JavaWriter out,
java.util.HashMap<java.lang.String,java.lang.Object> map)
Generates the static class prologue |
void |
generatePreTry(JavaWriter out)
Generates the method interceptor code |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SecurityGenerator(SecurityFactory<X> factory,
AnnotatedMethod<? super X> method,
AspectGenerator<X> next,
java.lang.String[] roleNames,
java.lang.String runAs)
| Method Detail |
|---|
public void generateMethodPrologue(JavaWriter out,
java.util.HashMap<java.lang.String,java.lang.Object> map)
throws java.io.IOException
generateMethodPrologue in interface AspectGenerator<X>generateMethodPrologue in class AbstractAspectGenerator<X>java.io.IOException
public void generatePreTry(JavaWriter out)
throws java.io.IOException
generatePreTry in interface AspectGenerator<X>generatePreTry in class AbstractAspectGenerator<X>java.io.IOException
public void generateFinally(JavaWriter out)
throws java.io.IOException
generateFinally in interface AspectGenerator<X>generateFinally in class AbstractAspectGenerator<X>java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||