Class RunAsPrincipalAnnotationInformationFactory


  • public class RunAsPrincipalAnnotationInformationFactory
    extends ClassAnnotationInformationFactory<org.jboss.ejb3.annotation.RunAsPrincipal,​String>
    Processes the RunAsPrincipal annotation on a session bean
    Author:
    Guillaume Grossetie, Anil Saldhana
    • Constructor Detail

      • RunAsPrincipalAnnotationInformationFactory

        protected RunAsPrincipalAnnotationInformationFactory()
    • 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.RunAsPrincipal,​String>