|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.security.SecurityHelper
public class SecurityHelper
Helper class for the EJB3 Security Interceptors
Constructor Summary | |
---|---|
SecurityHelper()
|
Method Summary | |
---|---|
boolean |
containsTimeoutAnnotation(EJBContainer container,
Method meth)
Checks whether a method declares a Timeout annotation |
boolean |
isEJBTimeOutCallback(Method m)
Check if the method is an EJBTimeOut method |
boolean |
isLocalCall(org.jboss.aop.joinpoint.MethodInvocation mi)
Check whether an invocation is local or remote |
boolean |
isMDB(Container container)
Determine if the container is a MDB |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityHelper()
Method Detail |
---|
public boolean isLocalCall(org.jboss.aop.joinpoint.MethodInvocation mi)
mi
- method invocation
public boolean isEJBTimeOutCallback(Method m)
m
- method
public boolean containsTimeoutAnnotation(EJBContainer container, Method meth)
container
- EJBContainermeth
- The method under investigation for an annotation
public boolean isMDB(Container container)
container
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |