Class SecurityDomainAnnotationInformationFactory


  • public class SecurityDomainAnnotationInformationFactory
    extends ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.SecurityDomain,​String>
    Processes the SecurityDomain annotation on a session bean
    Author:
    Stuart Douglas
    • Constructor Detail

      • SecurityDomainAnnotationInformationFactory

        protected SecurityDomainAnnotationInformationFactory()
    • Method Detail

      • fromAnnotation

        protected String fromAnnotation​(org.jboss.jandex.AnnotationInstance annotationInstance,
                                        org.jboss.metadata.property.PropertyReplacer propertyReplacer)
        Specified by:
        fromAnnotation in class ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.SecurityDomain,​String>