@Service public class AuthenticationMechanismHandler extends AbstractHandler
Modifier and Type | Field and Description |
---|---|
protected static LocalStringManagerImpl |
localStrings |
ejbProvider, logger
ANNOTATION_HANDLER_METADATA
Constructor and Description |
---|
AuthenticationMechanismHandler() |
Modifier and Type | Method and Description |
---|---|
int |
getAuthMechVal(String value)
Set the authentication mechanism value.
|
protected HandlerProcessingResult |
getDefaultProcessedResult() |
Class<? extends Annotation>[] |
getTypeDependencies() |
HandlerProcessingResult |
processAnnotation(AnnotationInfo element)
Process a particular annotation which type is the same as the
one returned by @see getAnnotationType().
|
getAnnotationType, getConnectorAnnotationTypes, getDefaultFailedResult, getEjbAndWebAnnotationTypes, getEjbAnnotationTypes, getInjectionMethodPropertyName, getInvalidAnnotatedElementHandlerResult, getOverallProcessingResult, getWebAnnotationTypes, log, validateInjectionMethod
protected static final LocalStringManagerImpl localStrings
public HandlerProcessingResult processAnnotation(AnnotationInfo element) throws AnnotationProcessorException
AnnotationHandler
element
- the annotation informationAnnotationProcessorException
public Class<? extends Annotation>[] getTypeDependencies()
getTypeDependencies
in interface AnnotationHandler
getTypeDependencies
in class AbstractHandler
protected HandlerProcessingResult getDefaultProcessedResult()
getDefaultProcessedResult
in class AbstractHandler
public int getAuthMechVal(String value)
Copyright © 2020. All rights reserved.