| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor[] |
MethodPermissionDescriptor.getMethods() |
| Modifier and Type | Method and Description |
|---|---|
Set<MethodDescriptor> |
EjbSessionDescriptor.getRemoveMethodDescriptors() |
| Modifier and Type | Method and Description |
|---|---|
void |
MethodPermissionDescriptor.addMethod(MethodDescriptor aMethod) |
void |
EjbDescriptor.addPermissionedMethod(MethodPermission mp,
MethodDescriptor md) |
Set |
EjbDescriptor.getMethodPermissionsFor(MethodDescriptor methodDescriptor) |
void |
ManagedBeanDescriptor.setMethodLevelInterceptorChain(MethodDescriptor m,
List<InterceptorDescriptor> chain) |
| Modifier and Type | Method and Description |
|---|---|
Class |
EjbContext.getDeclaringClass(MethodDescriptor md) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PermitAllHandler.processEjbMethodSecurity(Annotation authAnnoation,
MethodDescriptor md,
EjbDescriptor ejbDesc) |
protected void |
RolesAllowedHandler.processEjbMethodSecurity(Annotation authAnnotation,
MethodDescriptor md,
EjbDescriptor ejbDesc)
Add roles and permissions to given method in EjbDescriptor.
|
protected void |
DenyAllHandler.processEjbMethodSecurity(Annotation authAnnotation,
MethodDescriptor md,
EjbDescriptor ejbDesc) |
| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor |
MethodNode.getDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Node |
MethodNode.writeDescriptor(Node parent,
String nodeName,
MethodDescriptor descriptor,
String ejbName) |
Node |
MethodNode.writeJavaMethodDescriptor(Node parent,
String nodeName,
MethodDescriptor descriptor)
write the method descriptor class to a java-method DOM tree and return it
|
Node |
MethodNode.writeJavaMethodDescriptor(Node parent,
String nodeName,
MethodDescriptor descriptor,
boolean writeEmptyMethodParamsElementForVoidMethods)
write the method descriptor class to a java-method DOM tree and return it
|
Node |
MethodNode.writeQueryMethodDescriptor(Node parent,
String nodeName,
MethodDescriptor descriptor)
write the method descriptor class to a query-method DOM tree and return it
|
| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor |
MessageDescriptor.getMethodDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageDescriptor.setMethodDescriptor(MethodDescriptor methodDescriptor) |
Copyright © 2013. All Rights Reserved.