@Service public class DenyAllHandler extends AbstractCommonAttributeHandler
ejbProvider, localStrings, loggerANNOTATION_HANDLER_METADATA| Constructor and Description |
|---|
DenyAllHandler() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation>[] |
getTypeDependencies() |
void |
postProcessAnnotation(AnnotationInfo ainfo,
EjbContext ejbContext)
This method is for processing security annotation associated to ejb.
|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
EjbContext[] ejbContexts)
Process Annotation with given EjbContexts.
|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
WebBundleContext webBundleContext)
Process Annotation with given WebBundleContext.
|
protected HandlerProcessingResult |
processAnnotation(AnnotationInfo ainfo,
WebComponentContext[] webCompContexts)
Process Annotation with given WebCompContexts.
|
protected void |
processEjbMethodSecurity(Annotation authAnnotation,
MethodDescriptor md,
EjbDescriptor ejbDesc)
This method processes the EJB Security for the given Annotation.
|
protected Class<? extends Annotation>[] |
relatedAnnotationTypes()
This method returns a list of related annotation types.
|
protected boolean |
supportTypeInheritance()
This indicates whether the annotation type should be processed for
type level in super-class.
|
processAnnotationgetAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getDefaultProcessedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethodprotected void processEjbMethodSecurity(Annotation authAnnotation, MethodDescriptor md, EjbDescriptor ejbDesc)
public Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies in interface AnnotationHandlergetTypeDependencies in class AbstractHandlerprotected Class<? extends Annotation>[] relatedAnnotationTypes()
protected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, EjbContext[] ejbContexts) throws AnnotationProcessorException
processAnnotation in class AbstractCommonAttributeHandlerainfo - ejbContexts - AnnotationProcessorExceptionprotected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, WebComponentContext[] webCompContexts) throws AnnotationProcessorException
processAnnotation in class AbstractCommonAttributeHandlerainfo - webCompContexts - AnnotationProcessorExceptionprotected HandlerProcessingResult processAnnotation(AnnotationInfo ainfo, WebBundleContext webBundleContext) throws AnnotationProcessorException
processAnnotation in class AbstractCommonAttributeHandlerainfo - webBundleContext - AnnotationProcessorExceptionpublic void postProcessAnnotation(AnnotationInfo ainfo, EjbContext ejbContext) throws AnnotationProcessorException
postProcessAnnotation in interface PostProcessor<EjbContext>AnnotationProcessorExceptionprotected boolean supportTypeInheritance()
AbstractCommonAttributeHandlersupportTypeInheritance in class AbstractCommonAttributeHandlerCopyright © 2017. All rights reserved.