Class JpaSecurityDefinition


  • public class JpaSecurityDefinition
    extends Object
    • Constructor Detail

      • JpaSecurityDefinition

        public JpaSecurityDefinition​(org.jboss.jandex.Index index,
                                     org.jboss.jandex.ClassInfo annotatedClass,
                                     boolean isPanache,
                                     org.jboss.jandex.AnnotationTarget usernameFieldOrMethod,
                                     org.jboss.jandex.AnnotationTarget passwordFieldOrMethod,
                                     org.jboss.jandex.AnnotationTarget rolesFieldOrMethod)
    • Method Detail

      • getFieldOrMethod

        public static JpaSecurityDefinition.FieldOrMethod getFieldOrMethod​(org.jboss.jandex.Index index,
                                                                           org.jboss.jandex.ClassInfo annotatedClass,
                                                                           org.jboss.jandex.AnnotationTarget annotatedFieldOrMethod,
                                                                           boolean isPanache)