Class SecurityDomainAnnotationInformationFactory
java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.SecurityDomain,String>
org.jboss.as.ejb3.deployment.processors.annotation.SecurityDomainAnnotationInformationFactory
public class SecurityDomainAnnotationInformationFactory
extends ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.SecurityDomain,String>
Processes the
SecurityDomain annotation on a session bean- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringfromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) Methods inherited from class org.jboss.as.ee.metadata.ClassAnnotationInformationFactory
createAnnotationInformation, fromMultiAnnotation, getAnnotationType, getMultiAnnotationType
-
Constructor Details
-
SecurityDomainAnnotationInformationFactory
protected SecurityDomainAnnotationInformationFactory()
-
-
Method Details
-
fromAnnotation
protected String fromAnnotation(org.jboss.jandex.AnnotationInstance annotationInstance, org.jboss.metadata.property.PropertyReplacer propertyReplacer) - Specified by:
fromAnnotationin classClassAnnotationInformationFactory<org.jboss.ejb3.annotation.SecurityDomain,String>
-