|
|||||||||
| 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,
java.lang.reflect.Method meth)
Checks whether a method declares a Timeout annotation |
boolean |
isEJBTimeOutCallback(java.lang.reflect.Method m)
Check if the method is an EJBTimeOut method |
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 isEJBTimeOutCallback(java.lang.reflect.Method m)
m - method
public boolean containsTimeoutAnnotation(EJBContainer container,
java.lang.reflect.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 | ||||||||